Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(icons): new AI model icons #16574

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions e2e/icons-react/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,8 @@ Array [
"GatewayUserAccess",
"GatewayVpn",
"Gears",
"Gem",
"GemReference",
"GenderFemale",
"GenderMale",
"GeneratePdf",
Expand Down
8 changes: 8 additions & 0 deletions e2e/icons-vue/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3326,6 +3326,14 @@ Array [
"Gears20",
"Gears24",
"Gears32",
"Gem16",
"Gem20",
"Gem24",
"Gem32",
"GemReference16",
"GemReference20",
"GemReference24",
"GemReference32",
"GenderFemale16",
"GenderFemale20",
"GenderFemale24",
Expand Down
8 changes: 8 additions & 0 deletions e2e/icons/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3325,6 +3325,14 @@ Array [
"Gears20",
"Gears24",
"Gears32",
"Gem16",
"Gem20",
"Gem24",
"Gem32",
"GemReference16",
"GemReference20",
"GemReference24",
"GemReference32",
"GenderFemale16",
"GenderFemale20",
"GenderFemale24",
Expand Down
8 changes: 5 additions & 3 deletions packages/icons/categories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,8 @@ categories:
- ai-launch
- machine-learning
- machine-learning-model
- model
- model--reference
- model--tuned
- prompt-session
- prompt-template
Expand Down Expand Up @@ -1448,8 +1450,10 @@ categories:
- folder--shared
- folders
- gamification
- GIF
- gem
- gem--reference
- generate-pdf
- GIF
- HD
- HD--filled
- HDR
Expand Down Expand Up @@ -1477,9 +1481,7 @@ categories:
- MAC
- media--library
- media--library--filled
- model
- model--alt
- model--reference
- MOV
- MP3
- MP4
Expand Down
60 changes: 41 additions & 19 deletions packages/icons/icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9440,6 +9440,33 @@
- industry
sizes:
- 32
- name: gem
friendly_name: Gem
aliases:
- 3d
- prototype
- sketch
- illustrate
- assemble
- fabricate
- manufacture
- construct
sizes:
- 32
- name: gem--reference
friendly_name: Gem reference
aliases:
- reference
- 3d
- prototype
- sketch
- illustrate
- assemble
- fabricate
- manufacture
- construct
sizes:
- 32
- name: gender--female
friendly_name: Gender female
aliases:
Expand Down Expand Up @@ -15305,15 +15332,10 @@
- name: model
friendly_name: Model
aliases:
- reference
- 3d
- prototype
- sketch
- illustrate
- assemble
- fabricate
- manufacture
- construct
- AI
- generative
- watsonx
- deep learning
- foundation
- foundation model
sizes:
Expand All @@ -15334,25 +15356,25 @@
- 32
- name: model--reference
friendly_name: Model reference
aliases:
- AI
- model
- foundation model
- generative
- deep learning
- watsonx
sizes:
- 32
aliases:
- reference
- 3d
- prototype
- sketch
- illustrate
- assemble
- fabricate
- manufacture
- construct
- name: model--tuned
friendly_name: Model tuned
aliases:
- tuning
- foundation model
- model
- AI
- adjust
- watsonx
- deep learning
sizes:
- 32
- name: model-builder
Expand Down
41,674 changes: 21,942 additions & 19,732 deletions packages/icons/master/ui-icon-master.ai

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions packages/icons/src/svg/32/gem--reference.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/icons/src/svg/32/gem.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 11 additions & 5 deletions packages/icons/src/svg/32/model--reference.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions packages/icons/src/svg/32/model--tuned.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 18 additions & 1 deletion packages/icons/src/svg/32/model.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading