@dataloop-ai/icons 3.0.79 → 3.0.80

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.
@@ -0,0 +1,13 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_18353_1599)">
3
+ <path d="M4.28346 12.5984C4.28346 13.748 3.35432 14.6771 2.20472 14.6771C1.05511 14.6771 0.125977 13.748 0.125977 12.5984C0.125977 11.4488 1.05511 10.5197 2.20472 10.5197H4.28346V12.5984ZM5.32283 12.5984C5.32283 11.4488 6.25196 10.5197 7.40157 10.5197C8.55117 10.5197 9.48031 11.4488 9.48031 12.5984V17.7952C9.48031 18.9448 8.55117 19.874 7.40157 19.874C6.25196 19.874 5.32283 18.9448 5.32283 17.7952V12.5984Z" fill="#E01E5A"/>
4
+ <path d="M7.40169 4.25196C6.25208 4.25196 5.32295 3.32283 5.32295 2.17322C5.32295 1.02362 6.25208 0.0944824 7.40169 0.0944824C8.5513 0.0944824 9.48043 1.02362 9.48043 2.17322V4.25196H7.40169ZM7.40169 5.30708C8.5513 5.30708 9.48043 6.23622 9.48043 7.38582C9.48043 8.53543 8.5513 9.46456 7.40169 9.46456H2.18909C1.03949 9.46456 0.110352 8.53543 0.110352 7.38582C0.110352 6.23622 1.03949 5.30708 2.18909 5.30708H7.40169Z" fill="#36C5F0"/>
5
+ <path d="M15.7323 7.38582C15.7323 6.23622 16.6614 5.30708 17.811 5.30708C18.9606 5.30708 19.8897 6.23622 19.8897 7.38582C19.8897 8.53543 18.9606 9.46456 17.811 9.46456H15.7323V7.38582ZM14.6929 7.38582C14.6929 8.53543 13.7637 9.46456 12.6141 9.46456C11.4645 9.46456 10.5354 8.53543 10.5354 7.38582V2.17322C10.5354 1.02362 11.4645 0.0944824 12.6141 0.0944824C13.7637 0.0944824 14.6929 1.02362 14.6929 2.17322V7.38582Z" fill="#2EB67D"/>
6
+ <path d="M12.6141 15.7165C13.7637 15.7165 14.6929 16.6456 14.6929 17.7952C14.6929 18.9448 13.7637 19.874 12.6141 19.874C11.4645 19.874 10.5354 18.9448 10.5354 17.7952V15.7165H12.6141ZM12.6141 14.6771C11.4645 14.6771 10.5354 13.748 10.5354 12.5984C10.5354 11.4488 11.4645 10.5197 12.6141 10.5197H17.8267C18.9763 10.5197 19.9055 11.4488 19.9055 12.5984C19.9055 13.748 18.9763 14.6771 17.8267 14.6771H12.6141Z" fill="#ECB22E"/>
7
+ </g>
8
+ <defs>
9
+ <clipPath id="clip0_18353_1599">
10
+ <rect width="20" height="20" fill="white"/>
11
+ </clipPath>
12
+ </defs>
13
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dataloop-ai/icons",
3
- "version": "3.0.79",
3
+ "version": "3.0.80",
4
4
  "description": "The icons repo of DataLoop",
5
5
  "repository": {
6
6
  "type": "git",
package/types.d.ts CHANGED
@@ -30,5 +30,6 @@ export declare enum COLORED_ICONS {
30
30
  AZURE = "azure",
31
31
  FSX = "fsx",
32
32
  GETTY_IMAGES_LIGHT = "getty-images-light",
33
- GETTY_IMAGES_DARK = "getty-images-dark"
33
+ GETTY_IMAGES_DARK = "getty-images-dark",
34
+ SLACK = "slack"
34
35
  }
package/types.js CHANGED
@@ -32,4 +32,5 @@ export var COLORED_ICONS;
32
32
  COLORED_ICONS["FSX"] = "fsx";
33
33
  COLORED_ICONS["GETTY_IMAGES_LIGHT"] = "getty-images-light";
34
34
  COLORED_ICONS["GETTY_IMAGES_DARK"] = "getty-images-dark";
35
+ COLORED_ICONS["SLACK"] = "slack";
35
36
  })(COLORED_ICONS || (COLORED_ICONS = {}));