@fountain-ui/icons 1.14.1 → 1.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/build/commonjs/icons/Add.js +21 -0
  3. package/build/commonjs/icons/Add.js.map +1 -0
  4. package/build/commonjs/icons/BellOff.js +23 -0
  5. package/build/commonjs/icons/BellOff.js.map +1 -0
  6. package/build/commonjs/icons/BellOn.js +23 -0
  7. package/build/commonjs/icons/BellOn.js.map +1 -0
  8. package/build/commonjs/icons/Check.js +21 -0
  9. package/build/commonjs/icons/Check.js.map +1 -0
  10. package/build/commonjs/icons/EyeOff.js +1 -1
  11. package/build/commonjs/icons/EyeOff.js.map +1 -1
  12. package/build/commonjs/index.js +32 -0
  13. package/build/commonjs/index.js.map +1 -1
  14. package/build/module/icons/Add.js +7 -0
  15. package/build/module/icons/Add.js.map +1 -0
  16. package/build/module/icons/BellOff.js +9 -0
  17. package/build/module/icons/BellOff.js.map +1 -0
  18. package/build/module/icons/BellOn.js +9 -0
  19. package/build/module/icons/BellOn.js.map +1 -0
  20. package/build/module/icons/Check.js +7 -0
  21. package/build/module/icons/Check.js.map +1 -0
  22. package/build/module/icons/EyeOff.js +1 -1
  23. package/build/module/icons/EyeOff.js.map +1 -1
  24. package/build/module/index.js +4 -0
  25. package/build/module/index.js.map +1 -1
  26. package/build/typescript/icons/Add.d.ts +113 -0
  27. package/build/typescript/icons/BellOff.d.ts +113 -0
  28. package/build/typescript/icons/BellOn.d.ts +113 -0
  29. package/build/typescript/icons/Check.d.ts +113 -0
  30. package/build/typescript/index.d.ts +4 -0
  31. package/package.json +3 -3
  32. package/src/icons/Add.tsx +9 -0
  33. package/src/icons/BellOff.tsx +11 -0
  34. package/src/icons/BellOn.tsx +11 -0
  35. package/src/icons/Check.tsx +9 -0
  36. package/src/icons/EyeOff.tsx +1 -1
  37. package/src/index.ts +5 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,38 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.16.0](https://github.com/tappytoon/tappytoon/compare/@fountain-ui/icons@1.12.0...@fountain-ui/icons@1.16.0) (2022-01-25)
7
+
8
+ **Note:** Version bump only for package @fountain-ui/icons
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.15.2](https://github.com/tappytoon/tappytoon/compare/@fountain-ui/icons@1.12.0...@fountain-ui/icons@1.15.2) (2022-01-13)
15
+
16
+ **Note:** Version bump only for package @fountain-ui/icons
17
+
18
+
19
+
20
+
21
+
22
+ ## [1.15.1](https://github.com/tappytoon/tappytoon/compare/@fountain-ui/icons@1.12.0...@fountain-ui/icons@1.15.1) (2022-01-07)
23
+
24
+ **Note:** Version bump only for package @fountain-ui/icons
25
+
26
+
27
+
28
+
29
+
30
+ # [1.15.0](https://github.com/tappytoon/tappytoon/compare/@fountain-ui/icons@1.12.0...@fountain-ui/icons@1.15.0) (2021-12-27)
31
+
32
+ **Note:** Version bump only for package @fountain-ui/icons
33
+
34
+
35
+
36
+
37
+
6
38
  ## [1.14.1](https://github.com/tappytoon/tappytoon/compare/@fountain-ui/icons@1.12.0...@fountain-ui/icons@1.14.1) (2021-11-15)
7
39
 
8
40
  **Note:** Version bump only for package @fountain-ui/icons
@@ -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: "M9.25 10.75V17H10.75V10.75H17V9.25H10.75V3H9.25V9.25H3V10.75H9.25Z"
18
+ }), 'Add');
19
+
20
+ exports.default = _default;
21
+ //# sourceMappingURL=Add.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["Add.tsx"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,0CACX,6BAAC,oBAAD;AACI,EAAA,CAAC,EAAC;AADN,EADW,EAIT,KAJS,C","sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n d=\"M9.25 10.75V17H10.75V10.75H17V9.25H10.75V3H9.25V9.25H3V10.75H9.25Z\"\n />\n , 'Add');\n"]}
@@ -0,0 +1,23 @@
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
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M11 2.75H9V4.25H7.55332L6.95309 4.83177L8.01388 5.89256L8.16096 5.75H11.839L14.25 8.08678V12.1287L16.2713 14.15H17V12.65H15.75V7.45168L12.4467 4.25H11V2.75ZM4.86023 6.86023L2 4L3.06066 2.93934L17.0607 16.9393L16 18L12.15 14.15H3V12.65H4.25V7.45168L4.86023 6.86023ZM10.65 12.65L5.92102 7.92102L5.75 8.08678V12.65H10.65ZM12 15C12 16.1046 11.1046 17 10 17C8.89543 17 8 16.1046 8 15H12Z"
20
+ }), 'BellOff');
21
+
22
+ exports.default = _default;
23
+ //# sourceMappingURL=BellOff.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["BellOff.tsx"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,0CACX,6BAAC,oBAAD;AACI,EAAA,QAAQ,EAAC,SADb;AAEI,EAAA,QAAQ,EAAC,SAFb;AAGI,EAAA,CAAC,EAAC;AAHN,EADW,EAMT,SANS,C","sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11 2.75H9V4.25H7.55332L6.95309 4.83177L8.01388 5.89256L8.16096 5.75H11.839L14.25 8.08678V12.1287L16.2713 14.15H17V12.65H15.75V7.45168L12.4467 4.25H11V2.75ZM4.86023 6.86023L2 4L3.06066 2.93934L17.0607 16.9393L16 18L12.15 14.15H3V12.65H4.25V7.45168L4.86023 6.86023ZM10.65 12.65L5.92102 7.92102L5.75 8.08678V12.65H10.65ZM12 15C12 16.1046 11.1046 17 10 17C8.89543 17 8 16.1046 8 15H12Z\"\n />\n , 'BellOff');"]}
@@ -0,0 +1,23 @@
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
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M9 2.75H11V4.25H12.4467L15.75 7.45168V12.65H17V14.15H3V12.65H4.25V7.45168L7.55332 4.25H9V2.75ZM10 17C11.1046 17 12 16.1046 12 15H8C8 16.1046 8.89543 17 10 17Z"
20
+ }), 'BellOn');
21
+
22
+ exports.default = _default;
23
+ //# sourceMappingURL=BellOn.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["BellOn.tsx"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,0CACX,6BAAC,oBAAD;AACI,EAAA,QAAQ,EAAC,SADb;AAEI,EAAA,QAAQ,EAAC,SAFb;AAGI,EAAA,CAAC,EAAC;AAHN,EADW,EAMT,QANS,C","sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9 2.75H11V4.25H12.4467L15.75 7.45168V12.65H17V14.15H3V12.65H4.25V7.45168L7.55332 4.25H9V2.75ZM10 17C11.1046 17 12 16.1046 12 15H8C8 16.1046 8.89543 17 10 17Z\"\n />\n , 'BellOn');"]}
@@ -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: "M17.1304 6.53033L7.10003 16.5607L2.0697 11.5303L3.13036 10.4697L7.10003 14.4393L16.0697 5.46967L17.1304 6.53033Z"
18
+ }), 'Check');
19
+
20
+ exports.default = _default;
21
+ //# sourceMappingURL=Check.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["Check.tsx"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,0CACX,6BAAC,oBAAD;AACI,EAAA,CAAC,EAAC;AADN,EADW,EAIT,OAJS,C","sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n d=\"M17.1304 6.53033L7.10003 16.5607L2.0697 11.5303L3.13036 10.4697L7.10003 14.4393L16.0697 5.46967L17.1304 6.53033Z\"\n />\n , 'Check');\n"]}
@@ -16,7 +16,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
16
16
  var _default = (0, _createSvgIcon.default)( /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
17
17
  fillRule: "evenodd",
18
18
  clipRule: "evenodd",
19
- d: "M16.8283 15.8373L4.16722 3.17621L3.10656 4.23687L4.77065 5.90096C3.07375 7.21032 2 8.90494 2 10C2 12 5.58172 16 10 16C11.4161 16 12.7463 15.6213 13.9002 15.0305L15.7676 16.8979L16.8283 15.8373ZM12.7743 13.9046C11.9205 14.2757 10.9787 14.5 10 14.5C8.24152 14.5 6.5763 13.6964 5.32344 12.6146C4.70289 12.0788 4.22137 11.5061 3.90532 10.9937C3.56866 10.448 3.5 10.1037 3.5 10C3.5 9.8963 3.56866 9.55202 3.90532 9.00627C4.22137 8.49392 4.70289 7.92114 5.32344 7.38535C5.48918 7.24225 5.66213 7.10401 5.84155 6.97186L7.38981 8.52012C7.14169 8.9568 7 9.46185 7 10C7 11.6568 8.34315 13 10 13C10.5381 13 11.0432 12.8583 11.4799 12.6102L12.7743 13.9046ZM10.3327 11.463L8.53702 9.66733C8.51279 9.77433 8.5 9.88567 8.5 10C8.5 10.8284 9.17157 11.5 10 11.5C10.1143 11.5 10.2257 11.4872 10.3327 11.463ZM10.0613 7.00061L12.9994 9.93872C12.9672 8.33053 11.6695 7.03283 10.0613 7.00061ZM16.087 11.1387C15.8805 11.4809 15.6017 11.8418 15.2569 12.1962L16.3176 13.2569C17.372 12.1782 18 10.9688 18 10C18 8 14.4183 3.99999 10 3.99999C9.12222 3.99999 8.27747 4.15787 7.48725 4.42658L8.70322 5.64255C9.12632 5.55025 9.56024 5.49999 10 5.49999C11.7585 5.49999 13.4237 6.30359 14.6766 7.38535C15.2971 7.92114 15.7786 8.49392 16.0947 9.00627C16.4313 9.55202 16.5 9.8963 16.5 10C16.5 10.2144 16.4066 10.609 16.087 11.1387Z"
19
+ d: "M13.3079 15.3079L16 18L17.0607 16.9393L3.06066 2.93933L2 3.99999L4.29331 6.29331C2.87491 7.5345 2 9.01152 2 9.99999C2 12 5.58172 16 10 16C11.1797 16 12.2997 15.7372 13.3079 15.3079ZM12.1453 14.1453C11.4665 14.3704 10.7439 14.5 10 14.5C8.24152 14.5 6.5763 13.6964 5.32344 12.6146C4.70289 12.0788 4.22137 11.5061 3.90532 10.9937C3.56866 10.448 3.5 10.1037 3.5 9.99999C3.5 9.8963 3.56866 9.55202 3.90532 9.00626C4.22137 8.49392 4.70289 7.92114 5.32344 7.38534C5.33451 7.37578 5.34561 7.36625 5.35674 7.35674L7.12854 9.12853C7.04495 9.40432 7 9.69691 7 9.99999C7 11.6568 8.34315 13 10 13C10.3031 13 10.5957 12.955 10.8715 12.8715L12.1453 14.1453ZM9.35429 11.3543C9.04462 11.2064 8.79362 10.9554 8.64571 10.6457L9.35429 11.3543ZM10 3.99999C8.86617 3.99999 7.78743 4.26341 6.81018 4.68885L7.96874 5.84741C8.61778 5.62677 9.30153 5.49999 10 5.49999C11.7585 5.49999 13.4237 6.30358 14.6766 7.38534C15.2971 7.92114 15.7786 8.49392 16.0947 9.00626C16.4313 9.55202 16.5 9.8963 16.5 9.99999C16.5 10.2144 16.4066 10.609 16.087 11.1387C15.7911 11.6291 15.3466 12.1578 14.7724 12.651L15.8356 13.7142C17.1779 12.532 18 11.1085 18 9.99999C18 7.99999 14.4183 3.99999 10 3.99999ZM9.22294 7.10161L11.0606 8.93923L11.0608 8.93943L12.8984 10.7771C12.9647 10.5292 13 10.2687 13 9.99999C13 8.34314 11.6569 6.99999 10 6.99999C9.73126 6.99999 9.47078 7.03533 9.22294 7.10161Z"
20
20
  }), 'EyeOff');
21
21
 
22
22
  exports.default = _default;
@@ -1 +1 @@
1
- {"version":3,"sources":["EyeOff.tsx"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,0CACX,6BAAC,oBAAD;AACI,EAAA,QAAQ,EAAC,SADb;AAEI,EAAA,QAAQ,EAAC,SAFb;AAGI,EAAA,CAAC,EAAC;AAHN,EADW,EAMT,QANS,C","sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.8283 15.8373L4.16722 3.17621L3.10656 4.23687L4.77065 5.90096C3.07375 7.21032 2 8.90494 2 10C2 12 5.58172 16 10 16C11.4161 16 12.7463 15.6213 13.9002 15.0305L15.7676 16.8979L16.8283 15.8373ZM12.7743 13.9046C11.9205 14.2757 10.9787 14.5 10 14.5C8.24152 14.5 6.5763 13.6964 5.32344 12.6146C4.70289 12.0788 4.22137 11.5061 3.90532 10.9937C3.56866 10.448 3.5 10.1037 3.5 10C3.5 9.8963 3.56866 9.55202 3.90532 9.00627C4.22137 8.49392 4.70289 7.92114 5.32344 7.38535C5.48918 7.24225 5.66213 7.10401 5.84155 6.97186L7.38981 8.52012C7.14169 8.9568 7 9.46185 7 10C7 11.6568 8.34315 13 10 13C10.5381 13 11.0432 12.8583 11.4799 12.6102L12.7743 13.9046ZM10.3327 11.463L8.53702 9.66733C8.51279 9.77433 8.5 9.88567 8.5 10C8.5 10.8284 9.17157 11.5 10 11.5C10.1143 11.5 10.2257 11.4872 10.3327 11.463ZM10.0613 7.00061L12.9994 9.93872C12.9672 8.33053 11.6695 7.03283 10.0613 7.00061ZM16.087 11.1387C15.8805 11.4809 15.6017 11.8418 15.2569 12.1962L16.3176 13.2569C17.372 12.1782 18 10.9688 18 10C18 8 14.4183 3.99999 10 3.99999C9.12222 3.99999 8.27747 4.15787 7.48725 4.42658L8.70322 5.64255C9.12632 5.55025 9.56024 5.49999 10 5.49999C11.7585 5.49999 13.4237 6.30359 14.6766 7.38535C15.2971 7.92114 15.7786 8.49392 16.0947 9.00627C16.4313 9.55202 16.5 9.8963 16.5 10C16.5 10.2144 16.4066 10.609 16.087 11.1387Z\"\n />\n , 'EyeOff');"]}
1
+ {"version":3,"sources":["EyeOff.tsx"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,0CACX,6BAAC,oBAAD;AACI,EAAA,QAAQ,EAAC,SADb;AAEI,EAAA,QAAQ,EAAC,SAFb;AAGI,EAAA,CAAC,EAAC;AAHN,EADW,EAMT,QANS,C","sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.3079 15.3079L16 18L17.0607 16.9393L3.06066 2.93933L2 3.99999L4.29331 6.29331C2.87491 7.5345 2 9.01152 2 9.99999C2 12 5.58172 16 10 16C11.1797 16 12.2997 15.7372 13.3079 15.3079ZM12.1453 14.1453C11.4665 14.3704 10.7439 14.5 10 14.5C8.24152 14.5 6.5763 13.6964 5.32344 12.6146C4.70289 12.0788 4.22137 11.5061 3.90532 10.9937C3.56866 10.448 3.5 10.1037 3.5 9.99999C3.5 9.8963 3.56866 9.55202 3.90532 9.00626C4.22137 8.49392 4.70289 7.92114 5.32344 7.38534C5.33451 7.37578 5.34561 7.36625 5.35674 7.35674L7.12854 9.12853C7.04495 9.40432 7 9.69691 7 9.99999C7 11.6568 8.34315 13 10 13C10.3031 13 10.5957 12.955 10.8715 12.8715L12.1453 14.1453ZM9.35429 11.3543C9.04462 11.2064 8.79362 10.9554 8.64571 10.6457L9.35429 11.3543ZM10 3.99999C8.86617 3.99999 7.78743 4.26341 6.81018 4.68885L7.96874 5.84741C8.61778 5.62677 9.30153 5.49999 10 5.49999C11.7585 5.49999 13.4237 6.30358 14.6766 7.38534C15.2971 7.92114 15.7786 8.49392 16.0947 9.00626C16.4313 9.55202 16.5 9.8963 16.5 9.99999C16.5 10.2144 16.4066 10.609 16.087 11.1387C15.7911 11.6291 15.3466 12.1578 14.7724 12.651L15.8356 13.7142C17.1779 12.532 18 11.1085 18 9.99999C18 7.99999 14.4183 3.99999 10 3.99999ZM9.22294 7.10161L11.0606 8.93923L11.0608 8.93943L12.8984 10.7771C12.9647 10.5292 13 10.2687 13 9.99999C13 8.34314 11.6569 6.99999 10 6.99999C9.73126 6.99999 9.47078 7.03533 9.22294 7.10161Z\"\n />\n , 'EyeOff');"]}
@@ -3,6 +3,12 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
+ Object.defineProperty(exports, "Add", {
7
+ enumerable: true,
8
+ get: function () {
9
+ return _Add.default;
10
+ }
11
+ });
6
12
  Object.defineProperty(exports, "Apple", {
7
13
  enumerable: true,
8
14
  get: function () {
@@ -45,6 +51,18 @@ Object.defineProperty(exports, "ArrowRight", {
45
51
  return _ArrowRight.default;
46
52
  }
47
53
  });
54
+ Object.defineProperty(exports, "BellOff", {
55
+ enumerable: true,
56
+ get: function () {
57
+ return _BellOff.default;
58
+ }
59
+ });
60
+ Object.defineProperty(exports, "BellOn", {
61
+ enumerable: true,
62
+ get: function () {
63
+ return _BellOn.default;
64
+ }
65
+ });
48
66
  Object.defineProperty(exports, "BellOutlined", {
49
67
  enumerable: true,
50
68
  get: function () {
@@ -87,6 +105,12 @@ Object.defineProperty(exports, "CalendarOutlined", {
87
105
  return _CalendarOutlined.default;
88
106
  }
89
107
  });
108
+ Object.defineProperty(exports, "Check", {
109
+ enumerable: true,
110
+ get: function () {
111
+ return _Check.default;
112
+ }
113
+ });
90
114
  Object.defineProperty(exports, "CheckboxTransparentFilled", {
91
115
  enumerable: true,
92
116
  get: function () {
@@ -442,6 +466,8 @@ Object.defineProperty(exports, "Youtube", {
442
466
  }
443
467
  });
444
468
 
469
+ var _Add = _interopRequireDefault(require("./icons/Add"));
470
+
445
471
  var _Apple = _interopRequireDefault(require("./icons/Apple"));
446
472
 
447
473
  var _ArrowLeft = _interopRequireDefault(require("./icons/ArrowLeft"));
@@ -456,6 +482,10 @@ var _ArrowLightVerticalOutlined = _interopRequireDefault(require("./icons/ArrowL
456
482
 
457
483
  var _ArrowRight = _interopRequireDefault(require("./icons/ArrowRight"));
458
484
 
485
+ var _BellOff = _interopRequireDefault(require("./icons/BellOff"));
486
+
487
+ var _BellOn = _interopRequireDefault(require("./icons/BellOn"));
488
+
459
489
  var _BellOutlined = _interopRequireDefault(require("./icons/BellOutlined"));
460
490
 
461
491
  var _BellTwotone = _interopRequireDefault(require("./icons/BellTwotone"));
@@ -470,6 +500,8 @@ var _CalendarFilled = _interopRequireDefault(require("./icons/CalendarFilled"));
470
500
 
471
501
  var _CalendarOutlined = _interopRequireDefault(require("./icons/CalendarOutlined"));
472
502
 
503
+ var _Check = _interopRequireDefault(require("./icons/Check"));
504
+
473
505
  var _CheckboxTransparentFilled = _interopRequireDefault(require("./icons/CheckboxTransparentFilled"));
474
506
 
475
507
  var _CheckboxChecked = _interopRequireDefault(require("./icons/CheckboxChecked"));
@@ -1 +1 @@
1
- {"version":3,"sources":["index.ts"],"names":[],"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","sourcesContent":["export { default as Apple } from './icons/Apple';\nexport { default as ArrowLeft } from './icons/ArrowLeft';\nexport { default as ArrowLightHorizontalFilled } from './icons/ArrowLightHorizontalFilled';\nexport { default as ArrowLightHorizontalOutlined } from './icons/ArrowLightHorizontalOutlined';\nexport { default as ArrowLightVerticalFilled } from './icons/ArrowLightVerticalFilled';\nexport { default as ArrowLightVerticalOutlined } from './icons/ArrowLightVerticalOutlined';\nexport { default as ArrowRight } from './icons/ArrowRight';\nexport { default as BellOutlined } from './icons/BellOutlined';\nexport { default as BellTwotone } from './icons/BellTwotone';\nexport { default as BookmarkOutlined } from './icons/BookmarkOutlined';\nexport { default as BookmarkTwotone } from './icons/BookmarkTwotone';\nexport { default as Bullet } from './icons/Bullet';\nexport { default as CalendarFilled } from './icons/CalendarFilled';\nexport { default as CalendarOutlined } from './icons/CalendarOutlined';\nexport { default as CheckboxTransparentFilled } from './icons/CheckboxTransparentFilled';\nexport { default as CheckboxChecked } from './icons/CheckboxChecked';\nexport { default as CheckCircleOutlined } from './icons/CheckCircleOutlined';\nexport { default as ChevronDown } from './icons/ChevronDown';\nexport { default as ChevronRight } from './icons/ChevronRight';\nexport { default as ChevronUp } from './icons/ChevronUp';\nexport { default as ChevronLeft } from './icons/ChevronLeft';\nexport { default as ClockOutlined } from './icons/ClockOutlined';\nexport { default as ClockTwotone } from './icons/ClockTwotone';\nexport { default as Close } from './icons/Close';\nexport { default as CopyFilled } from './icons/CopyFilled';\nexport { default as EyeOff } from './icons/EyeOff';\nexport { default as EyeOutlined } from './icons/EyeOutlined';\nexport { default as Facebook } from './icons/Facebook';\nexport { default as FontLato } from './icons/FontLato';\nexport { default as FontLiterata } from './icons/FontLiterata';\nexport { default as GenreFilled } from './icons/GenreFilled';\nexport { default as GenreOutlined } from './icons/GenreOutlined';\nexport { default as Google } from './icons/Google';\nexport { default as Help } from './icons/Help';\nexport { default as HomeFilled } from './icons/HomeFilled';\nexport { default as HomeOutlined } from './icons/HomeOutlined';\nexport { default as Info } from './icons/Info';\nexport { default as Instagram } from './icons/Instagram';\nexport { default as LibraryFilled } from './icons/LibraryFilled';\nexport { default as LibraryOutlined } from './icons/LibraryOutlined';\nexport { default as List } from './icons/List';\nexport { default as LockOutlined } from './icons/LockOutlined';\nexport { default as Logo } from './icons/Logo';\nexport { default as MailFilled } from './icons/MailFilled';\nexport { default as MailOutlined } from './icons/MailOutlined';\nexport { default as MenuFilled } from './icons/MenuFilled';\nexport { default as MenuOutlined } from './icons/MenuOutlined';\nexport { default as Outlined } from './icons/Outlined';\nexport { default as Pencil } from './icons/Pencil';\nexport { default as Point } from './icons/Point';\nexport { default as Radio } from './icons/Radio';\nexport { default as RadioChecked } from './icons/RadioChecked';\nexport { default as Restart } from './icons/Restart';\nexport { default as SaleOutlined } from './icons/SaleOutlined';\nexport { default as SaleTwotone } from './icons/SaleTwotone';\nexport { default as Search } from './icons/Search';\nexport { default as Share } from './icons/Share';\nexport { default as SpacingLargeFilled } from './icons/SpacingLargeFilled';\nexport { default as SpacingLargeOutlined } from './icons/SpacingLargeOutlined';\nexport { default as SpacingMediumFilled } from './icons/SpacingMediumFilled';\nexport { default as SpacingMediumOutlined } from './icons/SpacingMediumOutlined';\nexport { default as SpacingSmallFilled } from './icons/SpacingSmallFilled';\nexport { default as SpacingSmallOutlined } from './icons/SpacingSmallOutlined';\nexport { default as Speaker } from './icons/Speaker';\nexport { default as SwapHorizontal } from './icons/SwapHorizontal';\nexport { default as SwapVertical } from './icons/SwapVertical';\nexport { default as TicketOutlined } from './icons/TicketOutlined';\nexport { default as TicketTwotone } from './icons/TicketTwotone';\nexport { default as TokenFilled } from './icons/TokenFilled';\nexport { default as TokenTwotone } from './icons/TokenTwotone';\nexport { default as Twitter } from './icons/Twitter';\nexport { default as Warning } from './icons/Warning';\nexport { default as Youtube } from './icons/Youtube';\n"]}
1
+ {"version":3,"sources":["index.ts"],"names":[],"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","sourcesContent":["export { default as Add } from './icons/Add';\nexport { default as Apple } from './icons/Apple';\nexport { default as ArrowLeft } from './icons/ArrowLeft';\nexport { default as ArrowLightHorizontalFilled } from './icons/ArrowLightHorizontalFilled';\nexport { default as ArrowLightHorizontalOutlined } from './icons/ArrowLightHorizontalOutlined';\nexport { default as ArrowLightVerticalFilled } from './icons/ArrowLightVerticalFilled';\nexport { default as ArrowLightVerticalOutlined } from './icons/ArrowLightVerticalOutlined';\nexport { default as ArrowRight } from './icons/ArrowRight';\nexport { default as BellOff } from './icons/BellOff';\nexport { default as BellOn } from './icons/BellOn';\nexport { default as BellOutlined } from './icons/BellOutlined';\nexport { default as BellTwotone } from './icons/BellTwotone';\nexport { default as BookmarkOutlined } from './icons/BookmarkOutlined';\nexport { default as BookmarkTwotone } from './icons/BookmarkTwotone';\nexport { default as Bullet } from './icons/Bullet';\nexport { default as CalendarFilled } from './icons/CalendarFilled';\nexport { default as CalendarOutlined } from './icons/CalendarOutlined';\nexport { default as Check } from './icons/Check';\nexport { default as CheckboxTransparentFilled } from './icons/CheckboxTransparentFilled';\nexport { default as CheckboxChecked } from './icons/CheckboxChecked';\nexport { default as CheckCircleOutlined } from './icons/CheckCircleOutlined';\nexport { default as ChevronDown } from './icons/ChevronDown';\nexport { default as ChevronRight } from './icons/ChevronRight';\nexport { default as ChevronUp } from './icons/ChevronUp';\nexport { default as ChevronLeft } from './icons/ChevronLeft';\nexport { default as ClockOutlined } from './icons/ClockOutlined';\nexport { default as ClockTwotone } from './icons/ClockTwotone';\nexport { default as Close } from './icons/Close';\nexport { default as CopyFilled } from './icons/CopyFilled';\nexport { default as EyeOff } from './icons/EyeOff';\nexport { default as EyeOutlined } from './icons/EyeOutlined';\nexport { default as Facebook } from './icons/Facebook';\nexport { default as FontLato } from './icons/FontLato';\nexport { default as FontLiterata } from './icons/FontLiterata';\nexport { default as GenreFilled } from './icons/GenreFilled';\nexport { default as GenreOutlined } from './icons/GenreOutlined';\nexport { default as Google } from './icons/Google';\nexport { default as Help } from './icons/Help';\nexport { default as HomeFilled } from './icons/HomeFilled';\nexport { default as HomeOutlined } from './icons/HomeOutlined';\nexport { default as Info } from './icons/Info';\nexport { default as Instagram } from './icons/Instagram';\nexport { default as LibraryFilled } from './icons/LibraryFilled';\nexport { default as LibraryOutlined } from './icons/LibraryOutlined';\nexport { default as List } from './icons/List';\nexport { default as LockOutlined } from './icons/LockOutlined';\nexport { default as Logo } from './icons/Logo';\nexport { default as MailFilled } from './icons/MailFilled';\nexport { default as MailOutlined } from './icons/MailOutlined';\nexport { default as MenuFilled } from './icons/MenuFilled';\nexport { default as MenuOutlined } from './icons/MenuOutlined';\nexport { default as Outlined } from './icons/Outlined';\nexport { default as Pencil } from './icons/Pencil';\nexport { default as Point } from './icons/Point';\nexport { default as Radio } from './icons/Radio';\nexport { default as RadioChecked } from './icons/RadioChecked';\nexport { default as Restart } from './icons/Restart';\nexport { default as SaleOutlined } from './icons/SaleOutlined';\nexport { default as SaleTwotone } from './icons/SaleTwotone';\nexport { default as Search } from './icons/Search';\nexport { default as Share } from './icons/Share';\nexport { default as SpacingLargeFilled } from './icons/SpacingLargeFilled';\nexport { default as SpacingLargeOutlined } from './icons/SpacingLargeOutlined';\nexport { default as SpacingMediumFilled } from './icons/SpacingMediumFilled';\nexport { default as SpacingMediumOutlined } from './icons/SpacingMediumOutlined';\nexport { default as SpacingSmallFilled } from './icons/SpacingSmallFilled';\nexport { default as SpacingSmallOutlined } from './icons/SpacingSmallOutlined';\nexport { default as Speaker } from './icons/Speaker';\nexport { default as SwapHorizontal } from './icons/SwapHorizontal';\nexport { default as SwapVertical } from './icons/SwapVertical';\nexport { default as TicketOutlined } from './icons/TicketOutlined';\nexport { default as TicketTwotone } from './icons/TicketTwotone';\nexport { default as TokenFilled } from './icons/TokenFilled';\nexport { default as TokenTwotone } from './icons/TokenTwotone';\nexport { default as Twitter } from './icons/Twitter';\nexport { default as Warning } from './icons/Warning';\nexport { default as Youtube } from './icons/Youtube';"]}
@@ -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: "M9.25 10.75V17H10.75V10.75H17V9.25H10.75V3H9.25V9.25H3V10.75H9.25Z"
6
+ }), 'Add');
7
+ //# sourceMappingURL=Add.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["Add.tsx"],"names":["React","Path","createSvgIcon"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAOC,aAAP,MAA0B,wBAA1B;AAEA,eAAeA,aAAa,eACxB,oBAAC,IAAD;AACI,EAAA,CAAC,EAAC;AADN,EADwB,EAItB,KAJsB,CAA5B","sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n d=\"M9.25 10.75V17H10.75V10.75H17V9.25H10.75V3H9.25V9.25H3V10.75H9.25Z\"\n />\n , 'Add');\n"]}
@@ -0,0 +1,9 @@
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
+ fillRule: "evenodd",
6
+ clipRule: "evenodd",
7
+ d: "M11 2.75H9V4.25H7.55332L6.95309 4.83177L8.01388 5.89256L8.16096 5.75H11.839L14.25 8.08678V12.1287L16.2713 14.15H17V12.65H15.75V7.45168L12.4467 4.25H11V2.75ZM4.86023 6.86023L2 4L3.06066 2.93934L17.0607 16.9393L16 18L12.15 14.15H3V12.65H4.25V7.45168L4.86023 6.86023ZM10.65 12.65L5.92102 7.92102L5.75 8.08678V12.65H10.65ZM12 15C12 16.1046 11.1046 17 10 17C8.89543 17 8 16.1046 8 15H12Z"
8
+ }), 'BellOff');
9
+ //# sourceMappingURL=BellOff.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["BellOff.tsx"],"names":["React","Path","createSvgIcon"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAOC,aAAP,MAA0B,wBAA1B;AAEA,eAAeA,aAAa,eACxB,oBAAC,IAAD;AACI,EAAA,QAAQ,EAAC,SADb;AAEI,EAAA,QAAQ,EAAC,SAFb;AAGI,EAAA,CAAC,EAAC;AAHN,EADwB,EAMtB,SANsB,CAA5B","sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11 2.75H9V4.25H7.55332L6.95309 4.83177L8.01388 5.89256L8.16096 5.75H11.839L14.25 8.08678V12.1287L16.2713 14.15H17V12.65H15.75V7.45168L12.4467 4.25H11V2.75ZM4.86023 6.86023L2 4L3.06066 2.93934L17.0607 16.9393L16 18L12.15 14.15H3V12.65H4.25V7.45168L4.86023 6.86023ZM10.65 12.65L5.92102 7.92102L5.75 8.08678V12.65H10.65ZM12 15C12 16.1046 11.1046 17 10 17C8.89543 17 8 16.1046 8 15H12Z\"\n />\n , 'BellOff');"]}
@@ -0,0 +1,9 @@
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
+ fillRule: "evenodd",
6
+ clipRule: "evenodd",
7
+ d: "M9 2.75H11V4.25H12.4467L15.75 7.45168V12.65H17V14.15H3V12.65H4.25V7.45168L7.55332 4.25H9V2.75ZM10 17C11.1046 17 12 16.1046 12 15H8C8 16.1046 8.89543 17 10 17Z"
8
+ }), 'BellOn');
9
+ //# sourceMappingURL=BellOn.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["BellOn.tsx"],"names":["React","Path","createSvgIcon"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAOC,aAAP,MAA0B,wBAA1B;AAEA,eAAeA,aAAa,eACxB,oBAAC,IAAD;AACI,EAAA,QAAQ,EAAC,SADb;AAEI,EAAA,QAAQ,EAAC,SAFb;AAGI,EAAA,CAAC,EAAC;AAHN,EADwB,EAMtB,QANsB,CAA5B","sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9 2.75H11V4.25H12.4467L15.75 7.45168V12.65H17V14.15H3V12.65H4.25V7.45168L7.55332 4.25H9V2.75ZM10 17C11.1046 17 12 16.1046 12 15H8C8 16.1046 8.89543 17 10 17Z\"\n />\n , 'BellOn');"]}
@@ -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: "M17.1304 6.53033L7.10003 16.5607L2.0697 11.5303L3.13036 10.4697L7.10003 14.4393L16.0697 5.46967L17.1304 6.53033Z"
6
+ }), 'Check');
7
+ //# sourceMappingURL=Check.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["Check.tsx"],"names":["React","Path","createSvgIcon"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAOC,aAAP,MAA0B,wBAA1B;AAEA,eAAeA,aAAa,eACxB,oBAAC,IAAD;AACI,EAAA,CAAC,EAAC;AADN,EADwB,EAItB,OAJsB,CAA5B","sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n d=\"M17.1304 6.53033L7.10003 16.5607L2.0697 11.5303L3.13036 10.4697L7.10003 14.4393L16.0697 5.46967L17.1304 6.53033Z\"\n />\n , 'Check');\n"]}
@@ -4,6 +4,6 @@ import createSvgIcon from '../utils/createSvgIcon';
4
4
  export default createSvgIcon( /*#__PURE__*/React.createElement(Path, {
5
5
  fillRule: "evenodd",
6
6
  clipRule: "evenodd",
7
- d: "M16.8283 15.8373L4.16722 3.17621L3.10656 4.23687L4.77065 5.90096C3.07375 7.21032 2 8.90494 2 10C2 12 5.58172 16 10 16C11.4161 16 12.7463 15.6213 13.9002 15.0305L15.7676 16.8979L16.8283 15.8373ZM12.7743 13.9046C11.9205 14.2757 10.9787 14.5 10 14.5C8.24152 14.5 6.5763 13.6964 5.32344 12.6146C4.70289 12.0788 4.22137 11.5061 3.90532 10.9937C3.56866 10.448 3.5 10.1037 3.5 10C3.5 9.8963 3.56866 9.55202 3.90532 9.00627C4.22137 8.49392 4.70289 7.92114 5.32344 7.38535C5.48918 7.24225 5.66213 7.10401 5.84155 6.97186L7.38981 8.52012C7.14169 8.9568 7 9.46185 7 10C7 11.6568 8.34315 13 10 13C10.5381 13 11.0432 12.8583 11.4799 12.6102L12.7743 13.9046ZM10.3327 11.463L8.53702 9.66733C8.51279 9.77433 8.5 9.88567 8.5 10C8.5 10.8284 9.17157 11.5 10 11.5C10.1143 11.5 10.2257 11.4872 10.3327 11.463ZM10.0613 7.00061L12.9994 9.93872C12.9672 8.33053 11.6695 7.03283 10.0613 7.00061ZM16.087 11.1387C15.8805 11.4809 15.6017 11.8418 15.2569 12.1962L16.3176 13.2569C17.372 12.1782 18 10.9688 18 10C18 8 14.4183 3.99999 10 3.99999C9.12222 3.99999 8.27747 4.15787 7.48725 4.42658L8.70322 5.64255C9.12632 5.55025 9.56024 5.49999 10 5.49999C11.7585 5.49999 13.4237 6.30359 14.6766 7.38535C15.2971 7.92114 15.7786 8.49392 16.0947 9.00627C16.4313 9.55202 16.5 9.8963 16.5 10C16.5 10.2144 16.4066 10.609 16.087 11.1387Z"
7
+ d: "M13.3079 15.3079L16 18L17.0607 16.9393L3.06066 2.93933L2 3.99999L4.29331 6.29331C2.87491 7.5345 2 9.01152 2 9.99999C2 12 5.58172 16 10 16C11.1797 16 12.2997 15.7372 13.3079 15.3079ZM12.1453 14.1453C11.4665 14.3704 10.7439 14.5 10 14.5C8.24152 14.5 6.5763 13.6964 5.32344 12.6146C4.70289 12.0788 4.22137 11.5061 3.90532 10.9937C3.56866 10.448 3.5 10.1037 3.5 9.99999C3.5 9.8963 3.56866 9.55202 3.90532 9.00626C4.22137 8.49392 4.70289 7.92114 5.32344 7.38534C5.33451 7.37578 5.34561 7.36625 5.35674 7.35674L7.12854 9.12853C7.04495 9.40432 7 9.69691 7 9.99999C7 11.6568 8.34315 13 10 13C10.3031 13 10.5957 12.955 10.8715 12.8715L12.1453 14.1453ZM9.35429 11.3543C9.04462 11.2064 8.79362 10.9554 8.64571 10.6457L9.35429 11.3543ZM10 3.99999C8.86617 3.99999 7.78743 4.26341 6.81018 4.68885L7.96874 5.84741C8.61778 5.62677 9.30153 5.49999 10 5.49999C11.7585 5.49999 13.4237 6.30358 14.6766 7.38534C15.2971 7.92114 15.7786 8.49392 16.0947 9.00626C16.4313 9.55202 16.5 9.8963 16.5 9.99999C16.5 10.2144 16.4066 10.609 16.087 11.1387C15.7911 11.6291 15.3466 12.1578 14.7724 12.651L15.8356 13.7142C17.1779 12.532 18 11.1085 18 9.99999C18 7.99999 14.4183 3.99999 10 3.99999ZM9.22294 7.10161L11.0606 8.93923L11.0608 8.93943L12.8984 10.7771C12.9647 10.5292 13 10.2687 13 9.99999C13 8.34314 11.6569 6.99999 10 6.99999C9.73126 6.99999 9.47078 7.03533 9.22294 7.10161Z"
8
8
  }), 'EyeOff');
9
9
  //# sourceMappingURL=EyeOff.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["EyeOff.tsx"],"names":["React","Path","createSvgIcon"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAOC,aAAP,MAA0B,wBAA1B;AAEA,eAAeA,aAAa,eACxB,oBAAC,IAAD;AACI,EAAA,QAAQ,EAAC,SADb;AAEI,EAAA,QAAQ,EAAC,SAFb;AAGI,EAAA,CAAC,EAAC;AAHN,EADwB,EAMtB,QANsB,CAA5B","sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.8283 15.8373L4.16722 3.17621L3.10656 4.23687L4.77065 5.90096C3.07375 7.21032 2 8.90494 2 10C2 12 5.58172 16 10 16C11.4161 16 12.7463 15.6213 13.9002 15.0305L15.7676 16.8979L16.8283 15.8373ZM12.7743 13.9046C11.9205 14.2757 10.9787 14.5 10 14.5C8.24152 14.5 6.5763 13.6964 5.32344 12.6146C4.70289 12.0788 4.22137 11.5061 3.90532 10.9937C3.56866 10.448 3.5 10.1037 3.5 10C3.5 9.8963 3.56866 9.55202 3.90532 9.00627C4.22137 8.49392 4.70289 7.92114 5.32344 7.38535C5.48918 7.24225 5.66213 7.10401 5.84155 6.97186L7.38981 8.52012C7.14169 8.9568 7 9.46185 7 10C7 11.6568 8.34315 13 10 13C10.5381 13 11.0432 12.8583 11.4799 12.6102L12.7743 13.9046ZM10.3327 11.463L8.53702 9.66733C8.51279 9.77433 8.5 9.88567 8.5 10C8.5 10.8284 9.17157 11.5 10 11.5C10.1143 11.5 10.2257 11.4872 10.3327 11.463ZM10.0613 7.00061L12.9994 9.93872C12.9672 8.33053 11.6695 7.03283 10.0613 7.00061ZM16.087 11.1387C15.8805 11.4809 15.6017 11.8418 15.2569 12.1962L16.3176 13.2569C17.372 12.1782 18 10.9688 18 10C18 8 14.4183 3.99999 10 3.99999C9.12222 3.99999 8.27747 4.15787 7.48725 4.42658L8.70322 5.64255C9.12632 5.55025 9.56024 5.49999 10 5.49999C11.7585 5.49999 13.4237 6.30359 14.6766 7.38535C15.2971 7.92114 15.7786 8.49392 16.0947 9.00627C16.4313 9.55202 16.5 9.8963 16.5 10C16.5 10.2144 16.4066 10.609 16.087 11.1387Z\"\n />\n , 'EyeOff');"]}
1
+ {"version":3,"sources":["EyeOff.tsx"],"names":["React","Path","createSvgIcon"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAOC,aAAP,MAA0B,wBAA1B;AAEA,eAAeA,aAAa,eACxB,oBAAC,IAAD;AACI,EAAA,QAAQ,EAAC,SADb;AAEI,EAAA,QAAQ,EAAC,SAFb;AAGI,EAAA,CAAC,EAAC;AAHN,EADwB,EAMtB,QANsB,CAA5B","sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.3079 15.3079L16 18L17.0607 16.9393L3.06066 2.93933L2 3.99999L4.29331 6.29331C2.87491 7.5345 2 9.01152 2 9.99999C2 12 5.58172 16 10 16C11.1797 16 12.2997 15.7372 13.3079 15.3079ZM12.1453 14.1453C11.4665 14.3704 10.7439 14.5 10 14.5C8.24152 14.5 6.5763 13.6964 5.32344 12.6146C4.70289 12.0788 4.22137 11.5061 3.90532 10.9937C3.56866 10.448 3.5 10.1037 3.5 9.99999C3.5 9.8963 3.56866 9.55202 3.90532 9.00626C4.22137 8.49392 4.70289 7.92114 5.32344 7.38534C5.33451 7.37578 5.34561 7.36625 5.35674 7.35674L7.12854 9.12853C7.04495 9.40432 7 9.69691 7 9.99999C7 11.6568 8.34315 13 10 13C10.3031 13 10.5957 12.955 10.8715 12.8715L12.1453 14.1453ZM9.35429 11.3543C9.04462 11.2064 8.79362 10.9554 8.64571 10.6457L9.35429 11.3543ZM10 3.99999C8.86617 3.99999 7.78743 4.26341 6.81018 4.68885L7.96874 5.84741C8.61778 5.62677 9.30153 5.49999 10 5.49999C11.7585 5.49999 13.4237 6.30358 14.6766 7.38534C15.2971 7.92114 15.7786 8.49392 16.0947 9.00626C16.4313 9.55202 16.5 9.8963 16.5 9.99999C16.5 10.2144 16.4066 10.609 16.087 11.1387C15.7911 11.6291 15.3466 12.1578 14.7724 12.651L15.8356 13.7142C17.1779 12.532 18 11.1085 18 9.99999C18 7.99999 14.4183 3.99999 10 3.99999ZM9.22294 7.10161L11.0606 8.93923L11.0608 8.93943L12.8984 10.7771C12.9647 10.5292 13 10.2687 13 9.99999C13 8.34314 11.6569 6.99999 10 6.99999C9.73126 6.99999 9.47078 7.03533 9.22294 7.10161Z\"\n />\n , 'EyeOff');"]}
@@ -1,3 +1,4 @@
1
+ export { default as Add } from './icons/Add';
1
2
  export { default as Apple } from './icons/Apple';
2
3
  export { default as ArrowLeft } from './icons/ArrowLeft';
3
4
  export { default as ArrowLightHorizontalFilled } from './icons/ArrowLightHorizontalFilled';
@@ -5,6 +6,8 @@ export { default as ArrowLightHorizontalOutlined } from './icons/ArrowLightHoriz
5
6
  export { default as ArrowLightVerticalFilled } from './icons/ArrowLightVerticalFilled';
6
7
  export { default as ArrowLightVerticalOutlined } from './icons/ArrowLightVerticalOutlined';
7
8
  export { default as ArrowRight } from './icons/ArrowRight';
9
+ export { default as BellOff } from './icons/BellOff';
10
+ export { default as BellOn } from './icons/BellOn';
8
11
  export { default as BellOutlined } from './icons/BellOutlined';
9
12
  export { default as BellTwotone } from './icons/BellTwotone';
10
13
  export { default as BookmarkOutlined } from './icons/BookmarkOutlined';
@@ -12,6 +15,7 @@ export { default as BookmarkTwotone } from './icons/BookmarkTwotone';
12
15
  export { default as Bullet } from './icons/Bullet';
13
16
  export { default as CalendarFilled } from './icons/CalendarFilled';
14
17
  export { default as CalendarOutlined } from './icons/CalendarOutlined';
18
+ export { default as Check } from './icons/Check';
15
19
  export { default as CheckboxTransparentFilled } from './icons/CheckboxTransparentFilled';
16
20
  export { default as CheckboxChecked } from './icons/CheckboxChecked';
17
21
  export { default as CheckCircleOutlined } from './icons/CheckCircleOutlined';
@@ -1 +1 @@
1
- {"version":3,"sources":["index.ts"],"names":["default","Apple","ArrowLeft","ArrowLightHorizontalFilled","ArrowLightHorizontalOutlined","ArrowLightVerticalFilled","ArrowLightVerticalOutlined","ArrowRight","BellOutlined","BellTwotone","BookmarkOutlined","BookmarkTwotone","Bullet","CalendarFilled","CalendarOutlined","CheckboxTransparentFilled","CheckboxChecked","CheckCircleOutlined","ChevronDown","ChevronRight","ChevronUp","ChevronLeft","ClockOutlined","ClockTwotone","Close","CopyFilled","EyeOff","EyeOutlined","Facebook","FontLato","FontLiterata","GenreFilled","GenreOutlined","Google","Help","HomeFilled","HomeOutlined","Info","Instagram","LibraryFilled","LibraryOutlined","List","LockOutlined","Logo","MailFilled","MailOutlined","MenuFilled","MenuOutlined","Outlined","Pencil","Point","Radio","RadioChecked","Restart","SaleOutlined","SaleTwotone","Search","Share","SpacingLargeFilled","SpacingLargeOutlined","SpacingMediumFilled","SpacingMediumOutlined","SpacingSmallFilled","SpacingSmallOutlined","Speaker","SwapHorizontal","SwapVertical","TicketOutlined","TicketTwotone","TokenFilled","TokenTwotone","Twitter","Warning","Youtube"],"mappings":"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","sourcesContent":["export { default as Apple } from './icons/Apple';\nexport { default as ArrowLeft } from './icons/ArrowLeft';\nexport { default as ArrowLightHorizontalFilled } from './icons/ArrowLightHorizontalFilled';\nexport { default as ArrowLightHorizontalOutlined } from './icons/ArrowLightHorizontalOutlined';\nexport { default as ArrowLightVerticalFilled } from './icons/ArrowLightVerticalFilled';\nexport { default as ArrowLightVerticalOutlined } from './icons/ArrowLightVerticalOutlined';\nexport { default as ArrowRight } from './icons/ArrowRight';\nexport { default as BellOutlined } from './icons/BellOutlined';\nexport { default as BellTwotone } from './icons/BellTwotone';\nexport { default as BookmarkOutlined } from './icons/BookmarkOutlined';\nexport { default as BookmarkTwotone } from './icons/BookmarkTwotone';\nexport { default as Bullet } from './icons/Bullet';\nexport { default as CalendarFilled } from './icons/CalendarFilled';\nexport { default as CalendarOutlined } from './icons/CalendarOutlined';\nexport { default as CheckboxTransparentFilled } from './icons/CheckboxTransparentFilled';\nexport { default as CheckboxChecked } from './icons/CheckboxChecked';\nexport { default as CheckCircleOutlined } from './icons/CheckCircleOutlined';\nexport { default as ChevronDown } from './icons/ChevronDown';\nexport { default as ChevronRight } from './icons/ChevronRight';\nexport { default as ChevronUp } from './icons/ChevronUp';\nexport { default as ChevronLeft } from './icons/ChevronLeft';\nexport { default as ClockOutlined } from './icons/ClockOutlined';\nexport { default as ClockTwotone } from './icons/ClockTwotone';\nexport { default as Close } from './icons/Close';\nexport { default as CopyFilled } from './icons/CopyFilled';\nexport { default as EyeOff } from './icons/EyeOff';\nexport { default as EyeOutlined } from './icons/EyeOutlined';\nexport { default as Facebook } from './icons/Facebook';\nexport { default as FontLato } from './icons/FontLato';\nexport { default as FontLiterata } from './icons/FontLiterata';\nexport { default as GenreFilled } from './icons/GenreFilled';\nexport { default as GenreOutlined } from './icons/GenreOutlined';\nexport { default as Google } from './icons/Google';\nexport { default as Help } from './icons/Help';\nexport { default as HomeFilled } from './icons/HomeFilled';\nexport { default as HomeOutlined } from './icons/HomeOutlined';\nexport { default as Info } from './icons/Info';\nexport { default as Instagram } from './icons/Instagram';\nexport { default as LibraryFilled } from './icons/LibraryFilled';\nexport { default as LibraryOutlined } from './icons/LibraryOutlined';\nexport { default as List } from './icons/List';\nexport { default as LockOutlined } from './icons/LockOutlined';\nexport { default as Logo } from './icons/Logo';\nexport { default as MailFilled } from './icons/MailFilled';\nexport { default as MailOutlined } from './icons/MailOutlined';\nexport { default as MenuFilled } from './icons/MenuFilled';\nexport { default as MenuOutlined } from './icons/MenuOutlined';\nexport { default as Outlined } from './icons/Outlined';\nexport { default as Pencil } from './icons/Pencil';\nexport { default as Point } from './icons/Point';\nexport { default as Radio } from './icons/Radio';\nexport { default as RadioChecked } from './icons/RadioChecked';\nexport { default as Restart } from './icons/Restart';\nexport { default as SaleOutlined } from './icons/SaleOutlined';\nexport { default as SaleTwotone } from './icons/SaleTwotone';\nexport { default as Search } from './icons/Search';\nexport { default as Share } from './icons/Share';\nexport { default as SpacingLargeFilled } from './icons/SpacingLargeFilled';\nexport { default as SpacingLargeOutlined } from './icons/SpacingLargeOutlined';\nexport { default as SpacingMediumFilled } from './icons/SpacingMediumFilled';\nexport { default as SpacingMediumOutlined } from './icons/SpacingMediumOutlined';\nexport { default as SpacingSmallFilled } from './icons/SpacingSmallFilled';\nexport { default as SpacingSmallOutlined } from './icons/SpacingSmallOutlined';\nexport { default as Speaker } from './icons/Speaker';\nexport { default as SwapHorizontal } from './icons/SwapHorizontal';\nexport { default as SwapVertical } from './icons/SwapVertical';\nexport { default as TicketOutlined } from './icons/TicketOutlined';\nexport { default as TicketTwotone } from './icons/TicketTwotone';\nexport { default as TokenFilled } from './icons/TokenFilled';\nexport { default as TokenTwotone } from './icons/TokenTwotone';\nexport { default as Twitter } from './icons/Twitter';\nexport { default as Warning } from './icons/Warning';\nexport { default as Youtube } from './icons/Youtube';\n"]}
1
+ {"version":3,"sources":["index.ts"],"names":["default","Add","Apple","ArrowLeft","ArrowLightHorizontalFilled","ArrowLightHorizontalOutlined","ArrowLightVerticalFilled","ArrowLightVerticalOutlined","ArrowRight","BellOff","BellOn","BellOutlined","BellTwotone","BookmarkOutlined","BookmarkTwotone","Bullet","CalendarFilled","CalendarOutlined","Check","CheckboxTransparentFilled","CheckboxChecked","CheckCircleOutlined","ChevronDown","ChevronRight","ChevronUp","ChevronLeft","ClockOutlined","ClockTwotone","Close","CopyFilled","EyeOff","EyeOutlined","Facebook","FontLato","FontLiterata","GenreFilled","GenreOutlined","Google","Help","HomeFilled","HomeOutlined","Info","Instagram","LibraryFilled","LibraryOutlined","List","LockOutlined","Logo","MailFilled","MailOutlined","MenuFilled","MenuOutlined","Outlined","Pencil","Point","Radio","RadioChecked","Restart","SaleOutlined","SaleTwotone","Search","Share","SpacingLargeFilled","SpacingLargeOutlined","SpacingMediumFilled","SpacingMediumOutlined","SpacingSmallFilled","SpacingSmallOutlined","Speaker","SwapHorizontal","SwapVertical","TicketOutlined","TicketTwotone","TokenFilled","TokenTwotone","Twitter","Warning","Youtube"],"mappings":"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","sourcesContent":["export { default as Add } from './icons/Add';\nexport { default as Apple } from './icons/Apple';\nexport { default as ArrowLeft } from './icons/ArrowLeft';\nexport { default as ArrowLightHorizontalFilled } from './icons/ArrowLightHorizontalFilled';\nexport { default as ArrowLightHorizontalOutlined } from './icons/ArrowLightHorizontalOutlined';\nexport { default as ArrowLightVerticalFilled } from './icons/ArrowLightVerticalFilled';\nexport { default as ArrowLightVerticalOutlined } from './icons/ArrowLightVerticalOutlined';\nexport { default as ArrowRight } from './icons/ArrowRight';\nexport { default as BellOff } from './icons/BellOff';\nexport { default as BellOn } from './icons/BellOn';\nexport { default as BellOutlined } from './icons/BellOutlined';\nexport { default as BellTwotone } from './icons/BellTwotone';\nexport { default as BookmarkOutlined } from './icons/BookmarkOutlined';\nexport { default as BookmarkTwotone } from './icons/BookmarkTwotone';\nexport { default as Bullet } from './icons/Bullet';\nexport { default as CalendarFilled } from './icons/CalendarFilled';\nexport { default as CalendarOutlined } from './icons/CalendarOutlined';\nexport { default as Check } from './icons/Check';\nexport { default as CheckboxTransparentFilled } from './icons/CheckboxTransparentFilled';\nexport { default as CheckboxChecked } from './icons/CheckboxChecked';\nexport { default as CheckCircleOutlined } from './icons/CheckCircleOutlined';\nexport { default as ChevronDown } from './icons/ChevronDown';\nexport { default as ChevronRight } from './icons/ChevronRight';\nexport { default as ChevronUp } from './icons/ChevronUp';\nexport { default as ChevronLeft } from './icons/ChevronLeft';\nexport { default as ClockOutlined } from './icons/ClockOutlined';\nexport { default as ClockTwotone } from './icons/ClockTwotone';\nexport { default as Close } from './icons/Close';\nexport { default as CopyFilled } from './icons/CopyFilled';\nexport { default as EyeOff } from './icons/EyeOff';\nexport { default as EyeOutlined } from './icons/EyeOutlined';\nexport { default as Facebook } from './icons/Facebook';\nexport { default as FontLato } from './icons/FontLato';\nexport { default as FontLiterata } from './icons/FontLiterata';\nexport { default as GenreFilled } from './icons/GenreFilled';\nexport { default as GenreOutlined } from './icons/GenreOutlined';\nexport { default as Google } from './icons/Google';\nexport { default as Help } from './icons/Help';\nexport { default as HomeFilled } from './icons/HomeFilled';\nexport { default as HomeOutlined } from './icons/HomeOutlined';\nexport { default as Info } from './icons/Info';\nexport { default as Instagram } from './icons/Instagram';\nexport { default as LibraryFilled } from './icons/LibraryFilled';\nexport { default as LibraryOutlined } from './icons/LibraryOutlined';\nexport { default as List } from './icons/List';\nexport { default as LockOutlined } from './icons/LockOutlined';\nexport { default as Logo } from './icons/Logo';\nexport { default as MailFilled } from './icons/MailFilled';\nexport { default as MailOutlined } from './icons/MailOutlined';\nexport { default as MenuFilled } from './icons/MenuFilled';\nexport { default as MenuOutlined } from './icons/MenuOutlined';\nexport { default as Outlined } from './icons/Outlined';\nexport { default as Pencil } from './icons/Pencil';\nexport { default as Point } from './icons/Point';\nexport { default as Radio } from './icons/Radio';\nexport { default as RadioChecked } from './icons/RadioChecked';\nexport { default as Restart } from './icons/Restart';\nexport { default as SaleOutlined } from './icons/SaleOutlined';\nexport { default as SaleTwotone } from './icons/SaleTwotone';\nexport { default as Search } from './icons/Search';\nexport { default as Share } from './icons/Share';\nexport { default as SpacingLargeFilled } from './icons/SpacingLargeFilled';\nexport { default as SpacingLargeOutlined } from './icons/SpacingLargeOutlined';\nexport { default as SpacingMediumFilled } from './icons/SpacingMediumFilled';\nexport { default as SpacingMediumOutlined } from './icons/SpacingMediumOutlined';\nexport { default as SpacingSmallFilled } from './icons/SpacingSmallFilled';\nexport { default as SpacingSmallOutlined } from './icons/SpacingSmallOutlined';\nexport { default as Speaker } from './icons/Speaker';\nexport { default as SwapHorizontal } from './icons/SwapHorizontal';\nexport { default as SwapVertical } from './icons/SwapVertical';\nexport { default as TicketOutlined } from './icons/TicketOutlined';\nexport { default as TicketTwotone } from './icons/TicketTwotone';\nexport { default as TokenFilled } from './icons/TokenFilled';\nexport { default as TokenTwotone } from './icons/TokenTwotone';\nexport { default as Twitter } from './icons/Twitter';\nexport { default as Warning } from './icons/Warning';\nexport { default as Youtube } from './icons/Youtube';"]}
@@ -0,0 +1,113 @@
1
+ import React from 'react';
2
+ declare const _default: React.MemoExoticComponent<{
3
+ (props: {
4
+ opacity?: import("react-native-svg").NumberProp | undefined;
5
+ readonly fill?: import("react-native-svg").Color | undefined;
6
+ fillOpacity?: import("react-native-svg").NumberProp | undefined;
7
+ fillRule?: import("react-native-svg").FillRule | undefined;
8
+ stroke?: import("react-native-svg").Color | undefined;
9
+ strokeWidth?: import("react-native-svg").NumberProp | undefined;
10
+ strokeOpacity?: import("react-native-svg").NumberProp | undefined;
11
+ strokeDasharray?: import("react-native-svg").NumberProp | readonly import("react-native-svg").NumberProp[] | undefined;
12
+ strokeDashoffset?: import("react-native-svg").NumberProp | undefined;
13
+ strokeLinecap?: import("react-native-svg").Linecap | undefined;
14
+ strokeLinejoin?: import("react-native-svg").Linejoin | undefined;
15
+ strokeMiterlimit?: import("react-native-svg").NumberProp | undefined;
16
+ clipRule?: import("react-native-svg").FillRule | undefined;
17
+ clipPath?: string | undefined;
18
+ transform?: string | import("react-native-svg").TransformObject | import("react-native-svg").ColumnMajorTransformMatrix | undefined;
19
+ translate?: import("react-native-svg").NumberArray | undefined;
20
+ translateX?: import("react-native-svg").NumberProp | undefined;
21
+ translateY?: import("react-native-svg").NumberProp | undefined;
22
+ origin?: import("react-native-svg").NumberArray | undefined;
23
+ originX?: import("react-native-svg").NumberProp | undefined;
24
+ originY?: import("react-native-svg").NumberProp | undefined;
25
+ scale?: import("react-native-svg").NumberArray | undefined;
26
+ scaleX?: import("react-native-svg").NumberProp | undefined;
27
+ scaleY?: import("react-native-svg").NumberProp | undefined;
28
+ skew?: import("react-native-svg").NumberArray | undefined;
29
+ skewX?: import("react-native-svg").NumberProp | undefined;
30
+ skewY?: import("react-native-svg").NumberProp | undefined;
31
+ rotation?: import("react-native-svg").NumberProp | undefined;
32
+ x?: import("react-native-svg").NumberArray | undefined;
33
+ y?: import("react-native-svg").NumberArray | undefined;
34
+ vectorEffect?: "none" | "non-scaling-stroke" | "nonScalingStroke" | "default" | "inherit" | "uri" | undefined;
35
+ pointerEvents?: "none" | "box-none" | "box-only" | "auto" | undefined;
36
+ onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
37
+ onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
38
+ onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
39
+ onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
40
+ onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
41
+ onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
42
+ onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
43
+ onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
44
+ onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
45
+ onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
46
+ onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
47
+ onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
48
+ disabled?: boolean | undefined;
49
+ onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
50
+ onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
51
+ onPressOut?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
52
+ onLongPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
53
+ delayPressIn?: number | undefined;
54
+ delayPressOut?: number | undefined;
55
+ delayLongPress?: number | undefined;
56
+ id?: string | undefined;
57
+ marker?: string | undefined;
58
+ markerStart?: string | undefined;
59
+ markerMid?: string | undefined;
60
+ markerEnd?: string | undefined;
61
+ mask?: string | undefined;
62
+ readonly style?: import("@emotion/native").ReactNativeStyle | import("@emotion/native").ReactNativeStyle[] | undefined;
63
+ title?: string | undefined;
64
+ readonly height?: import("react-native-svg").NumberProp | undefined;
65
+ readonly width?: import("react-native-svg").NumberProp | undefined;
66
+ readonly viewBox?: string | undefined;
67
+ preserveAspectRatio?: string | undefined;
68
+ readonly color?: import("react-native-svg").Color | undefined;
69
+ hitSlop?: import("react-native").Insets | undefined;
70
+ onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
71
+ removeClippedSubviews?: boolean | undefined;
72
+ testID?: string | undefined;
73
+ nativeID?: string | undefined;
74
+ collapsable?: boolean | undefined;
75
+ needsOffscreenAlphaCompositing?: boolean | undefined;
76
+ renderToHardwareTextureAndroid?: boolean | undefined;
77
+ focusable?: boolean | undefined;
78
+ shouldRasterizeIOS?: boolean | undefined;
79
+ isTVSelectable?: boolean | undefined;
80
+ hasTVPreferredFocus?: boolean | undefined;
81
+ tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
82
+ tvParallaxShiftDistanceX?: number | undefined;
83
+ tvParallaxShiftDistanceY?: number | undefined;
84
+ tvParallaxTiltAngle?: number | undefined;
85
+ tvParallaxMagnification?: number | undefined;
86
+ onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
87
+ onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
88
+ onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
89
+ onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
90
+ onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
91
+ accessible?: boolean | undefined;
92
+ accessibilityActions?: readonly Readonly<{
93
+ name: string;
94
+ label?: string | undefined;
95
+ }>[] | undefined;
96
+ accessibilityLabel?: string | undefined;
97
+ accessibilityRole?: import("react-native").AccessibilityRole | undefined;
98
+ accessibilityState?: import("react-native").AccessibilityState | undefined;
99
+ accessibilityHint?: string | undefined;
100
+ accessibilityValue?: import("react-native").AccessibilityValue | undefined;
101
+ onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
102
+ accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
103
+ importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
104
+ accessibilityElementsHidden?: boolean | undefined;
105
+ accessibilityViewIsModal?: boolean | undefined;
106
+ onAccessibilityEscape?: (() => void) | undefined;
107
+ onAccessibilityTap?: (() => void) | undefined;
108
+ onMagicTap?: (() => void) | undefined;
109
+ accessibilityIgnoresInvertColors?: boolean | undefined;
110
+ }): JSX.Element;
111
+ displayName: string;
112
+ }>;
113
+ export default _default;
@@ -0,0 +1,113 @@
1
+ import React from 'react';
2
+ declare const _default: React.MemoExoticComponent<{
3
+ (props: {
4
+ opacity?: import("react-native-svg").NumberProp | undefined;
5
+ readonly fill?: import("react-native-svg").Color | undefined;
6
+ fillOpacity?: import("react-native-svg").NumberProp | undefined;
7
+ fillRule?: import("react-native-svg").FillRule | undefined;
8
+ stroke?: import("react-native-svg").Color | undefined;
9
+ strokeWidth?: import("react-native-svg").NumberProp | undefined;
10
+ strokeOpacity?: import("react-native-svg").NumberProp | undefined;
11
+ strokeDasharray?: import("react-native-svg").NumberProp | readonly import("react-native-svg").NumberProp[] | undefined;
12
+ strokeDashoffset?: import("react-native-svg").NumberProp | undefined;
13
+ strokeLinecap?: import("react-native-svg").Linecap | undefined;
14
+ strokeLinejoin?: import("react-native-svg").Linejoin | undefined;
15
+ strokeMiterlimit?: import("react-native-svg").NumberProp | undefined;
16
+ clipRule?: import("react-native-svg").FillRule | undefined;
17
+ clipPath?: string | undefined;
18
+ transform?: string | import("react-native-svg").TransformObject | import("react-native-svg").ColumnMajorTransformMatrix | undefined;
19
+ translate?: import("react-native-svg").NumberArray | undefined;
20
+ translateX?: import("react-native-svg").NumberProp | undefined;
21
+ translateY?: import("react-native-svg").NumberProp | undefined;
22
+ origin?: import("react-native-svg").NumberArray | undefined;
23
+ originX?: import("react-native-svg").NumberProp | undefined;
24
+ originY?: import("react-native-svg").NumberProp | undefined;
25
+ scale?: import("react-native-svg").NumberArray | undefined;
26
+ scaleX?: import("react-native-svg").NumberProp | undefined;
27
+ scaleY?: import("react-native-svg").NumberProp | undefined;
28
+ skew?: import("react-native-svg").NumberArray | undefined;
29
+ skewX?: import("react-native-svg").NumberProp | undefined;
30
+ skewY?: import("react-native-svg").NumberProp | undefined;
31
+ rotation?: import("react-native-svg").NumberProp | undefined;
32
+ x?: import("react-native-svg").NumberArray | undefined;
33
+ y?: import("react-native-svg").NumberArray | undefined;
34
+ vectorEffect?: "none" | "non-scaling-stroke" | "nonScalingStroke" | "default" | "inherit" | "uri" | undefined;
35
+ pointerEvents?: "none" | "box-none" | "box-only" | "auto" | undefined;
36
+ onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
37
+ onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
38
+ onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
39
+ onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
40
+ onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
41
+ onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
42
+ onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
43
+ onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
44
+ onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
45
+ onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
46
+ onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
47
+ onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
48
+ disabled?: boolean | undefined;
49
+ onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
50
+ onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
51
+ onPressOut?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
52
+ onLongPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
53
+ delayPressIn?: number | undefined;
54
+ delayPressOut?: number | undefined;
55
+ delayLongPress?: number | undefined;
56
+ id?: string | undefined;
57
+ marker?: string | undefined;
58
+ markerStart?: string | undefined;
59
+ markerMid?: string | undefined;
60
+ markerEnd?: string | undefined;
61
+ mask?: string | undefined;
62
+ readonly style?: import("@emotion/native").ReactNativeStyle | import("@emotion/native").ReactNativeStyle[] | undefined;
63
+ title?: string | undefined;
64
+ readonly height?: import("react-native-svg").NumberProp | undefined;
65
+ readonly width?: import("react-native-svg").NumberProp | undefined;
66
+ readonly viewBox?: string | undefined;
67
+ preserveAspectRatio?: string | undefined;
68
+ readonly color?: import("react-native-svg").Color | undefined;
69
+ hitSlop?: import("react-native").Insets | undefined;
70
+ onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
71
+ removeClippedSubviews?: boolean | undefined;
72
+ testID?: string | undefined;
73
+ nativeID?: string | undefined;
74
+ collapsable?: boolean | undefined;
75
+ needsOffscreenAlphaCompositing?: boolean | undefined;
76
+ renderToHardwareTextureAndroid?: boolean | undefined;
77
+ focusable?: boolean | undefined;
78
+ shouldRasterizeIOS?: boolean | undefined;
79
+ isTVSelectable?: boolean | undefined;
80
+ hasTVPreferredFocus?: boolean | undefined;
81
+ tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
82
+ tvParallaxShiftDistanceX?: number | undefined;
83
+ tvParallaxShiftDistanceY?: number | undefined;
84
+ tvParallaxTiltAngle?: number | undefined;
85
+ tvParallaxMagnification?: number | undefined;
86
+ onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
87
+ onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
88
+ onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
89
+ onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
90
+ onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
91
+ accessible?: boolean | undefined;
92
+ accessibilityActions?: readonly Readonly<{
93
+ name: string;
94
+ label?: string | undefined;
95
+ }>[] | undefined;
96
+ accessibilityLabel?: string | undefined;
97
+ accessibilityRole?: import("react-native").AccessibilityRole | undefined;
98
+ accessibilityState?: import("react-native").AccessibilityState | undefined;
99
+ accessibilityHint?: string | undefined;
100
+ accessibilityValue?: import("react-native").AccessibilityValue | undefined;
101
+ onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
102
+ accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
103
+ importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
104
+ accessibilityElementsHidden?: boolean | undefined;
105
+ accessibilityViewIsModal?: boolean | undefined;
106
+ onAccessibilityEscape?: (() => void) | undefined;
107
+ onAccessibilityTap?: (() => void) | undefined;
108
+ onMagicTap?: (() => void) | undefined;
109
+ accessibilityIgnoresInvertColors?: boolean | undefined;
110
+ }): JSX.Element;
111
+ displayName: string;
112
+ }>;
113
+ export default _default;
@@ -0,0 +1,113 @@
1
+ import React from 'react';
2
+ declare const _default: React.MemoExoticComponent<{
3
+ (props: {
4
+ opacity?: import("react-native-svg").NumberProp | undefined;
5
+ readonly fill?: import("react-native-svg").Color | undefined;
6
+ fillOpacity?: import("react-native-svg").NumberProp | undefined;
7
+ fillRule?: import("react-native-svg").FillRule | undefined;
8
+ stroke?: import("react-native-svg").Color | undefined;
9
+ strokeWidth?: import("react-native-svg").NumberProp | undefined;
10
+ strokeOpacity?: import("react-native-svg").NumberProp | undefined;
11
+ strokeDasharray?: import("react-native-svg").NumberProp | readonly import("react-native-svg").NumberProp[] | undefined;
12
+ strokeDashoffset?: import("react-native-svg").NumberProp | undefined;
13
+ strokeLinecap?: import("react-native-svg").Linecap | undefined;
14
+ strokeLinejoin?: import("react-native-svg").Linejoin | undefined;
15
+ strokeMiterlimit?: import("react-native-svg").NumberProp | undefined;
16
+ clipRule?: import("react-native-svg").FillRule | undefined;
17
+ clipPath?: string | undefined;
18
+ transform?: string | import("react-native-svg").TransformObject | import("react-native-svg").ColumnMajorTransformMatrix | undefined;
19
+ translate?: import("react-native-svg").NumberArray | undefined;
20
+ translateX?: import("react-native-svg").NumberProp | undefined;
21
+ translateY?: import("react-native-svg").NumberProp | undefined;
22
+ origin?: import("react-native-svg").NumberArray | undefined;
23
+ originX?: import("react-native-svg").NumberProp | undefined;
24
+ originY?: import("react-native-svg").NumberProp | undefined;
25
+ scale?: import("react-native-svg").NumberArray | undefined;
26
+ scaleX?: import("react-native-svg").NumberProp | undefined;
27
+ scaleY?: import("react-native-svg").NumberProp | undefined;
28
+ skew?: import("react-native-svg").NumberArray | undefined;
29
+ skewX?: import("react-native-svg").NumberProp | undefined;
30
+ skewY?: import("react-native-svg").NumberProp | undefined;
31
+ rotation?: import("react-native-svg").NumberProp | undefined;
32
+ x?: import("react-native-svg").NumberArray | undefined;
33
+ y?: import("react-native-svg").NumberArray | undefined;
34
+ vectorEffect?: "none" | "non-scaling-stroke" | "nonScalingStroke" | "default" | "inherit" | "uri" | undefined;
35
+ pointerEvents?: "none" | "box-none" | "box-only" | "auto" | undefined;
36
+ onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
37
+ onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
38
+ onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
39
+ onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
40
+ onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
41
+ onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
42
+ onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
43
+ onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
44
+ onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
45
+ onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
46
+ onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
47
+ onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
48
+ disabled?: boolean | undefined;
49
+ onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
50
+ onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
51
+ onPressOut?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
52
+ onLongPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
53
+ delayPressIn?: number | undefined;
54
+ delayPressOut?: number | undefined;
55
+ delayLongPress?: number | undefined;
56
+ id?: string | undefined;
57
+ marker?: string | undefined;
58
+ markerStart?: string | undefined;
59
+ markerMid?: string | undefined;
60
+ markerEnd?: string | undefined;
61
+ mask?: string | undefined;
62
+ readonly style?: import("@emotion/native").ReactNativeStyle | import("@emotion/native").ReactNativeStyle[] | undefined;
63
+ title?: string | undefined;
64
+ readonly height?: import("react-native-svg").NumberProp | undefined;
65
+ readonly width?: import("react-native-svg").NumberProp | undefined;
66
+ readonly viewBox?: string | undefined;
67
+ preserveAspectRatio?: string | undefined;
68
+ readonly color?: import("react-native-svg").Color | undefined;
69
+ hitSlop?: import("react-native").Insets | undefined;
70
+ onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
71
+ removeClippedSubviews?: boolean | undefined;
72
+ testID?: string | undefined;
73
+ nativeID?: string | undefined;
74
+ collapsable?: boolean | undefined;
75
+ needsOffscreenAlphaCompositing?: boolean | undefined;
76
+ renderToHardwareTextureAndroid?: boolean | undefined;
77
+ focusable?: boolean | undefined;
78
+ shouldRasterizeIOS?: boolean | undefined;
79
+ isTVSelectable?: boolean | undefined;
80
+ hasTVPreferredFocus?: boolean | undefined;
81
+ tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
82
+ tvParallaxShiftDistanceX?: number | undefined;
83
+ tvParallaxShiftDistanceY?: number | undefined;
84
+ tvParallaxTiltAngle?: number | undefined;
85
+ tvParallaxMagnification?: number | undefined;
86
+ onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
87
+ onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
88
+ onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
89
+ onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
90
+ onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
91
+ accessible?: boolean | undefined;
92
+ accessibilityActions?: readonly Readonly<{
93
+ name: string;
94
+ label?: string | undefined;
95
+ }>[] | undefined;
96
+ accessibilityLabel?: string | undefined;
97
+ accessibilityRole?: import("react-native").AccessibilityRole | undefined;
98
+ accessibilityState?: import("react-native").AccessibilityState | undefined;
99
+ accessibilityHint?: string | undefined;
100
+ accessibilityValue?: import("react-native").AccessibilityValue | undefined;
101
+ onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
102
+ accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
103
+ importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
104
+ accessibilityElementsHidden?: boolean | undefined;
105
+ accessibilityViewIsModal?: boolean | undefined;
106
+ onAccessibilityEscape?: (() => void) | undefined;
107
+ onAccessibilityTap?: (() => void) | undefined;
108
+ onMagicTap?: (() => void) | undefined;
109
+ accessibilityIgnoresInvertColors?: boolean | undefined;
110
+ }): JSX.Element;
111
+ displayName: string;
112
+ }>;
113
+ export default _default;
@@ -0,0 +1,113 @@
1
+ import React from 'react';
2
+ declare const _default: React.MemoExoticComponent<{
3
+ (props: {
4
+ opacity?: import("react-native-svg").NumberProp | undefined;
5
+ readonly fill?: import("react-native-svg").Color | undefined;
6
+ fillOpacity?: import("react-native-svg").NumberProp | undefined;
7
+ fillRule?: import("react-native-svg").FillRule | undefined;
8
+ stroke?: import("react-native-svg").Color | undefined;
9
+ strokeWidth?: import("react-native-svg").NumberProp | undefined;
10
+ strokeOpacity?: import("react-native-svg").NumberProp | undefined;
11
+ strokeDasharray?: import("react-native-svg").NumberProp | readonly import("react-native-svg").NumberProp[] | undefined;
12
+ strokeDashoffset?: import("react-native-svg").NumberProp | undefined;
13
+ strokeLinecap?: import("react-native-svg").Linecap | undefined;
14
+ strokeLinejoin?: import("react-native-svg").Linejoin | undefined;
15
+ strokeMiterlimit?: import("react-native-svg").NumberProp | undefined;
16
+ clipRule?: import("react-native-svg").FillRule | undefined;
17
+ clipPath?: string | undefined;
18
+ transform?: string | import("react-native-svg").TransformObject | import("react-native-svg").ColumnMajorTransformMatrix | undefined;
19
+ translate?: import("react-native-svg").NumberArray | undefined;
20
+ translateX?: import("react-native-svg").NumberProp | undefined;
21
+ translateY?: import("react-native-svg").NumberProp | undefined;
22
+ origin?: import("react-native-svg").NumberArray | undefined;
23
+ originX?: import("react-native-svg").NumberProp | undefined;
24
+ originY?: import("react-native-svg").NumberProp | undefined;
25
+ scale?: import("react-native-svg").NumberArray | undefined;
26
+ scaleX?: import("react-native-svg").NumberProp | undefined;
27
+ scaleY?: import("react-native-svg").NumberProp | undefined;
28
+ skew?: import("react-native-svg").NumberArray | undefined;
29
+ skewX?: import("react-native-svg").NumberProp | undefined;
30
+ skewY?: import("react-native-svg").NumberProp | undefined;
31
+ rotation?: import("react-native-svg").NumberProp | undefined;
32
+ x?: import("react-native-svg").NumberArray | undefined;
33
+ y?: import("react-native-svg").NumberArray | undefined;
34
+ vectorEffect?: "none" | "non-scaling-stroke" | "nonScalingStroke" | "default" | "inherit" | "uri" | undefined;
35
+ pointerEvents?: "none" | "box-none" | "box-only" | "auto" | undefined;
36
+ onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
37
+ onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
38
+ onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
39
+ onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
40
+ onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
41
+ onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
42
+ onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
43
+ onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
44
+ onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
45
+ onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
46
+ onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
47
+ onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
48
+ disabled?: boolean | undefined;
49
+ onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
50
+ onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
51
+ onPressOut?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
52
+ onLongPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
53
+ delayPressIn?: number | undefined;
54
+ delayPressOut?: number | undefined;
55
+ delayLongPress?: number | undefined;
56
+ id?: string | undefined;
57
+ marker?: string | undefined;
58
+ markerStart?: string | undefined;
59
+ markerMid?: string | undefined;
60
+ markerEnd?: string | undefined;
61
+ mask?: string | undefined;
62
+ readonly style?: import("@emotion/native").ReactNativeStyle | import("@emotion/native").ReactNativeStyle[] | undefined;
63
+ title?: string | undefined;
64
+ readonly height?: import("react-native-svg").NumberProp | undefined;
65
+ readonly width?: import("react-native-svg").NumberProp | undefined;
66
+ readonly viewBox?: string | undefined;
67
+ preserveAspectRatio?: string | undefined;
68
+ readonly color?: import("react-native-svg").Color | undefined;
69
+ hitSlop?: import("react-native").Insets | undefined;
70
+ onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
71
+ removeClippedSubviews?: boolean | undefined;
72
+ testID?: string | undefined;
73
+ nativeID?: string | undefined;
74
+ collapsable?: boolean | undefined;
75
+ needsOffscreenAlphaCompositing?: boolean | undefined;
76
+ renderToHardwareTextureAndroid?: boolean | undefined;
77
+ focusable?: boolean | undefined;
78
+ shouldRasterizeIOS?: boolean | undefined;
79
+ isTVSelectable?: boolean | undefined;
80
+ hasTVPreferredFocus?: boolean | undefined;
81
+ tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
82
+ tvParallaxShiftDistanceX?: number | undefined;
83
+ tvParallaxShiftDistanceY?: number | undefined;
84
+ tvParallaxTiltAngle?: number | undefined;
85
+ tvParallaxMagnification?: number | undefined;
86
+ onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
87
+ onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
88
+ onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
89
+ onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
90
+ onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
91
+ accessible?: boolean | undefined;
92
+ accessibilityActions?: readonly Readonly<{
93
+ name: string;
94
+ label?: string | undefined;
95
+ }>[] | undefined;
96
+ accessibilityLabel?: string | undefined;
97
+ accessibilityRole?: import("react-native").AccessibilityRole | undefined;
98
+ accessibilityState?: import("react-native").AccessibilityState | undefined;
99
+ accessibilityHint?: string | undefined;
100
+ accessibilityValue?: import("react-native").AccessibilityValue | undefined;
101
+ onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
102
+ accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
103
+ importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
104
+ accessibilityElementsHidden?: boolean | undefined;
105
+ accessibilityViewIsModal?: boolean | undefined;
106
+ onAccessibilityEscape?: (() => void) | undefined;
107
+ onAccessibilityTap?: (() => void) | undefined;
108
+ onMagicTap?: (() => void) | undefined;
109
+ accessibilityIgnoresInvertColors?: boolean | undefined;
110
+ }): JSX.Element;
111
+ displayName: string;
112
+ }>;
113
+ export default _default;
@@ -1,3 +1,4 @@
1
+ export { default as Add } from './icons/Add';
1
2
  export { default as Apple } from './icons/Apple';
2
3
  export { default as ArrowLeft } from './icons/ArrowLeft';
3
4
  export { default as ArrowLightHorizontalFilled } from './icons/ArrowLightHorizontalFilled';
@@ -5,6 +6,8 @@ export { default as ArrowLightHorizontalOutlined } from './icons/ArrowLightHoriz
5
6
  export { default as ArrowLightVerticalFilled } from './icons/ArrowLightVerticalFilled';
6
7
  export { default as ArrowLightVerticalOutlined } from './icons/ArrowLightVerticalOutlined';
7
8
  export { default as ArrowRight } from './icons/ArrowRight';
9
+ export { default as BellOff } from './icons/BellOff';
10
+ export { default as BellOn } from './icons/BellOn';
8
11
  export { default as BellOutlined } from './icons/BellOutlined';
9
12
  export { default as BellTwotone } from './icons/BellTwotone';
10
13
  export { default as BookmarkOutlined } from './icons/BookmarkOutlined';
@@ -12,6 +15,7 @@ export { default as BookmarkTwotone } from './icons/BookmarkTwotone';
12
15
  export { default as Bullet } from './icons/Bullet';
13
16
  export { default as CalendarFilled } from './icons/CalendarFilled';
14
17
  export { default as CalendarOutlined } from './icons/CalendarOutlined';
18
+ export { default as Check } from './icons/Check';
15
19
  export { default as CheckboxTransparentFilled } from './icons/CheckboxTransparentFilled';
16
20
  export { default as CheckboxChecked } from './icons/CheckboxChecked';
17
21
  export { default as CheckCircleOutlined } from './icons/CheckCircleOutlined';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fountain-ui/icons",
3
- "version": "1.14.1",
3
+ "version": "1.16.0",
4
4
  "private": false,
5
5
  "author": "Fountain-UI Team",
6
6
  "description": "Fountain Design Svg Icons converted to Fountain-UI React components.",
@@ -29,7 +29,7 @@
29
29
  }
30
30
  },
31
31
  "devDependencies": {
32
- "@fountain-ui/core": "^1.13.1"
32
+ "@fountain-ui/core": "^1.15.0"
33
33
  },
34
34
  "react-native-builder-bob": {
35
35
  "source": "./src",
@@ -53,5 +53,5 @@
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  },
56
- "gitHead": "f6e5b3d9ba3461269f728c33641ab6772872dca9"
56
+ "gitHead": "e4a73c0ba0c0a618713494e095b658410e720766"
57
57
  }
@@ -0,0 +1,9 @@
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="M9.25 10.75V17H10.75V10.75H17V9.25H10.75V3H9.25V9.25H3V10.75H9.25Z"
8
+ />
9
+ , 'Add');
@@ -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
+ fillRule="evenodd"
8
+ clipRule="evenodd"
9
+ d="M11 2.75H9V4.25H7.55332L6.95309 4.83177L8.01388 5.89256L8.16096 5.75H11.839L14.25 8.08678V12.1287L16.2713 14.15H17V12.65H15.75V7.45168L12.4467 4.25H11V2.75ZM4.86023 6.86023L2 4L3.06066 2.93934L17.0607 16.9393L16 18L12.15 14.15H3V12.65H4.25V7.45168L4.86023 6.86023ZM10.65 12.65L5.92102 7.92102L5.75 8.08678V12.65H10.65ZM12 15C12 16.1046 11.1046 17 10 17C8.89543 17 8 16.1046 8 15H12Z"
10
+ />
11
+ , 'BellOff');
@@ -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
+ fillRule="evenodd"
8
+ clipRule="evenodd"
9
+ d="M9 2.75H11V4.25H12.4467L15.75 7.45168V12.65H17V14.15H3V12.65H4.25V7.45168L7.55332 4.25H9V2.75ZM10 17C11.1046 17 12 16.1046 12 15H8C8 16.1046 8.89543 17 10 17Z"
10
+ />
11
+ , 'BellOn');
@@ -0,0 +1,9 @@
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="M17.1304 6.53033L7.10003 16.5607L2.0697 11.5303L3.13036 10.4697L7.10003 14.4393L16.0697 5.46967L17.1304 6.53033Z"
8
+ />
9
+ , 'Check');
@@ -6,6 +6,6 @@ export default createSvgIcon(
6
6
  <Path
7
7
  fillRule="evenodd"
8
8
  clipRule="evenodd"
9
- d="M16.8283 15.8373L4.16722 3.17621L3.10656 4.23687L4.77065 5.90096C3.07375 7.21032 2 8.90494 2 10C2 12 5.58172 16 10 16C11.4161 16 12.7463 15.6213 13.9002 15.0305L15.7676 16.8979L16.8283 15.8373ZM12.7743 13.9046C11.9205 14.2757 10.9787 14.5 10 14.5C8.24152 14.5 6.5763 13.6964 5.32344 12.6146C4.70289 12.0788 4.22137 11.5061 3.90532 10.9937C3.56866 10.448 3.5 10.1037 3.5 10C3.5 9.8963 3.56866 9.55202 3.90532 9.00627C4.22137 8.49392 4.70289 7.92114 5.32344 7.38535C5.48918 7.24225 5.66213 7.10401 5.84155 6.97186L7.38981 8.52012C7.14169 8.9568 7 9.46185 7 10C7 11.6568 8.34315 13 10 13C10.5381 13 11.0432 12.8583 11.4799 12.6102L12.7743 13.9046ZM10.3327 11.463L8.53702 9.66733C8.51279 9.77433 8.5 9.88567 8.5 10C8.5 10.8284 9.17157 11.5 10 11.5C10.1143 11.5 10.2257 11.4872 10.3327 11.463ZM10.0613 7.00061L12.9994 9.93872C12.9672 8.33053 11.6695 7.03283 10.0613 7.00061ZM16.087 11.1387C15.8805 11.4809 15.6017 11.8418 15.2569 12.1962L16.3176 13.2569C17.372 12.1782 18 10.9688 18 10C18 8 14.4183 3.99999 10 3.99999C9.12222 3.99999 8.27747 4.15787 7.48725 4.42658L8.70322 5.64255C9.12632 5.55025 9.56024 5.49999 10 5.49999C11.7585 5.49999 13.4237 6.30359 14.6766 7.38535C15.2971 7.92114 15.7786 8.49392 16.0947 9.00627C16.4313 9.55202 16.5 9.8963 16.5 10C16.5 10.2144 16.4066 10.609 16.087 11.1387Z"
9
+ d="M13.3079 15.3079L16 18L17.0607 16.9393L3.06066 2.93933L2 3.99999L4.29331 6.29331C2.87491 7.5345 2 9.01152 2 9.99999C2 12 5.58172 16 10 16C11.1797 16 12.2997 15.7372 13.3079 15.3079ZM12.1453 14.1453C11.4665 14.3704 10.7439 14.5 10 14.5C8.24152 14.5 6.5763 13.6964 5.32344 12.6146C4.70289 12.0788 4.22137 11.5061 3.90532 10.9937C3.56866 10.448 3.5 10.1037 3.5 9.99999C3.5 9.8963 3.56866 9.55202 3.90532 9.00626C4.22137 8.49392 4.70289 7.92114 5.32344 7.38534C5.33451 7.37578 5.34561 7.36625 5.35674 7.35674L7.12854 9.12853C7.04495 9.40432 7 9.69691 7 9.99999C7 11.6568 8.34315 13 10 13C10.3031 13 10.5957 12.955 10.8715 12.8715L12.1453 14.1453ZM9.35429 11.3543C9.04462 11.2064 8.79362 10.9554 8.64571 10.6457L9.35429 11.3543ZM10 3.99999C8.86617 3.99999 7.78743 4.26341 6.81018 4.68885L7.96874 5.84741C8.61778 5.62677 9.30153 5.49999 10 5.49999C11.7585 5.49999 13.4237 6.30358 14.6766 7.38534C15.2971 7.92114 15.7786 8.49392 16.0947 9.00626C16.4313 9.55202 16.5 9.8963 16.5 9.99999C16.5 10.2144 16.4066 10.609 16.087 11.1387C15.7911 11.6291 15.3466 12.1578 14.7724 12.651L15.8356 13.7142C17.1779 12.532 18 11.1085 18 9.99999C18 7.99999 14.4183 3.99999 10 3.99999ZM9.22294 7.10161L11.0606 8.93923L11.0608 8.93943L12.8984 10.7771C12.9647 10.5292 13 10.2687 13 9.99999C13 8.34314 11.6569 6.99999 10 6.99999C9.73126 6.99999 9.47078 7.03533 9.22294 7.10161Z"
10
10
  />
11
11
  , 'EyeOff');
package/src/index.ts CHANGED
@@ -1,3 +1,4 @@
1
+ export { default as Add } from './icons/Add';
1
2
  export { default as Apple } from './icons/Apple';
2
3
  export { default as ArrowLeft } from './icons/ArrowLeft';
3
4
  export { default as ArrowLightHorizontalFilled } from './icons/ArrowLightHorizontalFilled';
@@ -5,6 +6,8 @@ export { default as ArrowLightHorizontalOutlined } from './icons/ArrowLightHoriz
5
6
  export { default as ArrowLightVerticalFilled } from './icons/ArrowLightVerticalFilled';
6
7
  export { default as ArrowLightVerticalOutlined } from './icons/ArrowLightVerticalOutlined';
7
8
  export { default as ArrowRight } from './icons/ArrowRight';
9
+ export { default as BellOff } from './icons/BellOff';
10
+ export { default as BellOn } from './icons/BellOn';
8
11
  export { default as BellOutlined } from './icons/BellOutlined';
9
12
  export { default as BellTwotone } from './icons/BellTwotone';
10
13
  export { default as BookmarkOutlined } from './icons/BookmarkOutlined';
@@ -12,6 +15,7 @@ export { default as BookmarkTwotone } from './icons/BookmarkTwotone';
12
15
  export { default as Bullet } from './icons/Bullet';
13
16
  export { default as CalendarFilled } from './icons/CalendarFilled';
14
17
  export { default as CalendarOutlined } from './icons/CalendarOutlined';
18
+ export { default as Check } from './icons/Check';
15
19
  export { default as CheckboxTransparentFilled } from './icons/CheckboxTransparentFilled';
16
20
  export { default as CheckboxChecked } from './icons/CheckboxChecked';
17
21
  export { default as CheckCircleOutlined } from './icons/CheckCircleOutlined';
@@ -70,4 +74,4 @@ export { default as TokenFilled } from './icons/TokenFilled';
70
74
  export { default as TokenTwotone } from './icons/TokenTwotone';
71
75
  export { default as Twitter } from './icons/Twitter';
72
76
  export { default as Warning } from './icons/Warning';
73
- export { default as Youtube } from './icons/Youtube';
77
+ export { default as Youtube } from './icons/Youtube';