mirror of
https://github.com/coreui/coreui-icons.git
synced 2025-09-03 05:12:35 +02:00
release: @coreui/icons v2.1.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@charset "UTF-8";
|
||||
/*!
|
||||
* CoreUI Icons Free Open Source Icons
|
||||
* @version v2.0.1
|
||||
* @version v2.1.0
|
||||
* @link https://coreui.io/icons
|
||||
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
||||
* Licensed under MIT (https://coreui.io/icons/license)
|
||||
@@ -2247,7 +2247,7 @@
|
||||
@charset "UTF-8";
|
||||
/*!
|
||||
* CoreUI Icons - Brand Icons
|
||||
* @version v2.0.1
|
||||
* @version v2.1.0
|
||||
* @link https://coreui.io/icons/brand/
|
||||
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
||||
* Licensed under CC0 1.0 Universal
|
||||
@@ -5597,7 +5597,7 @@
|
||||
@charset "UTF-8";
|
||||
/*!
|
||||
* CoreUI Icons - Flag Icons
|
||||
* @version v2.0.1
|
||||
* @version v2.1.0
|
||||
* @link https://coreui.io/icons/flag/
|
||||
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
||||
* Licensed under CC0 1.0 Universal
|
||||
|
6
packages/icons/css/all.min.css
vendored
6
packages/icons/css/all.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
@charset "UTF-8";
|
||||
/*!
|
||||
* CoreUI Icons - Brand Icons
|
||||
* @version v2.0.1
|
||||
* @version v2.1.0
|
||||
* @link https://coreui.io/icons/brand/
|
||||
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
||||
* Licensed under CC0 1.0 Universal
|
||||
|
File diff suppressed because one or more lines are too long
2
packages/icons/css/brand.min.css
vendored
2
packages/icons/css/brand.min.css
vendored
@@ -1,6 +1,6 @@
|
||||
@charset "UTF-8";/*!
|
||||
* CoreUI Icons - Brand Icons
|
||||
* @version v2.0.1
|
||||
* @version v2.1.0
|
||||
* @link https://coreui.io/icons/brand/
|
||||
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
||||
* Licensed under CC0 1.0 Universal
|
||||
|
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
@charset "UTF-8";
|
||||
/*!
|
||||
* CoreUI Icons - Flag Icons
|
||||
* @version v2.0.1
|
||||
* @version v2.1.0
|
||||
* @link https://coreui.io/icons/flag/
|
||||
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
||||
* Licensed under CC0 1.0 Universal
|
||||
|
File diff suppressed because one or more lines are too long
2
packages/icons/css/flag.min.css
vendored
2
packages/icons/css/flag.min.css
vendored
@@ -1,6 +1,6 @@
|
||||
@charset "UTF-8";/*!
|
||||
* CoreUI Icons - Flag Icons
|
||||
* @version v2.0.1
|
||||
* @version v2.1.0
|
||||
* @link https://coreui.io/icons/flag/
|
||||
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
||||
* Licensed under CC0 1.0 Universal
|
||||
|
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
@charset "UTF-8";
|
||||
/*!
|
||||
* CoreUI Icons Free Open Source Icons
|
||||
* @version v2.0.1
|
||||
* @version v2.1.0
|
||||
* @link https://coreui.io/icons
|
||||
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
||||
* Licensed under MIT (https://coreui.io/icons/license)
|
||||
|
File diff suppressed because one or more lines are too long
2
packages/icons/css/free.min.css
vendored
2
packages/icons/css/free.min.css
vendored
@@ -1,6 +1,6 @@
|
||||
@charset "UTF-8";/*!
|
||||
* CoreUI Icons Free Open Source Icons
|
||||
* @version v2.0.1
|
||||
* @version v2.1.0
|
||||
* @link https://coreui.io/icons
|
||||
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
||||
* Licensed under MIT (https://coreui.io/icons/license)
|
||||
|
File diff suppressed because one or more lines are too long
@@ -2,23 +2,6 @@
|
||||
"name": "@coreui/icons",
|
||||
"version": "2.1.0",
|
||||
"description": "CoreUI Icons Free",
|
||||
"main": "js/index.js",
|
||||
"typings": "js/index.d.ts",
|
||||
"style": "css/all.css",
|
||||
"sideEffects": false,
|
||||
"scripts": {
|
||||
"clean": "rimraf css",
|
||||
"css": "npm-run-all --parallel css-compile* --sequential css-prefix css-concat css-minify",
|
||||
"css-compile": "sass --style expanded --source-map --embed-sources --no-error-css scss/:css/",
|
||||
"css-prefix": "postcss --config build/postcss.config.js --replace \"css/*.css\" \"!css/*.min.css\"",
|
||||
"css-concat": "concat -o css/all.css css/free.css css/brand.css css/flag.css",
|
||||
"css-minify": "cleancss -O1 --format breakWith=lf --source-map --source-map-inline-sources --output css/ --batch --batch-suffix \".min\" \"css/*.css\" \"!css/*.min.css\"",
|
||||
"build": "npm-run-all --sequential clean css"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/coreui/coreui-icons.git"
|
||||
},
|
||||
"keywords": [
|
||||
"Icons",
|
||||
"Font",
|
||||
@@ -26,6 +9,15 @@
|
||||
"Svg",
|
||||
"Vector"
|
||||
],
|
||||
"homepage": "https://github.com/coreui/coreui-icons#readme",
|
||||
"bugs": {
|
||||
"url": "https://github.com/coreui/coreui-icons/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/coreui/coreui-icons.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "creativeLabs Łukasz Holeczek",
|
||||
"url": "https://coreui.io",
|
||||
@@ -42,11 +34,27 @@
|
||||
"url": "https://github.com/orgs/coreui/people/"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/coreui/coreui-icons/issues"
|
||||
"sideEffects": false,
|
||||
"main": "js/index.js",
|
||||
"typings": "js/index.d.ts",
|
||||
"style": "css/all.css",
|
||||
"files": [
|
||||
"css/",
|
||||
"fonts/",
|
||||
"js/",
|
||||
"scss/",
|
||||
"sprites/",
|
||||
"svg/"
|
||||
],
|
||||
"scripts": {
|
||||
"clean": "rimraf css",
|
||||
"css": "npm-run-all --parallel css-compile* --sequential css-prefix css-concat css-minify",
|
||||
"css-compile": "sass --style expanded --source-map --embed-sources --no-error-css scss/:css/",
|
||||
"css-prefix": "postcss --config build/postcss.config.js --replace \"css/*.css\" \"!css/*.min.css\"",
|
||||
"css-concat": "concat -o css/all.css css/free.css css/brand.css css/flag.css",
|
||||
"css-minify": "cleancss -O1 --format breakWith=lf --with-rebase --source-map --source-map-inline-sources --output css/ --batch --batch-suffix \".min\" \"css/*.css\" \"!css/*.min.css\"",
|
||||
"build": "npm-run-all --sequential clean css"
|
||||
},
|
||||
"homepage": "https://github.com/coreui/coreui-icons#readme",
|
||||
"devDependencies": {
|
||||
"clean-css-cli": "^5.4.1",
|
||||
"concat": "^1.0.3",
|
||||
@@ -60,13 +68,5 @@
|
||||
"stylelint-config-standard": "^22.0.0",
|
||||
"stylelint-order": "^4.1.0",
|
||||
"stylelint-scss": "^3.21.0"
|
||||
},
|
||||
"files": [
|
||||
"css/",
|
||||
"fonts/",
|
||||
"js/",
|
||||
"scss/",
|
||||
"sprites/",
|
||||
"svg/"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@@ -1,6 +1,6 @@
|
||||
/*!
|
||||
* CoreUI Icons - Brand Icons
|
||||
* @version v2.0.1
|
||||
* @version v2.1.0
|
||||
* @link https://coreui.io/icons/brand/
|
||||
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
||||
* Licensed under CC0 1.0 Universal
|
||||
|
@@ -1,6 +1,6 @@
|
||||
/*!
|
||||
* CoreUI Icons - Flag Icons
|
||||
* @version v2.0.1
|
||||
* @version v2.1.0
|
||||
* @link https://coreui.io/icons/flag/
|
||||
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
||||
* Licensed under CC0 1.0 Universal
|
||||
|
@@ -1,6 +1,6 @@
|
||||
/*!
|
||||
* CoreUI Icons Free Open Source Icons
|
||||
* @version v2.0.1
|
||||
* @version v2.1.0
|
||||
* @link https://coreui.io/icons
|
||||
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
||||
* Licensed under MIT (https://coreui.io/icons/license)
|
||||
|
Reference in New Issue
Block a user