@ultraviolet/icons 2.4.1 → 2.5.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.
@@ -91,6 +91,13 @@ const ICONS = {
91
91
  'credit-card': () => jsx("path", {
92
92
  d: "M13.3335 5.33268H2.66683V3.99935H13.3335V5.33268ZM13.3335 11.9993H2.66683V7.99935H13.3335V11.9993ZM13.3335 2.66602H2.66683C1.92683 2.66602 1.3335 3.25935 1.3335 3.99935V11.9993C1.3335 12.353 1.47397 12.6921 1.72402 12.9422C1.97407 13.1922 2.31321 13.3327 2.66683 13.3327H13.3335C13.6871 13.3327 14.0263 13.1922 14.2763 12.9422C14.5264 12.6921 14.6668 12.353 14.6668 11.9993V3.99935C14.6668 3.25935 14.0668 2.66602 13.3335 2.66602Z"
93
93
  }),
94
+ database: () => jsxs(Fragment, {
95
+ children: [jsx("path", {
96
+ d: "M12.0291 15.3571C8.56134 15.3571 4.8291 14.3471 4.8291 12.1288H6.56214C6.66198 12.5128 8.49654 13.5533 12.0291 13.5533C15.5617 13.5533 17.3963 12.5128 17.4973 12.1172L19.2291 12.1289C19.2291 14.3473 15.4969 15.3572 12.0291 15.3572V15.3571Z"
97
+ }), jsx("path", {
98
+ d: "M19.7965 6.63876C19.7966 6.627 19.8 6.61644 19.8 6.60468C19.8 4.12848 15.7564 3 11.9997 3C8.24299 3 4.19995 4.12848 4.19995 6.60468C4.19995 6.6282 4.20631 6.64968 4.20703 6.67296V17.4152H4.21123C4.23235 19.8779 8.25859 21 12.002 21C15.7387 21 19.756 19.8816 19.7914 17.4281H19.7965V6.63876ZM11.9997 5.4C15.0908 5.4 16.9022 6.18048 17.3323 6.60468C16.9022 7.02888 15.0908 7.80816 11.9997 7.80816C8.90863 7.80816 7.09783 7.02888 6.66775 6.60468C7.09783 6.18048 8.90863 5.4 11.9997 5.4ZM12.0021 18.6C8.64607 18.6 6.80059 17.6789 6.61603 17.3965H6.61363V9.3006C8.10331 9.91428 10.0872 10.2082 11.9997 10.2082C13.9139 10.2082 15.8996 9.91356 17.3899 9.2988V17.3136C17.1423 17.7073 15.3099 18.5999 12.0021 18.5999V18.6Z"
99
+ })]
100
+ }),
94
101
  delete: () => jsx("path", {
95
102
  d: "M19,4H15.5L14.5,3H9.5L8.5,4H5V6H19M6,19A2,2 0 0,0 8,21H16A2,2 0 0,0 18,19V7H6V19Z"
96
103
  }),
package/dist/index.d.ts CHANGED
@@ -9,7 +9,7 @@ type Color = Extract<keyof typeof consoleLightTheme.colors, 'primary' | 'seconda
9
9
  */
10
10
  declare const Icon: react.ForwardRefExoticComponent<{
11
11
  size?: string | number | undefined;
12
- name?: "alert" | "anchor" | "arrow-down" | "arrow-left" | "arrow-left-double" | "arrow-right" | "arrow-right-bottom" | "arrow-right-double" | "arrow-up" | "asterisk" | "auto-fix" | "bullhorn" | "burger" | "book-open-outline" | "calculator" | "calendar-range" | "cancel" | "id" | "check" | "checkbox-circle-outline" | "clock-outline" | "close" | "close-circle-outline" | "copy-content" | "credentials" | "credit-card" | "delete" | "detach" | "doc" | "dots-horizontal" | "dots-vertical" | "download" | "drag-variant" | "drag-vertical" | "east" | "email-outline" | "expand" | "eye" | "eye-off" | "filter" | "github" | "help-circle-outline" | "information-outline" | "lock" | "logout" | "members" | "minus" | "moon" | "open-in-new" | "organization" | "pencil" | "play-circle-outline" | "plus" | "privacy" | "profile" | "progress-check" | "ray-end-arrow" | "ray-start-arrow" | "ray-start-end" | "ray-top-arrow" | "reboot" | "restore" | "revoke" | "rocket" | "search" | "send" | "settings" | "sort" | "sun" | "support" | "switch_orga" | "unlock" | "upload" | "view" | "weather-night" | "attach" | "phone" | "earth" | "email-remove-outline" | "expand-more" | "console" | "equal" | "youtube" | "x" | "slack" | "rss" | "linkedIn" | "instagram" | undefined;
12
+ name?: "alert" | "anchor" | "arrow-down" | "arrow-left" | "arrow-left-double" | "arrow-right" | "arrow-right-bottom" | "arrow-right-double" | "arrow-up" | "asterisk" | "auto-fix" | "bullhorn" | "burger" | "book-open-outline" | "calculator" | "calendar-range" | "cancel" | "id" | "check" | "checkbox-circle-outline" | "clock-outline" | "close" | "close-circle-outline" | "copy-content" | "credentials" | "credit-card" | "database" | "delete" | "detach" | "doc" | "dots-horizontal" | "dots-vertical" | "download" | "drag-variant" | "drag-vertical" | "east" | "email-outline" | "expand" | "eye" | "eye-off" | "filter" | "github" | "help-circle-outline" | "information-outline" | "lock" | "logout" | "members" | "minus" | "moon" | "open-in-new" | "organization" | "pencil" | "play-circle-outline" | "plus" | "privacy" | "profile" | "progress-check" | "ray-end-arrow" | "ray-start-arrow" | "ray-start-end" | "ray-top-arrow" | "reboot" | "restore" | "revoke" | "rocket" | "search" | "send" | "settings" | "sort" | "sun" | "support" | "switch_orga" | "unlock" | "upload" | "view" | "weather-night" | "attach" | "phone" | "earth" | "email-remove-outline" | "expand-more" | "console" | "equal" | "youtube" | "x" | "slack" | "rss" | "linkedIn" | "instagram" | undefined;
13
13
  prominence?: "strong" | "stronger" | "weak" | "default" | undefined;
14
14
  color?: Color | undefined;
15
15
  'data-testid'?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ultraviolet/icons",
3
- "version": "2.4.1",
3
+ "version": "2.5.0",
4
4
  "description": "Ultraviolet Icons",
5
5
  "homepage": "https://github.com/scaleway/ultraviolet#readme",
6
6
  "repository": {
@@ -40,10 +40,13 @@
40
40
  "devDependencies": {
41
41
  "@babel/core": "7.23.2",
42
42
  "@emotion/babel-plugin": "11.11.0",
43
- "@types/react": "18.2.28",
44
- "@types/react-dom": "18.2.13"
43
+ "@types/react": "18.2.31",
44
+ "@types/react-dom": "18.2.14"
45
45
  },
46
46
  "dependencies": {
47
- "@ultraviolet/themes": "1.2.1"
47
+ "@ultraviolet/themes": "1.3.0"
48
+ },
49
+ "scripts": {
50
+ "build": "rollup -c ../../rollup.config.mjs"
48
51
  }
49
52
  }