@ultraviolet/icons 3.9.0 → 3.10.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.
- package/dist/components/Icon/__generatedIcons__/CloseCircleOutlineIcon.cjs +1 -1
- package/dist/components/Icon/__generatedIcons__/CloseCircleOutlineIcon.js +1 -1
- package/dist/components/Icon/__generatedIcons__/CrossCircleIcon.cjs +1 -1
- package/dist/components/Icon/__generatedIcons__/CrossCircleIcon.js +1 -1
- package/dist/components/Icon/__generatedIcons__/CrossCircleOutlineIcon.cjs +1 -1
- package/dist/components/Icon/__generatedIcons__/CrossCircleOutlineIcon.js +1 -1
- package/dist/components/Icon/__generatedIcons__/LeftRightArrowIcon.cjs +11 -0
- package/dist/components/Icon/__generatedIcons__/LeftRightArrowIcon.d.ts +2 -0
- package/dist/components/Icon/__generatedIcons__/LeftRightArrowIcon.js +11 -0
- package/dist/components/Icon/__generatedIcons__/index.d.ts +1 -0
- package/dist/components/Icon/assets/default/close-circle-outline.svg.cjs +2 -2
- package/dist/components/Icon/assets/default/close-circle-outline.svg.js +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/EnvironmentalFootprintCalculatorProductIcon.cjs +10 -10
- package/dist/components/ProductIcon/__generatedIcons__/EnvironmentalFootprintCalculatorProductIcon.js +10 -10
- package/dist/index.cjs +2 -0
- package/dist/index.js +2 -0
- package/package.json +3 -3
|
@@ -6,6 +6,6 @@ const CloseCircleOutlineIcon = ({
|
|
|
6
6
|
...props
|
|
7
7
|
}) => (
|
|
8
8
|
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
9
|
-
/* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { ...props, children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "
|
|
9
|
+
/* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { ...props, children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M10 16.67c-3.675 0-6.67-2.995-6.67-6.67S6.325 3.33 10 3.33s6.67 2.995 6.67 6.67-2.995 6.67-6.67 6.67m0-15c-4.61 0-8.33 3.72-8.33 8.33s3.72 8.33 8.33 8.33 8.33-3.72 8.33-8.33S14.61 1.67 10 1.67m2.16 5L10 8.83 7.84 6.67 6.67 7.84 8.83 10l-2.16 2.16 1.17 1.17L10 11.17l2.16 2.16 1.17-1.17L11.17 10l2.16-2.16z" }) })
|
|
10
10
|
);
|
|
11
11
|
exports.CloseCircleOutlineIcon = CloseCircleOutlineIcon;
|
|
@@ -4,7 +4,7 @@ const CloseCircleOutlineIcon = ({
|
|
|
4
4
|
...props
|
|
5
5
|
}) => (
|
|
6
6
|
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
7
|
-
/* @__PURE__ */ jsx(Icon, { ...props, children: /* @__PURE__ */ jsx("path", { d: "
|
|
7
|
+
/* @__PURE__ */ jsx(Icon, { ...props, children: /* @__PURE__ */ jsx("path", { d: "M10 16.67c-3.675 0-6.67-2.995-6.67-6.67S6.325 3.33 10 3.33s6.67 2.995 6.67 6.67-2.995 6.67-6.67 6.67m0-15c-4.61 0-8.33 3.72-8.33 8.33s3.72 8.33 8.33 8.33 8.33-3.72 8.33-8.33S14.61 1.67 10 1.67m2.16 5L10 8.83 7.84 6.67 6.67 7.84 8.83 10l-2.16 2.16 1.17 1.17L10 11.17l2.16 2.16 1.17-1.17L11.17 10l2.16-2.16z" }) })
|
|
8
8
|
);
|
|
9
9
|
export {
|
|
10
10
|
CloseCircleOutlineIcon
|
|
@@ -6,6 +6,6 @@ const CrossCircleIcon = ({
|
|
|
6
6
|
...props
|
|
7
7
|
}) => (
|
|
8
8
|
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
9
|
-
/* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { ...props, children: /* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
9
|
+
/* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { ...props, children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#727683", fillRule: "evenodd", d: "M16 3C8.82 3 3 8.82 3 16s5.82 13 13 13 13-5.82 13-13S23.18 3 16 3m-2.293 9.293a1 1 0 0 0-1.414 1.414L14.586 16l-2.293 2.293a1 1 0 0 0 1.414 1.414L16 17.414l2.293 2.293a1 1 0 0 0 1.414-1.414L17.414 16l2.293-2.293a1 1 0 0 0-1.414-1.414L16 14.586z", clipRule: "evenodd" }) })
|
|
10
10
|
);
|
|
11
11
|
exports.CrossCircleIcon = CrossCircleIcon;
|
|
@@ -4,7 +4,7 @@ const CrossCircleIcon = ({
|
|
|
4
4
|
...props
|
|
5
5
|
}) => (
|
|
6
6
|
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
7
|
-
/* @__PURE__ */ jsx(Icon, { ...props, children: /* @__PURE__ */ jsx("path", {
|
|
7
|
+
/* @__PURE__ */ jsx(Icon, { ...props, children: /* @__PURE__ */ jsx("path", { fill: "#727683", fillRule: "evenodd", d: "M16 3C8.82 3 3 8.82 3 16s5.82 13 13 13 13-5.82 13-13S23.18 3 16 3m-2.293 9.293a1 1 0 0 0-1.414 1.414L14.586 16l-2.293 2.293a1 1 0 0 0 1.414 1.414L16 17.414l2.293 2.293a1 1 0 0 0 1.414-1.414L17.414 16l2.293-2.293a1 1 0 0 0-1.414-1.414L16 14.586z", clipRule: "evenodd" }) })
|
|
8
8
|
);
|
|
9
9
|
export {
|
|
10
10
|
CrossCircleIcon
|
|
@@ -6,6 +6,6 @@ const CrossCircleOutlineIcon = ({
|
|
|
6
6
|
...props
|
|
7
7
|
}) => (
|
|
8
8
|
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
9
|
-
/* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { ...props, children: /* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
9
|
+
/* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { ...props, children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#727683", fillRule: "evenodd", d: "M16 5.438C10.166 5.438 5.438 10.166 5.438 16S10.166 26.563 16 26.563 26.563 21.833 26.563 16 21.833 5.438 16 5.438M3 16C3 8.82 8.82 3 16 3s13 5.82 13 13-5.82 13-13 13S3 23.18 3 16m9.193-3.807a1.22 1.22 0 0 1 1.723 0L16 14.276l2.084-2.083a1.219 1.219 0 1 1 1.723 1.723L17.724 16l2.083 2.084a1.219 1.219 0 1 1-1.723 1.723L16 17.724l-2.084 2.083a1.219 1.219 0 1 1-1.723-1.723L14.276 16l-2.083-2.084a1.22 1.22 0 0 1 0-1.723", clipRule: "evenodd" }) })
|
|
10
10
|
);
|
|
11
11
|
exports.CrossCircleOutlineIcon = CrossCircleOutlineIcon;
|
|
@@ -4,7 +4,7 @@ const CrossCircleOutlineIcon = ({
|
|
|
4
4
|
...props
|
|
5
5
|
}) => (
|
|
6
6
|
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
7
|
-
/* @__PURE__ */ jsx(Icon, { ...props, children: /* @__PURE__ */ jsx("path", {
|
|
7
|
+
/* @__PURE__ */ jsx(Icon, { ...props, children: /* @__PURE__ */ jsx("path", { fill: "#727683", fillRule: "evenodd", d: "M16 5.438C10.166 5.438 5.438 10.166 5.438 16S10.166 26.563 16 26.563 26.563 21.833 26.563 16 21.833 5.438 16 5.438M3 16C3 8.82 8.82 3 16 3s13 5.82 13 13-5.82 13-13 13S3 23.18 3 16m9.193-3.807a1.22 1.22 0 0 1 1.723 0L16 14.276l2.084-2.083a1.219 1.219 0 1 1 1.723 1.723L17.724 16l2.083 2.084a1.219 1.219 0 1 1-1.723 1.723L16 17.724l-2.084 2.083a1.219 1.219 0 1 1-1.723-1.723L14.276 16l-2.083-2.084a1.22 1.22 0 0 1 0-1.723", clipRule: "evenodd" }) })
|
|
8
8
|
);
|
|
9
9
|
export {
|
|
10
10
|
CrossCircleOutlineIcon
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const jsxRuntime = require("@emotion/react/jsx-runtime");
|
|
4
|
+
const Icon = require("../Icon.cjs");
|
|
5
|
+
const LeftRightArrowIcon = ({
|
|
6
|
+
...props
|
|
7
|
+
}) => (
|
|
8
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
9
|
+
/* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { ...props, children: /* @__PURE__ */ jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.2004 2.23966C12.9185 2.5432 12.9361 3.01775 13.2397 3.2996L15.3401 5.25L6.75 5.25C6.33579 5.25 6 5.58579 6 6C6 6.41422 6.33579 6.75 6.75 6.75L15.3401 6.75L13.2397 8.70041C12.9361 8.98226 12.9185 9.45681 13.2004 9.76034C13.4823 10.0639 13.9568 10.0814 14.2603 9.7996L17.7603 6.5496C17.9132 6.40769 18 6.20855 18 6C18 5.79145 17.9132 5.59232 17.7603 5.45041L14.2603 2.20041C13.9568 1.91856 13.4823 1.93613 13.2004 2.23966ZM6.79959 10.2397C6.51774 9.93613 6.04319 9.91855 5.73966 10.2004L2.23966 13.4504C2.08684 13.5923 2 13.7914 2 14C2 14.2085 2.08684 14.4077 2.23966 14.5496L5.73966 17.7996C6.04319 18.0814 6.51774 18.0639 6.79959 17.7603C7.08145 17.4568 7.06387 16.9823 6.76034 16.7004L4.6599 14.75H13.25C13.6642 14.75 14 14.4142 14 14C14 13.5858 13.6642 13.25 13.25 13.25H4.6599L6.76034 11.2996C7.06387 11.0177 7.08145 10.5432 6.79959 10.2397Z" }) })
|
|
10
|
+
);
|
|
11
|
+
exports.LeftRightArrowIcon = LeftRightArrowIcon;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { Icon } from "../Icon.js";
|
|
3
|
+
const LeftRightArrowIcon = ({
|
|
4
|
+
...props
|
|
5
|
+
}) => (
|
|
6
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
7
|
+
/* @__PURE__ */ jsx(Icon, { ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.2004 2.23966C12.9185 2.5432 12.9361 3.01775 13.2397 3.2996L15.3401 5.25L6.75 5.25C6.33579 5.25 6 5.58579 6 6C6 6.41422 6.33579 6.75 6.75 6.75L15.3401 6.75L13.2397 8.70041C12.9361 8.98226 12.9185 9.45681 13.2004 9.76034C13.4823 10.0639 13.9568 10.0814 14.2603 9.7996L17.7603 6.5496C17.9132 6.40769 18 6.20855 18 6C18 5.79145 17.9132 5.59232 17.7603 5.45041L14.2603 2.20041C13.9568 1.91856 13.4823 1.93613 13.2004 2.23966ZM6.79959 10.2397C6.51774 9.93613 6.04319 9.91855 5.73966 10.2004L2.23966 13.4504C2.08684 13.5923 2 13.7914 2 14C2 14.2085 2.08684 14.4077 2.23966 14.5496L5.73966 17.7996C6.04319 18.0814 6.51774 18.0639 6.79959 17.7603C7.08145 17.4568 7.06387 16.9823 6.76034 16.7004L4.6599 14.75H13.25C13.6642 14.75 14 14.4142 14 14C14 13.5858 13.6642 13.25 13.25 13.25H4.6599L6.76034 11.2996C7.06387 11.0177 7.08145 10.5432 6.79959 10.2397Z" }) })
|
|
8
|
+
);
|
|
9
|
+
export {
|
|
10
|
+
LeftRightArrowIcon
|
|
11
|
+
};
|
|
@@ -34,6 +34,7 @@ export { ExpandMoreIcon } from './ExpandMoreIcon';
|
|
|
34
34
|
export { ExpandIcon } from './ExpandIcon';
|
|
35
35
|
export { GithubIcon } from './GithubIcon';
|
|
36
36
|
export { InstagramIcon } from './InstagramIcon';
|
|
37
|
+
export { LeftRightArrowIcon } from './LeftRightArrowIcon';
|
|
37
38
|
export { LinkedinIcon } from './LinkedinIcon';
|
|
38
39
|
export { LogoutIcon } from './LogoutIcon';
|
|
39
40
|
export { MinusIcon } from './MinusIcon';
|
|
@@ -32,9 +32,9 @@ function _extends() {
|
|
|
32
32
|
var SvgCloseCircleOutline = function SvgCloseCircleOutline2(props) {
|
|
33
33
|
return /* @__PURE__ */ React__namespace.createElement("svg", _extends({
|
|
34
34
|
xmlns: "http://www.w3.org/2000/svg",
|
|
35
|
-
viewBox: "0 0
|
|
35
|
+
viewBox: "0 0 20 20"
|
|
36
36
|
}, props), _path || (_path = /* @__PURE__ */ React__namespace.createElement("path", {
|
|
37
|
-
d: "
|
|
37
|
+
d: "M10 16.67c-3.675 0-6.67-2.995-6.67-6.67S6.325 3.33 10 3.33s6.67 2.995 6.67 6.67-2.995 6.67-6.67 6.67m0-15c-4.61 0-8.33 3.72-8.33 8.33s3.72 8.33 8.33 8.33 8.33-3.72 8.33-8.33S14.61 1.67 10 1.67m2.16 5L10 8.83 7.84 6.67 6.67 7.84 8.83 10l-2.16 2.16 1.17 1.17L10 11.17l2.16 2.16 1.17-1.17L11.17 10l2.16-2.16z"
|
|
38
38
|
})));
|
|
39
39
|
};
|
|
40
40
|
var Memo = /* @__PURE__ */ React.memo(SvgCloseCircleOutline);
|
|
@@ -13,9 +13,9 @@ function _extends() {
|
|
|
13
13
|
var SvgCloseCircleOutline = function SvgCloseCircleOutline2(props) {
|
|
14
14
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
15
15
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
-
viewBox: "0 0
|
|
16
|
+
viewBox: "0 0 20 20"
|
|
17
17
|
}, props), _path || (_path = /* @__PURE__ */ React.createElement("path", {
|
|
18
|
-
d: "
|
|
18
|
+
d: "M10 16.67c-3.675 0-6.67-2.995-6.67-6.67S6.325 3.33 10 3.33s6.67 2.995 6.67 6.67-2.995 6.67-6.67 6.67m0-15c-4.61 0-8.33 3.72-8.33 8.33s3.72 8.33 8.33 8.33 8.33-3.72 8.33-8.33S14.61 1.67 10 1.67m2.16 5L10 8.83 7.84 6.67 6.67 7.84 8.83 10l-2.16 2.16 1.17 1.17L10 11.17l2.16 2.16 1.17-1.17L11.17 10l2.16-2.16z"
|
|
19
19
|
})));
|
|
20
20
|
};
|
|
21
21
|
var Memo = /* @__PURE__ */ memo(SvgCloseCircleOutline);
|
|
@@ -7,18 +7,18 @@ const EnvironmentalFootprintCalculatorProductIcon = ({
|
|
|
7
7
|
}) => (
|
|
8
8
|
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
9
9
|
/* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { ...props, children: /* @__PURE__ */ jsxRuntime.jsxs("g", { className: "sentiment=primary, size=xlarge, disabled=false", children: [
|
|
10
|
-
/* @__PURE__ */ jsxRuntime.jsx("g", { className: ".Square", children: /* @__PURE__ */ jsxRuntime.jsxs("g", { className: "fillWeak", children: [
|
|
11
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
12
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
10
|
+
/* @__PURE__ */ jsxRuntime.jsx("g", { className: ".Square", children: /* @__PURE__ */ jsxRuntime.jsxs("g", { fill: "#F1EEFC", className: "fillWeak", children: [
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { 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" }),
|
|
12
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fillRule: "evenodd", 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", clipRule: "evenodd" })
|
|
13
13
|
] }) }),
|
|
14
|
-
/* @__PURE__ */ jsxRuntime.jsxs("g", { className: "fillStrong", children: [
|
|
15
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
16
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
14
|
+
/* @__PURE__ */ jsxRuntime.jsxs("g", { fill: "#A060F6", fillRule: "evenodd", className: "fillStrong", clipRule: "evenodd", children: [
|
|
15
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12.052 11.683a1 1 0 0 1 1.265-.631l4.553 1.522a1 1 0 0 1 .683.949v7.406l3.272 1.126a1 1 0 1 1-.65 1.89l-3.948-1.357a1 1 0 0 1-.674-.946v-7.4l-3.87-1.293a1 1 0 0 1-.631-1.266m27.415 20.971a1 1 0 0 1 1.379.313l3.969 6.294 6.425-1.727a1 1 0 0 1 1 .294l5 5.5a1 1 0 0 1-1.48 1.345l-4.59-5.049-6.548 1.76a1 1 0 0 1-1.105-.432l-4.363-6.918a1 1 0 0 1 .313-1.38" }),
|
|
16
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M8 11a1 1 0 0 1 1 1v39h48a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1V12a1 1 0 0 1 1-1" })
|
|
17
17
|
] }),
|
|
18
|
-
/* @__PURE__ */ jsxRuntime.jsxs("g", { className: "fill", children: [
|
|
19
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
20
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
21
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
18
|
+
/* @__PURE__ */ jsxRuntime.jsxs("g", { fill: "#521094", fillRule: "evenodd", className: "fill", clipRule: "evenodd", children: [
|
|
19
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M32.149 35.893c5.44 0 9.852-4.41 9.852-9.852 0-5.44-4.411-9.852-9.852-9.852s-9.852 4.411-9.852 9.852 4.41 9.852 9.852 9.852m0 2C38.694 37.893 44 32.587 44 26.041c0-6.545-5.307-11.851-11.852-11.851-6.546 0-11.852 5.306-11.852 11.851s5.306 11.852 11.852 11.852Z" }),
|
|
20
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M27.434 34.67a1 1 0 0 1 .415 1.352l-6.014 11.36a1 1 0 0 1-1.767-.936l6.014-11.36a1 1 0 0 1 1.352-.416m5.41-10.206a1 1 0 0 1-.308 1.38c-1.1.699-3.396 2.968-3.537 6.2A1 1 0 1 1 27 31.956c.179-4.105 3.029-6.89 4.463-7.8a1 1 0 0 1 1.38.308Z" }),
|
|
21
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M35.992 20.003c1.102-.01 2.036.892 1.986 2.04-.049 1.115-.196 2.561-.626 3.93-.427 1.356-1.171 2.76-2.501 3.62l-.153.106c-.305.216-.86.61-1.714.89-1.026.336-2.462.52-4.618.341a1.85 1.85 0 0 1-1.434-.862c-.975-1.593-1.77-4.866.778-7.888.917-1.088 2.439-1.587 3.862-1.846 1.47-.268 3.084-.32 4.42-.331m-.014 2c-1.312.012-2.768.065-4.048.298-1.335.243-2.249.644-2.691 1.168-1.796 2.13-1.29 4.362-.65 5.473 1.943.156 3.08-.027 3.772-.254.543-.178.826-.376 1.128-.586q.13-.093.275-.188c.776-.501 1.32-1.4 1.68-2.542.35-1.114.487-2.343.534-3.369" })
|
|
22
22
|
] })
|
|
23
23
|
] }) })
|
|
24
24
|
);
|
|
@@ -5,18 +5,18 @@ const EnvironmentalFootprintCalculatorProductIcon = ({
|
|
|
5
5
|
}) => (
|
|
6
6
|
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
7
7
|
/* @__PURE__ */ jsx(Icon, { ...props, children: /* @__PURE__ */ jsxs("g", { className: "sentiment=primary, size=xlarge, disabled=false", children: [
|
|
8
|
-
/* @__PURE__ */ jsx("g", { className: ".Square", children: /* @__PURE__ */ jsxs("g", { className: "fillWeak", children: [
|
|
9
|
-
/* @__PURE__ */ jsx("path", {
|
|
10
|
-
/* @__PURE__ */ jsx("path", {
|
|
8
|
+
/* @__PURE__ */ jsx("g", { className: ".Square", children: /* @__PURE__ */ jsxs("g", { fill: "#F1EEFC", className: "fillWeak", children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", { 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" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", 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", clipRule: "evenodd" })
|
|
11
11
|
] }) }),
|
|
12
|
-
/* @__PURE__ */ jsxs("g", { className: "fillStrong", children: [
|
|
13
|
-
/* @__PURE__ */ jsx("path", {
|
|
14
|
-
/* @__PURE__ */ jsx("path", {
|
|
12
|
+
/* @__PURE__ */ jsxs("g", { fill: "#A060F6", fillRule: "evenodd", className: "fillStrong", clipRule: "evenodd", children: [
|
|
13
|
+
/* @__PURE__ */ jsx("path", { d: "M12.052 11.683a1 1 0 0 1 1.265-.631l4.553 1.522a1 1 0 0 1 .683.949v7.406l3.272 1.126a1 1 0 1 1-.65 1.89l-3.948-1.357a1 1 0 0 1-.674-.946v-7.4l-3.87-1.293a1 1 0 0 1-.631-1.266m27.415 20.971a1 1 0 0 1 1.379.313l3.969 6.294 6.425-1.727a1 1 0 0 1 1 .294l5 5.5a1 1 0 0 1-1.48 1.345l-4.59-5.049-6.548 1.76a1 1 0 0 1-1.105-.432l-4.363-6.918a1 1 0 0 1 .313-1.38" }),
|
|
14
|
+
/* @__PURE__ */ jsx("path", { d: "M8 11a1 1 0 0 1 1 1v39h48a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1V12a1 1 0 0 1 1-1" })
|
|
15
15
|
] }),
|
|
16
|
-
/* @__PURE__ */ jsxs("g", { className: "fill", children: [
|
|
17
|
-
/* @__PURE__ */ jsx("path", {
|
|
18
|
-
/* @__PURE__ */ jsx("path", {
|
|
19
|
-
/* @__PURE__ */ jsx("path", {
|
|
16
|
+
/* @__PURE__ */ jsxs("g", { fill: "#521094", fillRule: "evenodd", className: "fill", clipRule: "evenodd", children: [
|
|
17
|
+
/* @__PURE__ */ jsx("path", { d: "M32.149 35.893c5.44 0 9.852-4.41 9.852-9.852 0-5.44-4.411-9.852-9.852-9.852s-9.852 4.411-9.852 9.852 4.41 9.852 9.852 9.852m0 2C38.694 37.893 44 32.587 44 26.041c0-6.545-5.307-11.851-11.852-11.851-6.546 0-11.852 5.306-11.852 11.851s5.306 11.852 11.852 11.852Z" }),
|
|
18
|
+
/* @__PURE__ */ jsx("path", { d: "M27.434 34.67a1 1 0 0 1 .415 1.352l-6.014 11.36a1 1 0 0 1-1.767-.936l6.014-11.36a1 1 0 0 1 1.352-.416m5.41-10.206a1 1 0 0 1-.308 1.38c-1.1.699-3.396 2.968-3.537 6.2A1 1 0 1 1 27 31.956c.179-4.105 3.029-6.89 4.463-7.8a1 1 0 0 1 1.38.308Z" }),
|
|
19
|
+
/* @__PURE__ */ jsx("path", { d: "M35.992 20.003c1.102-.01 2.036.892 1.986 2.04-.049 1.115-.196 2.561-.626 3.93-.427 1.356-1.171 2.76-2.501 3.62l-.153.106c-.305.216-.86.61-1.714.89-1.026.336-2.462.52-4.618.341a1.85 1.85 0 0 1-1.434-.862c-.975-1.593-1.77-4.866.778-7.888.917-1.088 2.439-1.587 3.862-1.846 1.47-.268 3.084-.32 4.42-.331m-.014 2c-1.312.012-2.768.065-4.048.298-1.335.243-2.249.644-2.691 1.168-1.796 2.13-1.29 4.362-.65 5.473 1.943.156 3.08-.027 3.772-.254.543-.178.826-.376 1.128-.586q.13-.093.275-.188c.776-.501 1.32-1.4 1.68-2.542.35-1.114.487-2.343.534-3.369" })
|
|
20
20
|
] })
|
|
21
21
|
] }) })
|
|
22
22
|
);
|
package/dist/index.cjs
CHANGED
|
@@ -31,6 +31,7 @@ const ExpandMoreIcon = require("./components/Icon/__generatedIcons__/ExpandMoreI
|
|
|
31
31
|
const ExpandIcon = require("./components/Icon/__generatedIcons__/ExpandIcon.cjs");
|
|
32
32
|
const GithubIcon = require("./components/Icon/__generatedIcons__/GithubIcon.cjs");
|
|
33
33
|
const InstagramIcon = require("./components/Icon/__generatedIcons__/InstagramIcon.cjs");
|
|
34
|
+
const LeftRightArrowIcon = require("./components/Icon/__generatedIcons__/LeftRightArrowIcon.cjs");
|
|
34
35
|
const LinkedinIcon = require("./components/Icon/__generatedIcons__/LinkedinIcon.cjs");
|
|
35
36
|
const LogoutIcon = require("./components/Icon/__generatedIcons__/LogoutIcon.cjs");
|
|
36
37
|
const MinusIcon = require("./components/Icon/__generatedIcons__/MinusIcon.cjs");
|
|
@@ -201,6 +202,7 @@ exports.ExpandMoreIcon = ExpandMoreIcon.ExpandMoreIcon;
|
|
|
201
202
|
exports.ExpandIcon = ExpandIcon.ExpandIcon;
|
|
202
203
|
exports.GithubIcon = GithubIcon.GithubIcon;
|
|
203
204
|
exports.InstagramIcon = InstagramIcon.InstagramIcon;
|
|
205
|
+
exports.LeftRightArrowIcon = LeftRightArrowIcon.LeftRightArrowIcon;
|
|
204
206
|
exports.LinkedinIcon = LinkedinIcon.LinkedinIcon;
|
|
205
207
|
exports.LogoutIcon = LogoutIcon.LogoutIcon;
|
|
206
208
|
exports.MinusIcon = MinusIcon.MinusIcon;
|
package/dist/index.js
CHANGED
|
@@ -29,6 +29,7 @@ import { ExpandMoreIcon } from "./components/Icon/__generatedIcons__/ExpandMoreI
|
|
|
29
29
|
import { ExpandIcon } from "./components/Icon/__generatedIcons__/ExpandIcon.js";
|
|
30
30
|
import { GithubIcon } from "./components/Icon/__generatedIcons__/GithubIcon.js";
|
|
31
31
|
import { InstagramIcon } from "./components/Icon/__generatedIcons__/InstagramIcon.js";
|
|
32
|
+
import { LeftRightArrowIcon } from "./components/Icon/__generatedIcons__/LeftRightArrowIcon.js";
|
|
32
33
|
import { LinkedinIcon } from "./components/Icon/__generatedIcons__/LinkedinIcon.js";
|
|
33
34
|
import { LogoutIcon } from "./components/Icon/__generatedIcons__/LogoutIcon.js";
|
|
34
35
|
import { MinusIcon } from "./components/Icon/__generatedIcons__/MinusIcon.js";
|
|
@@ -258,6 +259,7 @@ export {
|
|
|
258
259
|
InstagramIcon,
|
|
259
260
|
LeafIcon,
|
|
260
261
|
LeafOutlineIcon,
|
|
262
|
+
LeftRightArrowIcon,
|
|
261
263
|
LightBulbIcon,
|
|
262
264
|
LightBulbOutlineIcon,
|
|
263
265
|
LinkedinIcon,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ultraviolet/icons",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.10.0",
|
|
4
4
|
"description": "Ultraviolet Icons",
|
|
5
5
|
"homepage": "https://github.com/scaleway/ultraviolet#readme",
|
|
6
6
|
"repository": {
|
|
@@ -106,10 +106,10 @@
|
|
|
106
106
|
"react-dom": "18.x || 19.x"
|
|
107
107
|
},
|
|
108
108
|
"devDependencies": {
|
|
109
|
-
"@babel/core": "7.26.
|
|
109
|
+
"@babel/core": "7.26.7",
|
|
110
110
|
"@emotion/react": "11.14.0",
|
|
111
111
|
"@emotion/styled": "11.14.0",
|
|
112
|
-
"@types/react": "19.0.
|
|
112
|
+
"@types/react": "19.0.8",
|
|
113
113
|
"@types/react-dom": "19.0.3",
|
|
114
114
|
"react": "19.0.0",
|
|
115
115
|
"react-dom": "19.0.0",
|