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 function icons #16790

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 @@ -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.
Loading