@dynatrace/strato-icons 0.31.0 → 0.33.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/README.md +3 -3
  2. package/index.cjs.js +935 -2721
  3. package/index.esm.js +927 -2720
  4. package/index.esm.js.map +4 -4
  5. package/package.json +7 -6
  6. package/src/__icons/AppEngineIcon.d.ts +17 -0
  7. package/src/__icons/AppEngineSignetIcon.d.ts +17 -0
  8. package/src/__icons/ApplicationSecurityIcon.d.ts +17 -0
  9. package/src/__icons/ApplicationSecuritySignetIcon.d.ts +17 -0
  10. package/src/__icons/ApplicationsIcon.d.ts +17 -0
  11. package/src/__icons/ArrowDownLeftIcon.d.ts +17 -0
  12. package/src/__icons/ArrowDownRightIcon.d.ts +17 -0
  13. package/src/__icons/ArrowRightIcon.d.ts +3 -0
  14. package/src/__icons/ArrowUpLeftIcon.d.ts +17 -0
  15. package/src/__icons/ArrowUpRightIcon.d.ts +17 -0
  16. package/src/__icons/AutomationEngineIcon.d.ts +17 -0
  17. package/src/__icons/AutomationEngineSignetIcon.d.ts +17 -0
  18. package/src/__icons/BookmarkIcon.d.ts +17 -0
  19. package/src/__icons/ChevronDownIcon.d.ts +3 -0
  20. package/src/__icons/ChevronDownSmallIcon.d.ts +3 -0
  21. package/src/__icons/ChevronLeftIcon.d.ts +3 -0
  22. package/src/__icons/ChevronLeftSmallIcon.d.ts +3 -0
  23. package/src/__icons/ChevronRightIcon.d.ts +3 -0
  24. package/src/__icons/ChevronRightSmallIcon.d.ts +3 -0
  25. package/src/__icons/ChevronUpIcon.d.ts +3 -0
  26. package/src/__icons/ChevronUpSmallIcon.d.ts +3 -0
  27. package/src/__icons/CopyIcon.d.ts +3 -0
  28. package/src/__icons/DavisAiIcon.d.ts +17 -0
  29. package/src/__icons/DavisAiSignetIcon.d.ts +17 -0
  30. package/src/__icons/DavisCoPilotIcon.d.ts +17 -0
  31. package/src/__icons/DuplicateIcon.d.ts +3 -0
  32. package/src/__icons/EpicIcon.d.ts +17 -0
  33. package/src/__icons/FileCopyIcon.d.ts +3 -0
  34. package/src/__icons/GrailIcon.d.ts +17 -0
  35. package/src/__icons/GrailSignetIcon.d.ts +17 -0
  36. package/src/__icons/OneAgentIcon.d.ts +17 -0
  37. package/src/__icons/OneAgentSignetIcon.d.ts +17 -0
  38. package/src/__icons/PurePathIcon.d.ts +17 -0
  39. package/src/__icons/PurePathSignetIcon.d.ts +17 -0
  40. package/src/__icons/ResearchIcon.d.ts +17 -0
  41. package/src/__icons/SmartscapeIcon.d.ts +17 -0
  42. package/src/__icons/SmartscapeSignetIcon.d.ts +17 -0
  43. package/src/__icons/StopIcon.d.ts +17 -0
  44. package/src/__icons/ThresholdIcon.d.ts +17 -0
  45. package/src/index.d.ts +27 -0
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
- ![A presentational overview of the Strato Design System](https://dt-cdn.net/images/strato-design-system-2158-65ccf92cee.png)
2
-
3
1
  # Strato Icons
4
2
 
5
- This package includes the Icons for the Strato Design System.
3
+ This package includes the icons of the Strato Design System.
4
+
5
+ ![A presentational overview of the Strato Design System](https://dt-cdn.net/images/strato-design-system-2158-65ccf92cee.png)
6
6
 
7
7
  ## Install
8
8