Skip to content

Commit

Permalink
add weather icon set package
Browse files Browse the repository at this point in the history
  • Loading branch information
sayjeyhi committed Sep 17, 2020
1 parent 8e4cb34 commit 47171c9
Show file tree
Hide file tree
Showing 221 changed files with 933 additions and 0 deletions.
53 changes: 53 additions & 0 deletions packages/Weather/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"name": "@iconbox/weather",
"private": false,
"version": "1.0.5",
"author": "Jafar Rezaei (SayJeyHi) <[email protected]>",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"unpkg": "./dist/umd/weatherIcons.production.js",
"scripts": {
"test": "cross-env BABEL_ENV=test jest --config ../../jest.config.js",
"test:coverage": "cross-env BABEL_ENV=test jest --config ../../jest.config.js --coverage=true",
"build": "yarn build:cjs && yarn build:esm && yarn build:es && yarn build:copy-files",
"build:cjs": "cross-env NODE_ENV=production BABEL_ENV=cjs babel --config-file ../../babel.config.js ./src --out-dir ./dist --copy-files",
"build:esm": "cross-env NODE_ENV=production BABEL_ENV=esm babel --config-file ../../babel.config.js ./src --out-dir ./dist/esm --copy-files",
"build:es": "cross-env NODE_ENV=production BABEL_ENV=es babel --config-file ../../babel.config.js ./src --out-dir ./dist/es --copy-files",
"build:umd": "cross-env BABEL_ENV=production-umd rollup -c",
"build:copy-files": "node ../../scripts/copy-file/icons-packages-copy.js",
"optimize": "svgo src/*/*.svg --config=../../svgo.yml",
"generate": "node ../../scripts/icons/generateSvg.js && node ../../scripts/icons/makeCollections.js",
"change-version": "node ../../scripts/release/change-version.js",
"publish-npm": "node ../../scripts/release/publish-npm.js",
"prebuild": "rimraf ./dist",
"start": "rollup -c -w",
"prepare": "yarn run build",
"predeploy": "cd example && yarn install && yarn run build",
"deploy": "gh-pages -d example/build"
},
"peerDependencies": {
"@iconbox/config": "^1.0.1",
"prop-types": "^15.0.0",
"react": "^16.8.6"
},
"engines": {
"node": ">=8",
"npm": ">=5"
},
"keywords": [
"svg-icons",
"icon",
"vector"
],
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/snappmarket/iconbox"
},
"license": "SIL-OFL-1.1",
"owner": {
"name": "Lukas Bischoff",
"url": "https://github.com/erikflowers/weather-icons",
"licence": "https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL"
}
}
3 changes: 3 additions & 0 deletions packages/Weather/src/Alien/index.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/Weather/src/Barometer/index.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/Weather/src/Celsius/index.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/Weather/src/Cloud/index.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/Weather/src/CloudDown/index.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/Weather/src/CloudRefresh/index.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/Weather/src/CloudUp/index.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/Weather/src/Cloudy/index.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/Weather/src/CloudyGusts/index.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/Weather/src/CloudyWindy/index.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/Weather/src/DayCloudy/index.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/Weather/src/DayCloudyGusts/index.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 47171c9

Please sign in to comment.