diff --git a/packages/icons/resources/icons/icons.json b/packages/icons/resources/icons/icons.json index 7c450af19e..dde685752d 100644 --- a/packages/icons/resources/icons/icons.json +++ b/packages/icons/resources/icons/icons.json @@ -3490,5 +3490,11 @@ "iconName": "geofence", "tags": "region, geo, fence", "group": "interface" + }, + { + "displayName": "Data Connection", + "iconName": "data-connection", + "tags": "connectivity, connection, database, data, status, health", + "group": "interface" } ] diff --git a/resources/icons/16px/data-connection.svg b/resources/icons/16px/data-connection.svg new file mode 100644 index 0000000000..44739e5e3e --- /dev/null +++ b/resources/icons/16px/data-connection.svg @@ -0,0 +1,7 @@ + + + bp3-data-connection + + + + \ No newline at end of file diff --git a/resources/icons/20px/data-connection.svg b/resources/icons/20px/data-connection.svg new file mode 100644 index 0000000000..2c20b174fb --- /dev/null +++ b/resources/icons/20px/data-connection.svg @@ -0,0 +1,7 @@ + + + bp3-data-connection + + + + diff --git a/resources/icons/data-connection.textClipping b/resources/icons/data-connection.textClipping new file mode 100644 index 0000000000..497f853ee4 Binary files /dev/null and b/resources/icons/data-connection.textClipping differ