diff --git a/collections.json b/collections.json index 9699cd7..650a5bc 100644 --- a/collections.json +++ b/collections.json @@ -165,7 +165,7 @@ }, "bi": { "name": "Bootstrap Icons", - "total": 984, + "total": 1009, "author": "The Bootstrap Authors", "url": "https://github.com/twbs/icons", "license": "MIT", diff --git a/collections.md b/collections.md index 88ea624..9e0a478 100644 --- a/collections.md +++ b/collections.md @@ -96,7 +96,7 @@ ### Bootstrap Icons -* Number of icons: 984 +* Number of icons: 1009 * Author: The Bootstrap Authors * URL: https://github.com/twbs/icons * License: MIT diff --git a/composer.json b/composer.json index 741c42c..bf146ab 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "iconify/json", "description": "Iconify icons collection in JSON format", "type": "library", - "version": "1.1.177", + "version": "1.1.178", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/bi.json b/json/bi.json index ce3027d..061306e 100644 --- a/json/bi.json +++ b/json/bi.json @@ -2,7 +2,7 @@ "prefix": "bi", "info": { "name": "Bootstrap Icons", - "total": 984, + "total": 1009, "author": { "name": "The Bootstrap Authors", "url": "https://github.com/twbs/icons" @@ -29,6 +29,24 @@ "alarm-fill": { "body": "" }, + "align-bottom": { + "body": "" + }, + "align-center": { + "body": "" + }, + "align-end": { + "body": "" + }, + "align-middle": { + "body": "" + }, + "align-start": { + "body": "" + }, + "align-top": { + "body": "" + }, "alt": { "body": "" }, @@ -554,6 +572,12 @@ "bucket-fill": { "body": "" }, + "bug": { + "body": "" + }, + "bug-fill": { + "body": "" + }, "building": { "body": "" }, @@ -1106,6 +1130,12 @@ "controller": { "body": "" }, + "cpu": { + "body": "" + }, + "cpu-fill": { + "body": "" + }, "credit-card": { "body": "" }, @@ -1220,6 +1250,12 @@ "display-fill": { "body": "" }, + "distribute-horizontal": { + "body": "" + }, + "distribute-vertical": { + "body": "" + }, "door-closed": { "body": "" }, @@ -1247,6 +1283,9 @@ "droplet-half": { "body": "" }, + "earbuds": { + "body": "" + }, "easel": { "body": "" }, @@ -1274,6 +1313,9 @@ "emoji-dizzy": { "body": "" }, + "emoji-expressionless": { + "body": "" + }, "emoji-frown": { "body": "" }, @@ -1937,6 +1979,12 @@ "kanban-fill": { "body": "" }, + "key": { + "body": "" + }, + "key-fill": { + "body": "" + }, "keyboard": { "body": "" }, @@ -2042,6 +2090,12 @@ "lock-fill": { "body": "" }, + "mailbox": { + "body": "" + }, + "mailbox2": { + "body": "" + }, "map": { "body": "" }, @@ -2096,6 +2150,15 @@ "moon": { "body": "" }, + "mouse": { + "body": "" + }, + "mouse2": { + "body": "" + }, + "mouse3": { + "body": "" + }, "music-note": { "body": "" }, @@ -2489,6 +2552,12 @@ "signpost-split-fill": { "body": "" }, + "sim": { + "body": "" + }, + "sim-fill": { + "body": "" + }, "skip-backward": { "body": "" }, @@ -2974,6 +3043,12 @@ }, "x-square-fill": { "body": "" + }, + "zoom-in": { + "body": "" + }, + "zoom-out": { + "body": "" } }, "aliases": { diff --git a/package.json b/package.json index 787d52f..ef2b335 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@iconify/json", "description": "Iconify icons collection in JSON format", "license": "MIT", - "version": "1.1.177", + "version": "1.1.178", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",