@react-native-vector-icons/feather 12.1.0 → 12.2.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.
- package/lib/commonjs/index.js +9 -11
- package/lib/commonjs/index.js.map +1 -1
- package/lib/module/index.js +3 -5
- package/lib/module/index.js.map +1 -1
- package/package.json +3 -3
- package/src/index.ts +3 -3
package/lib/commonjs/index.js
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
'use client';
|
|
2
3
|
|
|
4
|
+
/**
|
|
5
|
+
* This is a generated file. If you modify it manually, your changes will be lost!
|
|
6
|
+
* This file was generated from packages/generator-react-native-vector-icons/src/app/templates
|
|
7
|
+
* If you're contributing to react-native-vector-icons, make the change there; otherwise it'll be lost
|
|
8
|
+
*
|
|
9
|
+
* Feather icon set component.
|
|
10
|
+
* Usage: <Feather name="icon-name" size={20} color="#4F8EF7" />
|
|
11
|
+
*/
|
|
3
12
|
Object.defineProperty(exports, "__esModule", {
|
|
4
13
|
value: true
|
|
5
14
|
});
|
|
@@ -7,17 +16,6 @@ exports.default = exports.Feather = void 0;
|
|
|
7
16
|
var _common = require("@react-native-vector-icons/common");
|
|
8
17
|
var _Feather = _interopRequireDefault(require("../../glyphmaps/Feather.json"));
|
|
9
18
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
-
// NOTE:This file was generated from packages/generator-react-native-vector-icons/src/app/templates
|
|
11
|
-
// If you're contributing to react-native-vector-icons, make the change there, otherwise it'll be lost
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
* This is a generated file. If you modify it manually, your changes will be lost!
|
|
15
|
-
* Instead, modify the template in `generator-react-native-vector-icons`.
|
|
16
|
-
*
|
|
17
|
-
* Feather icon set component.
|
|
18
|
-
* Usage: <Feather name="icon-name" size={20} color="#4F8EF7" />
|
|
19
|
-
*/
|
|
20
|
-
|
|
21
19
|
const Feather = exports.Feather = (0, _common.createIconSet)(_Feather.default, {
|
|
22
20
|
postScriptName: 'Feather',
|
|
23
21
|
fontFileName: 'Feather.ttf',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["Object","defineProperty","exports","value","default","Feather","_common","require","_Feather","_interopRequireDefault","e","__esModule","createIconSet","glyphMap","postScriptName","fontFileName","fontSource","_default"],"sourceRoot":"../../src","sources":["index.ts"],"mappings":";AAAA,YAAY;;AAEZ;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAPAA,MAAA,CAAAC,cAAA,CAAAC,OAAA;EAAAC,KAAA;AAAA;AAAAD,OAAA,CAAAE,OAAA,GAAAF,OAAA,CAAAG,OAAA;AASA,IAAAC,OAAA,GAAAC,OAAA;AAEA,IAAAC,QAAA,GAAAC,sBAAA,CAAAF,OAAA;AAAiD,SAAAE,uBAAAC,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAN,OAAA,EAAAM,CAAA;AAE1C,MAAML,OAAO,GAAAH,OAAA,CAAAG,OAAA,GAAG,IAAAO,qBAAa,EAACC,gBAAQ,EAAE;EAC7CC,cAAc,EAAE,SAAS;EACzBC,YAAY,EAAE,aAAa;EAC3BC,UAAU,EAAET,OAAO,CAAC,sBAAsB,CAAC,CAAE;AAC/C,CAAC,CAAC;AAIF;AAAA,IAAAU,QAAA,GAAAf,OAAA,CAAAE,OAAA,GACeC,OAAO","ignoreList":[]}
|
package/lib/module/index.js
CHANGED
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
// NOTE:This file was generated from packages/generator-react-native-vector-icons/src/app/templates
|
|
4
|
-
// If you're contributing to react-native-vector-icons, make the change there, otherwise it'll be lost
|
|
2
|
+
'use client';
|
|
5
3
|
|
|
6
4
|
/**
|
|
7
5
|
* This is a generated file. If you modify it manually, your changes will be lost!
|
|
8
|
-
*
|
|
6
|
+
* This file was generated from packages/generator-react-native-vector-icons/src/app/templates
|
|
7
|
+
* If you're contributing to react-native-vector-icons, make the change there; otherwise it'll be lost
|
|
9
8
|
*
|
|
10
9
|
* Feather icon set component.
|
|
11
10
|
* Usage: <Feather name="icon-name" size={20} color="#4F8EF7" />
|
|
12
11
|
*/
|
|
13
|
-
|
|
14
12
|
import { createIconSet } from '@react-native-vector-icons/common';
|
|
15
13
|
import glyphMap from '../../glyphmaps/Feather.json';
|
|
16
14
|
export const Feather = createIconSet(glyphMap, {
|
package/lib/module/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["createIconSet","glyphMap","Feather","postScriptName","fontFileName","fontSource","require"],"sourceRoot":"../../src","sources":["index.ts"],"mappings":";;
|
|
1
|
+
{"version":3,"names":["createIconSet","glyphMap","Feather","postScriptName","fontFileName","fontSource","require"],"sourceRoot":"../../src","sources":["index.ts"],"mappings":";AAAA,YAAY;;AAEZ;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAEA,SAASA,aAAa,QAAQ,mCAAmC;AAEjE,OAAOC,QAAQ,MAAM,2BAA2B;AAEhD,OAAO,MAAMC,OAAO,GAAGF,aAAa,CAACC,QAAQ,EAAE;EAC7CE,cAAc,EAAE,SAAS;EACzBC,YAAY,EAAE,aAAa;EAC3BC,UAAU,EAAEC,OAAO,CAAC,sBAAsB,CAAC,CAAE;AAC/C,CAAC,CAAC;AAIF;AACA,eAAeJ,OAAO","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native-vector-icons/feather",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.2.0",
|
|
4
4
|
"description": "Feather font for react native vector icons",
|
|
5
5
|
"source": "./src/index.ts",
|
|
6
6
|
"main": "./lib/commonjs/index.js",
|
|
@@ -76,10 +76,10 @@
|
|
|
76
76
|
"registry": "https://registry.npmjs.org/"
|
|
77
77
|
},
|
|
78
78
|
"dependencies": {
|
|
79
|
-
"@react-native-vector-icons/common": "^12.
|
|
79
|
+
"@react-native-vector-icons/common": "^12.2.0"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
|
-
"@types/react": "^19.0
|
|
82
|
+
"@types/react": "^19.1.0",
|
|
83
83
|
"del-cli": "^6.0.0",
|
|
84
84
|
"onchange": "^7.1.0",
|
|
85
85
|
"react-native-builder-bob": "^0.35.2",
|
package/src/index.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
// If you're contributing to react-native-vector-icons, make the change there, otherwise it'll be lost
|
|
1
|
+
'use client';
|
|
3
2
|
|
|
4
3
|
/**
|
|
5
4
|
* This is a generated file. If you modify it manually, your changes will be lost!
|
|
6
|
-
*
|
|
5
|
+
* This file was generated from packages/generator-react-native-vector-icons/src/app/templates
|
|
6
|
+
* If you're contributing to react-native-vector-icons, make the change there; otherwise it'll be lost
|
|
7
7
|
*
|
|
8
8
|
* Feather icon set component.
|
|
9
9
|
* Usage: <Feather name="icon-name" size={20} color="#4F8EF7" />
|