@ultraviolet/icons 2.12.8 → 2.12.10

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 (34) hide show
  1. package/README.md +37 -2
  2. package/dist/components/Icon/Icons.cjs +12 -0
  3. package/dist/components/Icon/Icons.d.ts +8 -0
  4. package/dist/components/Icon/Icons.js +290 -278
  5. package/dist/components/Icon/SmallIcons.cjs +12 -0
  6. package/dist/components/Icon/SmallIcons.d.ts +8 -0
  7. package/dist/components/Icon/SmallIcons.js +290 -278
  8. package/dist/components/Icon/assets/default/east-short.svg.cjs +51 -0
  9. package/dist/components/Icon/assets/default/east-short.svg.js +33 -0
  10. package/dist/components/Icon/assets/default/north-short.svg.cjs +51 -0
  11. package/dist/components/Icon/assets/default/north-short.svg.js +33 -0
  12. package/dist/components/Icon/assets/default/south-short.svg.cjs +51 -0
  13. package/dist/components/Icon/assets/default/south-short.svg.js +33 -0
  14. package/dist/components/Icon/assets/default/west-short.svg.cjs +51 -0
  15. package/dist/components/Icon/assets/default/west-short.svg.js +33 -0
  16. package/dist/components/Icon/assets/small/east-short.svg.cjs +51 -0
  17. package/dist/components/Icon/assets/small/east-short.svg.js +33 -0
  18. package/dist/components/Icon/assets/small/north-short.svg.cjs +51 -0
  19. package/dist/components/Icon/assets/small/north-short.svg.js +33 -0
  20. package/dist/components/Icon/assets/small/south-short.svg.cjs +51 -0
  21. package/dist/components/Icon/assets/small/south-short.svg.js +33 -0
  22. package/dist/components/Icon/assets/small/west-short.svg.cjs +51 -0
  23. package/dist/components/Icon/assets/small/west-short.svg.js +33 -0
  24. package/dist/components/Icon/index.d.ts +2 -2
  25. package/dist/components/ProductIcon/Icons.cjs +7 -1
  26. package/dist/components/ProductIcon/Icons.d.ts +3 -0
  27. package/dist/components/ProductIcon/Icons.js +7 -1
  28. package/dist/components/ProductIcon/assets/kms.svg.cjs +109 -0
  29. package/dist/components/ProductIcon/assets/kms.svg.js +91 -0
  30. package/dist/components/ProductIcon/assets/private-ip.svg.cjs +107 -0
  31. package/dist/components/ProductIcon/assets/private-ip.svg.js +89 -0
  32. package/dist/components/ProductIcon/assets/quantum-application.svg.cjs +76 -0
  33. package/dist/components/ProductIcon/assets/quantum-application.svg.js +58 -0
  34. package/package.json +6 -3
@@ -0,0 +1,58 @@
1
+ import * as React from "react";
2
+ import { memo } from "react";
3
+ var _g;
4
+ function _extends() {
5
+ _extends = Object.assign ? Object.assign.bind() : function(target) {
6
+ for (var i = 1; i < arguments.length; i++) {
7
+ var source = arguments[i];
8
+ for (var key in source) {
9
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
10
+ target[key] = source[key];
11
+ }
12
+ }
13
+ }
14
+ return target;
15
+ };
16
+ return _extends.apply(this, arguments);
17
+ }
18
+ var SvgQuantumApplication = function SvgQuantumApplication2(props) {
19
+ return /* @__PURE__ */ React.createElement("svg", _extends({
20
+ xmlns: "http://www.w3.org/2000/svg",
21
+ width: 64,
22
+ height: 64,
23
+ fill: "none",
24
+ viewBox: "0 0 64 64"
25
+ }, props), _g || (_g = /* @__PURE__ */ React.createElement("g", {
26
+ className: "quantum-application"
27
+ }, /* @__PURE__ */ React.createElement("g", {
28
+ className: ".Square"
29
+ }, /* @__PURE__ */ React.createElement("g", {
30
+ fill: "#F1EEFC",
31
+ className: "fillWeak"
32
+ }, /* @__PURE__ */ React.createElement("path", {
33
+ d: "M0 16C0 7.163 7.163 0 16 0h32c8.837 0 16 7.163 16 16v32c0 8.837-7.163 16-16 16H16C7.163 64 0 56.837 0 48z"
34
+ }), /* @__PURE__ */ React.createElement("path", {
35
+ fillRule: "evenodd",
36
+ d: "M48 2H16C8.268 2 2 8.268 2 16v32c0 7.732 6.268 14 14 14h32c7.732 0 14-6.268 14-14V16c0-7.732-6.268-14-14-14M16 0C7.163 0 0 7.163 0 16v32c0 8.837 7.163 16 16 16h32c8.837 0 16-7.163 16-16V16c0-8.837-7.163-16-16-16z",
37
+ clipRule: "evenodd"
38
+ }))), /* @__PURE__ */ React.createElement("g", {
39
+ fill: "#521094",
40
+ fillRule: "evenodd",
41
+ className: "fill",
42
+ clipRule: "evenodd"
43
+ }, /* @__PURE__ */ React.createElement("path", {
44
+ d: "M23.987 21.556a1 1 0 0 1-.452 1.34l-7.284 3.612 15.926 7.898 15.608-7.898-6.875-3.479a1 1 0 0 1 .903-1.784l8.639 4.37a1 1 0 0 1 .548.893v19.836a1 1 0 0 1-.563.9L32.619 55.9a1 1 0 0 1-.867.003L13.57 47.247a1 1 0 0 1-.57-.903V26.508a1 1 0 0 1 .556-.896l9.09-4.508a1 1 0 0 1 1.34.452ZM49 28.135l-15.818 8.004v17.264L49 45.718zM31.182 53.416V36.145L15 28.12v17.593z"
45
+ }), /* @__PURE__ */ React.createElement("path", {
46
+ d: "M32 16a2 2 0 1 0 0 4 2 2 0 0 0 0-4m-4 2a4 4 0 1 1 8 0 4 4 0 0 1-8 0"
47
+ })), /* @__PURE__ */ React.createElement("path", {
48
+ fill: "#A060F6",
49
+ fillRule: "evenodd",
50
+ d: "M27.498 16.004a1 1 0 0 1-.936 1.06c-2.474.155-4.543.41-5.974.722q-.378.082-.679.165c.594.163 1.38.32 2.336.46 2.473.361 5.922.589 9.755.589s7.282-.228 9.755-.59c.957-.14 1.742-.296 2.336-.459q-.3-.082-.68-.165c-1.43-.311-3.499-.567-5.974-.722a1 1 0 0 1 .126-1.996c2.523.158 4.704.422 6.274.764.776.169 1.457.368 1.965.607.251.12.515.273.73.48.217.208.468.555.468 1.032 0 .636-.434 1.034-.703 1.226-.3.215-.679.381-1.07.517-.796.275-1.893.507-3.183.695C39.45 20.77 35.9 21 32 21c-3.899 0-7.45-.23-10.044-.61-1.29-.19-2.387-.42-3.183-.696-.391-.136-.77-.302-1.07-.517-.269-.192-.703-.59-.703-1.226 0-.477.251-.824.467-1.032.216-.207.48-.36.731-.48.508-.24 1.189-.438 1.965-.607 1.57-.342 3.751-.606 6.274-.764a1 1 0 0 1 1.061.936M45.16 17.53l-.01.01zm-26.32 0 .01.01zm6.546-7.03q.196.038.414.074c1.56.26 3.752.426 6.2.426s4.64-.166 6.2-.426q.218-.036.414-.074a16 16 0 0 0-.414-.074C36.64 10.166 34.448 10 32 10s-4.64.166-6.2.426q-.217.036-.415.074Zm.086-2.047C27.17 8.17 29.477 8 32 8s4.83.17 6.528.453c.841.14 1.58.316 2.131.533.271.106.556.246.79.436.221.18.551.538.551 1.078s-.33.897-.551 1.078c-.234.19-.519.33-.79.436-.551.218-1.29.393-2.13.533C36.83 12.83 34.522 13 32 13s-4.83-.17-6.528-.453c-.841-.14-1.58-.316-2.131-.533a3 3 0 0 1-.79-.436C22.33 11.398 22 11.04 22 10.5s.33-.897.551-1.078c.235-.19.519-.33.79-.436.551-.217 1.29-.393 2.13-.533ZM25.386 25.5q.196.038.414.074c1.56.26 3.752.426 6.2.426s4.64-.166 6.2-.426q.218-.036.414-.074a16 16 0 0 0-.414-.074C36.64 25.166 34.448 25 32 25s-4.64.166-6.2.426q-.217.036-.415.074Zm.086-2.047C27.17 23.17 29.477 23 32 23s4.83.17 6.528.453c.841.14 1.58.316 2.131.533.271.106.556.246.79.436.221.18.551.538.551 1.078s-.33.897-.551 1.078c-.234.19-.519.33-.79.436-.551.218-1.29.393-2.13.533C36.83 27.83 34.522 28 32 28s-4.83-.17-6.528-.453c-.841-.14-1.58-.316-2.131-.533a3 3 0 0 1-.79-.436C22.33 26.398 22 26.04 22 25.5s.33-.897.551-1.078c.235-.19.519-.33.79-.436.551-.218 1.29-.393 2.13-.533Z",
51
+ className: "fillStrong",
52
+ clipRule: "evenodd"
53
+ }))));
54
+ };
55
+ var Memo = /* @__PURE__ */ memo(SvgQuantumApplication);
56
+ export {
57
+ Memo as ReactComponent
58
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ultraviolet/icons",
3
- "version": "2.12.8",
3
+ "version": "2.12.10",
4
4
  "description": "Ultraviolet Icons",
5
5
  "homepage": "https://github.com/scaleway/ultraviolet#readme",
6
6
  "repository": {
@@ -59,14 +59,17 @@
59
59
  "devDependencies": {
60
60
  "@babel/core": "7.24.5",
61
61
  "@types/react": "18.3.1",
62
- "@types/react-dom": "18.3.0"
62
+ "@types/react-dom": "18.3.0",
63
+ "@utils/test": "0.0.1"
63
64
  },
64
65
  "dependencies": {
65
- "@ultraviolet/themes": "1.10.2"
66
+ "@ultraviolet/themes": "1.11.0"
66
67
  },
67
68
  "scripts": {
68
69
  "prebuild": "shx rm -rf dist",
69
70
  "type:generate": "tsc --declaration -p tsconfig.build.json",
71
+ "watch": "pnpm run '/^watch:.*/'",
72
+ "watch:build": "vite build --config vite.config.ts --watch",
70
73
  "build": "vite build --config vite.config.ts && pnpm run type:generate",
71
74
  "build:profile": "npx vite-bundle-visualizer -c vite.config.ts",
72
75
  "typecheck": "tsc --noEmit",