diff --git a/dist/icon-svg-demo.html b/dist/icon-svg-demo.html index b6b9405..c7c77f9 100644 --- a/dist/icon-svg-demo.html +++ b/dist/icon-svg-demo.html @@ -1844,7 +1844,7 @@

TM Icon SVG Preview

Date generated: 2024-9-30

-

Grid Size: 16 px

Utility

android
+

Grid Size: 16 px

Branding

android
apple
chrome
edge
@@ -1856,7 +1856,7 @@

TM Icon SVG Preview

safari
t-ball
virustotal
-
window8

Device

chart-area
+
window8

Chart

chart-area
chart-areastep
chart-bar
chart-donut
@@ -1869,7 +1869,7 @@

TM Icon SVG Preview

indicator-2
indicator-3
indicator-4
-
map

File

TV
+
map

Device

TV
device
camera
desktop
@@ -1902,7 +1902,7 @@

TM Icon SVG Preview

server-off
server-on
server-update
-
server-warning

Edit

angle-down
+
server-warning

Direction

angle-down
angle-left
angle-right
angle-up
@@ -1931,7 +1931,7 @@

TM Icon SVG Preview

collapse-right
exchange
sort-down
-
sort-up

Direction

align-center
+
sort-up

Edit

align-center
align-left
align-right
bold
@@ -1952,7 +1952,7 @@

TM Icon SVG Preview

screenshot
strikethrough
underline
-
undo

Chart

file
+
undo

File

file
file-add-o
file-arrow-o
file-audio-o
@@ -1979,7 +1979,7 @@

TM Icon SVG Preview

unknown
warning-circle
warning-minor
-
warning-triangle

Branding

block-app
+
warning-triangle

Threat

block-app
callback
email-business-o
firewall-o
@@ -1998,7 +1998,7 @@

TM Icon SVG Preview

spyware
target-o
URL
-
virus

Threat

add
+
virus

Utility

add
add-circle-o
add-group
add-square-o
diff --git a/src/iconsets/index.js b/src/iconsets/index.js index 3cf4d9e..cbdf3d1 100644 --- a/src/iconsets/index.js +++ b/src/iconsets/index.js @@ -3,27 +3,27 @@ const iconsets = [ { "id": 1, - "name": "Utility" + "name": "Branding" }, { "id": 2, - "name": "Device" + "name": "Chart" }, { "id": 3, - "name": "File" + "name": "Device" }, { "id": 4, - "name": "Edit" + "name": "Direction" }, { "id": 5, - "name": "Direction" + "name": "Edit" }, { "id": 6, - "name": "Chart" + "name": "File" }, { "id": 7, @@ -31,19 +31,11 @@ const iconsets = [ }, { "id": 8, - "name": "Branding" - }, - { - "id": 9, "name": "Threat" }, { - "id": 10, - "name": "Chart legend" - }, - { - "id": 11, - "name": "New (undecided)" + "id": 9, + "name": "Utility" } ];