@coreyward/react-icons
Advanced tools
Comparing version 3.10.3 to 3.11.0
@@ -6,2 +6,5 @@ // THIS FILE IS AUTO GENERATED | ||
export * from './md'; | ||
export * from './md'; | ||
export * from './md'; | ||
export * from './md'; | ||
export * from './ti'; | ||
@@ -8,0 +11,0 @@ export * from './go'; |
@@ -6,2 +6,5 @@ // THIS FILE IS AUTO GENERATED | ||
export * from './md'; | ||
export * from './md'; | ||
export * from './md'; | ||
export * from './md'; | ||
export * from './ti'; | ||
@@ -8,0 +11,0 @@ export * from './go'; |
@@ -21,3 +21,3 @@ module.exports.IconsManifest = [ | ||
"license": "Apache License Version 2.0", | ||
"licenseUrl": "https://github.com/google/material-design-icons/blob/master/LICENSE" | ||
"licenseUrl": "https://github.com/Dreomite/Material-Icons-Complete/blob/master/LICENSE" | ||
}, | ||
@@ -24,0 +24,0 @@ { |
@@ -18,3 +18,3 @@ export var IconsManifest = [{ | ||
"license": "Apache License Version 2.0", | ||
"licenseUrl": "https://github.com/google/material-design-icons/blob/master/LICENSE" | ||
"licenseUrl": "https://github.com/Dreomite/Material-Icons-Complete/blob/master/LICENSE" | ||
}, { | ||
@@ -21,0 +21,0 @@ "id": "ti", |
{ | ||
"name": "@coreyward/react-icons", | ||
"version": "3.10.3", | ||
"version": "3.11.0", | ||
"description": "SVG React icons of popular icon packs using ES6 imports", | ||
@@ -5,0 +5,0 @@ "author": "Corey Ward", |
@@ -1,2 +0,2 @@ | ||
const path = require("path"); | ||
const path = require("path") | ||
@@ -14,12 +14,12 @@ module.exports = { | ||
), | ||
formatter: name => `Fa${name}` | ||
formatter: (name) => `Fa${name}`, | ||
}, | ||
{ | ||
files: path.resolve(__dirname, "fontawesome/svgs/regular/*.svg"), | ||
formatter: name => `FaReg${name}` | ||
} | ||
formatter: (name) => `FaReg${name}`, | ||
}, | ||
], | ||
projectUrl: "https://fontawesome.com/", | ||
license: "CC BY 4.0 License", | ||
licenseUrl: "https://creativecommons.org/licenses/by/4.0/" | ||
licenseUrl: "https://creativecommons.org/licenses/by/4.0/", | ||
}, | ||
@@ -35,8 +35,8 @@ { | ||
), | ||
formatter: name => `Io${name}` | ||
} | ||
formatter: (name) => `Io${name}`, | ||
}, | ||
], | ||
projectUrl: "https://ionicons.com/", | ||
license: "MIT", | ||
licenseUrl: "https://github.com/ionic-team/ionicons/blob/master/LICENSE" | ||
licenseUrl: "https://github.com/ionic-team/ionicons/blob/master/LICENSE", | ||
}, | ||
@@ -47,14 +47,19 @@ { | ||
contents: [ | ||
{ | ||
{ folder: "baseline", suffix: "" }, | ||
{ folder: "outline", suffix: "Outlined" }, | ||
{ folder: "round", suffix: "Rounded" }, | ||
{ folder: "twotone", suffix: "TwoTone" }, | ||
] | ||
.map(({ folder, suffix }) => ({ | ||
files: path.resolve( | ||
__dirname, | ||
"material-design-icons/*/svg/production/*_24px.svg" | ||
`material-icons-complete/glyphs/${folder}/*.svg` | ||
), | ||
formatter: name => name.replace(/Ic(\w+)24px/i, "Md$1") | ||
} | ||
], | ||
formatter: (name) => `Md${name}${suffix}`, | ||
})) | ||
.flat(), | ||
projectUrl: "http://google.github.io/material-design-icons/", | ||
license: "Apache License Version 2.0", | ||
licenseUrl: | ||
"https://github.com/google/material-design-icons/blob/master/LICENSE" | ||
"https://github.com/Dreomite/Material-Icons-Complete/blob/master/LICENSE", | ||
}, | ||
@@ -67,8 +72,8 @@ { | ||
files: path.resolve(__dirname, "typicons/src/svg/*.svg"), | ||
formatter: name => `Ti${name}` | ||
} | ||
formatter: (name) => `Ti${name}`, | ||
}, | ||
], | ||
projectUrl: "http://s-ings.com/typicons/", | ||
license: "CC BY-SA 3.0", | ||
licenseUrl: "https://creativecommons.org/licenses/by-sa/3.0/" | ||
licenseUrl: "https://creativecommons.org/licenses/by-sa/3.0/", | ||
}, | ||
@@ -84,8 +89,8 @@ { | ||
), | ||
formatter: name => `Go${name}` | ||
} | ||
formatter: (name) => `Go${name}`, | ||
}, | ||
], | ||
projectUrl: "https://octicons.github.com/", | ||
license: "MIT", | ||
licenseUrl: "https://github.com/primer/octicons/blob/master/LICENSE" | ||
licenseUrl: "https://github.com/primer/octicons/blob/master/LICENSE", | ||
}, | ||
@@ -101,8 +106,8 @@ { | ||
), | ||
formatter: name => `Fi${name}` | ||
} | ||
formatter: (name) => `Fi${name}`, | ||
}, | ||
], | ||
projectUrl: "https://feathericons.com/", | ||
license: "MIT", | ||
licenseUrl: "https://github.com/feathericons/feather/blob/master/LICENSE" | ||
licenseUrl: "https://github.com/feathericons/feather/blob/master/LICENSE", | ||
}, | ||
@@ -118,3 +123,3 @@ { | ||
), | ||
formatter: name => `Gi${name}` | ||
formatter: (name) => `Gi${name}`, | ||
}, | ||
@@ -126,3 +131,3 @@ { | ||
), | ||
formatter: name => `Gi${name}` | ||
formatter: (name) => `Gi${name}`, | ||
}, | ||
@@ -134,3 +139,3 @@ { | ||
), | ||
formatter: name => `Gi${name}` | ||
formatter: (name) => `Gi${name}`, | ||
}, | ||
@@ -142,3 +147,3 @@ { | ||
), | ||
formatter: name => `Gi${name}` | ||
formatter: (name) => `Gi${name}`, | ||
}, | ||
@@ -150,3 +155,3 @@ { | ||
), | ||
formatter: name => `Gi${name}` | ||
formatter: (name) => `Gi${name}`, | ||
}, | ||
@@ -158,3 +163,3 @@ { | ||
), | ||
formatter: name => `Gi${name}` | ||
formatter: (name) => `Gi${name}`, | ||
}, | ||
@@ -166,3 +171,3 @@ { | ||
), | ||
formatter: name => `Gi${name}` | ||
formatter: (name) => `Gi${name}`, | ||
}, | ||
@@ -174,12 +179,12 @@ { | ||
), | ||
formatter: name => `Gi${name}` | ||
formatter: (name) => `Gi${name}`, | ||
}, | ||
{ | ||
files: path.resolve(__dirname, "game-icons-inverted/aussiesim/*.svg"), | ||
formatter: name => `Gi${name}` | ||
} | ||
formatter: (name) => `Gi${name}`, | ||
}, | ||
], | ||
projectUrl: "https://game-icons.net/", | ||
license: "CC BY 3.0", | ||
licenseUrl: "https://creativecommons.org/licenses/by/3.0/" | ||
licenseUrl: "https://creativecommons.org/licenses/by/3.0/", | ||
}, | ||
@@ -192,8 +197,8 @@ { | ||
files: path.resolve(__dirname, "weather-icons/svg/*.svg"), | ||
formatter: name => name | ||
} | ||
formatter: (name) => name, | ||
}, | ||
], | ||
projectUrl: "https://erikflowers.github.io/weather-icons/", | ||
license: "SIL OFL 1.1", | ||
licenseUrl: "http://scripts.sil.org/OFL" | ||
licenseUrl: "http://scripts.sil.org/OFL", | ||
}, | ||
@@ -206,8 +211,8 @@ { | ||
files: path.resolve(__dirname, "devicons/!SVG/*.svg"), | ||
formatter: name => `Di${name}` | ||
} | ||
formatter: (name) => `Di${name}`, | ||
}, | ||
], | ||
projectUrl: "https://vorillaz.github.io/devicons/", | ||
license: "MIT", | ||
licenseUrl: "https://opensource.org/licenses/MIT" | ||
licenseUrl: "https://opensource.org/licenses/MIT", | ||
}, | ||
@@ -223,3 +228,3 @@ { | ||
), | ||
formatter: name => `AiFill${name}` | ||
formatter: (name) => `AiFill${name}`, | ||
}, | ||
@@ -231,3 +236,3 @@ { | ||
), | ||
formatter: name => `AiOutline${name}` | ||
formatter: (name) => `AiOutline${name}`, | ||
}, | ||
@@ -239,8 +244,8 @@ { | ||
), | ||
formatter: name => `AiTwotone${name}` | ||
} | ||
formatter: (name) => `AiTwotone${name}`, | ||
}, | ||
], | ||
projectUrl: "https://github.com/ant-design/ant-design-icons", | ||
license: "MIT", | ||
licenseUrl: "https://opensource.org/licenses/MIT" | ||
licenseUrl: "https://opensource.org/licenses/MIT", | ||
}, | ||
@@ -256,3 +261,3 @@ { | ||
), | ||
formatter: name => `BsFill${name}` | ||
formatter: (name) => `BsFill${name}`, | ||
}, | ||
@@ -264,3 +269,3 @@ { | ||
), | ||
formatter: name => `BsReverse${name}` | ||
formatter: (name) => `BsReverse${name}`, | ||
}, | ||
@@ -272,8 +277,8 @@ { | ||
), | ||
formatter: name => `Bs${name}` | ||
} | ||
formatter: (name) => `Bs${name}`, | ||
}, | ||
], | ||
projectUrl: "https://github.com/twbs/icons", | ||
license: "MIT", | ||
licenseUrl: "https://opensource.org/licenses/MIT" | ||
licenseUrl: "https://opensource.org/licenses/MIT", | ||
}, | ||
@@ -286,8 +291,8 @@ { | ||
files: path.resolve(__dirname, "RemixIcon/icons/*/*.svg"), | ||
formatter: name => `Ri${name}` | ||
} | ||
formatter: (name) => `Ri${name}`, | ||
}, | ||
], | ||
projectUrl: "https://github.com/Remix-Design/RemixIcon", | ||
license: "Apache License Version 2.0", | ||
licenseUrl: "http://www.apache.org/licenses/" | ||
licenseUrl: "http://www.apache.org/licenses/", | ||
}, | ||
@@ -300,9 +305,9 @@ { | ||
files: path.resolve(__dirname, "flat-color-icons/svg/*.svg"), | ||
formatter: name => `Fc${name}`, | ||
multiColor: true | ||
} | ||
formatter: (name) => `Fc${name}`, | ||
multiColor: true, | ||
}, | ||
], | ||
projectUrl: "https://github.com/icons8/flat-color-icons", | ||
license: "MIT", | ||
licenseUrl: "https://opensource.org/licenses/MIT" | ||
licenseUrl: "https://opensource.org/licenses/MIT", | ||
}, | ||
@@ -315,10 +320,10 @@ { | ||
files: path.resolve(__dirname, "grommet-icons/public/img/*.svg"), | ||
formatter: name => `Gr${name}` | ||
} | ||
formatter: (name) => `Gr${name}`, | ||
}, | ||
], | ||
projectUrl: "https://github.com/grommet/grommet-icons", | ||
license: "Apache License Version 2.0", | ||
licenseUrl: "http://www.apache.org/licenses/" | ||
} | ||
] | ||
}; | ||
licenseUrl: "http://www.apache.org/licenses/", | ||
}, | ||
], | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
30789774
157605
906