@native-base/icons
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -1,2 +0,2 @@ | ||
import AntDesignFontFile from "react-native-vector-icons/Fonts/AntDesign.ttf"; | ||
import AntDesignFontFile from "../Fonts/AntDesign.ttf"; | ||
@@ -8,4 +8,4 @@ const AntDesignFontFaceCSS = ` | ||
} | ||
` | ||
`; | ||
export default AntDesignFontFaceCSS; |
@@ -1,2 +0,2 @@ | ||
import EntypoFontFile from "react-native-vector-icons/Fonts/Entypo.ttf"; | ||
import EntypoFontFile from "../Fonts/Entypo.ttf"; | ||
@@ -8,4 +8,4 @@ const EntypoFontFaceCSS = ` | ||
} | ||
` | ||
`; | ||
export default EntypoFontFaceCSS; |
@@ -1,2 +0,2 @@ | ||
import EvilIconsFontFile from "react-native-vector-icons/Fonts/EvilIcons.ttf"; | ||
import EvilIconsFontFile from "../Fonts/EvilIcons.ttf"; | ||
@@ -8,4 +8,4 @@ const EvilIconsFontFaceCSS = ` | ||
} | ||
` | ||
`; | ||
export default EvilIconsFontFaceCSS; |
@@ -1,2 +0,2 @@ | ||
import FeatherFontFile from "react-native-vector-icons/Fonts/Feather.ttf"; | ||
import FeatherFontFile from "../Fonts/Feather.ttf"; | ||
@@ -8,4 +8,4 @@ const FeatherFontFaceCSS = ` | ||
} | ||
` | ||
`; | ||
export default FeatherFontFaceCSS; |
@@ -1,2 +0,2 @@ | ||
import FontAwesomeFontFile from "react-native-vector-icons/Fonts/FontAwesome.ttf"; | ||
import FontAwesomeFontFile from "../Fonts/FontAwesome.ttf"; | ||
@@ -8,4 +8,4 @@ const FontAwesomeFontFaceCSS = ` | ||
} | ||
` | ||
`; | ||
export default FontAwesomeFontFaceCSS; |
@@ -1,2 +0,2 @@ | ||
import FontistoFontFile from "react-native-vector-icons/Fonts/Fontisto.ttf"; | ||
import FontistoFontFile from "../Fonts/Fontisto.ttf"; | ||
@@ -8,4 +8,4 @@ const FontistoFontFaceCSS = ` | ||
} | ||
` | ||
`; | ||
export default FontistoFontFaceCSS; |
@@ -1,2 +0,2 @@ | ||
import FoundationFontFile from "react-native-vector-icons/Fonts/Foundation.ttf"; | ||
import FoundationFontFile from "../Fonts/Foundation.ttf"; | ||
@@ -8,4 +8,4 @@ const FoundationFontFaceCSS = ` | ||
} | ||
` | ||
`; | ||
export default FoundationFontFaceCSS; |
@@ -1,14 +0,14 @@ | ||
import EntypoFont from "react-native-vector-icons/Fonts/Entypo.ttf"; | ||
import AntDesignFont from "react-native-vector-icons/Fonts/AntDesign.ttf"; | ||
import EvilIconsFont from "react-native-vector-icons/Fonts/EvilIcons.ttf"; | ||
import FeatherFont from "react-native-vector-icons/Fonts/Feather.ttf"; | ||
import FontAwesomeFont from "react-native-vector-icons/Fonts/FontAwesome.ttf"; | ||
import FontistoFont from "react-native-vector-icons/Fonts/Fontisto.ttf"; | ||
import FoundationFont from "react-native-vector-icons/Fonts/Foundation.ttf"; | ||
import IoniconsFont from "react-native-vector-icons/Fonts/Ionicons.ttf"; | ||
import MaterialCommunityIconsFont from "react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf"; | ||
import MaterialIconsFont from "react-native-vector-icons/Fonts/MaterialIcons.ttf"; | ||
import OcticonsFont from "react-native-vector-icons/Fonts/Octicons.ttf"; | ||
import SimpleLineIconsFont from "react-native-vector-icons/Fonts/SimpleLineIcons.ttf"; | ||
import ZocialFont from "react-native-vector-icons/Fonts/Zocial.ttf"; | ||
import EntypoFont from "../Fonts/Entypo.ttf"; | ||
import AntDesignFont from "../Fonts/AntDesign.ttf"; | ||
import EvilIconsFont from "../Fonts/EvilIcons.ttf"; | ||
import FeatherFont from "../Fonts/Feather.ttf"; | ||
import FontAwesomeFont from "../Fonts/FontAwesome.ttf"; | ||
import FontistoFont from "../Fonts/Fontisto.ttf"; | ||
import FoundationFont from "../Fonts/Foundation.ttf"; | ||
import IoniconsFont from "../Fonts/Ionicons.ttf"; | ||
import MaterialCommunityIconsFont from "../Fonts/MaterialCommunityIcons.ttf"; | ||
import MaterialIconsFont from "../Fonts/MaterialIcons.ttf"; | ||
import OcticonsFont from "../Fonts/Octicons.ttf"; | ||
import SimpleLineIconsFont from "../Fonts/SimpleLineIcons.ttf"; | ||
import ZocialFont from "../Fonts/Zocial.ttf"; | ||
@@ -15,0 +15,0 @@ const fontsCSS = ` |
@@ -1,2 +0,2 @@ | ||
import IoniconsFontFile from "react-native-vector-icons/Fonts/Ionicons.ttf"; | ||
import IoniconsFontFile from "../Fonts/Ionicons.ttf"; | ||
@@ -8,4 +8,4 @@ const IoniconsFontFaceCSS = ` | ||
} | ||
` | ||
`; | ||
export default IoniconsFontFaceCSS; |
@@ -1,2 +0,2 @@ | ||
import MaterialCommunityIconsFontFile from "react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf"; | ||
import MaterialCommunityIconsFontFile from "../Fonts/MaterialCommunityIcons.ttf"; | ||
@@ -8,4 +8,4 @@ const MaterialCommunityIconsFontFaceCSS = ` | ||
} | ||
` | ||
`; | ||
export default MaterialCommunityIconsFontFaceCSS; |
@@ -1,2 +0,2 @@ | ||
import MaterialIconsFontFile from "react-native-vector-icons/Fonts/MaterialIcons.ttf"; | ||
import MaterialIconsFontFile from "../Fonts/MaterialIcons.ttf"; | ||
@@ -8,4 +8,4 @@ const MaterialIconsFontFaceCSS = ` | ||
} | ||
` | ||
`; | ||
export default MaterialIconsFontFaceCSS; |
@@ -1,2 +0,2 @@ | ||
import OcticonsFontFile from "react-native-vector-icons/Fonts/Octicons.ttf"; | ||
import OcticonsFontFile from "../Fonts/Octicons.ttf"; | ||
@@ -8,4 +8,4 @@ const OcticonsFontFaceCSS = ` | ||
} | ||
` | ||
`; | ||
export default OcticonsFontFaceCSS; |
@@ -1,2 +0,2 @@ | ||
import SimpleLineIconsFontFile from "react-native-vector-icons/Fonts/SimpleLineIcons.ttf"; | ||
import SimpleLineIconsFontFile from "../Fonts/SimpleLineIcons.ttf"; | ||
@@ -8,4 +8,4 @@ const SimpleLineIconsFontFaceCSS = ` | ||
} | ||
` | ||
`; | ||
export default SimpleLineIconsFontFaceCSS; |
@@ -1,2 +0,2 @@ | ||
import ZocialFontFile from "react-native-vector-icons/Fonts/Zocial.ttf"; | ||
import ZocialFontFile from "../Fonts/Zocial.ttf"; | ||
@@ -8,4 +8,4 @@ const ZocialFontFaceCSS = ` | ||
} | ||
` | ||
`; | ||
export default ZocialFontFaceCSS; |
{ | ||
"name": "@native-base/icons", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"repository": "git@github.com:GeekyAnts/native-base-icons.git", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2609722
38
2