Skip to content

Commit

Permalink
Merge pull request #322 from trimble-oss/dev/coliff/remove-unneeded-m…
Browse files Browse the repository at this point in the history
…aterial-icon-folders

Remove unneeded Material icon folders
  • Loading branch information
coliff committed Oct 25, 2023
2 parents b8fe3e3 + 5c61d46 commit 2c81082
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 54 deletions.
12 changes: 6 additions & 6 deletions app-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions app-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
"@angular/compiler-cli": "~13.4.0",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"codelyzer": "^6.0.2",
"concat": "^1.0.3",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.4.1",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.5.0",
"protractor": "~7.0.0",
"sass": "^1.58.0",
"sass": "^1.69.4",
"ts-node": "~8.3.0",
"tslint": "6.1.3",
"typescript": "~4.6.4"
Expand Down
11 changes: 0 additions & 11 deletions icons/material-outlined/_metadata.json

This file was deleted.

3 changes: 0 additions & 3 deletions icons/material-outlined/folder.svg

This file was deleted.

11 changes: 0 additions & 11 deletions icons/material-solid/_metadata.json

This file was deleted.

3 changes: 0 additions & 3 deletions icons/material-solid/folder.svg

This file was deleted.

16 changes: 10 additions & 6 deletions icons/modus-outlined/_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@
{
"name": "calendar-clock",
"tags": [
"time"
"time"
],
"categories": [
"Applications"
Expand Down Expand Up @@ -1639,7 +1639,8 @@
{
"name": "delivery-truck",
"tags": [
"vehicle"
"vehicle",
"transport"
],
"categories": [
"Objects & Shapes"
Expand All @@ -1648,10 +1649,11 @@
{
"name": "delivery-truck-allocate",
"tags": [
"van",
"arrow",
"lorry",
"truck",
"arrow"
"transport",
"van",
"vehicle"
],
"categories": [
"Objects & Shapes"
Expand All @@ -1660,7 +1662,9 @@
{
"name": "delivery-truck-motion",
"tags": [
"vehicle"
"lorry",
"vehicle",
"transport"
],
"categories": [
"Objects & Shapes"
Expand Down
18 changes: 11 additions & 7 deletions icons/modus-solid/_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@
{
"name": "calendar-clock",
"tags": [
"time"
"time"
],
"categories": [
"Applications"
Expand Down Expand Up @@ -1639,7 +1639,8 @@
{
"name": "delivery-truck",
"tags": [
"vehicle"
"vehicle",
"transport"
],
"categories": [
"Objects & Shapes"
Expand All @@ -1648,10 +1649,11 @@
{
"name": "delivery-truck-allocate",
"tags": [
"van",
"arrow",
"lorry",
"truck",
"arrow"
"transport",
"van",
"vehicle"
],
"categories": [
"Objects & Shapes"
Expand All @@ -1660,7 +1662,9 @@
{
"name": "delivery-truck-motion",
"tags": [
"vehicle"
"lorry",
"vehicle",
"transport"
],
"categories": [
"Objects & Shapes"
Expand Down Expand Up @@ -5259,4 +5263,4 @@
"Applications"
]
}
]
]
13 changes: 9 additions & 4 deletions icons/transportation/_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@
{
"name": "geocode",
"tags": [
"earth"
"earth",
"globe"
],
"categories": []
},
Expand Down Expand Up @@ -351,7 +352,9 @@
},
{
"name": "paper-plane",
"tags": [],
"tags": [
"send"
],
"categories": []
},
{
Expand All @@ -368,7 +371,9 @@
},
{
"name": "poi",
"tags": [],
"tags": [
"marker"
],
"categories": []
},
{
Expand Down Expand Up @@ -669,4 +674,4 @@
"tags": [],
"categories": []
}
]
]

0 comments on commit 2c81082

Please sign in to comment.