diff --git a/.changeset/hungry-poems-provide.md b/.changeset/hungry-poems-provide.md new file mode 100644 index 000000000..fa51a2842 --- /dev/null +++ b/.changeset/hungry-poems-provide.md @@ -0,0 +1,5 @@ +--- +"@openproject/octicons": minor +--- + +Adding ai-model icon at 16 & 24px diff --git a/icons/ai-model-16.svg b/icons/ai-model-16.svg new file mode 100644 index 000000000..74534d142 --- /dev/null +++ b/icons/ai-model-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/ai-model-24.svg b/icons/ai-model-24.svg new file mode 100644 index 000000000..be79c90d3 --- /dev/null +++ b/icons/ai-model-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/keywords.json b/keywords.json index 3e895b50a..d375b0504 100644 --- a/keywords.json +++ b/keywords.json @@ -1,4 +1,5 @@ { + "ai-model": ["ai", "model", "llm", "models", "copilot"], "alert": ["warning", "triangle", "exclamation", "point"], "archive": ["box", "catalog"], "arrow-both": ["point", "direction", "left", "right"], diff --git a/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap b/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap index b77b849a4..38fcc0fc2 100644 --- a/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap +++ b/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap @@ -4,6 +4,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang [ "AccessibilityIcon", "AccessibilityInsetIcon", + "AiModelIcon", "AlertFillIcon", "AlertIcon", "AppsIcon", diff --git a/package.json b/package.json index 0a5d37090..f3db85e20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "version": "19.15.0", "name": "@openproject/octicons", + "version": "19.15.0", "publishConfig": { "registry": "no registry, don't publish from this package.json." },