Skip to content

Commit

Permalink
feat(icons): new AI function icons (#16790)
Browse files Browse the repository at this point in the history
* feat(icons): new AI function icons

Submitting new AI function UI icons as requested by @mjabbink
all updates and additions approved by BXD

* chore: build and snapshots

---------

Co-authored-by: Alison Joseph <alison.joseph@us.ibm.com>
Co-authored-by: Guilherme Datilio Ribeiro <guilhermedatilio@gmail.com>
  • Loading branch information
3 people authored Jun 18, 2024
1 parent f4220fc commit 7517c3b
Show file tree
Hide file tree
Showing 7 changed files with 88 additions and 0 deletions.
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 @@ -23,10 +23,12 @@ Array [
"AgricultureAnalytics",
"Ai",
"AiFinancialSustainabilityCheck",
"AiGenerate",
"AiGovernanceLifecycle",
"AiGovernanceTracked",
"AiGovernanceUntracked",
"AiLaunch",
"AiRecommend",
"AirlineDigitalGate",
"AirlineManageGates",
"AirlinePassengerCare",
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 @@ -86,6 +86,10 @@ Array [
"AiFinancialSustainabilityCheck20",
"AiFinancialSustainabilityCheck24",
"AiFinancialSustainabilityCheck32",
"AiGenerate16",
"AiGenerate20",
"AiGenerate24",
"AiGenerate32",
"AiGovernanceLifecycle16",
"AiGovernanceLifecycle20",
"AiGovernanceLifecycle24",
Expand All @@ -102,6 +106,10 @@ Array [
"AiLaunch20",
"AiLaunch24",
"AiLaunch32",
"AiRecommend16",
"AiRecommend20",
"AiRecommend24",
"AiRecommend32",
"AirlineDigitalGate16",
"AirlineDigitalGate20",
"AirlineDigitalGate24",
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 @@ -86,6 +86,10 @@ Array [
"AiFinancialSustainabilityCheck20",
"AiFinancialSustainabilityCheck24",
"AiFinancialSustainabilityCheck32",
"AiGenerate16",
"AiGenerate20",
"AiGenerate24",
"AiGenerate32",
"AiGovernanceLifecycle16",
"AiGovernanceLifecycle20",
"AiGovernanceLifecycle24",
Expand All @@ -102,6 +106,10 @@ Array [
"AiLaunch20",
"AiLaunch24",
"AiLaunch32",
"AiRecommend16",
"AiRecommend20",
"AiRecommend24",
"AiRecommend32",
"AirlineDigitalGate16",
"AirlineDigitalGate20",
"AirlineDigitalGate24",
Expand Down
2 changes: 2 additions & 0 deletions packages/icons/categories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,9 @@ categories:
- ai-governance--lifecycle
- ai-governance--tracked
- ai-governance--untracked
- ai-generate
- ai-launch
- ai-recommend
- machine-learning
- machine-learning-model
- model
Expand Down
28 changes: 28 additions & 0 deletions packages/icons/icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,19 @@
- money
sizes:
- 32
- name: ai-generate
friendly_name: Generate AI
aliases:
- ai
- automation
- artificial intelligence
- enterprise
- explainability
- ai interactivity
- generate
- generative
sizes:
- 32
- name: ai-governance--lifecycle
friendly_name: AI governance lifecycle
aliases:
Expand Down Expand Up @@ -483,6 +496,21 @@
- generative
sizes:
- 32
- name: ai-recommend
friendly_name: Recommend AI
aliases:
- ai
- automation
- artificial intelligence
- enterprise
- explainability
- ai interactivity
- generate
- generative
- recommend
- recommendation
sizes:
- 32
- name: ai-results
friendly_name: AI results
aliases:
Expand Down
21 changes: 21 additions & 0 deletions packages/icons/src/svg/32/ai-generate.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: 19 additions & 0 deletions packages/icons/src/svg/32/ai-recommend.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7517c3b

Please sign in to comment.