@react-native-vector-icons/feather 4.29.2-alpha.33 → 4.29.2-alpha.34

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-vector-icons/feather",
3
- "version": "4.29.2-alpha.33",
3
+ "version": "4.29.2-alpha.34",
4
4
  "description": "Feather font for react native vector icons",
5
5
  "source": "./src/index.ts",
6
6
  "main": "./lib/commonjs/index.js",
@@ -80,7 +80,7 @@
80
80
  "registry": "https://registry.npmjs.org/"
81
81
  },
82
82
  "dependencies": {
83
- "@react-native-vector-icons/common": "^11.0.0-alpha.3"
83
+ "@react-native-vector-icons/common": "^11.0.0-alpha.4"
84
84
  },
85
85
  "devDependencies": {
86
86
  "del-cli": "^6.0.0",
@@ -125,5 +125,5 @@
125
125
  "type": "library",
126
126
  "version": "0.41.2"
127
127
  },
128
- "gitHead": "e9f80997706ccf4aa535c4bc327346e7b3b09e82"
128
+ "gitHead": "c07e91c552e015561756ccd9731b9807717f2080"
129
129
  }
@@ -1,24 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _common = require("@react-native-vector-icons/common");
8
- var _Feather = _interopRequireDefault(require("../../glyphmaps/Feather.json"));
9
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
- /**
11
- * This is a generated file. If you modify it manually, your changes will be lost!
12
- * Instead, modify the template in `generator-react-native-vector-icons`.
13
- *
14
- * Feather icon set component.
15
- * Usage: <Feather name="icon-name" size={20} color="#4F8EF7" />
16
- */
17
-
18
- const Icon = (0, _common.createIconSet)(_Feather.default, {
19
- postScriptName: 'Feather',
20
- fontFileName: 'Feather.ttf',
21
- fontSource: require('../fonts/Feather.ttf') // eslint-disable-line @typescript-eslint/no-require-imports, global-require
22
- });
23
- var _default = exports.default = Icon;
24
- //# sourceMappingURL=index.js.map
@@ -1,19 +0,0 @@
1
- "use strict";
2
-
3
- /**
4
- * This is a generated file. If you modify it manually, your changes will be lost!
5
- * Instead, modify the template in `generator-react-native-vector-icons`.
6
- *
7
- * Feather icon set component.
8
- * Usage: <Feather name="icon-name" size={20} color="#4F8EF7" />
9
- */
10
-
11
- import { createIconSet } from '@react-native-vector-icons/common';
12
- import glyphMap from '../../glyphmaps/Feather.json';
13
- const Icon = createIconSet(glyphMap, {
14
- postScriptName: 'Feather',
15
- fontFileName: 'Feather.ttf',
16
- fontSource: require('../fonts/Feather.ttf') // eslint-disable-line @typescript-eslint/no-require-imports, global-require
17
- });
18
- export default Icon;
19
- //# sourceMappingURL=index.js.map