Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-14Delete _functions.scssXhmikosR-patch-1XhmikosR
2022-07-13Add Icons for v1.9.0 (#1365)v1.9.0Mark Otto
* Redraw cup icon * Fixes #1353: Add Yelp icon * Fixes #635: Add Alipay and WeChat * Fixes #1245: Add Ubuntu * Fixes #683: Add fire icon * Fixes #1317: Add Microsoft Teams icon * Fixes #1310: Add Dropbox icon * Fixes #983: Add Unity icon * Fixes #498: Add Universal Access icons * Fixes #972: Add rupee icon * Fixes #1175: Add Andriod icons * Fixes #1292: Add Alexa icon * Fixes #890: Add Chrome, Firefox, Safari, Edge browser icons * Fixes #1250: Add Google Play icon * Fixes #1101: Add cup with steam * Fixes #1252: Add rewind and fast forward icons * Fixes #1234, #886: Add car, truck, train, and airplane icons * Fixes #1258: Add 0-9 icons * Fixes #1107, fixes #1234, fixes #1082: Add copyright, creative commons, parking, hospital, registered * Add some new medical icons * Add new cassette icons * Add new pass icons * Add new repeat icons * Fixes #1281: Add tab, indent, and escape icons * Fixes #1362: Add SQL filetype * Add filled box variants * Run icons, bump versions * Add pages, remove some dupe icons, fix another set * Rerun icons * Add some traffic signs * Add pages for new road signs * Re-export capsule icon to fix tests * Update social and readme count
2022-07-13Update _index.mdAntoine Makdessi
2022-07-13mention composer in docskorki
2022-07-11Update devDependencies (#1348)XhmikosR
* eslint ^8.17.0 → ^8.19.0 * hugo-bin ^0.88.2 → ^0.89.0 * lockfile-lint ^4.7.4 → ^4.7.6 * postcss-cli ^9.1.0 → ^10.0.0 * svg-sprite ^2.0.0-beta5 → ^2.0.0-beta7
2022-06-11Update devDependencies (#1343)XhmikosR
* eslint ^8.16.0 → ^8.17.0 * hugo-bin ^0.88.1 → ^0.88.2 * stylelint ^14.8.5 → ^14.9.1 * stylelint-config-twbs-bootstrap ^3.2.0 → ^4.0.0
2022-06-01build(deps-dev): bump stylelint-config-twbs-bootstrap (#1340)dependabot[bot]
Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases) - [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: stylelint-config-twbs-bootstrap dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-01build(deps-dev): bump hugo-bin from 0.87.1 to 0.88.1 (#1339)dependabot[bot]
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.87.1 to 0.88.1. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.87.1...v0.88.1) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-28Update devDependencies (#1333)XhmikosR
* eslint ^8.14.0 → ^8.16.0 * hugo-bin ^0.86.0 → ^0.87.1 * postcss ^8.4.13 → ^8.4.14 * stylelint ^14.8.2 → ^14.8.5 * stylelint-config-twbs-bootstrap ^3.0.1 → ^3.1.0 * svg-sprite ^2.0.0-beta4 → ^2.0.0-beta5
2022-05-25Prep for v1.8.3 release (#1331)v1.8.3Mark Otto
* Bump version number * Update social card
2022-05-25Fix navbar linksMark Otto
2022-05-13Update font CSSv1.8.2Mark Otto
2022-05-13Prep for v1.8.2 (#1193)Mark Otto
* Update design to match v5.2.0 * Update for v1.8.2 * Add figma link in hero, tweak a few things * Update to use Bootstrap via npm * Fixes #1308: Update search field to use type=search * Fixes #1274: Update clipboard.min.js to latest * Only import the font CSS on the homepage * Fix test * Clean up CSS errors * Fathom * update bootstrap versions * Fix version config
2022-05-13Fixes #1010: Add font-display: blockMark Otto
2022-05-10Fix some icon bugsMark Otto
- #1284: Fix cutoff `bank` icon - #1305: Fix house-heart and house-heart-fill fill-rules - #1257: Round corners of pentagon icons to match other shapes - #1238: Fix fill-rule for `x-lg` - #1226: Fix cutoff `tool` icon
2022-05-05package.json: remove engines (#1261)XhmikosR
2022-05-05Remove `layout: icon` from frontmatter as it's not needed (#1287)Christian Oliff
2022-05-05chore: add .vscode to .gitignore (#1290)Horie Issei
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-05-05Update devDependencies (#1285)XhmikosR
2022-05-05build(deps): bump github/codeql-action from 1 to 2 (#1301)dependabot[bot]
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v1...v2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-17Update devDependencies (#1283)XhmikosR
* eslint ^8.12.0 → ^8.13.0 * hugo-bin ^0.84.0 → ^0.85.1 * svg-sprite ^2.0.0-beta3 → ^2.0.0-beta4
2022-04-17Use a custom svgo plugin to optimize svg attributes (#1148)korki
* Use custom svgo plugin to optimize svg attrs * Remove `finalNewline` since it doesn't seem to have any effect * Minor tweaks Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-04-05build(deps-dev): bump find-unused-sass-variables from 4.0.3 to 4.0.4 (#1279)dependabot[bot]
Bumps [find-unused-sass-variables](https://github.com/XhmikosR/find-unused-sass-variables) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/XhmikosR/find-unused-sass-variables/releases) - [Commits](https://github.com/XhmikosR/find-unused-sass-variables/compare/v4.0.3...v4.0.4) --- updated-dependencies: - dependency-name: find-unused-sass-variables dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-05Update svg-sprite to v2.0.0-beta2 (#1259)XhmikosR
* Update svg-sprite to v2.0.0-beta3 * Update bootstrap-icons.svg
2022-04-05build(deps-dev): bump stylelint from 14.6.0 to 14.6.1 (#1277)dependabot[bot]
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.6.0 to 14.6.1. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/14.6.0...14.6.1) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-05build(deps-dev): bump hugo-bin from 0.83.1 to 0.84.0 (#1276)dependabot[bot]
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.83.1 to 0.84.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.83.1...v0.84.0) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-05build(deps-dev): bump eslint from 8.11.0 to 8.12.0 (#1275)dependabot[bot]
Bumps [eslint](https://github.com/eslint/eslint) from 8.11.0 to 8.12.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.11.0...v8.12.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-24Update devDependencies (#1263)XhmikosR
* autoprefixer ^10.4.2 → ^10.4.4 * eslint ^8.10.0 → ^8.11.0 * hugo-bin ^0.81.3 → ^0.83.1 * lockfile-lint ^4.6.2 → ^4.7.4 * postcss ^8.4.8 → ^8.4.12 * stylelint ^14.5.3 → ^14.6.0
2022-03-17Move linkinator to actions (#1262)XhmikosR
2022-03-11Update build scripts from upstream and minor lint tweaks (#1260)XhmikosR
2022-03-10Update devDependenciesXhmikosR
* find-unused-sass-variables ^4.0.2 → ^4.0.3 * hugo-bin ^0.81.0 → ^0.81.3 * postcss ^8.4.7 → ^8.4.8
2022-03-02build(deps): bump actions/checkout from 2 to 3 (#1246)dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-01build(deps-dev): bump find-unused-sass-variables from 4.0.1 to 4.0.2 (#1243)dependabot[bot]
Bumps [find-unused-sass-variables](https://github.com/XhmikosR/find-unused-sass-variables) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/XhmikosR/find-unused-sass-variables/releases) - [Commits](https://github.com/XhmikosR/find-unused-sass-variables/compare/v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: find-unused-sass-variables dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-01build(deps-dev): bump eslint from 8.9.0 to 8.10.0 (#1244)dependabot[bot]
Bumps [eslint](https://github.com/eslint/eslint) from 8.9.0 to 8.10.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.9.0...v8.10.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-01build(deps): bump actions/setup-node from 2 to 3 (#1241)dependabot[bot]
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-01build(deps-dev): bump postcss from 8.4.6 to 8.4.7 (#1242)dependabot[bot]
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.6 to 8.4.7. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.6...8.4.7) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-01build(deps-dev): bump hugo-bin from 0.80.2 to 0.81.0 (#1240)dependabot[bot]
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.80.2 to 0.81.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.80.2...v0.81.0) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-01build(deps-dev): bump stylelint from 14.5.1 to 14.5.3 (#1239)dependabot[bot]
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.5.1 to 14.5.3. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/14.5.1...14.5.3) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-22Update devDependencies (#1220)XhmikosR
* eslint ^8.8.0 → ^8.9.0 * hugo-bin ^0.80.1 → ^0.80.2 * postcss ^8.4.5 → ^8.4.6 * stylelint ^14.2.0 → ^14.5.1 * svg-sprite ^1.5.3 → ^1.5.4
2022-02-22Update .browserslistrc from upstream (#1231)XhmikosR
2022-02-08Update hero w/ blog post link and updated descriptionv1.8.1Mark Otto
2022-02-08Bump versionMark Otto
2022-02-08Fix wrench-adjustable-circle typoGabriel Lopes
Co-Authored-By: Gabriel Lopes <biutas@hotmail.com>
2022-02-08Fix hospital iconMark Otto
2022-02-08Add sync tag to arrow-repeatXeevis
2022-02-08Added 'signal' tag to reception icons.Keith DiSarno
2022-02-08Update dozens of icons to fix fill rules for icon fontsMark Otto
2022-02-01build(deps-dev): bump find-unused-sass-variables from 3.1.0 to 4.0.1 (#1191)dependabot[bot]
Bumps [find-unused-sass-variables](https://github.com/XhmikosR/find-unused-sass-variables) from 3.1.0 to 4.0.1. - [Release notes](https://github.com/XhmikosR/find-unused-sass-variables/releases) - [Commits](https://github.com/XhmikosR/find-unused-sass-variables/compare/v3.1.0...v4.0.1) --- updated-dependencies: - dependency-name: find-unused-sass-variables dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-31Bump for v1.8.0v1.8.0Mark Otto
2022-01-31Update devDependencies (#1184)XhmikosR
* eslint ^8.7.0 → ^8.8.0 * hugo-bin ^0.80.0 → ^0.80.1