@commercetools/nimbus-icons 0.0.4 → 0.0.11
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.
- package/dist/cjs/custom-icons/commercetools-cube.d.ts +2 -0
- package/dist/cjs/custom-icons/commercetools-cube.js +7 -0
- package/dist/cjs/index.d.ts +1 -0
- package/dist/cjs/index.js +3 -1
- package/dist/esm/custom-icons/commercetools-cube.d.ts +2 -0
- package/dist/esm/custom-icons/commercetools-cube.js +4 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +1 -0
- package/package.json +5 -4
- package/src/custom-icons/commercetools-cube.tsx +22 -0
- package/src/index.ts +1 -0
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CommercetoolsCube = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const react_1 = require("react");
|
|
6
|
+
const CubeSvg = (props, ref) => ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", fill: "none", viewBox: "0 0 24 24", ref: ref, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M19.62 16.4276L12.4275 13.1262C12.3772 13.1037 12.3269 13.0869 12.2766 13.07V11.1015C12.2766 10.9384 12.2766 10.9384 12.3828 10.8878L12.6678 10.7585C13.1484 10.5391 13.1484 10.5391 15.9874 9.22871L19.6256 7.55273C19.8547 7.44587 20 7.2209 20 6.97344C20 6.72598 19.8547 6.49539 19.6256 6.39416L12.4331 3.0928C12.1593 2.96907 11.8463 2.96907 11.5725 3.0928L4.38002 6.38853C4.16766 6.48414 4.02794 6.68661 4.00559 6.9172H4V17.0012C4 17.2487 4.1453 17.4737 4.37443 17.5805L11.5781 20.9044C11.5781 20.9044 11.7904 21 12.014 21C12.1984 21 12.3884 20.9325 12.4443 20.9044L19.6256 17.5918C19.8547 17.4849 20 17.26 20 17.0125C19.9944 16.7594 19.8491 16.5344 19.62 16.4276ZM4.55327 6.96219C4.55327 6.92845 4.57562 6.8947 4.60915 6.87783L11.8016 3.58772C11.9246 3.53148 12.0699 3.53148 12.1984 3.58772L19.3908 6.88908C19.4244 6.90595 19.4467 6.9397 19.4467 6.97344C19.4467 7.00719 19.4244 7.04093 19.3908 7.0578L15.7527 8.73379C12.9193 10.0442 12.9193 10.0442 12.4331 10.2636L12.1649 10.3873C12.1481 10.3929 12.1313 10.3985 12.109 10.4042L12.0866 10.4098C12.0587 10.4154 12.0307 10.4154 12.0028 10.4154C11.9357 10.4154 11.8687 10.3985 11.8128 10.3704L4.60915 7.04656C4.59797 7.04093 4.59239 7.03531 4.5868 7.03531C4.56444 7.01843 4.55327 6.99031 4.55327 6.96219ZM19.4411 17.0069C19.4411 17.0406 19.4188 17.0744 19.3853 17.0912L12.271 20.3701V13.6605L19.3853 16.9281C19.4188 16.9394 19.4411 16.9731 19.4411 17.0069ZM4.55327 7.62584L11.5781 10.8653C11.6284 10.8878 11.6787 10.9047 11.7345 10.9216C11.729 10.9722 11.7234 11.0341 11.7234 11.1015V13.07C11.6675 13.0869 11.6172 13.1037 11.5725 13.1262L4.55327 16.3376V7.62584ZM4.60915 17.08C4.57562 17.0631 4.55327 17.0294 4.55327 16.9956C4.55327 16.9844 4.55327 16.9788 4.55885 16.9675C4.56444 16.945 4.5868 16.9225 4.60915 16.9113L11.7234 13.6549V20.3589L4.60915 17.08Z", fill: "currentColor" }) }));
|
|
7
|
+
exports.CommercetoolsCube = (0, react_1.forwardRef)(CubeSvg);
|
package/dist/cjs/index.d.ts
CHANGED
package/dist/cjs/index.js
CHANGED
|
@@ -14,9 +14,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.Github = exports.Figma = void 0;
|
|
17
|
+
exports.CommercetoolsCube = exports.Github = exports.Figma = void 0;
|
|
18
18
|
__exportStar(require("./material-icons"), exports);
|
|
19
19
|
var figma_1 = require("./custom-icons/figma");
|
|
20
20
|
Object.defineProperty(exports, "Figma", { enumerable: true, get: function () { return figma_1.Figma; } });
|
|
21
21
|
var github_1 = require("./custom-icons/github");
|
|
22
22
|
Object.defineProperty(exports, "Github", { enumerable: true, get: function () { return github_1.Github; } });
|
|
23
|
+
var commercetools_cube_1 = require("./custom-icons/commercetools-cube");
|
|
24
|
+
Object.defineProperty(exports, "CommercetoolsCube", { enumerable: true, get: function () { return commercetools_cube_1.CommercetoolsCube; } });
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const CubeSvg = (props, ref) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", fill: "none", viewBox: "0 0 24 24", ref: ref, ...props, children: _jsx("path", { d: "M19.62 16.4276L12.4275 13.1262C12.3772 13.1037 12.3269 13.0869 12.2766 13.07V11.1015C12.2766 10.9384 12.2766 10.9384 12.3828 10.8878L12.6678 10.7585C13.1484 10.5391 13.1484 10.5391 15.9874 9.22871L19.6256 7.55273C19.8547 7.44587 20 7.2209 20 6.97344C20 6.72598 19.8547 6.49539 19.6256 6.39416L12.4331 3.0928C12.1593 2.96907 11.8463 2.96907 11.5725 3.0928L4.38002 6.38853C4.16766 6.48414 4.02794 6.68661 4.00559 6.9172H4V17.0012C4 17.2487 4.1453 17.4737 4.37443 17.5805L11.5781 20.9044C11.5781 20.9044 11.7904 21 12.014 21C12.1984 21 12.3884 20.9325 12.4443 20.9044L19.6256 17.5918C19.8547 17.4849 20 17.26 20 17.0125C19.9944 16.7594 19.8491 16.5344 19.62 16.4276ZM4.55327 6.96219C4.55327 6.92845 4.57562 6.8947 4.60915 6.87783L11.8016 3.58772C11.9246 3.53148 12.0699 3.53148 12.1984 3.58772L19.3908 6.88908C19.4244 6.90595 19.4467 6.9397 19.4467 6.97344C19.4467 7.00719 19.4244 7.04093 19.3908 7.0578L15.7527 8.73379C12.9193 10.0442 12.9193 10.0442 12.4331 10.2636L12.1649 10.3873C12.1481 10.3929 12.1313 10.3985 12.109 10.4042L12.0866 10.4098C12.0587 10.4154 12.0307 10.4154 12.0028 10.4154C11.9357 10.4154 11.8687 10.3985 11.8128 10.3704L4.60915 7.04656C4.59797 7.04093 4.59239 7.03531 4.5868 7.03531C4.56444 7.01843 4.55327 6.99031 4.55327 6.96219ZM19.4411 17.0069C19.4411 17.0406 19.4188 17.0744 19.3853 17.0912L12.271 20.3701V13.6605L19.3853 16.9281C19.4188 16.9394 19.4411 16.9731 19.4411 17.0069ZM4.55327 7.62584L11.5781 10.8653C11.6284 10.8878 11.6787 10.9047 11.7345 10.9216C11.729 10.9722 11.7234 11.0341 11.7234 11.1015V13.07C11.6675 13.0869 11.6172 13.1037 11.5725 13.1262L4.55327 16.3376V7.62584ZM4.60915 17.08C4.57562 17.0631 4.55327 17.0294 4.55327 16.9956C4.55327 16.9844 4.55327 16.9788 4.55885 16.9675C4.56444 16.945 4.5868 16.9225 4.60915 16.9113L11.7234 13.6549V20.3589L4.60915 17.08Z", fill: "currentColor" }) }));
|
|
4
|
+
export const CommercetoolsCube = forwardRef(CubeSvg);
|
package/dist/esm/index.d.ts
CHANGED
package/dist/esm/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools/nimbus-icons",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.11",
|
|
4
4
|
"main": "dist/cjs/index.js",
|
|
5
5
|
"module": "./dist/esm/index.js",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -18,16 +18,17 @@
|
|
|
18
18
|
"./package.json": "./package.json"
|
|
19
19
|
},
|
|
20
20
|
"publishConfig": {
|
|
21
|
-
"access": "public"
|
|
21
|
+
"access": "public",
|
|
22
|
+
"registry": "https://registry.npmjs.org/"
|
|
22
23
|
},
|
|
23
24
|
"dependencies": {
|
|
24
25
|
"@material-design-icons/svg": "^0.14.15",
|
|
25
26
|
"@svgr/cli": "^8.1.0",
|
|
26
|
-
"@types/node": "^
|
|
27
|
+
"@types/node": "^24.0.3"
|
|
27
28
|
},
|
|
28
29
|
"devDependencies": {
|
|
29
30
|
"@svgr/plugin-jsx": "^8.1.0",
|
|
30
|
-
"@types/react": "^19.
|
|
31
|
+
"@types/react": "^19.1.8",
|
|
31
32
|
"react": "^19.0.0",
|
|
32
33
|
"typescript": "~5.8.3"
|
|
33
34
|
},
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
import { Ref, forwardRef } from "react";
|
|
3
|
+
|
|
4
|
+
const CubeSvg = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
|
|
5
|
+
<svg
|
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
+
width="1em"
|
|
8
|
+
height="1em"
|
|
9
|
+
aria-hidden="true"
|
|
10
|
+
fill="none"
|
|
11
|
+
viewBox="0 0 24 24"
|
|
12
|
+
ref={ref}
|
|
13
|
+
{...props}
|
|
14
|
+
>
|
|
15
|
+
<path
|
|
16
|
+
d="M19.62 16.4276L12.4275 13.1262C12.3772 13.1037 12.3269 13.0869 12.2766 13.07V11.1015C12.2766 10.9384 12.2766 10.9384 12.3828 10.8878L12.6678 10.7585C13.1484 10.5391 13.1484 10.5391 15.9874 9.22871L19.6256 7.55273C19.8547 7.44587 20 7.2209 20 6.97344C20 6.72598 19.8547 6.49539 19.6256 6.39416L12.4331 3.0928C12.1593 2.96907 11.8463 2.96907 11.5725 3.0928L4.38002 6.38853C4.16766 6.48414 4.02794 6.68661 4.00559 6.9172H4V17.0012C4 17.2487 4.1453 17.4737 4.37443 17.5805L11.5781 20.9044C11.5781 20.9044 11.7904 21 12.014 21C12.1984 21 12.3884 20.9325 12.4443 20.9044L19.6256 17.5918C19.8547 17.4849 20 17.26 20 17.0125C19.9944 16.7594 19.8491 16.5344 19.62 16.4276ZM4.55327 6.96219C4.55327 6.92845 4.57562 6.8947 4.60915 6.87783L11.8016 3.58772C11.9246 3.53148 12.0699 3.53148 12.1984 3.58772L19.3908 6.88908C19.4244 6.90595 19.4467 6.9397 19.4467 6.97344C19.4467 7.00719 19.4244 7.04093 19.3908 7.0578L15.7527 8.73379C12.9193 10.0442 12.9193 10.0442 12.4331 10.2636L12.1649 10.3873C12.1481 10.3929 12.1313 10.3985 12.109 10.4042L12.0866 10.4098C12.0587 10.4154 12.0307 10.4154 12.0028 10.4154C11.9357 10.4154 11.8687 10.3985 11.8128 10.3704L4.60915 7.04656C4.59797 7.04093 4.59239 7.03531 4.5868 7.03531C4.56444 7.01843 4.55327 6.99031 4.55327 6.96219ZM19.4411 17.0069C19.4411 17.0406 19.4188 17.0744 19.3853 17.0912L12.271 20.3701V13.6605L19.3853 16.9281C19.4188 16.9394 19.4411 16.9731 19.4411 17.0069ZM4.55327 7.62584L11.5781 10.8653C11.6284 10.8878 11.6787 10.9047 11.7345 10.9216C11.729 10.9722 11.7234 11.0341 11.7234 11.1015V13.07C11.6675 13.0869 11.6172 13.1037 11.5725 13.1262L4.55327 16.3376V7.62584ZM4.60915 17.08C4.57562 17.0631 4.55327 17.0294 4.55327 16.9956C4.55327 16.9844 4.55327 16.9788 4.55885 16.9675C4.56444 16.945 4.5868 16.9225 4.60915 16.9113L11.7234 13.6549V20.3589L4.60915 17.08Z"
|
|
17
|
+
fill="currentColor"
|
|
18
|
+
/>
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
|
|
22
|
+
export const CommercetoolsCube = forwardRef(CubeSvg);
|
package/src/index.ts
CHANGED