@fountain-ui/icons 3.0.0-alpha.4 → 3.0.0-alpha.6

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 (35) hide show
  1. package/build/commonjs/v2Icons/Coffee.js +21 -0
  2. package/build/commonjs/v2Icons/Coffee.js.map +1 -0
  3. package/build/commonjs/v2Icons/Free.js +33 -0
  4. package/build/commonjs/v2Icons/Free.js.map +1 -0
  5. package/build/commonjs/v2Icons/Time.js +2 -6
  6. package/build/commonjs/v2Icons/Time.js.map +1 -1
  7. package/build/commonjs/v2Icons/TimeFill.js +3 -7
  8. package/build/commonjs/v2Icons/TimeFill.js.map +1 -1
  9. package/build/commonjs/v2Icons/Token.js +27 -0
  10. package/build/commonjs/v2Icons/Token.js.map +1 -0
  11. package/build/commonjs/v2Icons/index.js +24 -0
  12. package/build/commonjs/v2Icons/index.js.map +1 -1
  13. package/build/module/v2Icons/Coffee.js +7 -0
  14. package/build/module/v2Icons/Coffee.js.map +1 -0
  15. package/build/module/v2Icons/Free.js +19 -0
  16. package/build/module/v2Icons/Free.js.map +1 -0
  17. package/build/module/v2Icons/Time.js +2 -6
  18. package/build/module/v2Icons/Time.js.map +1 -1
  19. package/build/module/v2Icons/TimeFill.js +3 -7
  20. package/build/module/v2Icons/TimeFill.js.map +1 -1
  21. package/build/module/v2Icons/Token.js +13 -0
  22. package/build/module/v2Icons/Token.js.map +1 -0
  23. package/build/module/v2Icons/index.js +3 -0
  24. package/build/module/v2Icons/index.js.map +1 -1
  25. package/build/typescript/v2Icons/Coffee.d.ts +131 -0
  26. package/build/typescript/v2Icons/Free.d.ts +131 -0
  27. package/build/typescript/v2Icons/Token.d.ts +131 -0
  28. package/build/typescript/v2Icons/index.d.ts +3 -0
  29. package/package.json +2 -2
  30. package/src/v2Icons/Coffee.tsx +11 -0
  31. package/src/v2Icons/Free.tsx +30 -0
  32. package/src/v2Icons/Time.tsx +2 -6
  33. package/src/v2Icons/TimeFill.tsx +3 -7
  34. package/src/v2Icons/Token.tsx +20 -0
  35. package/src/v2Icons/index.ts +3 -0
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _reactNativeSvg = require("react-native-svg");
11
+
12
+ var _createSvgIcon = _interopRequireDefault(require("../utils/createSvgIcon"));
13
+
14
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
15
+
16
+ var _default = (0, _createSvgIcon.default)( /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
17
+ d: "M15 9.99995H2V17.9999C2 18.7956 2.3163 19.5584 2.87891 20.121C3.44152 20.6836 4.20435 20.9999 5 20.9999H12C12.7956 20.9999 13.5585 20.6836 14.1211 20.121C14.6837 19.5584 15 18.7956 15 17.9999V9.99995ZM5.41699 1.18745C5.86562 0.865431 6.49043 0.968375 6.8125 1.41694C7.1345 1.86555 7.03251 2.49036 6.58398 2.81245C6.39942 2.94492 6.24909 3.12 6.14746 3.32319C6.04583 3.52645 5.99524 3.75223 6 3.97944C6.00028 3.99311 6.00028 4.00678 6 4.02045C5.99524 4.24766 6.04583 4.47344 6.14746 4.6767C6.24909 4.87989 6.39942 5.05497 6.58398 5.18745C7.03251 5.50953 7.1345 6.13434 6.8125 6.58295C6.49043 7.03152 5.86562 7.13446 5.41699 6.81245C4.96873 6.49064 4.60615 6.06382 4.35938 5.57026C4.11269 5.0768 3.98949 4.531 4.00098 3.97944C3.99627 3.44185 4.1188 2.91086 4.35938 2.42963C4.60615 1.93607 4.96873 1.50925 5.41699 1.18745ZM9.41699 1.18745C9.86562 0.865431 10.4904 0.968375 10.8125 1.41694C11.1345 1.86555 11.0325 2.49036 10.584 2.81245C10.3994 2.94492 10.2491 3.12 10.1475 3.32319C10.0458 3.52645 9.99524 3.75223 10 3.97944C10.0003 3.99311 10.0003 4.00678 10 4.02045C9.99524 4.24766 10.0458 4.47344 10.1475 4.6767C10.2491 4.87989 10.3994 5.05497 10.584 5.18745C11.0325 5.50953 11.1345 6.13434 10.8125 6.58295C10.4904 7.03152 9.86562 7.13446 9.41699 6.81245C8.96873 6.49064 8.60615 6.06382 8.35938 5.57026C8.11269 5.0768 7.98949 4.531 8.00098 3.97944C7.99627 3.44184 8.1188 2.91086 8.35938 2.42963C8.60615 1.93608 8.96873 1.50925 9.41699 1.18745ZM20 12.9999C20 12.2043 19.6837 11.4415 19.1211 10.8789C18.5585 10.3162 17.7956 9.99995 17 9.99995V15.9999L17.2969 15.9853C17.9835 15.917 18.6289 15.6132 19.1211 15.121C19.6837 14.5584 20 13.7956 20 12.9999ZM22 12.9999C22 14.326 21.4728 15.5974 20.5352 16.5351C19.5975 17.4728 18.3261 17.9999 17 17.9999C17 19.326 16.4728 20.5974 15.5352 21.5351C14.5975 22.4728 13.3261 22.9999 12 22.9999H5C3.67392 22.9999 2.40253 22.4728 1.46484 21.5351C0.527162 20.5974 0 19.326 0 17.9999V8.99995C0 8.44766 0.447715 7.99995 1 7.99995H17C18.3261 7.99995 19.5975 8.52711 20.5352 9.46479C21.4728 10.4025 22 11.6739 22 12.9999Z"
18
+ }), 'Coffee', '0 0 22 24');
19
+
20
+ exports.default = _default;
21
+ //# sourceMappingURL=Coffee.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["createSvgIcon"],"sources":["Coffee.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n d=\"M15 9.99995H2V17.9999C2 18.7956 2.3163 19.5584 2.87891 20.121C3.44152 20.6836 4.20435 20.9999 5 20.9999H12C12.7956 20.9999 13.5585 20.6836 14.1211 20.121C14.6837 19.5584 15 18.7956 15 17.9999V9.99995ZM5.41699 1.18745C5.86562 0.865431 6.49043 0.968375 6.8125 1.41694C7.1345 1.86555 7.03251 2.49036 6.58398 2.81245C6.39942 2.94492 6.24909 3.12 6.14746 3.32319C6.04583 3.52645 5.99524 3.75223 6 3.97944C6.00028 3.99311 6.00028 4.00678 6 4.02045C5.99524 4.24766 6.04583 4.47344 6.14746 4.6767C6.24909 4.87989 6.39942 5.05497 6.58398 5.18745C7.03251 5.50953 7.1345 6.13434 6.8125 6.58295C6.49043 7.03152 5.86562 7.13446 5.41699 6.81245C4.96873 6.49064 4.60615 6.06382 4.35938 5.57026C4.11269 5.0768 3.98949 4.531 4.00098 3.97944C3.99627 3.44185 4.1188 2.91086 4.35938 2.42963C4.60615 1.93607 4.96873 1.50925 5.41699 1.18745ZM9.41699 1.18745C9.86562 0.865431 10.4904 0.968375 10.8125 1.41694C11.1345 1.86555 11.0325 2.49036 10.584 2.81245C10.3994 2.94492 10.2491 3.12 10.1475 3.32319C10.0458 3.52645 9.99524 3.75223 10 3.97944C10.0003 3.99311 10.0003 4.00678 10 4.02045C9.99524 4.24766 10.0458 4.47344 10.1475 4.6767C10.2491 4.87989 10.3994 5.05497 10.584 5.18745C11.0325 5.50953 11.1345 6.13434 10.8125 6.58295C10.4904 7.03152 9.86562 7.13446 9.41699 6.81245C8.96873 6.49064 8.60615 6.06382 8.35938 5.57026C8.11269 5.0768 7.98949 4.531 8.00098 3.97944C7.99627 3.44184 8.1188 2.91086 8.35938 2.42963C8.60615 1.93608 8.96873 1.50925 9.41699 1.18745ZM20 12.9999C20 12.2043 19.6837 11.4415 19.1211 10.8789C18.5585 10.3162 17.7956 9.99995 17 9.99995V15.9999L17.2969 15.9853C17.9835 15.917 18.6289 15.6132 19.1211 15.121C19.6837 14.5584 20 13.7956 20 12.9999ZM22 12.9999C22 14.326 21.4728 15.5974 20.5352 16.5351C19.5975 17.4728 18.3261 17.9999 17 17.9999C17 19.326 16.4728 20.5974 15.5352 21.5351C14.5975 22.4728 13.3261 22.9999 12 22.9999H5C3.67392 22.9999 2.40253 22.4728 1.46484 21.5351C0.527162 20.5974 0 19.326 0 17.9999V8.99995C0 8.44766 0.447715 7.99995 1 7.99995H17C18.3261 7.99995 19.5975 8.52711 20.5352 9.46479C21.4728 10.4025 22 11.6739 22 12.9999Z\"\n />,\n 'Coffee',\n '0 0 22 24',\n);\n"],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,IAAAA,sBAAA,gBACX,6BAAC,oBAAD;EACI,CAAC,EAAC;AADN,EADW,EAIX,QAJW,EAKX,WALW,C"}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _reactNativeSvg = require("react-native-svg");
11
+
12
+ var _createSvgIcon = _interopRequireDefault(require("../utils/createSvgIcon"));
13
+
14
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
15
+
16
+ var _default = (0, _createSvgIcon.default)( /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
17
+ d: "M4.79297 18C6.44091 19.8409 8.83481 21 11.5 21C14.1652 21 16.5591 19.8409 18.207 18H20.7178C18.7549 21.0094 15.3609 23 11.5 23C7.63909 23 4.24508 21.0094 2.28223 18H4.79297Z"
18
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
19
+ d: "M5.01367 10H1.76855V11.4004H4.58789V12.8193H1.76855V15.5H0V8.5H5.01367V10Z"
20
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
21
+ fillRule: "evenodd",
22
+ clipRule: "evenodd",
23
+ d: "M8.96191 8.5C9.42623 8.50007 9.84546 8.59685 10.2197 8.79004C10.6011 8.98338 10.9003 9.25081 11.1152 9.59082C11.3297 9.92381 11.4364 10.3034 11.4365 10.7295C11.4365 11.1693 11.33 11.5667 11.1152 11.9199C10.9003 12.2665 10.6048 12.5402 10.2305 12.7402C10.1904 12.7617 10.1487 12.7807 10.1074 12.7998L11.7383 15.5H9.72168L8.27832 13.04H7.37012V15.5H5.68555V8.5H8.96191ZM7.37012 11.7402H8.80566C8.98556 11.7402 9.14189 11.704 9.27344 11.6309C9.41205 11.5509 9.5166 11.4397 9.58594 11.2998C9.66198 11.16 9.70014 10.9999 9.7002 10.8203C9.70018 10.6405 9.65822 10.4838 9.5752 10.3506C9.49198 10.2106 9.37043 10.1036 9.21094 10.0303C9.05848 9.95699 8.87113 9.91997 8.64941 9.91992H7.37012V11.7402Z"
24
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
25
+ d: "M17.1289 9.94922H13.7686V11.25H16.6602V12.6299H13.7686V14.0508H17.2324V15.5H12.0518V8.5H17.1289V9.94922Z"
26
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
27
+ d: "M22.8965 9.94922H19.5371V11.25H22.4287V12.6299H19.5371V14.0508H23V15.5H17.8203V8.5H22.8965V9.94922Z"
28
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
29
+ d: "M11.5 1C15.3609 1 18.7549 2.99063 20.7178 6H18.207C16.5591 4.15912 14.1652 3 11.5 3C8.83481 3 6.44091 4.15912 4.79297 6H2.28223C4.24508 2.99063 7.63909 1 11.5 1Z"
30
+ })), 'Free', '0 0 23 24');
31
+
32
+ exports.default = _default;
33
+ //# sourceMappingURL=Free.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["createSvgIcon"],"sources":["Free.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <React.Fragment>\n <Path\n d=\"M4.79297 18C6.44091 19.8409 8.83481 21 11.5 21C14.1652 21 16.5591 19.8409 18.207 18H20.7178C18.7549 21.0094 15.3609 23 11.5 23C7.63909 23 4.24508 21.0094 2.28223 18H4.79297Z\"\n />\n <Path\n d=\"M5.01367 10H1.76855V11.4004H4.58789V12.8193H1.76855V15.5H0V8.5H5.01367V10Z\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8.96191 8.5C9.42623 8.50007 9.84546 8.59685 10.2197 8.79004C10.6011 8.98338 10.9003 9.25081 11.1152 9.59082C11.3297 9.92381 11.4364 10.3034 11.4365 10.7295C11.4365 11.1693 11.33 11.5667 11.1152 11.9199C10.9003 12.2665 10.6048 12.5402 10.2305 12.7402C10.1904 12.7617 10.1487 12.7807 10.1074 12.7998L11.7383 15.5H9.72168L8.27832 13.04H7.37012V15.5H5.68555V8.5H8.96191ZM7.37012 11.7402H8.80566C8.98556 11.7402 9.14189 11.704 9.27344 11.6309C9.41205 11.5509 9.5166 11.4397 9.58594 11.2998C9.66198 11.16 9.70014 10.9999 9.7002 10.8203C9.70018 10.6405 9.65822 10.4838 9.5752 10.3506C9.49198 10.2106 9.37043 10.1036 9.21094 10.0303C9.05848 9.95699 8.87113 9.91997 8.64941 9.91992H7.37012V11.7402Z\"\n />\n <Path\n d=\"M17.1289 9.94922H13.7686V11.25H16.6602V12.6299H13.7686V14.0508H17.2324V15.5H12.0518V8.5H17.1289V9.94922Z\"\n />\n <Path\n d=\"M22.8965 9.94922H19.5371V11.25H22.4287V12.6299H19.5371V14.0508H23V15.5H17.8203V8.5H22.8965V9.94922Z\"\n />\n <Path\n d=\"M11.5 1C15.3609 1 18.7549 2.99063 20.7178 6H18.207C16.5591 4.15912 14.1652 3 11.5 3C8.83481 3 6.44091 4.15912 4.79297 6H2.28223C4.24508 2.99063 7.63909 1 11.5 1Z\"\n />\n </React.Fragment>,\n 'Free',\n '0 0 23 24',\n);\n"],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,IAAAA,sBAAA,gBACX,6BAAC,cAAD,CAAO,QAAP,qBACI,6BAAC,oBAAD;EACI,CAAC,EAAC;AADN,EADJ,eAII,6BAAC,oBAAD;EACI,CAAC,EAAC;AADN,EAJJ,eAOI,6BAAC,oBAAD;EACI,QAAQ,EAAC,SADb;EAEI,QAAQ,EAAC,SAFb;EAGI,CAAC,EAAC;AAHN,EAPJ,eAYI,6BAAC,oBAAD;EACI,CAAC,EAAC;AADN,EAZJ,eAeI,6BAAC,oBAAD;EACI,CAAC,EAAC;AADN,EAfJ,eAkBI,6BAAC,oBAAD;EACI,CAAC,EAAC;AADN,EAlBJ,CADW,EAuBX,MAvBW,EAwBX,WAxBW,C"}
@@ -14,13 +14,9 @@ var _createSvgIcon = _interopRequireDefault(require("../utils/createSvgIcon"));
14
14
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
15
15
 
16
16
  var _default = (0, _createSvgIcon.default)( /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
17
- fillRule: "evenodd",
18
- clipRule: "evenodd",
19
- d: "M11 3C6.02944 3 2 7.02944 2 12C2 16.9706 6.02944 21 11 21C15.9706 21 20 16.9706 20 12C20 7.02944 15.9706 3 11 3ZM0 12C0 5.92487 4.92487 1 11 1C17.0751 1 22 5.92487 22 12C22 18.0751 17.0751 23 11 23C4.92487 23 0 18.0751 0 12Z"
17
+ d: "M20 12C20 7.02944 15.9706 3 11 3C6.02944 3 2 7.02944 2 12C2 16.9706 6.02944 21 11 21C15.9706 21 20 16.9706 20 12ZM22 12C22 18.0751 17.0751 23 11 23C4.92487 23 0 18.0751 0 12C0 5.92487 4.92487 1 11 1C17.0751 1 22 5.92487 22 12Z"
20
18
  }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
21
- fillRule: "evenodd",
22
- clipRule: "evenodd",
23
- d: "M10.5 6C11.0523 6 11.5 6.44772 11.5 7V12H15.4091C15.9614 12 16.4091 12.4477 16.4091 13C16.4091 13.5523 15.9614 14 15.4091 14H10.5C9.94772 14 9.5 13.5523 9.5 13V7C9.5 6.44772 9.94772 6 10.5 6Z"
19
+ d: "M9.5 7C9.5 6.44772 9.94772 6 10.5 6C11.0523 6 11.5 6.44772 11.5 7V12.4932L14.501 14.6934C14.9462 15.0198 15.043 15.6454 14.7168 16.0908C14.3903 16.5362 13.7638 16.6332 13.3184 16.3066L9.90918 13.8066C9.65224 13.6183 9.5 13.3186 9.5 13V7Z"
24
20
  })), 'Time', '0 0 22 24');
25
21
 
26
22
  exports.default = _default;
@@ -1 +1 @@
1
- {"version":3,"names":["createSvgIcon"],"sources":["Time.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <React.Fragment>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11 3C6.02944 3 2 7.02944 2 12C2 16.9706 6.02944 21 11 21C15.9706 21 20 16.9706 20 12C20 7.02944 15.9706 3 11 3ZM0 12C0 5.92487 4.92487 1 11 1C17.0751 1 22 5.92487 22 12C22 18.0751 17.0751 23 11 23C4.92487 23 0 18.0751 0 12Z\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.5 6C11.0523 6 11.5 6.44772 11.5 7V12H15.4091C15.9614 12 16.4091 12.4477 16.4091 13C16.4091 13.5523 15.9614 14 15.4091 14H10.5C9.94772 14 9.5 13.5523 9.5 13V7C9.5 6.44772 9.94772 6 10.5 6Z\"\n />\n </React.Fragment>,\n 'Time',\n '0 0 22 24',\n);\n"],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,IAAAA,sBAAA,gBACX,6BAAC,cAAD,CAAO,QAAP,qBACI,6BAAC,oBAAD;EACI,QAAQ,EAAC,SADb;EAEI,QAAQ,EAAC,SAFb;EAGI,CAAC,EAAC;AAHN,EADJ,eAMI,6BAAC,oBAAD;EACI,QAAQ,EAAC,SADb;EAEI,QAAQ,EAAC,SAFb;EAGI,CAAC,EAAC;AAHN,EANJ,CADW,EAaX,MAbW,EAcX,WAdW,C"}
1
+ {"version":3,"names":["createSvgIcon"],"sources":["Time.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <React.Fragment>\n <Path\n d=\"M20 12C20 7.02944 15.9706 3 11 3C6.02944 3 2 7.02944 2 12C2 16.9706 6.02944 21 11 21C15.9706 21 20 16.9706 20 12ZM22 12C22 18.0751 17.0751 23 11 23C4.92487 23 0 18.0751 0 12C0 5.92487 4.92487 1 11 1C17.0751 1 22 5.92487 22 12Z\"\n />\n <Path\n d=\"M9.5 7C9.5 6.44772 9.94772 6 10.5 6C11.0523 6 11.5 6.44772 11.5 7V12.4932L14.501 14.6934C14.9462 15.0198 15.043 15.6454 14.7168 16.0908C14.3903 16.5362 13.7638 16.6332 13.3184 16.3066L9.90918 13.8066C9.65224 13.6183 9.5 13.3186 9.5 13V7Z\"\n />\n </React.Fragment>,\n 'Time',\n '0 0 22 24',\n);\n"],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,IAAAA,sBAAA,gBACX,6BAAC,cAAD,CAAO,QAAP,qBACI,6BAAC,oBAAD;EACI,CAAC,EAAC;AADN,EADJ,eAII,6BAAC,oBAAD;EACI,CAAC,EAAC;AADN,EAJJ,CADW,EASX,MATW,EAUX,WAVW,C"}
@@ -14,14 +14,10 @@ var _createSvgIcon = _interopRequireDefault(require("../utils/createSvgIcon"));
14
14
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
15
15
 
16
16
  var _default = (0, _createSvgIcon.default)( /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
17
- fillRule: "evenodd",
18
- clipRule: "evenodd",
19
- d: "M0 12C0 5.92487 4.92487 1 11 1C17.0751 1 22 5.92487 22 12C22 18.0751 17.0751 23 11 23C4.92487 23 0 18.0751 0 12Z"
17
+ d: "M11 1C17.0751 1 22 5.92487 22 12C22 18.0751 17.0751 23 11 23C4.92487 23 0 18.0751 0 12C0 5.92487 4.92487 1 11 1Z"
20
18
  }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
21
- fillRule: "evenodd",
22
- clipRule: "evenodd",
23
- d: "M10.5 6C11.0523 6 11.5 6.44772 11.5 7V12H15.4091C15.9614 12 16.4091 12.4477 16.4091 13C16.4091 13.5523 15.9614 14 15.4091 14H10.5C9.94772 14 9.5 13.5523 9.5 13V7C9.5 6.44772 9.94772 6 10.5 6Z",
24
- fill: "#FBFBFB"
19
+ d: "M9.5 7C9.5 6.44772 9.94772 6 10.5 6C11.0523 6 11.5 6.44772 11.5 7V12.4932L14.501 14.6934C14.9462 15.0198 15.043 15.6454 14.7168 16.0908C14.3903 16.5362 13.7638 16.6332 13.3184 16.3066L9.90918 13.8066C9.65224 13.6183 9.5 13.3186 9.5 13V7Z",
20
+ fill: "white"
25
21
  })), 'TimeFill', '0 0 22 24');
26
22
 
27
23
  exports.default = _default;
@@ -1 +1 @@
1
- {"version":3,"names":["createSvgIcon"],"sources":["TimeFill.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <React.Fragment>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M0 12C0 5.92487 4.92487 1 11 1C17.0751 1 22 5.92487 22 12C22 18.0751 17.0751 23 11 23C4.92487 23 0 18.0751 0 12Z\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.5 6C11.0523 6 11.5 6.44772 11.5 7V12H15.4091C15.9614 12 16.4091 12.4477 16.4091 13C16.4091 13.5523 15.9614 14 15.4091 14H10.5C9.94772 14 9.5 13.5523 9.5 13V7C9.5 6.44772 9.94772 6 10.5 6Z\"\n fill=\"#FBFBFB\"\n />\n </React.Fragment>,\n 'TimeFill',\n '0 0 22 24',\n);\n"],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,IAAAA,sBAAA,gBACX,6BAAC,cAAD,CAAO,QAAP,qBACI,6BAAC,oBAAD;EACI,QAAQ,EAAC,SADb;EAEI,QAAQ,EAAC,SAFb;EAGI,CAAC,EAAC;AAHN,EADJ,eAMI,6BAAC,oBAAD;EACI,QAAQ,EAAC,SADb;EAEI,QAAQ,EAAC,SAFb;EAGI,CAAC,EAAC,iMAHN;EAII,IAAI,EAAC;AAJT,EANJ,CADW,EAcX,UAdW,EAeX,WAfW,C"}
1
+ {"version":3,"names":["createSvgIcon"],"sources":["TimeFill.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <React.Fragment>\n <Path\n d=\"M11 1C17.0751 1 22 5.92487 22 12C22 18.0751 17.0751 23 11 23C4.92487 23 0 18.0751 0 12C0 5.92487 4.92487 1 11 1Z\"\n />\n <Path\n d=\"M9.5 7C9.5 6.44772 9.94772 6 10.5 6C11.0523 6 11.5 6.44772 11.5 7V12.4932L14.501 14.6934C14.9462 15.0198 15.043 15.6454 14.7168 16.0908C14.3903 16.5362 13.7638 16.6332 13.3184 16.3066L9.90918 13.8066C9.65224 13.6183 9.5 13.3186 9.5 13V7Z\"\n fill=\"white\"\n />\n </React.Fragment>,\n 'TimeFill',\n '0 0 22 24',\n);\n"],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,IAAAA,sBAAA,gBACX,6BAAC,cAAD,CAAO,QAAP,qBACI,6BAAC,oBAAD;EACI,CAAC,EAAC;AADN,EADJ,eAII,6BAAC,oBAAD;EACI,CAAC,EAAC,+OADN;EAEI,IAAI,EAAC;AAFT,EAJJ,CADW,EAUX,UAVW,EAWX,WAXW,C"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _reactNativeSvg = require("react-native-svg");
11
+
12
+ var _createSvgIcon = _interopRequireDefault(require("../utils/createSvgIcon"));
13
+
14
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
15
+
16
+ var _default = (0, _createSvgIcon.default)( /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M11 4.5752C15.1006 4.5752 18.4247 7.89943 18.4248 12C18.4248 16.1006 15.1006 19.4248 11 19.4248C6.89938 19.4248 3.5752 16.1006 3.5752 12C3.57529 7.89945 6.89944 4.57522 11 4.5752ZM9.72461 7.64062V9.36523H8.77344V11.0527H9.72461V14.5547C9.71843 15.042 9.8157 15.4468 10.0156 15.7686C10.2187 16.0903 10.5114 16.3274 10.8926 16.4805C11.2769 16.6304 11.738 16.693 12.2754 16.668C12.5501 16.6555 12.7857 16.6259 12.9824 16.5791C13.1824 16.5322 13.3379 16.4932 13.4473 16.4619L13.0996 14.8076C13.0496 14.8201 12.9747 14.8358 12.875 14.8545C12.7782 14.8701 12.6861 14.8779 12.5986 14.8779C12.4768 14.8779 12.3717 14.8605 12.2842 14.8262C12.1968 14.7887 12.1299 14.7277 12.083 14.6436C12.0393 14.5561 12.0176 14.4414 12.0176 14.3008V11.0527H13.3154V9.36523H12.0176V7.64062H9.72461Z"
20
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
21
+ fillRule: "evenodd",
22
+ clipRule: "evenodd",
23
+ d: "M11 1C17.075 1 21.9999 5.92505 22 12C22 18.075 17.075 23 11 23C4.925 23 0 18.075 0 12C9.14273e-05 5.92507 4.92505 1.00003 11 1ZM11 3.2002C6.14006 3.20022 2.20029 7.14007 2.2002 12C2.2002 16.86 6.14 20.7998 11 20.7998C15.86 20.7998 19.7998 16.86 19.7998 12C19.7997 7.14006 15.86 3.2002 11 3.2002Z"
24
+ })), 'Token', '0 0 22 24');
25
+
26
+ exports.default = _default;
27
+ //# sourceMappingURL=Token.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["createSvgIcon"],"sources":["Token.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <React.Fragment>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11 4.5752C15.1006 4.5752 18.4247 7.89943 18.4248 12C18.4248 16.1006 15.1006 19.4248 11 19.4248C6.89938 19.4248 3.5752 16.1006 3.5752 12C3.57529 7.89945 6.89944 4.57522 11 4.5752ZM9.72461 7.64062V9.36523H8.77344V11.0527H9.72461V14.5547C9.71843 15.042 9.8157 15.4468 10.0156 15.7686C10.2187 16.0903 10.5114 16.3274 10.8926 16.4805C11.2769 16.6304 11.738 16.693 12.2754 16.668C12.5501 16.6555 12.7857 16.6259 12.9824 16.5791C13.1824 16.5322 13.3379 16.4932 13.4473 16.4619L13.0996 14.8076C13.0496 14.8201 12.9747 14.8358 12.875 14.8545C12.7782 14.8701 12.6861 14.8779 12.5986 14.8779C12.4768 14.8779 12.3717 14.8605 12.2842 14.8262C12.1968 14.7887 12.1299 14.7277 12.083 14.6436C12.0393 14.5561 12.0176 14.4414 12.0176 14.3008V11.0527H13.3154V9.36523H12.0176V7.64062H9.72461Z\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11 1C17.075 1 21.9999 5.92505 22 12C22 18.075 17.075 23 11 23C4.925 23 0 18.075 0 12C9.14273e-05 5.92507 4.92505 1.00003 11 1ZM11 3.2002C6.14006 3.20022 2.20029 7.14007 2.2002 12C2.2002 16.86 6.14 20.7998 11 20.7998C15.86 20.7998 19.7998 16.86 19.7998 12C19.7997 7.14006 15.86 3.2002 11 3.2002Z\"\n />\n </React.Fragment>,\n 'Token',\n '0 0 22 24',\n);\n"],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,IAAAA,sBAAA,gBACX,6BAAC,cAAD,CAAO,QAAP,qBACI,6BAAC,oBAAD;EACI,QAAQ,EAAC,SADb;EAEI,QAAQ,EAAC,SAFb;EAGI,CAAC,EAAC;AAHN,EADJ,eAMI,6BAAC,oBAAD;EACI,QAAQ,EAAC,SADb;EAEI,QAAQ,EAAC,SAFb;EAGI,CAAC,EAAC;AAHN,EANJ,CADW,EAaX,OAbW,EAcX,WAdW,C"}
@@ -297,6 +297,12 @@ Object.defineProperty(exports, "CloseCircleFillPierced", {
297
297
  return _CloseCircleFillPierced.default;
298
298
  }
299
299
  });
300
+ Object.defineProperty(exports, "Coffee", {
301
+ enumerable: true,
302
+ get: function () {
303
+ return _Coffee.default;
304
+ }
305
+ });
300
306
  Object.defineProperty(exports, "Coins", {
301
307
  enumerable: true,
302
308
  get: function () {
@@ -399,6 +405,12 @@ Object.defineProperty(exports, "Filter2", {
399
405
  return _Filter2.default;
400
406
  }
401
407
  });
408
+ Object.defineProperty(exports, "Free", {
409
+ enumerable: true,
410
+ get: function () {
411
+ return _Free.default;
412
+ }
413
+ });
402
414
  Object.defineProperty(exports, "Globe", {
403
415
  enumerable: true,
404
416
  get: function () {
@@ -921,6 +933,12 @@ Object.defineProperty(exports, "TimeFill", {
921
933
  return _TimeFill.default;
922
934
  }
923
935
  });
936
+ Object.defineProperty(exports, "Token", {
937
+ enumerable: true,
938
+ get: function () {
939
+ return _Token.default;
940
+ }
941
+ });
924
942
  Object.defineProperty(exports, "Trash", {
925
943
  enumerable: true,
926
944
  get: function () {
@@ -1080,6 +1098,8 @@ var _CloseCircleFill = _interopRequireDefault(require("./CloseCircleFill"));
1080
1098
 
1081
1099
  var _CloseCircleFillPierced = _interopRequireDefault(require("./CloseCircleFillPierced"));
1082
1100
 
1101
+ var _Coffee = _interopRequireDefault(require("./Coffee"));
1102
+
1083
1103
  var _Coins = _interopRequireDefault(require("./Coins"));
1084
1104
 
1085
1105
  var _Comics = _interopRequireDefault(require("./Comics"));
@@ -1114,6 +1134,8 @@ var _Filter = _interopRequireDefault(require("./Filter"));
1114
1134
 
1115
1135
  var _Filter2 = _interopRequireDefault(require("./Filter2"));
1116
1136
 
1137
+ var _Free = _interopRequireDefault(require("./Free"));
1138
+
1117
1139
  var _Globe = _interopRequireDefault(require("./Globe"));
1118
1140
 
1119
1141
  var _Grid = _interopRequireDefault(require("./Grid"));
@@ -1288,6 +1310,8 @@ var _Time = _interopRequireDefault(require("./Time"));
1288
1310
 
1289
1311
  var _TimeFill = _interopRequireDefault(require("./TimeFill"));
1290
1312
 
1313
+ var _Token = _interopRequireDefault(require("./Token"));
1314
+
1291
1315
  var _Trash = _interopRequireDefault(require("./Trash"));
1292
1316
 
1293
1317
  var _TrendingUp = _interopRequireDefault(require("./TrendingUp"));
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export { default as Alarm } from './Alarm';\nexport { default as AlertCircle } from './AlertCircle';\nexport { default as AlertOctagon } from './AlertOctagon';\nexport { default as AlertTriangle } from './AlertTriangle';\nexport { default as ArrowDown } from './ArrowDown';\nexport { default as ArrowDownCircle } from './ArrowDownCircle';\nexport { default as ArrowLeft } from './ArrowLeft';\nexport { default as ArrowLeftCircle } from './ArrowLeftCircle';\nexport { default as ArrowRight } from './ArrowRight';\nexport { default as ArrowRightCircle } from './ArrowRightCircle';\nexport { default as ArrowUp } from './ArrowUp';\nexport { default as ArrowUpCircle } from './ArrowUpCircle';\nexport { default as ArrowsMaximize } from './ArrowsMaximize';\nexport { default as ArrowsMinimize } from './ArrowsMinimize';\nexport { default as Award } from './Award';\nexport { default as BellOff } from './BellOff';\nexport { default as BellOn } from './BellOn';\nexport { default as Benefit } from './Benefit';\nexport { default as BenefitFillPierced } from './BenefitFillPierced';\nexport { default as Block } from './Block';\nexport { default as Bookmark } from './Bookmark';\nexport { default as BookmarkFill } from './BookmarkFill';\nexport { default as Box } from './Box';\nexport { default as Building } from './Building';\nexport { default as Bulb } from './Bulb';\nexport { default as Calender } from './Calender';\nexport { default as Chat } from './Chat';\nexport { default as Check } from './Check';\nexport { default as CheckCircle } from './CheckCircle';\nexport { default as CheckCircleFill } from './CheckCircleFill';\nexport { default as ChevronDown } from './ChevronDown';\nexport { default as ChevronDownCircle } from './ChevronDownCircle';\nexport { default as ChevronLeft } from './ChevronLeft';\nexport { default as ChevronLeftCircle } from './ChevronLeftCircle';\nexport { default as ChevronLeftCircleFill } from './ChevronLeftCircleFill';\nexport { default as ChevronLeftCircleFillPierced } from './ChevronLeftCircleFillPierced';\nexport { default as ChevronRight } from './ChevronRight';\nexport { default as ChevronRightCircle } from './ChevronRightCircle';\nexport { default as ChevronUp } from './ChevronUp';\nexport { default as ChevronUpCircle } from './ChevronUpCircle';\nexport { default as ChevronsDown } from './ChevronsDown';\nexport { default as ChevronsLeft } from './ChevronsLeft';\nexport { default as ChevronsRight } from './ChevronsRight';\nexport { default as ChevronsUp } from './ChevronsUp';\nexport { default as Clipboard } from './Clipboard';\nexport { default as Close } from './Close';\nexport { default as CloseCircle } from './CloseCircle';\nexport { default as CloseCircleFill } from './CloseCircleFill';\nexport { default as CloseCircleFillPierced } from './CloseCircleFillPierced';\nexport { default as Coins } from './Coins';\nexport { default as Comics } from './Comics';\nexport { default as ComicsFillPierced } from './ComicsFillPierced';\nexport { default as Copy } from './Copy';\nexport { default as CreditCard } from './CreditCard';\nexport { default as Crown } from './Crown';\nexport { default as Database } from './Database';\nexport { default as DistanceHorizontal } from './DistanceHorizontal';\nexport { default as DistanceVertical } from './DistanceVertical';\nexport { default as Download } from './Download';\nexport { default as Edit } from './Edit';\nexport { default as Edit2 } from './Edit2';\nexport { default as ExternalLink } from './ExternalLink';\nexport { default as EyeOff } from './EyeOff';\nexport { default as EyeOn } from './EyeOn';\nexport { default as Filter } from './Filter';\nexport { default as Filter2 } from './Filter2';\nexport { default as Globe } from './Globe';\nexport { default as Grid } from './Grid';\nexport { default as HD } from './HD';\nexport { default as HDOff } from './HDOff';\nexport { default as Hash } from './Hash';\nexport { default as Heart } from './Heart';\nexport { default as HeartFill } from './HeartFill';\nexport { default as Home } from './Home';\nexport { default as HomeFillPierced } from './HomeFillPierced';\nexport { default as Image } from './Image';\nexport { default as Inbox } from './Inbox';\nexport { default as Info } from './Info';\nexport { default as InfoCircle } from './InfoCircle';\nexport { default as LaurelsLeft } from './LaurelsLeft';\nexport { default as LaurelsRight } from './LaurelsRight';\nexport { default as Layers } from './Layers';\nexport { default as Library } from './Library';\nexport { default as LibraryFillPierced } from './LibraryFillPierced';\nexport { default as LineHorizontal } from './LineHorizontal';\nexport { default as LineHorizontalFill } from './LineHorizontalFill';\nexport { default as LineVertical } from './LineVertical';\nexport { default as LineVerticalFill } from './LineVerticalFill';\nexport { default as Link } from './Link';\nexport { default as List } from './List';\nexport { default as ListCheck } from './ListCheck';\nexport { default as Lock } from './Lock';\nexport { default as LogIn } from './LogIn';\nexport { default as LogOut } from './LogOut';\nexport { default as MapPin } from './MapPin';\nexport { default as Maximize } from './Maximize';\nexport { default as Maximize1 } from './Maximize1';\nexport { default as Message } from './Message';\nexport { default as Minimize } from './Minimize';\nexport { default as Minimize1 } from './Minimize1';\nexport { default as Minus } from './Minus';\nexport { default as MinusCircle } from './MinusCircle';\nexport { default as MinusCircleFill } from './MinusCircleFill';\nexport { default as MinusCircleFillPierced } from './MinusCircleFillPierced';\nexport { default as MoreHorizontal } from './MoreHorizontal';\nexport { default as MoreSquare } from './MoreSquare';\nexport { default as MoreSquareFillPierced } from './MoreSquareFillPierced';\nexport { default as MoreVertical } from './MoreVertical';\nexport { default as Move } from './Move';\nexport { default as Novels } from './Novels';\nexport { default as NovelsFillPierced } from './NovelsFillPierced';\nexport { default as Paperclip } from './Paperclip';\nexport { default as Percent } from './Percent';\nexport { default as Plus } from './Plus';\nexport { default as PlusCircle } from './PlusCircle';\nexport { default as Point } from './Point';\nexport { default as QuestionCircle } from './QuestionCircle';\nexport { default as QuestionCircleFillPierced } from './QuestionCircleFillPierced';\nexport { default as Recommend } from './Recommend';\nexport { default as RefreshCcw } from './RefreshCcw';\nexport { default as RefreshCw } from './RefreshCw';\nexport { default as RotateCcw } from './RotateCcw';\nexport { default as RotateCw } from './RotateCw';\nexport { default as RotateLeft } from './RotateLeft';\nexport { default as RotateRight } from './RotateRight';\nexport { default as Sale } from './Sale';\nexport { default as Sanserif } from './Sanserif';\nexport { default as SanserifFill } from './SanserifFill';\nexport { default as Search } from './Search';\nexport { default as Serif } from './Serif';\nexport { default as SerifFill } from './SerifFill';\nexport { default as Setting } from './Setting';\nexport { default as Shield } from './Shield';\nexport { default as Shop } from './Shop';\nexport { default as ShoppingBag } from './ShoppingBag';\nexport { default as Shuffle } from './Shuffle';\nexport { default as Smartphone } from './Smartphone';\nexport { default as Sort } from './Sort';\nexport { default as SortAsc } from './SortAsc';\nexport { default as SpacingLarge } from './SpacingLarge';\nexport { default as SpacingLargeFill } from './SpacingLargeFill';\nexport { default as SpacingMedium } from './SpacingMedium';\nexport { default as SpacingMediumFill } from './SpacingMediumFill';\nexport { default as SpacingSmall } from './SpacingSmall';\nexport { default as SpacingSmallFill } from './SpacingSmallFill';\nexport { default as Sparkles } from './Sparkles';\nexport { default as Speaker } from './Speaker';\nexport { default as Star } from './Star';\nexport { default as SwapHorizontal } from './SwapHorizontal';\nexport { default as SwapVertical } from './SwapVertical';\nexport { default as Ticket } from './Ticket';\nexport { default as Time } from './Time';\nexport { default as TimeFill } from './TimeFill';\nexport { default as Trash } from './Trash';\nexport { default as TrendingUp } from './TrendingUp';\nexport { default as Trophy } from './Trophy';\nexport { default as Unlock } from './Unlock';\nexport { default as Upload } from './Upload';\nexport { default as User } from './User';\nexport { default as Users } from './Users';\nexport { default as VolumeOff } from './VolumeOff';\nexport { default as VolumeOn } from './VolumeOn';\nexport { default as Zap } from './Zap';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA"}
1
+ {"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export { default as Alarm } from './Alarm';\nexport { default as AlertCircle } from './AlertCircle';\nexport { default as AlertOctagon } from './AlertOctagon';\nexport { default as AlertTriangle } from './AlertTriangle';\nexport { default as ArrowDown } from './ArrowDown';\nexport { default as ArrowDownCircle } from './ArrowDownCircle';\nexport { default as ArrowLeft } from './ArrowLeft';\nexport { default as ArrowLeftCircle } from './ArrowLeftCircle';\nexport { default as ArrowRight } from './ArrowRight';\nexport { default as ArrowRightCircle } from './ArrowRightCircle';\nexport { default as ArrowUp } from './ArrowUp';\nexport { default as ArrowUpCircle } from './ArrowUpCircle';\nexport { default as ArrowsMaximize } from './ArrowsMaximize';\nexport { default as ArrowsMinimize } from './ArrowsMinimize';\nexport { default as Award } from './Award';\nexport { default as BellOff } from './BellOff';\nexport { default as BellOn } from './BellOn';\nexport { default as Benefit } from './Benefit';\nexport { default as BenefitFillPierced } from './BenefitFillPierced';\nexport { default as Block } from './Block';\nexport { default as Bookmark } from './Bookmark';\nexport { default as BookmarkFill } from './BookmarkFill';\nexport { default as Box } from './Box';\nexport { default as Building } from './Building';\nexport { default as Bulb } from './Bulb';\nexport { default as Calender } from './Calender';\nexport { default as Chat } from './Chat';\nexport { default as Check } from './Check';\nexport { default as CheckCircle } from './CheckCircle';\nexport { default as CheckCircleFill } from './CheckCircleFill';\nexport { default as ChevronDown } from './ChevronDown';\nexport { default as ChevronDownCircle } from './ChevronDownCircle';\nexport { default as ChevronLeft } from './ChevronLeft';\nexport { default as ChevronLeftCircle } from './ChevronLeftCircle';\nexport { default as ChevronLeftCircleFill } from './ChevronLeftCircleFill';\nexport { default as ChevronLeftCircleFillPierced } from './ChevronLeftCircleFillPierced';\nexport { default as ChevronRight } from './ChevronRight';\nexport { default as ChevronRightCircle } from './ChevronRightCircle';\nexport { default as ChevronUp } from './ChevronUp';\nexport { default as ChevronUpCircle } from './ChevronUpCircle';\nexport { default as ChevronsDown } from './ChevronsDown';\nexport { default as ChevronsLeft } from './ChevronsLeft';\nexport { default as ChevronsRight } from './ChevronsRight';\nexport { default as ChevronsUp } from './ChevronsUp';\nexport { default as Clipboard } from './Clipboard';\nexport { default as Close } from './Close';\nexport { default as CloseCircle } from './CloseCircle';\nexport { default as CloseCircleFill } from './CloseCircleFill';\nexport { default as CloseCircleFillPierced } from './CloseCircleFillPierced';\nexport { default as Coffee } from './Coffee';\nexport { default as Coins } from './Coins';\nexport { default as Comics } from './Comics';\nexport { default as ComicsFillPierced } from './ComicsFillPierced';\nexport { default as Copy } from './Copy';\nexport { default as CreditCard } from './CreditCard';\nexport { default as Crown } from './Crown';\nexport { default as Database } from './Database';\nexport { default as DistanceHorizontal } from './DistanceHorizontal';\nexport { default as DistanceVertical } from './DistanceVertical';\nexport { default as Download } from './Download';\nexport { default as Edit } from './Edit';\nexport { default as Edit2 } from './Edit2';\nexport { default as ExternalLink } from './ExternalLink';\nexport { default as EyeOff } from './EyeOff';\nexport { default as EyeOn } from './EyeOn';\nexport { default as Filter } from './Filter';\nexport { default as Filter2 } from './Filter2';\nexport { default as Free } from './Free';\nexport { default as Globe } from './Globe';\nexport { default as Grid } from './Grid';\nexport { default as HD } from './HD';\nexport { default as HDOff } from './HDOff';\nexport { default as Hash } from './Hash';\nexport { default as Heart } from './Heart';\nexport { default as HeartFill } from './HeartFill';\nexport { default as Home } from './Home';\nexport { default as HomeFillPierced } from './HomeFillPierced';\nexport { default as Image } from './Image';\nexport { default as Inbox } from './Inbox';\nexport { default as Info } from './Info';\nexport { default as InfoCircle } from './InfoCircle';\nexport { default as LaurelsLeft } from './LaurelsLeft';\nexport { default as LaurelsRight } from './LaurelsRight';\nexport { default as Layers } from './Layers';\nexport { default as Library } from './Library';\nexport { default as LibraryFillPierced } from './LibraryFillPierced';\nexport { default as LineHorizontal } from './LineHorizontal';\nexport { default as LineHorizontalFill } from './LineHorizontalFill';\nexport { default as LineVertical } from './LineVertical';\nexport { default as LineVerticalFill } from './LineVerticalFill';\nexport { default as Link } from './Link';\nexport { default as List } from './List';\nexport { default as ListCheck } from './ListCheck';\nexport { default as Lock } from './Lock';\nexport { default as LogIn } from './LogIn';\nexport { default as LogOut } from './LogOut';\nexport { default as MapPin } from './MapPin';\nexport { default as Maximize } from './Maximize';\nexport { default as Maximize1 } from './Maximize1';\nexport { default as Message } from './Message';\nexport { default as Minimize } from './Minimize';\nexport { default as Minimize1 } from './Minimize1';\nexport { default as Minus } from './Minus';\nexport { default as MinusCircle } from './MinusCircle';\nexport { default as MinusCircleFill } from './MinusCircleFill';\nexport { default as MinusCircleFillPierced } from './MinusCircleFillPierced';\nexport { default as MoreHorizontal } from './MoreHorizontal';\nexport { default as MoreSquare } from './MoreSquare';\nexport { default as MoreSquareFillPierced } from './MoreSquareFillPierced';\nexport { default as MoreVertical } from './MoreVertical';\nexport { default as Move } from './Move';\nexport { default as Novels } from './Novels';\nexport { default as NovelsFillPierced } from './NovelsFillPierced';\nexport { default as Paperclip } from './Paperclip';\nexport { default as Percent } from './Percent';\nexport { default as Plus } from './Plus';\nexport { default as PlusCircle } from './PlusCircle';\nexport { default as Point } from './Point';\nexport { default as QuestionCircle } from './QuestionCircle';\nexport { default as QuestionCircleFillPierced } from './QuestionCircleFillPierced';\nexport { default as Recommend } from './Recommend';\nexport { default as RefreshCcw } from './RefreshCcw';\nexport { default as RefreshCw } from './RefreshCw';\nexport { default as RotateCcw } from './RotateCcw';\nexport { default as RotateCw } from './RotateCw';\nexport { default as RotateLeft } from './RotateLeft';\nexport { default as RotateRight } from './RotateRight';\nexport { default as Sale } from './Sale';\nexport { default as Sanserif } from './Sanserif';\nexport { default as SanserifFill } from './SanserifFill';\nexport { default as Search } from './Search';\nexport { default as Serif } from './Serif';\nexport { default as SerifFill } from './SerifFill';\nexport { default as Setting } from './Setting';\nexport { default as Shield } from './Shield';\nexport { default as Shop } from './Shop';\nexport { default as ShoppingBag } from './ShoppingBag';\nexport { default as Shuffle } from './Shuffle';\nexport { default as Smartphone } from './Smartphone';\nexport { default as Sort } from './Sort';\nexport { default as SortAsc } from './SortAsc';\nexport { default as SpacingLarge } from './SpacingLarge';\nexport { default as SpacingLargeFill } from './SpacingLargeFill';\nexport { default as SpacingMedium } from './SpacingMedium';\nexport { default as SpacingMediumFill } from './SpacingMediumFill';\nexport { default as SpacingSmall } from './SpacingSmall';\nexport { default as SpacingSmallFill } from './SpacingSmallFill';\nexport { default as Sparkles } from './Sparkles';\nexport { default as Speaker } from './Speaker';\nexport { default as Star } from './Star';\nexport { default as SwapHorizontal } from './SwapHorizontal';\nexport { default as SwapVertical } from './SwapVertical';\nexport { default as Ticket } from './Ticket';\nexport { default as Time } from './Time';\nexport { default as TimeFill } from './TimeFill';\nexport { default as Token } from './Token';\nexport { default as Trash } from './Trash';\nexport { default as TrendingUp } from './TrendingUp';\nexport { default as Trophy } from './Trophy';\nexport { default as Unlock } from './Unlock';\nexport { default as Upload } from './Upload';\nexport { default as User } from './User';\nexport { default as Users } from './Users';\nexport { default as VolumeOff } from './VolumeOff';\nexport { default as VolumeOn } from './VolumeOn';\nexport { default as Zap } from './Zap';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA"}
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import { Path } from 'react-native-svg';
3
+ import createSvgIcon from '../utils/createSvgIcon';
4
+ export default createSvgIcon( /*#__PURE__*/React.createElement(Path, {
5
+ d: "M15 9.99995H2V17.9999C2 18.7956 2.3163 19.5584 2.87891 20.121C3.44152 20.6836 4.20435 20.9999 5 20.9999H12C12.7956 20.9999 13.5585 20.6836 14.1211 20.121C14.6837 19.5584 15 18.7956 15 17.9999V9.99995ZM5.41699 1.18745C5.86562 0.865431 6.49043 0.968375 6.8125 1.41694C7.1345 1.86555 7.03251 2.49036 6.58398 2.81245C6.39942 2.94492 6.24909 3.12 6.14746 3.32319C6.04583 3.52645 5.99524 3.75223 6 3.97944C6.00028 3.99311 6.00028 4.00678 6 4.02045C5.99524 4.24766 6.04583 4.47344 6.14746 4.6767C6.24909 4.87989 6.39942 5.05497 6.58398 5.18745C7.03251 5.50953 7.1345 6.13434 6.8125 6.58295C6.49043 7.03152 5.86562 7.13446 5.41699 6.81245C4.96873 6.49064 4.60615 6.06382 4.35938 5.57026C4.11269 5.0768 3.98949 4.531 4.00098 3.97944C3.99627 3.44185 4.1188 2.91086 4.35938 2.42963C4.60615 1.93607 4.96873 1.50925 5.41699 1.18745ZM9.41699 1.18745C9.86562 0.865431 10.4904 0.968375 10.8125 1.41694C11.1345 1.86555 11.0325 2.49036 10.584 2.81245C10.3994 2.94492 10.2491 3.12 10.1475 3.32319C10.0458 3.52645 9.99524 3.75223 10 3.97944C10.0003 3.99311 10.0003 4.00678 10 4.02045C9.99524 4.24766 10.0458 4.47344 10.1475 4.6767C10.2491 4.87989 10.3994 5.05497 10.584 5.18745C11.0325 5.50953 11.1345 6.13434 10.8125 6.58295C10.4904 7.03152 9.86562 7.13446 9.41699 6.81245C8.96873 6.49064 8.60615 6.06382 8.35938 5.57026C8.11269 5.0768 7.98949 4.531 8.00098 3.97944C7.99627 3.44184 8.1188 2.91086 8.35938 2.42963C8.60615 1.93608 8.96873 1.50925 9.41699 1.18745ZM20 12.9999C20 12.2043 19.6837 11.4415 19.1211 10.8789C18.5585 10.3162 17.7956 9.99995 17 9.99995V15.9999L17.2969 15.9853C17.9835 15.917 18.6289 15.6132 19.1211 15.121C19.6837 14.5584 20 13.7956 20 12.9999ZM22 12.9999C22 14.326 21.4728 15.5974 20.5352 16.5351C19.5975 17.4728 18.3261 17.9999 17 17.9999C17 19.326 16.4728 20.5974 15.5352 21.5351C14.5975 22.4728 13.3261 22.9999 12 22.9999H5C3.67392 22.9999 2.40253 22.4728 1.46484 21.5351C0.527162 20.5974 0 19.326 0 17.9999V8.99995C0 8.44766 0.447715 7.99995 1 7.99995H17C18.3261 7.99995 19.5975 8.52711 20.5352 9.46479C21.4728 10.4025 22 11.6739 22 12.9999Z"
6
+ }), 'Coffee', '0 0 22 24');
7
+ //# sourceMappingURL=Coffee.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","Path","createSvgIcon"],"sources":["Coffee.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n d=\"M15 9.99995H2V17.9999C2 18.7956 2.3163 19.5584 2.87891 20.121C3.44152 20.6836 4.20435 20.9999 5 20.9999H12C12.7956 20.9999 13.5585 20.6836 14.1211 20.121C14.6837 19.5584 15 18.7956 15 17.9999V9.99995ZM5.41699 1.18745C5.86562 0.865431 6.49043 0.968375 6.8125 1.41694C7.1345 1.86555 7.03251 2.49036 6.58398 2.81245C6.39942 2.94492 6.24909 3.12 6.14746 3.32319C6.04583 3.52645 5.99524 3.75223 6 3.97944C6.00028 3.99311 6.00028 4.00678 6 4.02045C5.99524 4.24766 6.04583 4.47344 6.14746 4.6767C6.24909 4.87989 6.39942 5.05497 6.58398 5.18745C7.03251 5.50953 7.1345 6.13434 6.8125 6.58295C6.49043 7.03152 5.86562 7.13446 5.41699 6.81245C4.96873 6.49064 4.60615 6.06382 4.35938 5.57026C4.11269 5.0768 3.98949 4.531 4.00098 3.97944C3.99627 3.44185 4.1188 2.91086 4.35938 2.42963C4.60615 1.93607 4.96873 1.50925 5.41699 1.18745ZM9.41699 1.18745C9.86562 0.865431 10.4904 0.968375 10.8125 1.41694C11.1345 1.86555 11.0325 2.49036 10.584 2.81245C10.3994 2.94492 10.2491 3.12 10.1475 3.32319C10.0458 3.52645 9.99524 3.75223 10 3.97944C10.0003 3.99311 10.0003 4.00678 10 4.02045C9.99524 4.24766 10.0458 4.47344 10.1475 4.6767C10.2491 4.87989 10.3994 5.05497 10.584 5.18745C11.0325 5.50953 11.1345 6.13434 10.8125 6.58295C10.4904 7.03152 9.86562 7.13446 9.41699 6.81245C8.96873 6.49064 8.60615 6.06382 8.35938 5.57026C8.11269 5.0768 7.98949 4.531 8.00098 3.97944C7.99627 3.44184 8.1188 2.91086 8.35938 2.42963C8.60615 1.93608 8.96873 1.50925 9.41699 1.18745ZM20 12.9999C20 12.2043 19.6837 11.4415 19.1211 10.8789C18.5585 10.3162 17.7956 9.99995 17 9.99995V15.9999L17.2969 15.9853C17.9835 15.917 18.6289 15.6132 19.1211 15.121C19.6837 14.5584 20 13.7956 20 12.9999ZM22 12.9999C22 14.326 21.4728 15.5974 20.5352 16.5351C19.5975 17.4728 18.3261 17.9999 17 17.9999C17 19.326 16.4728 20.5974 15.5352 21.5351C14.5975 22.4728 13.3261 22.9999 12 22.9999H5C3.67392 22.9999 2.40253 22.4728 1.46484 21.5351C0.527162 20.5974 0 19.326 0 17.9999V8.99995C0 8.44766 0.447715 7.99995 1 7.99995H17C18.3261 7.99995 19.5975 8.52711 20.5352 9.46479C21.4728 10.4025 22 11.6739 22 12.9999Z\"\n />,\n 'Coffee',\n '0 0 22 24',\n);\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAOC,aAAP,MAA0B,wBAA1B;AAEA,eAAeA,aAAa,eACxB,oBAAC,IAAD;EACI,CAAC,EAAC;AADN,EADwB,EAIxB,QAJwB,EAKxB,WALwB,CAA5B"}
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import { Path } from 'react-native-svg';
3
+ import createSvgIcon from '../utils/createSvgIcon';
4
+ export default createSvgIcon( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Path, {
5
+ d: "M4.79297 18C6.44091 19.8409 8.83481 21 11.5 21C14.1652 21 16.5591 19.8409 18.207 18H20.7178C18.7549 21.0094 15.3609 23 11.5 23C7.63909 23 4.24508 21.0094 2.28223 18H4.79297Z"
6
+ }), /*#__PURE__*/React.createElement(Path, {
7
+ d: "M5.01367 10H1.76855V11.4004H4.58789V12.8193H1.76855V15.5H0V8.5H5.01367V10Z"
8
+ }), /*#__PURE__*/React.createElement(Path, {
9
+ fillRule: "evenodd",
10
+ clipRule: "evenodd",
11
+ d: "M8.96191 8.5C9.42623 8.50007 9.84546 8.59685 10.2197 8.79004C10.6011 8.98338 10.9003 9.25081 11.1152 9.59082C11.3297 9.92381 11.4364 10.3034 11.4365 10.7295C11.4365 11.1693 11.33 11.5667 11.1152 11.9199C10.9003 12.2665 10.6048 12.5402 10.2305 12.7402C10.1904 12.7617 10.1487 12.7807 10.1074 12.7998L11.7383 15.5H9.72168L8.27832 13.04H7.37012V15.5H5.68555V8.5H8.96191ZM7.37012 11.7402H8.80566C8.98556 11.7402 9.14189 11.704 9.27344 11.6309C9.41205 11.5509 9.5166 11.4397 9.58594 11.2998C9.66198 11.16 9.70014 10.9999 9.7002 10.8203C9.70018 10.6405 9.65822 10.4838 9.5752 10.3506C9.49198 10.2106 9.37043 10.1036 9.21094 10.0303C9.05848 9.95699 8.87113 9.91997 8.64941 9.91992H7.37012V11.7402Z"
12
+ }), /*#__PURE__*/React.createElement(Path, {
13
+ d: "M17.1289 9.94922H13.7686V11.25H16.6602V12.6299H13.7686V14.0508H17.2324V15.5H12.0518V8.5H17.1289V9.94922Z"
14
+ }), /*#__PURE__*/React.createElement(Path, {
15
+ d: "M22.8965 9.94922H19.5371V11.25H22.4287V12.6299H19.5371V14.0508H23V15.5H17.8203V8.5H22.8965V9.94922Z"
16
+ }), /*#__PURE__*/React.createElement(Path, {
17
+ d: "M11.5 1C15.3609 1 18.7549 2.99063 20.7178 6H18.207C16.5591 4.15912 14.1652 3 11.5 3C8.83481 3 6.44091 4.15912 4.79297 6H2.28223C4.24508 2.99063 7.63909 1 11.5 1Z"
18
+ })), 'Free', '0 0 23 24');
19
+ //# sourceMappingURL=Free.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","Path","createSvgIcon"],"sources":["Free.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <React.Fragment>\n <Path\n d=\"M4.79297 18C6.44091 19.8409 8.83481 21 11.5 21C14.1652 21 16.5591 19.8409 18.207 18H20.7178C18.7549 21.0094 15.3609 23 11.5 23C7.63909 23 4.24508 21.0094 2.28223 18H4.79297Z\"\n />\n <Path\n d=\"M5.01367 10H1.76855V11.4004H4.58789V12.8193H1.76855V15.5H0V8.5H5.01367V10Z\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8.96191 8.5C9.42623 8.50007 9.84546 8.59685 10.2197 8.79004C10.6011 8.98338 10.9003 9.25081 11.1152 9.59082C11.3297 9.92381 11.4364 10.3034 11.4365 10.7295C11.4365 11.1693 11.33 11.5667 11.1152 11.9199C10.9003 12.2665 10.6048 12.5402 10.2305 12.7402C10.1904 12.7617 10.1487 12.7807 10.1074 12.7998L11.7383 15.5H9.72168L8.27832 13.04H7.37012V15.5H5.68555V8.5H8.96191ZM7.37012 11.7402H8.80566C8.98556 11.7402 9.14189 11.704 9.27344 11.6309C9.41205 11.5509 9.5166 11.4397 9.58594 11.2998C9.66198 11.16 9.70014 10.9999 9.7002 10.8203C9.70018 10.6405 9.65822 10.4838 9.5752 10.3506C9.49198 10.2106 9.37043 10.1036 9.21094 10.0303C9.05848 9.95699 8.87113 9.91997 8.64941 9.91992H7.37012V11.7402Z\"\n />\n <Path\n d=\"M17.1289 9.94922H13.7686V11.25H16.6602V12.6299H13.7686V14.0508H17.2324V15.5H12.0518V8.5H17.1289V9.94922Z\"\n />\n <Path\n d=\"M22.8965 9.94922H19.5371V11.25H22.4287V12.6299H19.5371V14.0508H23V15.5H17.8203V8.5H22.8965V9.94922Z\"\n />\n <Path\n d=\"M11.5 1C15.3609 1 18.7549 2.99063 20.7178 6H18.207C16.5591 4.15912 14.1652 3 11.5 3C8.83481 3 6.44091 4.15912 4.79297 6H2.28223C4.24508 2.99063 7.63909 1 11.5 1Z\"\n />\n </React.Fragment>,\n 'Free',\n '0 0 23 24',\n);\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAOC,aAAP,MAA0B,wBAA1B;AAEA,eAAeA,aAAa,eACxB,oBAAC,KAAD,CAAO,QAAP,qBACI,oBAAC,IAAD;EACI,CAAC,EAAC;AADN,EADJ,eAII,oBAAC,IAAD;EACI,CAAC,EAAC;AADN,EAJJ,eAOI,oBAAC,IAAD;EACI,QAAQ,EAAC,SADb;EAEI,QAAQ,EAAC,SAFb;EAGI,CAAC,EAAC;AAHN,EAPJ,eAYI,oBAAC,IAAD;EACI,CAAC,EAAC;AADN,EAZJ,eAeI,oBAAC,IAAD;EACI,CAAC,EAAC;AADN,EAfJ,eAkBI,oBAAC,IAAD;EACI,CAAC,EAAC;AADN,EAlBJ,CADwB,EAuBxB,MAvBwB,EAwBxB,WAxBwB,CAA5B"}
@@ -2,12 +2,8 @@ import React from 'react';
2
2
  import { Path } from 'react-native-svg';
3
3
  import createSvgIcon from '../utils/createSvgIcon';
4
4
  export default createSvgIcon( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Path, {
5
- fillRule: "evenodd",
6
- clipRule: "evenodd",
7
- d: "M11 3C6.02944 3 2 7.02944 2 12C2 16.9706 6.02944 21 11 21C15.9706 21 20 16.9706 20 12C20 7.02944 15.9706 3 11 3ZM0 12C0 5.92487 4.92487 1 11 1C17.0751 1 22 5.92487 22 12C22 18.0751 17.0751 23 11 23C4.92487 23 0 18.0751 0 12Z"
5
+ d: "M20 12C20 7.02944 15.9706 3 11 3C6.02944 3 2 7.02944 2 12C2 16.9706 6.02944 21 11 21C15.9706 21 20 16.9706 20 12ZM22 12C22 18.0751 17.0751 23 11 23C4.92487 23 0 18.0751 0 12C0 5.92487 4.92487 1 11 1C17.0751 1 22 5.92487 22 12Z"
8
6
  }), /*#__PURE__*/React.createElement(Path, {
9
- fillRule: "evenodd",
10
- clipRule: "evenodd",
11
- d: "M10.5 6C11.0523 6 11.5 6.44772 11.5 7V12H15.4091C15.9614 12 16.4091 12.4477 16.4091 13C16.4091 13.5523 15.9614 14 15.4091 14H10.5C9.94772 14 9.5 13.5523 9.5 13V7C9.5 6.44772 9.94772 6 10.5 6Z"
7
+ d: "M9.5 7C9.5 6.44772 9.94772 6 10.5 6C11.0523 6 11.5 6.44772 11.5 7V12.4932L14.501 14.6934C14.9462 15.0198 15.043 15.6454 14.7168 16.0908C14.3903 16.5362 13.7638 16.6332 13.3184 16.3066L9.90918 13.8066C9.65224 13.6183 9.5 13.3186 9.5 13V7Z"
12
8
  })), 'Time', '0 0 22 24');
13
9
  //# sourceMappingURL=Time.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","Path","createSvgIcon"],"sources":["Time.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <React.Fragment>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11 3C6.02944 3 2 7.02944 2 12C2 16.9706 6.02944 21 11 21C15.9706 21 20 16.9706 20 12C20 7.02944 15.9706 3 11 3ZM0 12C0 5.92487 4.92487 1 11 1C17.0751 1 22 5.92487 22 12C22 18.0751 17.0751 23 11 23C4.92487 23 0 18.0751 0 12Z\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.5 6C11.0523 6 11.5 6.44772 11.5 7V12H15.4091C15.9614 12 16.4091 12.4477 16.4091 13C16.4091 13.5523 15.9614 14 15.4091 14H10.5C9.94772 14 9.5 13.5523 9.5 13V7C9.5 6.44772 9.94772 6 10.5 6Z\"\n />\n </React.Fragment>,\n 'Time',\n '0 0 22 24',\n);\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAOC,aAAP,MAA0B,wBAA1B;AAEA,eAAeA,aAAa,eACxB,oBAAC,KAAD,CAAO,QAAP,qBACI,oBAAC,IAAD;EACI,QAAQ,EAAC,SADb;EAEI,QAAQ,EAAC,SAFb;EAGI,CAAC,EAAC;AAHN,EADJ,eAMI,oBAAC,IAAD;EACI,QAAQ,EAAC,SADb;EAEI,QAAQ,EAAC,SAFb;EAGI,CAAC,EAAC;AAHN,EANJ,CADwB,EAaxB,MAbwB,EAcxB,WAdwB,CAA5B"}
1
+ {"version":3,"names":["React","Path","createSvgIcon"],"sources":["Time.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <React.Fragment>\n <Path\n d=\"M20 12C20 7.02944 15.9706 3 11 3C6.02944 3 2 7.02944 2 12C2 16.9706 6.02944 21 11 21C15.9706 21 20 16.9706 20 12ZM22 12C22 18.0751 17.0751 23 11 23C4.92487 23 0 18.0751 0 12C0 5.92487 4.92487 1 11 1C17.0751 1 22 5.92487 22 12Z\"\n />\n <Path\n d=\"M9.5 7C9.5 6.44772 9.94772 6 10.5 6C11.0523 6 11.5 6.44772 11.5 7V12.4932L14.501 14.6934C14.9462 15.0198 15.043 15.6454 14.7168 16.0908C14.3903 16.5362 13.7638 16.6332 13.3184 16.3066L9.90918 13.8066C9.65224 13.6183 9.5 13.3186 9.5 13V7Z\"\n />\n </React.Fragment>,\n 'Time',\n '0 0 22 24',\n);\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAOC,aAAP,MAA0B,wBAA1B;AAEA,eAAeA,aAAa,eACxB,oBAAC,KAAD,CAAO,QAAP,qBACI,oBAAC,IAAD;EACI,CAAC,EAAC;AADN,EADJ,eAII,oBAAC,IAAD;EACI,CAAC,EAAC;AADN,EAJJ,CADwB,EASxB,MATwB,EAUxB,WAVwB,CAA5B"}
@@ -2,13 +2,9 @@ import React from 'react';
2
2
  import { Path } from 'react-native-svg';
3
3
  import createSvgIcon from '../utils/createSvgIcon';
4
4
  export default createSvgIcon( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Path, {
5
- fillRule: "evenodd",
6
- clipRule: "evenodd",
7
- d: "M0 12C0 5.92487 4.92487 1 11 1C17.0751 1 22 5.92487 22 12C22 18.0751 17.0751 23 11 23C4.92487 23 0 18.0751 0 12Z"
5
+ d: "M11 1C17.0751 1 22 5.92487 22 12C22 18.0751 17.0751 23 11 23C4.92487 23 0 18.0751 0 12C0 5.92487 4.92487 1 11 1Z"
8
6
  }), /*#__PURE__*/React.createElement(Path, {
9
- fillRule: "evenodd",
10
- clipRule: "evenodd",
11
- d: "M10.5 6C11.0523 6 11.5 6.44772 11.5 7V12H15.4091C15.9614 12 16.4091 12.4477 16.4091 13C16.4091 13.5523 15.9614 14 15.4091 14H10.5C9.94772 14 9.5 13.5523 9.5 13V7C9.5 6.44772 9.94772 6 10.5 6Z",
12
- fill: "#FBFBFB"
7
+ d: "M9.5 7C9.5 6.44772 9.94772 6 10.5 6C11.0523 6 11.5 6.44772 11.5 7V12.4932L14.501 14.6934C14.9462 15.0198 15.043 15.6454 14.7168 16.0908C14.3903 16.5362 13.7638 16.6332 13.3184 16.3066L9.90918 13.8066C9.65224 13.6183 9.5 13.3186 9.5 13V7Z",
8
+ fill: "white"
13
9
  })), 'TimeFill', '0 0 22 24');
14
10
  //# sourceMappingURL=TimeFill.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","Path","createSvgIcon"],"sources":["TimeFill.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <React.Fragment>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M0 12C0 5.92487 4.92487 1 11 1C17.0751 1 22 5.92487 22 12C22 18.0751 17.0751 23 11 23C4.92487 23 0 18.0751 0 12Z\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.5 6C11.0523 6 11.5 6.44772 11.5 7V12H15.4091C15.9614 12 16.4091 12.4477 16.4091 13C16.4091 13.5523 15.9614 14 15.4091 14H10.5C9.94772 14 9.5 13.5523 9.5 13V7C9.5 6.44772 9.94772 6 10.5 6Z\"\n fill=\"#FBFBFB\"\n />\n </React.Fragment>,\n 'TimeFill',\n '0 0 22 24',\n);\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAOC,aAAP,MAA0B,wBAA1B;AAEA,eAAeA,aAAa,eACxB,oBAAC,KAAD,CAAO,QAAP,qBACI,oBAAC,IAAD;EACI,QAAQ,EAAC,SADb;EAEI,QAAQ,EAAC,SAFb;EAGI,CAAC,EAAC;AAHN,EADJ,eAMI,oBAAC,IAAD;EACI,QAAQ,EAAC,SADb;EAEI,QAAQ,EAAC,SAFb;EAGI,CAAC,EAAC,iMAHN;EAII,IAAI,EAAC;AAJT,EANJ,CADwB,EAcxB,UAdwB,EAexB,WAfwB,CAA5B"}
1
+ {"version":3,"names":["React","Path","createSvgIcon"],"sources":["TimeFill.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <React.Fragment>\n <Path\n d=\"M11 1C17.0751 1 22 5.92487 22 12C22 18.0751 17.0751 23 11 23C4.92487 23 0 18.0751 0 12C0 5.92487 4.92487 1 11 1Z\"\n />\n <Path\n d=\"M9.5 7C9.5 6.44772 9.94772 6 10.5 6C11.0523 6 11.5 6.44772 11.5 7V12.4932L14.501 14.6934C14.9462 15.0198 15.043 15.6454 14.7168 16.0908C14.3903 16.5362 13.7638 16.6332 13.3184 16.3066L9.90918 13.8066C9.65224 13.6183 9.5 13.3186 9.5 13V7Z\"\n fill=\"white\"\n />\n </React.Fragment>,\n 'TimeFill',\n '0 0 22 24',\n);\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAOC,aAAP,MAA0B,wBAA1B;AAEA,eAAeA,aAAa,eACxB,oBAAC,KAAD,CAAO,QAAP,qBACI,oBAAC,IAAD;EACI,CAAC,EAAC;AADN,EADJ,eAII,oBAAC,IAAD;EACI,CAAC,EAAC,+OADN;EAEI,IAAI,EAAC;AAFT,EAJJ,CADwB,EAUxB,UAVwB,EAWxB,WAXwB,CAA5B"}
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ import { Path } from 'react-native-svg';
3
+ import createSvgIcon from '../utils/createSvgIcon';
4
+ export default createSvgIcon( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Path, {
5
+ fillRule: "evenodd",
6
+ clipRule: "evenodd",
7
+ d: "M11 4.5752C15.1006 4.5752 18.4247 7.89943 18.4248 12C18.4248 16.1006 15.1006 19.4248 11 19.4248C6.89938 19.4248 3.5752 16.1006 3.5752 12C3.57529 7.89945 6.89944 4.57522 11 4.5752ZM9.72461 7.64062V9.36523H8.77344V11.0527H9.72461V14.5547C9.71843 15.042 9.8157 15.4468 10.0156 15.7686C10.2187 16.0903 10.5114 16.3274 10.8926 16.4805C11.2769 16.6304 11.738 16.693 12.2754 16.668C12.5501 16.6555 12.7857 16.6259 12.9824 16.5791C13.1824 16.5322 13.3379 16.4932 13.4473 16.4619L13.0996 14.8076C13.0496 14.8201 12.9747 14.8358 12.875 14.8545C12.7782 14.8701 12.6861 14.8779 12.5986 14.8779C12.4768 14.8779 12.3717 14.8605 12.2842 14.8262C12.1968 14.7887 12.1299 14.7277 12.083 14.6436C12.0393 14.5561 12.0176 14.4414 12.0176 14.3008V11.0527H13.3154V9.36523H12.0176V7.64062H9.72461Z"
8
+ }), /*#__PURE__*/React.createElement(Path, {
9
+ fillRule: "evenodd",
10
+ clipRule: "evenodd",
11
+ d: "M11 1C17.075 1 21.9999 5.92505 22 12C22 18.075 17.075 23 11 23C4.925 23 0 18.075 0 12C9.14273e-05 5.92507 4.92505 1.00003 11 1ZM11 3.2002C6.14006 3.20022 2.20029 7.14007 2.2002 12C2.2002 16.86 6.14 20.7998 11 20.7998C15.86 20.7998 19.7998 16.86 19.7998 12C19.7997 7.14006 15.86 3.2002 11 3.2002Z"
12
+ })), 'Token', '0 0 22 24');
13
+ //# sourceMappingURL=Token.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","Path","createSvgIcon"],"sources":["Token.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <React.Fragment>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11 4.5752C15.1006 4.5752 18.4247 7.89943 18.4248 12C18.4248 16.1006 15.1006 19.4248 11 19.4248C6.89938 19.4248 3.5752 16.1006 3.5752 12C3.57529 7.89945 6.89944 4.57522 11 4.5752ZM9.72461 7.64062V9.36523H8.77344V11.0527H9.72461V14.5547C9.71843 15.042 9.8157 15.4468 10.0156 15.7686C10.2187 16.0903 10.5114 16.3274 10.8926 16.4805C11.2769 16.6304 11.738 16.693 12.2754 16.668C12.5501 16.6555 12.7857 16.6259 12.9824 16.5791C13.1824 16.5322 13.3379 16.4932 13.4473 16.4619L13.0996 14.8076C13.0496 14.8201 12.9747 14.8358 12.875 14.8545C12.7782 14.8701 12.6861 14.8779 12.5986 14.8779C12.4768 14.8779 12.3717 14.8605 12.2842 14.8262C12.1968 14.7887 12.1299 14.7277 12.083 14.6436C12.0393 14.5561 12.0176 14.4414 12.0176 14.3008V11.0527H13.3154V9.36523H12.0176V7.64062H9.72461Z\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11 1C17.075 1 21.9999 5.92505 22 12C22 18.075 17.075 23 11 23C4.925 23 0 18.075 0 12C9.14273e-05 5.92507 4.92505 1.00003 11 1ZM11 3.2002C6.14006 3.20022 2.20029 7.14007 2.2002 12C2.2002 16.86 6.14 20.7998 11 20.7998C15.86 20.7998 19.7998 16.86 19.7998 12C19.7997 7.14006 15.86 3.2002 11 3.2002Z\"\n />\n </React.Fragment>,\n 'Token',\n '0 0 22 24',\n);\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAOC,aAAP,MAA0B,wBAA1B;AAEA,eAAeA,aAAa,eACxB,oBAAC,KAAD,CAAO,QAAP,qBACI,oBAAC,IAAD;EACI,QAAQ,EAAC,SADb;EAEI,QAAQ,EAAC,SAFb;EAGI,CAAC,EAAC;AAHN,EADJ,eAMI,oBAAC,IAAD;EACI,QAAQ,EAAC,SADb;EAEI,QAAQ,EAAC,SAFb;EAGI,CAAC,EAAC;AAHN,EANJ,CADwB,EAaxB,OAbwB,EAcxB,WAdwB,CAA5B"}
@@ -47,6 +47,7 @@ export { default as Close } from './Close';
47
47
  export { default as CloseCircle } from './CloseCircle';
48
48
  export { default as CloseCircleFill } from './CloseCircleFill';
49
49
  export { default as CloseCircleFillPierced } from './CloseCircleFillPierced';
50
+ export { default as Coffee } from './Coffee';
50
51
  export { default as Coins } from './Coins';
51
52
  export { default as Comics } from './Comics';
52
53
  export { default as ComicsFillPierced } from './ComicsFillPierced';
@@ -64,6 +65,7 @@ export { default as EyeOff } from './EyeOff';
64
65
  export { default as EyeOn } from './EyeOn';
65
66
  export { default as Filter } from './Filter';
66
67
  export { default as Filter2 } from './Filter2';
68
+ export { default as Free } from './Free';
67
69
  export { default as Globe } from './Globe';
68
70
  export { default as Grid } from './Grid';
69
71
  export { default as HD } from './HD';
@@ -151,6 +153,7 @@ export { default as SwapVertical } from './SwapVertical';
151
153
  export { default as Ticket } from './Ticket';
152
154
  export { default as Time } from './Time';
153
155
  export { default as TimeFill } from './TimeFill';
156
+ export { default as Token } from './Token';
154
157
  export { default as Trash } from './Trash';
155
158
  export { default as TrendingUp } from './TrendingUp';
156
159
  export { default as Trophy } from './Trophy';
@@ -1 +1 @@
1
- {"version":3,"names":["default","Alarm","AlertCircle","AlertOctagon","AlertTriangle","ArrowDown","ArrowDownCircle","ArrowLeft","ArrowLeftCircle","ArrowRight","ArrowRightCircle","ArrowUp","ArrowUpCircle","ArrowsMaximize","ArrowsMinimize","Award","BellOff","BellOn","Benefit","BenefitFillPierced","Block","Bookmark","BookmarkFill","Box","Building","Bulb","Calender","Chat","Check","CheckCircle","CheckCircleFill","ChevronDown","ChevronDownCircle","ChevronLeft","ChevronLeftCircle","ChevronLeftCircleFill","ChevronLeftCircleFillPierced","ChevronRight","ChevronRightCircle","ChevronUp","ChevronUpCircle","ChevronsDown","ChevronsLeft","ChevronsRight","ChevronsUp","Clipboard","Close","CloseCircle","CloseCircleFill","CloseCircleFillPierced","Coins","Comics","ComicsFillPierced","Copy","CreditCard","Crown","Database","DistanceHorizontal","DistanceVertical","Download","Edit","Edit2","ExternalLink","EyeOff","EyeOn","Filter","Filter2","Globe","Grid","HD","HDOff","Hash","Heart","HeartFill","Home","HomeFillPierced","Image","Inbox","Info","InfoCircle","LaurelsLeft","LaurelsRight","Layers","Library","LibraryFillPierced","LineHorizontal","LineHorizontalFill","LineVertical","LineVerticalFill","Link","List","ListCheck","Lock","LogIn","LogOut","MapPin","Maximize","Maximize1","Message","Minimize","Minimize1","Minus","MinusCircle","MinusCircleFill","MinusCircleFillPierced","MoreHorizontal","MoreSquare","MoreSquareFillPierced","MoreVertical","Move","Novels","NovelsFillPierced","Paperclip","Percent","Plus","PlusCircle","Point","QuestionCircle","QuestionCircleFillPierced","Recommend","RefreshCcw","RefreshCw","RotateCcw","RotateCw","RotateLeft","RotateRight","Sale","Sanserif","SanserifFill","Search","Serif","SerifFill","Setting","Shield","Shop","ShoppingBag","Shuffle","Smartphone","Sort","SortAsc","SpacingLarge","SpacingLargeFill","SpacingMedium","SpacingMediumFill","SpacingSmall","SpacingSmallFill","Sparkles","Speaker","Star","SwapHorizontal","SwapVertical","Ticket","Time","TimeFill","Trash","TrendingUp","Trophy","Unlock","Upload","User","Users","VolumeOff","VolumeOn","Zap"],"sources":["index.ts"],"sourcesContent":["export { default as Alarm } from './Alarm';\nexport { default as AlertCircle } from './AlertCircle';\nexport { default as AlertOctagon } from './AlertOctagon';\nexport { default as AlertTriangle } from './AlertTriangle';\nexport { default as ArrowDown } from './ArrowDown';\nexport { default as ArrowDownCircle } from './ArrowDownCircle';\nexport { default as ArrowLeft } from './ArrowLeft';\nexport { default as ArrowLeftCircle } from './ArrowLeftCircle';\nexport { default as ArrowRight } from './ArrowRight';\nexport { default as ArrowRightCircle } from './ArrowRightCircle';\nexport { default as ArrowUp } from './ArrowUp';\nexport { default as ArrowUpCircle } from './ArrowUpCircle';\nexport { default as ArrowsMaximize } from './ArrowsMaximize';\nexport { default as ArrowsMinimize } from './ArrowsMinimize';\nexport { default as Award } from './Award';\nexport { default as BellOff } from './BellOff';\nexport { default as BellOn } from './BellOn';\nexport { default as Benefit } from './Benefit';\nexport { default as BenefitFillPierced } from './BenefitFillPierced';\nexport { default as Block } from './Block';\nexport { default as Bookmark } from './Bookmark';\nexport { default as BookmarkFill } from './BookmarkFill';\nexport { default as Box } from './Box';\nexport { default as Building } from './Building';\nexport { default as Bulb } from './Bulb';\nexport { default as Calender } from './Calender';\nexport { default as Chat } from './Chat';\nexport { default as Check } from './Check';\nexport { default as CheckCircle } from './CheckCircle';\nexport { default as CheckCircleFill } from './CheckCircleFill';\nexport { default as ChevronDown } from './ChevronDown';\nexport { default as ChevronDownCircle } from './ChevronDownCircle';\nexport { default as ChevronLeft } from './ChevronLeft';\nexport { default as ChevronLeftCircle } from './ChevronLeftCircle';\nexport { default as ChevronLeftCircleFill } from './ChevronLeftCircleFill';\nexport { default as ChevronLeftCircleFillPierced } from './ChevronLeftCircleFillPierced';\nexport { default as ChevronRight } from './ChevronRight';\nexport { default as ChevronRightCircle } from './ChevronRightCircle';\nexport { default as ChevronUp } from './ChevronUp';\nexport { default as ChevronUpCircle } from './ChevronUpCircle';\nexport { default as ChevronsDown } from './ChevronsDown';\nexport { default as ChevronsLeft } from './ChevronsLeft';\nexport { default as ChevronsRight } from './ChevronsRight';\nexport { default as ChevronsUp } from './ChevronsUp';\nexport { default as Clipboard } from './Clipboard';\nexport { default as Close } from './Close';\nexport { default as CloseCircle } from './CloseCircle';\nexport { default as CloseCircleFill } from './CloseCircleFill';\nexport { default as CloseCircleFillPierced } from './CloseCircleFillPierced';\nexport { default as Coins } from './Coins';\nexport { default as Comics } from './Comics';\nexport { default as ComicsFillPierced } from './ComicsFillPierced';\nexport { default as Copy } from './Copy';\nexport { default as CreditCard } from './CreditCard';\nexport { default as Crown } from './Crown';\nexport { default as Database } from './Database';\nexport { default as DistanceHorizontal } from './DistanceHorizontal';\nexport { default as DistanceVertical } from './DistanceVertical';\nexport { default as Download } from './Download';\nexport { default as Edit } from './Edit';\nexport { default as Edit2 } from './Edit2';\nexport { default as ExternalLink } from './ExternalLink';\nexport { default as EyeOff } from './EyeOff';\nexport { default as EyeOn } from './EyeOn';\nexport { default as Filter } from './Filter';\nexport { default as Filter2 } from './Filter2';\nexport { default as Globe } from './Globe';\nexport { default as Grid } from './Grid';\nexport { default as HD } from './HD';\nexport { default as HDOff } from './HDOff';\nexport { default as Hash } from './Hash';\nexport { default as Heart } from './Heart';\nexport { default as HeartFill } from './HeartFill';\nexport { default as Home } from './Home';\nexport { default as HomeFillPierced } from './HomeFillPierced';\nexport { default as Image } from './Image';\nexport { default as Inbox } from './Inbox';\nexport { default as Info } from './Info';\nexport { default as InfoCircle } from './InfoCircle';\nexport { default as LaurelsLeft } from './LaurelsLeft';\nexport { default as LaurelsRight } from './LaurelsRight';\nexport { default as Layers } from './Layers';\nexport { default as Library } from './Library';\nexport { default as LibraryFillPierced } from './LibraryFillPierced';\nexport { default as LineHorizontal } from './LineHorizontal';\nexport { default as LineHorizontalFill } from './LineHorizontalFill';\nexport { default as LineVertical } from './LineVertical';\nexport { default as LineVerticalFill } from './LineVerticalFill';\nexport { default as Link } from './Link';\nexport { default as List } from './List';\nexport { default as ListCheck } from './ListCheck';\nexport { default as Lock } from './Lock';\nexport { default as LogIn } from './LogIn';\nexport { default as LogOut } from './LogOut';\nexport { default as MapPin } from './MapPin';\nexport { default as Maximize } from './Maximize';\nexport { default as Maximize1 } from './Maximize1';\nexport { default as Message } from './Message';\nexport { default as Minimize } from './Minimize';\nexport { default as Minimize1 } from './Minimize1';\nexport { default as Minus } from './Minus';\nexport { default as MinusCircle } from './MinusCircle';\nexport { default as MinusCircleFill } from './MinusCircleFill';\nexport { default as MinusCircleFillPierced } from './MinusCircleFillPierced';\nexport { default as MoreHorizontal } from './MoreHorizontal';\nexport { default as MoreSquare } from './MoreSquare';\nexport { default as MoreSquareFillPierced } from './MoreSquareFillPierced';\nexport { default as MoreVertical } from './MoreVertical';\nexport { default as Move } from './Move';\nexport { default as Novels } from './Novels';\nexport { default as NovelsFillPierced } from './NovelsFillPierced';\nexport { default as Paperclip } from './Paperclip';\nexport { default as Percent } from './Percent';\nexport { default as Plus } from './Plus';\nexport { default as PlusCircle } from './PlusCircle';\nexport { default as Point } from './Point';\nexport { default as QuestionCircle } from './QuestionCircle';\nexport { default as QuestionCircleFillPierced } from './QuestionCircleFillPierced';\nexport { default as Recommend } from './Recommend';\nexport { default as RefreshCcw } from './RefreshCcw';\nexport { default as RefreshCw } from './RefreshCw';\nexport { default as RotateCcw } from './RotateCcw';\nexport { default as RotateCw } from './RotateCw';\nexport { default as RotateLeft } from './RotateLeft';\nexport { default as RotateRight } from './RotateRight';\nexport { default as Sale } from './Sale';\nexport { default as Sanserif } from './Sanserif';\nexport { default as SanserifFill } from './SanserifFill';\nexport { default as Search } from './Search';\nexport { default as Serif } from './Serif';\nexport { default as SerifFill } from './SerifFill';\nexport { default as Setting } from './Setting';\nexport { default as Shield } from './Shield';\nexport { default as Shop } from './Shop';\nexport { default as ShoppingBag } from './ShoppingBag';\nexport { default as Shuffle } from './Shuffle';\nexport { default as Smartphone } from './Smartphone';\nexport { default as Sort } from './Sort';\nexport { default as SortAsc } from './SortAsc';\nexport { default as SpacingLarge } from './SpacingLarge';\nexport { default as SpacingLargeFill } from './SpacingLargeFill';\nexport { default as SpacingMedium } from './SpacingMedium';\nexport { default as SpacingMediumFill } from './SpacingMediumFill';\nexport { default as SpacingSmall } from './SpacingSmall';\nexport { default as SpacingSmallFill } from './SpacingSmallFill';\nexport { default as Sparkles } from './Sparkles';\nexport { default as Speaker } from './Speaker';\nexport { default as Star } from './Star';\nexport { default as SwapHorizontal } from './SwapHorizontal';\nexport { default as SwapVertical } from './SwapVertical';\nexport { default as Ticket } from './Ticket';\nexport { default as Time } from './Time';\nexport { default as TimeFill } from './TimeFill';\nexport { default as Trash } from './Trash';\nexport { default as TrendingUp } from './TrendingUp';\nexport { default as Trophy } from './Trophy';\nexport { default as Unlock } from './Unlock';\nexport { default as Upload } from './Upload';\nexport { default as User } from './User';\nexport { default as Users } from './Users';\nexport { default as VolumeOff } from './VolumeOff';\nexport { default as VolumeOn } from './VolumeOn';\nexport { default as Zap } from './Zap';\n"],"mappings":"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"}
1
+ {"version":3,"names":["default","Alarm","AlertCircle","AlertOctagon","AlertTriangle","ArrowDown","ArrowDownCircle","ArrowLeft","ArrowLeftCircle","ArrowRight","ArrowRightCircle","ArrowUp","ArrowUpCircle","ArrowsMaximize","ArrowsMinimize","Award","BellOff","BellOn","Benefit","BenefitFillPierced","Block","Bookmark","BookmarkFill","Box","Building","Bulb","Calender","Chat","Check","CheckCircle","CheckCircleFill","ChevronDown","ChevronDownCircle","ChevronLeft","ChevronLeftCircle","ChevronLeftCircleFill","ChevronLeftCircleFillPierced","ChevronRight","ChevronRightCircle","ChevronUp","ChevronUpCircle","ChevronsDown","ChevronsLeft","ChevronsRight","ChevronsUp","Clipboard","Close","CloseCircle","CloseCircleFill","CloseCircleFillPierced","Coffee","Coins","Comics","ComicsFillPierced","Copy","CreditCard","Crown","Database","DistanceHorizontal","DistanceVertical","Download","Edit","Edit2","ExternalLink","EyeOff","EyeOn","Filter","Filter2","Free","Globe","Grid","HD","HDOff","Hash","Heart","HeartFill","Home","HomeFillPierced","Image","Inbox","Info","InfoCircle","LaurelsLeft","LaurelsRight","Layers","Library","LibraryFillPierced","LineHorizontal","LineHorizontalFill","LineVertical","LineVerticalFill","Link","List","ListCheck","Lock","LogIn","LogOut","MapPin","Maximize","Maximize1","Message","Minimize","Minimize1","Minus","MinusCircle","MinusCircleFill","MinusCircleFillPierced","MoreHorizontal","MoreSquare","MoreSquareFillPierced","MoreVertical","Move","Novels","NovelsFillPierced","Paperclip","Percent","Plus","PlusCircle","Point","QuestionCircle","QuestionCircleFillPierced","Recommend","RefreshCcw","RefreshCw","RotateCcw","RotateCw","RotateLeft","RotateRight","Sale","Sanserif","SanserifFill","Search","Serif","SerifFill","Setting","Shield","Shop","ShoppingBag","Shuffle","Smartphone","Sort","SortAsc","SpacingLarge","SpacingLargeFill","SpacingMedium","SpacingMediumFill","SpacingSmall","SpacingSmallFill","Sparkles","Speaker","Star","SwapHorizontal","SwapVertical","Ticket","Time","TimeFill","Token","Trash","TrendingUp","Trophy","Unlock","Upload","User","Users","VolumeOff","VolumeOn","Zap"],"sources":["index.ts"],"sourcesContent":["export { default as Alarm } from './Alarm';\nexport { default as AlertCircle } from './AlertCircle';\nexport { default as AlertOctagon } from './AlertOctagon';\nexport { default as AlertTriangle } from './AlertTriangle';\nexport { default as ArrowDown } from './ArrowDown';\nexport { default as ArrowDownCircle } from './ArrowDownCircle';\nexport { default as ArrowLeft } from './ArrowLeft';\nexport { default as ArrowLeftCircle } from './ArrowLeftCircle';\nexport { default as ArrowRight } from './ArrowRight';\nexport { default as ArrowRightCircle } from './ArrowRightCircle';\nexport { default as ArrowUp } from './ArrowUp';\nexport { default as ArrowUpCircle } from './ArrowUpCircle';\nexport { default as ArrowsMaximize } from './ArrowsMaximize';\nexport { default as ArrowsMinimize } from './ArrowsMinimize';\nexport { default as Award } from './Award';\nexport { default as BellOff } from './BellOff';\nexport { default as BellOn } from './BellOn';\nexport { default as Benefit } from './Benefit';\nexport { default as BenefitFillPierced } from './BenefitFillPierced';\nexport { default as Block } from './Block';\nexport { default as Bookmark } from './Bookmark';\nexport { default as BookmarkFill } from './BookmarkFill';\nexport { default as Box } from './Box';\nexport { default as Building } from './Building';\nexport { default as Bulb } from './Bulb';\nexport { default as Calender } from './Calender';\nexport { default as Chat } from './Chat';\nexport { default as Check } from './Check';\nexport { default as CheckCircle } from './CheckCircle';\nexport { default as CheckCircleFill } from './CheckCircleFill';\nexport { default as ChevronDown } from './ChevronDown';\nexport { default as ChevronDownCircle } from './ChevronDownCircle';\nexport { default as ChevronLeft } from './ChevronLeft';\nexport { default as ChevronLeftCircle } from './ChevronLeftCircle';\nexport { default as ChevronLeftCircleFill } from './ChevronLeftCircleFill';\nexport { default as ChevronLeftCircleFillPierced } from './ChevronLeftCircleFillPierced';\nexport { default as ChevronRight } from './ChevronRight';\nexport { default as ChevronRightCircle } from './ChevronRightCircle';\nexport { default as ChevronUp } from './ChevronUp';\nexport { default as ChevronUpCircle } from './ChevronUpCircle';\nexport { default as ChevronsDown } from './ChevronsDown';\nexport { default as ChevronsLeft } from './ChevronsLeft';\nexport { default as ChevronsRight } from './ChevronsRight';\nexport { default as ChevronsUp } from './ChevronsUp';\nexport { default as Clipboard } from './Clipboard';\nexport { default as Close } from './Close';\nexport { default as CloseCircle } from './CloseCircle';\nexport { default as CloseCircleFill } from './CloseCircleFill';\nexport { default as CloseCircleFillPierced } from './CloseCircleFillPierced';\nexport { default as Coffee } from './Coffee';\nexport { default as Coins } from './Coins';\nexport { default as Comics } from './Comics';\nexport { default as ComicsFillPierced } from './ComicsFillPierced';\nexport { default as Copy } from './Copy';\nexport { default as CreditCard } from './CreditCard';\nexport { default as Crown } from './Crown';\nexport { default as Database } from './Database';\nexport { default as DistanceHorizontal } from './DistanceHorizontal';\nexport { default as DistanceVertical } from './DistanceVertical';\nexport { default as Download } from './Download';\nexport { default as Edit } from './Edit';\nexport { default as Edit2 } from './Edit2';\nexport { default as ExternalLink } from './ExternalLink';\nexport { default as EyeOff } from './EyeOff';\nexport { default as EyeOn } from './EyeOn';\nexport { default as Filter } from './Filter';\nexport { default as Filter2 } from './Filter2';\nexport { default as Free } from './Free';\nexport { default as Globe } from './Globe';\nexport { default as Grid } from './Grid';\nexport { default as HD } from './HD';\nexport { default as HDOff } from './HDOff';\nexport { default as Hash } from './Hash';\nexport { default as Heart } from './Heart';\nexport { default as HeartFill } from './HeartFill';\nexport { default as Home } from './Home';\nexport { default as HomeFillPierced } from './HomeFillPierced';\nexport { default as Image } from './Image';\nexport { default as Inbox } from './Inbox';\nexport { default as Info } from './Info';\nexport { default as InfoCircle } from './InfoCircle';\nexport { default as LaurelsLeft } from './LaurelsLeft';\nexport { default as LaurelsRight } from './LaurelsRight';\nexport { default as Layers } from './Layers';\nexport { default as Library } from './Library';\nexport { default as LibraryFillPierced } from './LibraryFillPierced';\nexport { default as LineHorizontal } from './LineHorizontal';\nexport { default as LineHorizontalFill } from './LineHorizontalFill';\nexport { default as LineVertical } from './LineVertical';\nexport { default as LineVerticalFill } from './LineVerticalFill';\nexport { default as Link } from './Link';\nexport { default as List } from './List';\nexport { default as ListCheck } from './ListCheck';\nexport { default as Lock } from './Lock';\nexport { default as LogIn } from './LogIn';\nexport { default as LogOut } from './LogOut';\nexport { default as MapPin } from './MapPin';\nexport { default as Maximize } from './Maximize';\nexport { default as Maximize1 } from './Maximize1';\nexport { default as Message } from './Message';\nexport { default as Minimize } from './Minimize';\nexport { default as Minimize1 } from './Minimize1';\nexport { default as Minus } from './Minus';\nexport { default as MinusCircle } from './MinusCircle';\nexport { default as MinusCircleFill } from './MinusCircleFill';\nexport { default as MinusCircleFillPierced } from './MinusCircleFillPierced';\nexport { default as MoreHorizontal } from './MoreHorizontal';\nexport { default as MoreSquare } from './MoreSquare';\nexport { default as MoreSquareFillPierced } from './MoreSquareFillPierced';\nexport { default as MoreVertical } from './MoreVertical';\nexport { default as Move } from './Move';\nexport { default as Novels } from './Novels';\nexport { default as NovelsFillPierced } from './NovelsFillPierced';\nexport { default as Paperclip } from './Paperclip';\nexport { default as Percent } from './Percent';\nexport { default as Plus } from './Plus';\nexport { default as PlusCircle } from './PlusCircle';\nexport { default as Point } from './Point';\nexport { default as QuestionCircle } from './QuestionCircle';\nexport { default as QuestionCircleFillPierced } from './QuestionCircleFillPierced';\nexport { default as Recommend } from './Recommend';\nexport { default as RefreshCcw } from './RefreshCcw';\nexport { default as RefreshCw } from './RefreshCw';\nexport { default as RotateCcw } from './RotateCcw';\nexport { default as RotateCw } from './RotateCw';\nexport { default as RotateLeft } from './RotateLeft';\nexport { default as RotateRight } from './RotateRight';\nexport { default as Sale } from './Sale';\nexport { default as Sanserif } from './Sanserif';\nexport { default as SanserifFill } from './SanserifFill';\nexport { default as Search } from './Search';\nexport { default as Serif } from './Serif';\nexport { default as SerifFill } from './SerifFill';\nexport { default as Setting } from './Setting';\nexport { default as Shield } from './Shield';\nexport { default as Shop } from './Shop';\nexport { default as ShoppingBag } from './ShoppingBag';\nexport { default as Shuffle } from './Shuffle';\nexport { default as Smartphone } from './Smartphone';\nexport { default as Sort } from './Sort';\nexport { default as SortAsc } from './SortAsc';\nexport { default as SpacingLarge } from './SpacingLarge';\nexport { default as SpacingLargeFill } from './SpacingLargeFill';\nexport { default as SpacingMedium } from './SpacingMedium';\nexport { default as SpacingMediumFill } from './SpacingMediumFill';\nexport { default as SpacingSmall } from './SpacingSmall';\nexport { default as SpacingSmallFill } from './SpacingSmallFill';\nexport { default as Sparkles } from './Sparkles';\nexport { default as Speaker } from './Speaker';\nexport { default as Star } from './Star';\nexport { default as SwapHorizontal } from './SwapHorizontal';\nexport { default as SwapVertical } from './SwapVertical';\nexport { default as Ticket } from './Ticket';\nexport { default as Time } from './Time';\nexport { default as TimeFill } from './TimeFill';\nexport { default as Token } from './Token';\nexport { default as Trash } from './Trash';\nexport { default as TrendingUp } from './TrendingUp';\nexport { default as Trophy } from './Trophy';\nexport { default as Unlock } from './Unlock';\nexport { default as Upload } from './Upload';\nexport { default as User } from './User';\nexport { default as Users } from './Users';\nexport { default as VolumeOff } from './VolumeOff';\nexport { default as VolumeOn } from './VolumeOn';\nexport { default as Zap } from './Zap';\n"],"mappings":"AAAA,SAASA,OAAO,IAAIC,KAApB,QAAiC,SAAjC;AACA,SAASD,OAAO,IAAIE,WAApB,QAAuC,eAAvC;AACA,SAASF,OAAO,IAAIG,YAApB,QAAwC,gBAAxC;AACA,SAASH,OAAO,IAAII,aAApB,QAAyC,iBAAzC;AACA,SAASJ,OAAO,IAAIK,SAApB,QAAqC,aAArC;AACA,SAASL,OAAO,IAAIM,eAApB,QAA2C,mBAA3C;AACA,SAASN,OAAO,IAAIO,SAApB,QAAqC,aAArC;AACA,SAASP,OAAO,IAAIQ,eAApB,QAA2C,mBAA3C;AACA,SAASR,OAAO,IAAIS,UAApB,QAAsC,cAAtC;AACA,SAAST,OAAO,IAAIU,gBAApB,QAA4C,oBAA5C;AACA,SAASV,OAAO,IAAIW,OAApB,QAAmC,WAAnC;AACA,SAASX,OAAO,IAAIY,aAApB,QAAyC,iBAAzC;AACA,SAASZ,OAAO,IAAIa,cAApB,QAA0C,kBAA1C;AACA,SAASb,OAAO,IAAIc,cAApB,QAA0C,kBAA1C;AACA,SAASd,OAAO,IAAIe,KAApB,QAAiC,SAAjC;AACA,SAASf,OAAO,IAAIgB,OAApB,QAAmC,WAAnC;AACA,SAAShB,OAAO,IAAIiB,MAApB,QAAkC,UAAlC;AACA,SAASjB,OAAO,IAAIkB,OAApB,QAAmC,WAAnC;AACA,SAASlB,OAAO,IAAImB,kBAApB,QAA8C,sBAA9C;AACA,SAASnB,OAAO,IAAIoB,KAApB,QAAiC,SAAjC;AACA,SAASpB,OAAO,IAAIqB,QAApB,QAAoC,YAApC;AACA,SAASrB,OAAO,IAAIsB,YAApB,QAAwC,gBAAxC;AACA,SAAStB,OAAO,IAAIuB,GAApB,QAA+B,OAA/B;AACA,SAASvB,OAAO,IAAIwB,QAApB,QAAoC,YAApC;AACA,SAASxB,OAAO,IAAIyB,IAApB,QAAgC,QAAhC;AACA,SAASzB,OAAO,IAAI0B,QAApB,QAAoC,YAApC;AACA,SAAS1B,OAAO,IAAI2B,IAApB,QAAgC,QAAhC;AACA,SAAS3B,OAAO,IAAI4B,KAApB,QAAiC,SAAjC;AACA,SAAS5B,OAAO,IAAI6B,WAApB,QAAuC,eAAvC;AACA,SAAS7B,OAAO,IAAI8B,eAApB,QAA2C,mBAA3C;AACA,SAAS9B,OAAO,IAAI+B,WAApB,QAAuC,eAAvC;AACA,SAAS/B,OAAO,IAAIgC,iBAApB,QAA6C,qBAA7C;AACA,SAAShC,OAAO,IAAIiC,WAApB,QAAuC,eAAvC;AACA,SAASjC,OAAO,IAAIkC,iBAApB,QAA6C,qBAA7C;AACA,SAASlC,OAAO,IAAImC,qBAApB,QAAiD,yBAAjD;AACA,SAASnC,OAAO,IAAIoC,4BAApB,QAAwD,gCAAxD;AACA,SAASpC,OAAO,IAAIqC,YAApB,QAAwC,gBAAxC;AACA,SAASrC,OAAO,IAAIsC,kBAApB,QAA8C,sBAA9C;AACA,SAAStC,OAAO,IAAIuC,SAApB,QAAqC,aAArC;AACA,SAASvC,OAAO,IAAIwC,eAApB,QAA2C,mBAA3C;AACA,SAASxC,OAAO,IAAIyC,YAApB,QAAwC,gBAAxC;AACA,SAASzC,OAAO,IAAI0C,YAApB,QAAwC,gBAAxC;AACA,SAAS1C,OAAO,IAAI2C,aAApB,QAAyC,iBAAzC;AACA,SAAS3C,OAAO,IAAI4C,UAApB,QAAsC,cAAtC;AACA,SAAS5C,OAAO,IAAI6C,SAApB,QAAqC,aAArC;AACA,SAAS7C,OAAO,IAAI8C,KAApB,QAAiC,SAAjC;AACA,SAAS9C,OAAO,IAAI+C,WAApB,QAAuC,eAAvC;AACA,SAAS/C,OAAO,IAAIgD,eAApB,QAA2C,mBAA3C;AACA,SAAShD,OAAO,IAAIiD,sBAApB,QAAkD,0BAAlD;AACA,SAASjD,OAAO,IAAIkD,MAApB,QAAkC,UAAlC;AACA,SAASlD,OAAO,IAAImD,KAApB,QAAiC,SAAjC;AACA,SAASnD,OAAO,IAAIoD,MAApB,QAAkC,UAAlC;AACA,SAASpD,OAAO,IAAIqD,iBAApB,QAA6C,qBAA7C;AACA,SAASrD,OAAO,IAAIsD,IAApB,QAAgC,QAAhC;AACA,SAAStD,OAAO,IAAIuD,UAApB,QAAsC,cAAtC;AACA,SAASvD,OAAO,IAAIwD,KAApB,QAAiC,SAAjC;AACA,SAASxD,OAAO,IAAIyD,QAApB,QAAoC,YAApC;AACA,SAASzD,OAAO,IAAI0D,kBAApB,QAA8C,sBAA9C;AACA,SAAS1D,OAAO,IAAI2D,gBAApB,QAA4C,oBAA5C;AACA,SAAS3D,OAAO,IAAI4D,QAApB,QAAoC,YAApC;AACA,SAAS5D,OAAO,IAAI6D,IAApB,QAAgC,QAAhC;AACA,SAAS7D,OAAO,IAAI8D,KAApB,QAAiC,SAAjC;AACA,SAAS9D,OAAO,IAAI+D,YAApB,QAAwC,gBAAxC;AACA,SAAS/D,OAAO,IAAIgE,MAApB,QAAkC,UAAlC;AACA,SAAShE,OAAO,IAAIiE,KAApB,QAAiC,SAAjC;AACA,SAASjE,OAAO,IAAIkE,MAApB,QAAkC,UAAlC;AACA,SAASlE,OAAO,IAAImE,OAApB,QAAmC,WAAnC;AACA,SAASnE,OAAO,IAAIoE,IAApB,QAAgC,QAAhC;AACA,SAASpE,OAAO,IAAIqE,KAApB,QAAiC,SAAjC;AACA,SAASrE,OAAO,IAAIsE,IAApB,QAAgC,QAAhC;AACA,SAAStE,OAAO,IAAIuE,EAApB,QAA8B,MAA9B;AACA,SAASvE,OAAO,IAAIwE,KAApB,QAAiC,SAAjC;AACA,SAASxE,OAAO,IAAIyE,IAApB,QAAgC,QAAhC;AACA,SAASzE,OAAO,IAAI0E,KAApB,QAAiC,SAAjC;AACA,SAAS1E,OAAO,IAAI2E,SAApB,QAAqC,aAArC;AACA,SAAS3E,OAAO,IAAI4E,IAApB,QAAgC,QAAhC;AACA,SAAS5E,OAAO,IAAI6E,eAApB,QAA2C,mBAA3C;AACA,SAAS7E,OAAO,IAAI8E,KAApB,QAAiC,SAAjC;AACA,SAAS9E,OAAO,IAAI+E,KAApB,QAAiC,SAAjC;AACA,SAAS/E,OAAO,IAAIgF,IAApB,QAAgC,QAAhC;AACA,SAAShF,OAAO,IAAIiF,UAApB,QAAsC,cAAtC;AACA,SAASjF,OAAO,IAAIkF,WAApB,QAAuC,eAAvC;AACA,SAASlF,OAAO,IAAImF,YAApB,QAAwC,gBAAxC;AACA,SAASnF,OAAO,IAAIoF,MAApB,QAAkC,UAAlC;AACA,SAASpF,OAAO,IAAIqF,OAApB,QAAmC,WAAnC;AACA,SAASrF,OAAO,IAAIsF,kBAApB,QAA8C,sBAA9C;AACA,SAAStF,OAAO,IAAIuF,cAApB,QAA0C,kBAA1C;AACA,SAASvF,OAAO,IAAIwF,kBAApB,QAA8C,sBAA9C;AACA,SAASxF,OAAO,IAAIyF,YAApB,QAAwC,gBAAxC;AACA,SAASzF,OAAO,IAAI0F,gBAApB,QAA4C,oBAA5C;AACA,SAAS1F,OAAO,IAAI2F,IAApB,QAAgC,QAAhC;AACA,SAAS3F,OAAO,IAAI4F,IAApB,QAAgC,QAAhC;AACA,SAAS5F,OAAO,IAAI6F,SAApB,QAAqC,aAArC;AACA,SAAS7F,OAAO,IAAI8F,IAApB,QAAgC,QAAhC;AACA,SAAS9F,OAAO,IAAI+F,KAApB,QAAiC,SAAjC;AACA,SAAS/F,OAAO,IAAIgG,MAApB,QAAkC,UAAlC;AACA,SAAShG,OAAO,IAAIiG,MAApB,QAAkC,UAAlC;AACA,SAASjG,OAAO,IAAIkG,QAApB,QAAoC,YAApC;AACA,SAASlG,OAAO,IAAImG,SAApB,QAAqC,aAArC;AACA,SAASnG,OAAO,IAAIoG,OAApB,QAAmC,WAAnC;AACA,SAASpG,OAAO,IAAIqG,QAApB,QAAoC,YAApC;AACA,SAASrG,OAAO,IAAIsG,SAApB,QAAqC,aAArC;AACA,SAAStG,OAAO,IAAIuG,KAApB,QAAiC,SAAjC;AACA,SAASvG,OAAO,IAAIwG,WAApB,QAAuC,eAAvC;AACA,SAASxG,OAAO,IAAIyG,eAApB,QAA2C,mBAA3C;AACA,SAASzG,OAAO,IAAI0G,sBAApB,QAAkD,0BAAlD;AACA,SAAS1G,OAAO,IAAI2G,cAApB,QAA0C,kBAA1C;AACA,SAAS3G,OAAO,IAAI4G,UAApB,QAAsC,cAAtC;AACA,SAAS5G,OAAO,IAAI6G,qBAApB,QAAiD,yBAAjD;AACA,SAAS7G,OAAO,IAAI8G,YAApB,QAAwC,gBAAxC;AACA,SAAS9G,OAAO,IAAI+G,IAApB,QAAgC,QAAhC;AACA,SAAS/G,OAAO,IAAIgH,MAApB,QAAkC,UAAlC;AACA,SAAShH,OAAO,IAAIiH,iBAApB,QAA6C,qBAA7C;AACA,SAASjH,OAAO,IAAIkH,SAApB,QAAqC,aAArC;AACA,SAASlH,OAAO,IAAImH,OAApB,QAAmC,WAAnC;AACA,SAASnH,OAAO,IAAIoH,IAApB,QAAgC,QAAhC;AACA,SAASpH,OAAO,IAAIqH,UAApB,QAAsC,cAAtC;AACA,SAASrH,OAAO,IAAIsH,KAApB,QAAiC,SAAjC;AACA,SAAStH,OAAO,IAAIuH,cAApB,QAA0C,kBAA1C;AACA,SAASvH,OAAO,IAAIwH,yBAApB,QAAqD,6BAArD;AACA,SAASxH,OAAO,IAAIyH,SAApB,QAAqC,aAArC;AACA,SAASzH,OAAO,IAAI0H,UAApB,QAAsC,cAAtC;AACA,SAAS1H,OAAO,IAAI2H,SAApB,QAAqC,aAArC;AACA,SAAS3H,OAAO,IAAI4H,SAApB,QAAqC,aAArC;AACA,SAAS5H,OAAO,IAAI6H,QAApB,QAAoC,YAApC;AACA,SAAS7H,OAAO,IAAI8H,UAApB,QAAsC,cAAtC;AACA,SAAS9H,OAAO,IAAI+H,WAApB,QAAuC,eAAvC;AACA,SAAS/H,OAAO,IAAIgI,IAApB,QAAgC,QAAhC;AACA,SAAShI,OAAO,IAAIiI,QAApB,QAAoC,YAApC;AACA,SAASjI,OAAO,IAAIkI,YAApB,QAAwC,gBAAxC;AACA,SAASlI,OAAO,IAAImI,MAApB,QAAkC,UAAlC;AACA,SAASnI,OAAO,IAAIoI,KAApB,QAAiC,SAAjC;AACA,SAASpI,OAAO,IAAIqI,SAApB,QAAqC,aAArC;AACA,SAASrI,OAAO,IAAIsI,OAApB,QAAmC,WAAnC;AACA,SAAStI,OAAO,IAAIuI,MAApB,QAAkC,UAAlC;AACA,SAASvI,OAAO,IAAIwI,IAApB,QAAgC,QAAhC;AACA,SAASxI,OAAO,IAAIyI,WAApB,QAAuC,eAAvC;AACA,SAASzI,OAAO,IAAI0I,OAApB,QAAmC,WAAnC;AACA,SAAS1I,OAAO,IAAI2I,UAApB,QAAsC,cAAtC;AACA,SAAS3I,OAAO,IAAI4I,IAApB,QAAgC,QAAhC;AACA,SAAS5I,OAAO,IAAI6I,OAApB,QAAmC,WAAnC;AACA,SAAS7I,OAAO,IAAI8I,YAApB,QAAwC,gBAAxC;AACA,SAAS9I,OAAO,IAAI+I,gBAApB,QAA4C,oBAA5C;AACA,SAAS/I,OAAO,IAAIgJ,aAApB,QAAyC,iBAAzC;AACA,SAAShJ,OAAO,IAAIiJ,iBAApB,QAA6C,qBAA7C;AACA,SAASjJ,OAAO,IAAIkJ,YAApB,QAAwC,gBAAxC;AACA,SAASlJ,OAAO,IAAImJ,gBAApB,QAA4C,oBAA5C;AACA,SAASnJ,OAAO,IAAIoJ,QAApB,QAAoC,YAApC;AACA,SAASpJ,OAAO,IAAIqJ,OAApB,QAAmC,WAAnC;AACA,SAASrJ,OAAO,IAAIsJ,IAApB,QAAgC,QAAhC;AACA,SAAStJ,OAAO,IAAIuJ,cAApB,QAA0C,kBAA1C;AACA,SAASvJ,OAAO,IAAIwJ,YAApB,QAAwC,gBAAxC;AACA,SAASxJ,OAAO,IAAIyJ,MAApB,QAAkC,UAAlC;AACA,SAASzJ,OAAO,IAAI0J,IAApB,QAAgC,QAAhC;AACA,SAAS1J,OAAO,IAAI2J,QAApB,QAAoC,YAApC;AACA,SAAS3J,OAAO,IAAI4J,KAApB,QAAiC,SAAjC;AACA,SAAS5J,OAAO,IAAI6J,KAApB,QAAiC,SAAjC;AACA,SAAS7J,OAAO,IAAI8J,UAApB,QAAsC,cAAtC;AACA,SAAS9J,OAAO,IAAI+J,MAApB,QAAkC,UAAlC;AACA,SAAS/J,OAAO,IAAIgK,MAApB,QAAkC,UAAlC;AACA,SAAShK,OAAO,IAAIiK,MAApB,QAAkC,UAAlC;AACA,SAASjK,OAAO,IAAIkK,IAApB,QAAgC,QAAhC;AACA,SAASlK,OAAO,IAAImK,KAApB,QAAiC,SAAjC;AACA,SAASnK,OAAO,IAAIoK,SAApB,QAAqC,aAArC;AACA,SAASpK,OAAO,IAAIqK,QAApB,QAAoC,YAApC;AACA,SAASrK,OAAO,IAAIsK,GAApB,QAA+B,OAA/B"}
@@ -0,0 +1,131 @@
1
+ import React from 'react';
2
+ declare const _default: React.MemoExoticComponent<{
3
+ (props: {
4
+ readonly style?: import("packages/fountain-ui-styles/build/typescript").FountainUiStyle | import("packages/fountain-ui-styles/build/typescript").FountainUiStyle[] | undefined;
5
+ title?: string | undefined;
6
+ clipPath?: string | undefined;
7
+ marker?: string | undefined;
8
+ mask?: string | undefined;
9
+ opacity?: import("react-native-svg").NumberProp | undefined;
10
+ readonly fill?: import("react-native").ColorValue | undefined;
11
+ fillOpacity?: import("react-native-svg").NumberProp | undefined;
12
+ fillRule?: import("react-native-svg").FillRule | undefined;
13
+ stroke?: import("react-native").ColorValue | undefined;
14
+ strokeWidth?: import("react-native-svg").NumberProp | undefined;
15
+ strokeOpacity?: import("react-native-svg").NumberProp | undefined;
16
+ strokeDasharray?: import("react-native-svg").NumberProp | readonly import("react-native-svg").NumberProp[] | undefined;
17
+ strokeDashoffset?: import("react-native-svg").NumberProp | undefined;
18
+ strokeLinecap?: import("react-native-svg").Linecap | undefined;
19
+ strokeLinejoin?: import("react-native-svg").Linejoin | undefined;
20
+ strokeMiterlimit?: import("react-native-svg").NumberProp | undefined;
21
+ vectorEffect?: import("react-native-svg").VectorEffect | undefined;
22
+ clipRule?: import("react-native-svg").FillRule | undefined;
23
+ translate?: import("react-native-svg").NumberArray | undefined;
24
+ translateX?: import("react-native-svg").NumberProp | undefined;
25
+ translateY?: import("react-native-svg").NumberProp | undefined;
26
+ origin?: import("react-native-svg").NumberArray | undefined;
27
+ originX?: import("react-native-svg").NumberProp | undefined;
28
+ originY?: import("react-native-svg").NumberProp | undefined;
29
+ scale?: import("react-native-svg").NumberArray | undefined;
30
+ scaleX?: import("react-native-svg").NumberProp | undefined;
31
+ scaleY?: import("react-native-svg").NumberProp | undefined;
32
+ skew?: import("react-native-svg").NumberArray | undefined;
33
+ skewX?: import("react-native-svg").NumberProp | undefined;
34
+ skewY?: import("react-native-svg").NumberProp | undefined;
35
+ rotation?: import("react-native-svg").NumberProp | undefined;
36
+ x?: import("react-native-svg").NumberArray | undefined;
37
+ y?: import("react-native-svg").NumberArray | undefined;
38
+ transform?: string | import("react-native-svg").ColumnMajorTransformMatrix | (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
39
+ pointerEvents?: "none" | "auto" | "box-none" | "box-only" | undefined;
40
+ onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
41
+ onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
42
+ onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
43
+ onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
44
+ onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
45
+ onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
46
+ onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
47
+ onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
48
+ onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
49
+ onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
50
+ onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
51
+ onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
52
+ disabled?: boolean | undefined;
53
+ onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
54
+ onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
55
+ onPressOut?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
56
+ onLongPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
57
+ delayPressIn?: number | undefined;
58
+ delayPressOut?: number | undefined;
59
+ delayLongPress?: number | undefined;
60
+ id?: string | undefined;
61
+ markerStart?: string | undefined;
62
+ markerMid?: string | undefined;
63
+ markerEnd?: string | undefined;
64
+ onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
65
+ accessibilityLabel?: string | undefined;
66
+ accessible?: boolean | undefined;
67
+ testID?: string | undefined;
68
+ readonly width?: import("react-native-svg").NumberProp | undefined;
69
+ readonly height?: import("react-native-svg").NumberProp | undefined;
70
+ readonly viewBox?: string | undefined;
71
+ preserveAspectRatio?: string | undefined;
72
+ readonly color?: "base" | "strong" | "strongInverse" | "baseInverse" | "baseOpacity" | "baseOpacityInverse" | "weak" | "weakInverse" | "weakOpacity" | "weakOpacityInverse" | "accent" | "accentAlt" | undefined;
73
+ font?: import("react-native-svg").FontObject | undefined;
74
+ fontStyle?: import("react-native-svg").FontStyle | undefined;
75
+ fontVariant?: import("react-native-svg").FontVariant | undefined;
76
+ fontWeight?: import("react-native-svg").FontWeight | undefined;
77
+ fontStretch?: import("react-native-svg").FontStretch | undefined;
78
+ fontSize?: import("react-native-svg").NumberProp | undefined;
79
+ fontFamily?: string | undefined;
80
+ textAnchor?: import("react-native-svg").TextAnchor | undefined;
81
+ textDecoration?: import("react-native-svg").TextDecoration | undefined;
82
+ letterSpacing?: import("react-native-svg").NumberProp | undefined;
83
+ wordSpacing?: import("react-native-svg").NumberProp | undefined;
84
+ kerning?: import("react-native-svg").NumberProp | undefined;
85
+ fontFeatureSettings?: string | undefined;
86
+ fontVariantLigatures?: import("react-native-svg").FontVariantLigatures | undefined;
87
+ fontVariationSettings?: string | undefined;
88
+ hitSlop?: import("react-native").Insets | undefined;
89
+ removeClippedSubviews?: boolean | undefined;
90
+ nativeID?: string | undefined;
91
+ collapsable?: boolean | undefined;
92
+ needsOffscreenAlphaCompositing?: boolean | undefined;
93
+ renderToHardwareTextureAndroid?: boolean | undefined;
94
+ focusable?: boolean | undefined;
95
+ shouldRasterizeIOS?: boolean | undefined;
96
+ isTVSelectable?: boolean | undefined;
97
+ hasTVPreferredFocus?: boolean | undefined;
98
+ tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
99
+ tvParallaxShiftDistanceX?: number | undefined;
100
+ tvParallaxShiftDistanceY?: number | undefined;
101
+ tvParallaxTiltAngle?: number | undefined;
102
+ tvParallaxMagnification?: number | undefined;
103
+ onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
104
+ onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
105
+ onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
106
+ onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
107
+ onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
108
+ accessibilityActions?: readonly Readonly<{
109
+ name: string;
110
+ label?: string | undefined;
111
+ }>[] | undefined;
112
+ accessibilityRole?: import("react-native").AccessibilityRole | undefined;
113
+ accessibilityState?: import("react-native").AccessibilityState | undefined;
114
+ accessibilityHint?: string | undefined;
115
+ accessibilityValue?: import("react-native").AccessibilityValue | undefined;
116
+ onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
117
+ accessibilityLabelledBy?: string | string[] | undefined;
118
+ accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
119
+ importantForAccessibility?: "auto" | "no" | "yes" | "no-hide-descendants" | undefined;
120
+ accessibilityElementsHidden?: boolean | undefined;
121
+ accessibilityLanguage?: string | undefined;
122
+ accessibilityViewIsModal?: boolean | undefined;
123
+ onAccessibilityEscape?: (() => void) | undefined;
124
+ onAccessibilityTap?: (() => void) | undefined;
125
+ onMagicTap?: (() => void) | undefined;
126
+ accessibilityIgnoresInvertColors?: boolean | undefined;
127
+ readonly size?: "small" | "medium" | "large" | undefined;
128
+ }): JSX.Element;
129
+ displayName: string;
130
+ }>;
131
+ export default _default;
@@ -0,0 +1,131 @@
1
+ import React from 'react';
2
+ declare const _default: React.MemoExoticComponent<{
3
+ (props: {
4
+ readonly style?: import("packages/fountain-ui-styles/build/typescript").FountainUiStyle | import("packages/fountain-ui-styles/build/typescript").FountainUiStyle[] | undefined;
5
+ title?: string | undefined;
6
+ clipPath?: string | undefined;
7
+ marker?: string | undefined;
8
+ mask?: string | undefined;
9
+ opacity?: import("react-native-svg").NumberProp | undefined;
10
+ readonly fill?: import("react-native").ColorValue | undefined;
11
+ fillOpacity?: import("react-native-svg").NumberProp | undefined;
12
+ fillRule?: import("react-native-svg").FillRule | undefined;
13
+ stroke?: import("react-native").ColorValue | undefined;
14
+ strokeWidth?: import("react-native-svg").NumberProp | undefined;
15
+ strokeOpacity?: import("react-native-svg").NumberProp | undefined;
16
+ strokeDasharray?: import("react-native-svg").NumberProp | readonly import("react-native-svg").NumberProp[] | undefined;
17
+ strokeDashoffset?: import("react-native-svg").NumberProp | undefined;
18
+ strokeLinecap?: import("react-native-svg").Linecap | undefined;
19
+ strokeLinejoin?: import("react-native-svg").Linejoin | undefined;
20
+ strokeMiterlimit?: import("react-native-svg").NumberProp | undefined;
21
+ vectorEffect?: import("react-native-svg").VectorEffect | undefined;
22
+ clipRule?: import("react-native-svg").FillRule | undefined;
23
+ translate?: import("react-native-svg").NumberArray | undefined;
24
+ translateX?: import("react-native-svg").NumberProp | undefined;
25
+ translateY?: import("react-native-svg").NumberProp | undefined;
26
+ origin?: import("react-native-svg").NumberArray | undefined;
27
+ originX?: import("react-native-svg").NumberProp | undefined;
28
+ originY?: import("react-native-svg").NumberProp | undefined;
29
+ scale?: import("react-native-svg").NumberArray | undefined;
30
+ scaleX?: import("react-native-svg").NumberProp | undefined;
31
+ scaleY?: import("react-native-svg").NumberProp | undefined;
32
+ skew?: import("react-native-svg").NumberArray | undefined;
33
+ skewX?: import("react-native-svg").NumberProp | undefined;
34
+ skewY?: import("react-native-svg").NumberProp | undefined;
35
+ rotation?: import("react-native-svg").NumberProp | undefined;
36
+ x?: import("react-native-svg").NumberArray | undefined;
37
+ y?: import("react-native-svg").NumberArray | undefined;
38
+ transform?: string | import("react-native-svg").ColumnMajorTransformMatrix | (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
39
+ pointerEvents?: "none" | "auto" | "box-none" | "box-only" | undefined;
40
+ onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
41
+ onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
42
+ onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
43
+ onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
44
+ onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
45
+ onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
46
+ onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
47
+ onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
48
+ onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
49
+ onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
50
+ onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
51
+ onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
52
+ disabled?: boolean | undefined;
53
+ onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
54
+ onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
55
+ onPressOut?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
56
+ onLongPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
57
+ delayPressIn?: number | undefined;
58
+ delayPressOut?: number | undefined;
59
+ delayLongPress?: number | undefined;
60
+ id?: string | undefined;
61
+ markerStart?: string | undefined;
62
+ markerMid?: string | undefined;
63
+ markerEnd?: string | undefined;
64
+ onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
65
+ accessibilityLabel?: string | undefined;
66
+ accessible?: boolean | undefined;
67
+ testID?: string | undefined;
68
+ readonly width?: import("react-native-svg").NumberProp | undefined;
69
+ readonly height?: import("react-native-svg").NumberProp | undefined;
70
+ readonly viewBox?: string | undefined;
71
+ preserveAspectRatio?: string | undefined;
72
+ readonly color?: "base" | "strong" | "strongInverse" | "baseInverse" | "baseOpacity" | "baseOpacityInverse" | "weak" | "weakInverse" | "weakOpacity" | "weakOpacityInverse" | "accent" | "accentAlt" | undefined;
73
+ font?: import("react-native-svg").FontObject | undefined;
74
+ fontStyle?: import("react-native-svg").FontStyle | undefined;
75
+ fontVariant?: import("react-native-svg").FontVariant | undefined;
76
+ fontWeight?: import("react-native-svg").FontWeight | undefined;
77
+ fontStretch?: import("react-native-svg").FontStretch | undefined;
78
+ fontSize?: import("react-native-svg").NumberProp | undefined;
79
+ fontFamily?: string | undefined;
80
+ textAnchor?: import("react-native-svg").TextAnchor | undefined;
81
+ textDecoration?: import("react-native-svg").TextDecoration | undefined;
82
+ letterSpacing?: import("react-native-svg").NumberProp | undefined;
83
+ wordSpacing?: import("react-native-svg").NumberProp | undefined;
84
+ kerning?: import("react-native-svg").NumberProp | undefined;
85
+ fontFeatureSettings?: string | undefined;
86
+ fontVariantLigatures?: import("react-native-svg").FontVariantLigatures | undefined;
87
+ fontVariationSettings?: string | undefined;
88
+ hitSlop?: import("react-native").Insets | undefined;
89
+ removeClippedSubviews?: boolean | undefined;
90
+ nativeID?: string | undefined;
91
+ collapsable?: boolean | undefined;
92
+ needsOffscreenAlphaCompositing?: boolean | undefined;
93
+ renderToHardwareTextureAndroid?: boolean | undefined;
94
+ focusable?: boolean | undefined;
95
+ shouldRasterizeIOS?: boolean | undefined;
96
+ isTVSelectable?: boolean | undefined;
97
+ hasTVPreferredFocus?: boolean | undefined;
98
+ tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
99
+ tvParallaxShiftDistanceX?: number | undefined;
100
+ tvParallaxShiftDistanceY?: number | undefined;
101
+ tvParallaxTiltAngle?: number | undefined;
102
+ tvParallaxMagnification?: number | undefined;
103
+ onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
104
+ onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
105
+ onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
106
+ onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
107
+ onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
108
+ accessibilityActions?: readonly Readonly<{
109
+ name: string;
110
+ label?: string | undefined;
111
+ }>[] | undefined;
112
+ accessibilityRole?: import("react-native").AccessibilityRole | undefined;
113
+ accessibilityState?: import("react-native").AccessibilityState | undefined;
114
+ accessibilityHint?: string | undefined;
115
+ accessibilityValue?: import("react-native").AccessibilityValue | undefined;
116
+ onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
117
+ accessibilityLabelledBy?: string | string[] | undefined;
118
+ accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
119
+ importantForAccessibility?: "auto" | "no" | "yes" | "no-hide-descendants" | undefined;
120
+ accessibilityElementsHidden?: boolean | undefined;
121
+ accessibilityLanguage?: string | undefined;
122
+ accessibilityViewIsModal?: boolean | undefined;
123
+ onAccessibilityEscape?: (() => void) | undefined;
124
+ onAccessibilityTap?: (() => void) | undefined;
125
+ onMagicTap?: (() => void) | undefined;
126
+ accessibilityIgnoresInvertColors?: boolean | undefined;
127
+ readonly size?: "small" | "medium" | "large" | undefined;
128
+ }): JSX.Element;
129
+ displayName: string;
130
+ }>;
131
+ export default _default;
@@ -0,0 +1,131 @@
1
+ import React from 'react';
2
+ declare const _default: React.MemoExoticComponent<{
3
+ (props: {
4
+ readonly style?: import("packages/fountain-ui-styles/build/typescript").FountainUiStyle | import("packages/fountain-ui-styles/build/typescript").FountainUiStyle[] | undefined;
5
+ title?: string | undefined;
6
+ clipPath?: string | undefined;
7
+ marker?: string | undefined;
8
+ mask?: string | undefined;
9
+ opacity?: import("react-native-svg").NumberProp | undefined;
10
+ readonly fill?: import("react-native").ColorValue | undefined;
11
+ fillOpacity?: import("react-native-svg").NumberProp | undefined;
12
+ fillRule?: import("react-native-svg").FillRule | undefined;
13
+ stroke?: import("react-native").ColorValue | undefined;
14
+ strokeWidth?: import("react-native-svg").NumberProp | undefined;
15
+ strokeOpacity?: import("react-native-svg").NumberProp | undefined;
16
+ strokeDasharray?: import("react-native-svg").NumberProp | readonly import("react-native-svg").NumberProp[] | undefined;
17
+ strokeDashoffset?: import("react-native-svg").NumberProp | undefined;
18
+ strokeLinecap?: import("react-native-svg").Linecap | undefined;
19
+ strokeLinejoin?: import("react-native-svg").Linejoin | undefined;
20
+ strokeMiterlimit?: import("react-native-svg").NumberProp | undefined;
21
+ vectorEffect?: import("react-native-svg").VectorEffect | undefined;
22
+ clipRule?: import("react-native-svg").FillRule | undefined;
23
+ translate?: import("react-native-svg").NumberArray | undefined;
24
+ translateX?: import("react-native-svg").NumberProp | undefined;
25
+ translateY?: import("react-native-svg").NumberProp | undefined;
26
+ origin?: import("react-native-svg").NumberArray | undefined;
27
+ originX?: import("react-native-svg").NumberProp | undefined;
28
+ originY?: import("react-native-svg").NumberProp | undefined;
29
+ scale?: import("react-native-svg").NumberArray | undefined;
30
+ scaleX?: import("react-native-svg").NumberProp | undefined;
31
+ scaleY?: import("react-native-svg").NumberProp | undefined;
32
+ skew?: import("react-native-svg").NumberArray | undefined;
33
+ skewX?: import("react-native-svg").NumberProp | undefined;
34
+ skewY?: import("react-native-svg").NumberProp | undefined;
35
+ rotation?: import("react-native-svg").NumberProp | undefined;
36
+ x?: import("react-native-svg").NumberArray | undefined;
37
+ y?: import("react-native-svg").NumberArray | undefined;
38
+ transform?: string | import("react-native-svg").ColumnMajorTransformMatrix | (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
39
+ pointerEvents?: "none" | "auto" | "box-none" | "box-only" | undefined;
40
+ onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
41
+ onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
42
+ onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
43
+ onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
44
+ onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
45
+ onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
46
+ onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
47
+ onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
48
+ onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
49
+ onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
50
+ onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
51
+ onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
52
+ disabled?: boolean | undefined;
53
+ onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
54
+ onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
55
+ onPressOut?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
56
+ onLongPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
57
+ delayPressIn?: number | undefined;
58
+ delayPressOut?: number | undefined;
59
+ delayLongPress?: number | undefined;
60
+ id?: string | undefined;
61
+ markerStart?: string | undefined;
62
+ markerMid?: string | undefined;
63
+ markerEnd?: string | undefined;
64
+ onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
65
+ accessibilityLabel?: string | undefined;
66
+ accessible?: boolean | undefined;
67
+ testID?: string | undefined;
68
+ readonly width?: import("react-native-svg").NumberProp | undefined;
69
+ readonly height?: import("react-native-svg").NumberProp | undefined;
70
+ readonly viewBox?: string | undefined;
71
+ preserveAspectRatio?: string | undefined;
72
+ readonly color?: "base" | "strong" | "strongInverse" | "baseInverse" | "baseOpacity" | "baseOpacityInverse" | "weak" | "weakInverse" | "weakOpacity" | "weakOpacityInverse" | "accent" | "accentAlt" | undefined;
73
+ font?: import("react-native-svg").FontObject | undefined;
74
+ fontStyle?: import("react-native-svg").FontStyle | undefined;
75
+ fontVariant?: import("react-native-svg").FontVariant | undefined;
76
+ fontWeight?: import("react-native-svg").FontWeight | undefined;
77
+ fontStretch?: import("react-native-svg").FontStretch | undefined;
78
+ fontSize?: import("react-native-svg").NumberProp | undefined;
79
+ fontFamily?: string | undefined;
80
+ textAnchor?: import("react-native-svg").TextAnchor | undefined;
81
+ textDecoration?: import("react-native-svg").TextDecoration | undefined;
82
+ letterSpacing?: import("react-native-svg").NumberProp | undefined;
83
+ wordSpacing?: import("react-native-svg").NumberProp | undefined;
84
+ kerning?: import("react-native-svg").NumberProp | undefined;
85
+ fontFeatureSettings?: string | undefined;
86
+ fontVariantLigatures?: import("react-native-svg").FontVariantLigatures | undefined;
87
+ fontVariationSettings?: string | undefined;
88
+ hitSlop?: import("react-native").Insets | undefined;
89
+ removeClippedSubviews?: boolean | undefined;
90
+ nativeID?: string | undefined;
91
+ collapsable?: boolean | undefined;
92
+ needsOffscreenAlphaCompositing?: boolean | undefined;
93
+ renderToHardwareTextureAndroid?: boolean | undefined;
94
+ focusable?: boolean | undefined;
95
+ shouldRasterizeIOS?: boolean | undefined;
96
+ isTVSelectable?: boolean | undefined;
97
+ hasTVPreferredFocus?: boolean | undefined;
98
+ tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
99
+ tvParallaxShiftDistanceX?: number | undefined;
100
+ tvParallaxShiftDistanceY?: number | undefined;
101
+ tvParallaxTiltAngle?: number | undefined;
102
+ tvParallaxMagnification?: number | undefined;
103
+ onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
104
+ onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
105
+ onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
106
+ onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
107
+ onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
108
+ accessibilityActions?: readonly Readonly<{
109
+ name: string;
110
+ label?: string | undefined;
111
+ }>[] | undefined;
112
+ accessibilityRole?: import("react-native").AccessibilityRole | undefined;
113
+ accessibilityState?: import("react-native").AccessibilityState | undefined;
114
+ accessibilityHint?: string | undefined;
115
+ accessibilityValue?: import("react-native").AccessibilityValue | undefined;
116
+ onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
117
+ accessibilityLabelledBy?: string | string[] | undefined;
118
+ accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
119
+ importantForAccessibility?: "auto" | "no" | "yes" | "no-hide-descendants" | undefined;
120
+ accessibilityElementsHidden?: boolean | undefined;
121
+ accessibilityLanguage?: string | undefined;
122
+ accessibilityViewIsModal?: boolean | undefined;
123
+ onAccessibilityEscape?: (() => void) | undefined;
124
+ onAccessibilityTap?: (() => void) | undefined;
125
+ onMagicTap?: (() => void) | undefined;
126
+ accessibilityIgnoresInvertColors?: boolean | undefined;
127
+ readonly size?: "small" | "medium" | "large" | undefined;
128
+ }): JSX.Element;
129
+ displayName: string;
130
+ }>;
131
+ export default _default;
@@ -47,6 +47,7 @@ export { default as Close } from './Close';
47
47
  export { default as CloseCircle } from './CloseCircle';
48
48
  export { default as CloseCircleFill } from './CloseCircleFill';
49
49
  export { default as CloseCircleFillPierced } from './CloseCircleFillPierced';
50
+ export { default as Coffee } from './Coffee';
50
51
  export { default as Coins } from './Coins';
51
52
  export { default as Comics } from './Comics';
52
53
  export { default as ComicsFillPierced } from './ComicsFillPierced';
@@ -64,6 +65,7 @@ export { default as EyeOff } from './EyeOff';
64
65
  export { default as EyeOn } from './EyeOn';
65
66
  export { default as Filter } from './Filter';
66
67
  export { default as Filter2 } from './Filter2';
68
+ export { default as Free } from './Free';
67
69
  export { default as Globe } from './Globe';
68
70
  export { default as Grid } from './Grid';
69
71
  export { default as HD } from './HD';
@@ -151,6 +153,7 @@ export { default as SwapVertical } from './SwapVertical';
151
153
  export { default as Ticket } from './Ticket';
152
154
  export { default as Time } from './Time';
153
155
  export { default as TimeFill } from './TimeFill';
156
+ export { default as Token } from './Token';
154
157
  export { default as Trash } from './Trash';
155
158
  export { default as TrendingUp } from './TrendingUp';
156
159
  export { default as Trophy } from './Trophy';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fountain-ui/icons",
3
- "version": "3.0.0-alpha.4",
3
+ "version": "3.0.0-alpha.6",
4
4
  "private": false,
5
5
  "author": "Fountain-UI Team",
6
6
  "description": "Fountain Design Svg Icons converted to Fountain-UI React components.",
@@ -50,5 +50,5 @@
50
50
  "publishConfig": {
51
51
  "access": "public"
52
52
  },
53
- "gitHead": "20eb6bb3e12dcc17b0b01558dbbd75e7344bdaef"
53
+ "gitHead": "edefc67f0ec818a5590cf7357f4f5154121e4e31"
54
54
  }
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { Path } from 'react-native-svg';
3
+ import createSvgIcon from '../utils/createSvgIcon';
4
+
5
+ export default createSvgIcon(
6
+ <Path
7
+ d="M15 9.99995H2V17.9999C2 18.7956 2.3163 19.5584 2.87891 20.121C3.44152 20.6836 4.20435 20.9999 5 20.9999H12C12.7956 20.9999 13.5585 20.6836 14.1211 20.121C14.6837 19.5584 15 18.7956 15 17.9999V9.99995ZM5.41699 1.18745C5.86562 0.865431 6.49043 0.968375 6.8125 1.41694C7.1345 1.86555 7.03251 2.49036 6.58398 2.81245C6.39942 2.94492 6.24909 3.12 6.14746 3.32319C6.04583 3.52645 5.99524 3.75223 6 3.97944C6.00028 3.99311 6.00028 4.00678 6 4.02045C5.99524 4.24766 6.04583 4.47344 6.14746 4.6767C6.24909 4.87989 6.39942 5.05497 6.58398 5.18745C7.03251 5.50953 7.1345 6.13434 6.8125 6.58295C6.49043 7.03152 5.86562 7.13446 5.41699 6.81245C4.96873 6.49064 4.60615 6.06382 4.35938 5.57026C4.11269 5.0768 3.98949 4.531 4.00098 3.97944C3.99627 3.44185 4.1188 2.91086 4.35938 2.42963C4.60615 1.93607 4.96873 1.50925 5.41699 1.18745ZM9.41699 1.18745C9.86562 0.865431 10.4904 0.968375 10.8125 1.41694C11.1345 1.86555 11.0325 2.49036 10.584 2.81245C10.3994 2.94492 10.2491 3.12 10.1475 3.32319C10.0458 3.52645 9.99524 3.75223 10 3.97944C10.0003 3.99311 10.0003 4.00678 10 4.02045C9.99524 4.24766 10.0458 4.47344 10.1475 4.6767C10.2491 4.87989 10.3994 5.05497 10.584 5.18745C11.0325 5.50953 11.1345 6.13434 10.8125 6.58295C10.4904 7.03152 9.86562 7.13446 9.41699 6.81245C8.96873 6.49064 8.60615 6.06382 8.35938 5.57026C8.11269 5.0768 7.98949 4.531 8.00098 3.97944C7.99627 3.44184 8.1188 2.91086 8.35938 2.42963C8.60615 1.93608 8.96873 1.50925 9.41699 1.18745ZM20 12.9999C20 12.2043 19.6837 11.4415 19.1211 10.8789C18.5585 10.3162 17.7956 9.99995 17 9.99995V15.9999L17.2969 15.9853C17.9835 15.917 18.6289 15.6132 19.1211 15.121C19.6837 14.5584 20 13.7956 20 12.9999ZM22 12.9999C22 14.326 21.4728 15.5974 20.5352 16.5351C19.5975 17.4728 18.3261 17.9999 17 17.9999C17 19.326 16.4728 20.5974 15.5352 21.5351C14.5975 22.4728 13.3261 22.9999 12 22.9999H5C3.67392 22.9999 2.40253 22.4728 1.46484 21.5351C0.527162 20.5974 0 19.326 0 17.9999V8.99995C0 8.44766 0.447715 7.99995 1 7.99995H17C18.3261 7.99995 19.5975 8.52711 20.5352 9.46479C21.4728 10.4025 22 11.6739 22 12.9999Z"
8
+ />,
9
+ 'Coffee',
10
+ '0 0 22 24',
11
+ );
@@ -0,0 +1,30 @@
1
+ import React from 'react';
2
+ import { Path } from 'react-native-svg';
3
+ import createSvgIcon from '../utils/createSvgIcon';
4
+
5
+ export default createSvgIcon(
6
+ <React.Fragment>
7
+ <Path
8
+ d="M4.79297 18C6.44091 19.8409 8.83481 21 11.5 21C14.1652 21 16.5591 19.8409 18.207 18H20.7178C18.7549 21.0094 15.3609 23 11.5 23C7.63909 23 4.24508 21.0094 2.28223 18H4.79297Z"
9
+ />
10
+ <Path
11
+ d="M5.01367 10H1.76855V11.4004H4.58789V12.8193H1.76855V15.5H0V8.5H5.01367V10Z"
12
+ />
13
+ <Path
14
+ fillRule="evenodd"
15
+ clipRule="evenodd"
16
+ d="M8.96191 8.5C9.42623 8.50007 9.84546 8.59685 10.2197 8.79004C10.6011 8.98338 10.9003 9.25081 11.1152 9.59082C11.3297 9.92381 11.4364 10.3034 11.4365 10.7295C11.4365 11.1693 11.33 11.5667 11.1152 11.9199C10.9003 12.2665 10.6048 12.5402 10.2305 12.7402C10.1904 12.7617 10.1487 12.7807 10.1074 12.7998L11.7383 15.5H9.72168L8.27832 13.04H7.37012V15.5H5.68555V8.5H8.96191ZM7.37012 11.7402H8.80566C8.98556 11.7402 9.14189 11.704 9.27344 11.6309C9.41205 11.5509 9.5166 11.4397 9.58594 11.2998C9.66198 11.16 9.70014 10.9999 9.7002 10.8203C9.70018 10.6405 9.65822 10.4838 9.5752 10.3506C9.49198 10.2106 9.37043 10.1036 9.21094 10.0303C9.05848 9.95699 8.87113 9.91997 8.64941 9.91992H7.37012V11.7402Z"
17
+ />
18
+ <Path
19
+ d="M17.1289 9.94922H13.7686V11.25H16.6602V12.6299H13.7686V14.0508H17.2324V15.5H12.0518V8.5H17.1289V9.94922Z"
20
+ />
21
+ <Path
22
+ d="M22.8965 9.94922H19.5371V11.25H22.4287V12.6299H19.5371V14.0508H23V15.5H17.8203V8.5H22.8965V9.94922Z"
23
+ />
24
+ <Path
25
+ d="M11.5 1C15.3609 1 18.7549 2.99063 20.7178 6H18.207C16.5591 4.15912 14.1652 3 11.5 3C8.83481 3 6.44091 4.15912 4.79297 6H2.28223C4.24508 2.99063 7.63909 1 11.5 1Z"
26
+ />
27
+ </React.Fragment>,
28
+ 'Free',
29
+ '0 0 23 24',
30
+ );
@@ -5,14 +5,10 @@ import createSvgIcon from '../utils/createSvgIcon';
5
5
  export default createSvgIcon(
6
6
  <React.Fragment>
7
7
  <Path
8
- fillRule="evenodd"
9
- clipRule="evenodd"
10
- d="M11 3C6.02944 3 2 7.02944 2 12C2 16.9706 6.02944 21 11 21C15.9706 21 20 16.9706 20 12C20 7.02944 15.9706 3 11 3ZM0 12C0 5.92487 4.92487 1 11 1C17.0751 1 22 5.92487 22 12C22 18.0751 17.0751 23 11 23C4.92487 23 0 18.0751 0 12Z"
8
+ d="M20 12C20 7.02944 15.9706 3 11 3C6.02944 3 2 7.02944 2 12C2 16.9706 6.02944 21 11 21C15.9706 21 20 16.9706 20 12ZM22 12C22 18.0751 17.0751 23 11 23C4.92487 23 0 18.0751 0 12C0 5.92487 4.92487 1 11 1C17.0751 1 22 5.92487 22 12Z"
11
9
  />
12
10
  <Path
13
- fillRule="evenodd"
14
- clipRule="evenodd"
15
- d="M10.5 6C11.0523 6 11.5 6.44772 11.5 7V12H15.4091C15.9614 12 16.4091 12.4477 16.4091 13C16.4091 13.5523 15.9614 14 15.4091 14H10.5C9.94772 14 9.5 13.5523 9.5 13V7C9.5 6.44772 9.94772 6 10.5 6Z"
11
+ d="M9.5 7C9.5 6.44772 9.94772 6 10.5 6C11.0523 6 11.5 6.44772 11.5 7V12.4932L14.501 14.6934C14.9462 15.0198 15.043 15.6454 14.7168 16.0908C14.3903 16.5362 13.7638 16.6332 13.3184 16.3066L9.90918 13.8066C9.65224 13.6183 9.5 13.3186 9.5 13V7Z"
16
12
  />
17
13
  </React.Fragment>,
18
14
  'Time',
@@ -5,15 +5,11 @@ import createSvgIcon from '../utils/createSvgIcon';
5
5
  export default createSvgIcon(
6
6
  <React.Fragment>
7
7
  <Path
8
- fillRule="evenodd"
9
- clipRule="evenodd"
10
- d="M0 12C0 5.92487 4.92487 1 11 1C17.0751 1 22 5.92487 22 12C22 18.0751 17.0751 23 11 23C4.92487 23 0 18.0751 0 12Z"
8
+ d="M11 1C17.0751 1 22 5.92487 22 12C22 18.0751 17.0751 23 11 23C4.92487 23 0 18.0751 0 12C0 5.92487 4.92487 1 11 1Z"
11
9
  />
12
10
  <Path
13
- fillRule="evenodd"
14
- clipRule="evenodd"
15
- d="M10.5 6C11.0523 6 11.5 6.44772 11.5 7V12H15.4091C15.9614 12 16.4091 12.4477 16.4091 13C16.4091 13.5523 15.9614 14 15.4091 14H10.5C9.94772 14 9.5 13.5523 9.5 13V7C9.5 6.44772 9.94772 6 10.5 6Z"
16
- fill="#FBFBFB"
11
+ d="M9.5 7C9.5 6.44772 9.94772 6 10.5 6C11.0523 6 11.5 6.44772 11.5 7V12.4932L14.501 14.6934C14.9462 15.0198 15.043 15.6454 14.7168 16.0908C14.3903 16.5362 13.7638 16.6332 13.3184 16.3066L9.90918 13.8066C9.65224 13.6183 9.5 13.3186 9.5 13V7Z"
12
+ fill="white"
17
13
  />
18
14
  </React.Fragment>,
19
15
  'TimeFill',
@@ -0,0 +1,20 @@
1
+ import React from 'react';
2
+ import { Path } from 'react-native-svg';
3
+ import createSvgIcon from '../utils/createSvgIcon';
4
+
5
+ export default createSvgIcon(
6
+ <React.Fragment>
7
+ <Path
8
+ fillRule="evenodd"
9
+ clipRule="evenodd"
10
+ d="M11 4.5752C15.1006 4.5752 18.4247 7.89943 18.4248 12C18.4248 16.1006 15.1006 19.4248 11 19.4248C6.89938 19.4248 3.5752 16.1006 3.5752 12C3.57529 7.89945 6.89944 4.57522 11 4.5752ZM9.72461 7.64062V9.36523H8.77344V11.0527H9.72461V14.5547C9.71843 15.042 9.8157 15.4468 10.0156 15.7686C10.2187 16.0903 10.5114 16.3274 10.8926 16.4805C11.2769 16.6304 11.738 16.693 12.2754 16.668C12.5501 16.6555 12.7857 16.6259 12.9824 16.5791C13.1824 16.5322 13.3379 16.4932 13.4473 16.4619L13.0996 14.8076C13.0496 14.8201 12.9747 14.8358 12.875 14.8545C12.7782 14.8701 12.6861 14.8779 12.5986 14.8779C12.4768 14.8779 12.3717 14.8605 12.2842 14.8262C12.1968 14.7887 12.1299 14.7277 12.083 14.6436C12.0393 14.5561 12.0176 14.4414 12.0176 14.3008V11.0527H13.3154V9.36523H12.0176V7.64062H9.72461Z"
11
+ />
12
+ <Path
13
+ fillRule="evenodd"
14
+ clipRule="evenodd"
15
+ d="M11 1C17.075 1 21.9999 5.92505 22 12C22 18.075 17.075 23 11 23C4.925 23 0 18.075 0 12C9.14273e-05 5.92507 4.92505 1.00003 11 1ZM11 3.2002C6.14006 3.20022 2.20029 7.14007 2.2002 12C2.2002 16.86 6.14 20.7998 11 20.7998C15.86 20.7998 19.7998 16.86 19.7998 12C19.7997 7.14006 15.86 3.2002 11 3.2002Z"
16
+ />
17
+ </React.Fragment>,
18
+ 'Token',
19
+ '0 0 22 24',
20
+ );
@@ -47,6 +47,7 @@ export { default as Close } from './Close';
47
47
  export { default as CloseCircle } from './CloseCircle';
48
48
  export { default as CloseCircleFill } from './CloseCircleFill';
49
49
  export { default as CloseCircleFillPierced } from './CloseCircleFillPierced';
50
+ export { default as Coffee } from './Coffee';
50
51
  export { default as Coins } from './Coins';
51
52
  export { default as Comics } from './Comics';
52
53
  export { default as ComicsFillPierced } from './ComicsFillPierced';
@@ -64,6 +65,7 @@ export { default as EyeOff } from './EyeOff';
64
65
  export { default as EyeOn } from './EyeOn';
65
66
  export { default as Filter } from './Filter';
66
67
  export { default as Filter2 } from './Filter2';
68
+ export { default as Free } from './Free';
67
69
  export { default as Globe } from './Globe';
68
70
  export { default as Grid } from './Grid';
69
71
  export { default as HD } from './HD';
@@ -151,6 +153,7 @@ export { default as SwapVertical } from './SwapVertical';
151
153
  export { default as Ticket } from './Ticket';
152
154
  export { default as Time } from './Time';
153
155
  export { default as TimeFill } from './TimeFill';
156
+ export { default as Token } from './Token';
154
157
  export { default as Trash } from './Trash';
155
158
  export { default as TrendingUp } from './TrendingUp';
156
159
  export { default as Trophy } from './Trophy';