@ultraviolet/icons 3.3.0 → 3.4.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__/ThumbsDownIcon.cjs +14 -0
- package/dist/components/Icon/__generatedIcons__/ThumbsDownIcon.d.ts +2 -0
- package/dist/components/Icon/__generatedIcons__/ThumbsDownIcon.js +14 -0
- package/dist/components/Icon/__generatedIcons__/ThumbsDownOutlineIcon.cjs +11 -0
- package/dist/components/Icon/__generatedIcons__/ThumbsDownOutlineIcon.d.ts +2 -0
- package/dist/components/Icon/__generatedIcons__/ThumbsDownOutlineIcon.js +11 -0
- package/dist/components/Icon/__generatedIcons__/ThumbsUpIcon.cjs +14 -0
- package/dist/components/Icon/__generatedIcons__/ThumbsUpIcon.d.ts +2 -0
- package/dist/components/Icon/__generatedIcons__/ThumbsUpIcon.js +14 -0
- package/dist/components/Icon/__generatedIcons__/ThumbsUpOutlineIcon.cjs +11 -0
- package/dist/components/Icon/__generatedIcons__/ThumbsUpOutlineIcon.d.ts +2 -0
- package/dist/components/Icon/__generatedIcons__/ThumbsUpOutlineIcon.js +11 -0
- package/dist/components/Icon/__generatedIcons__/index.d.ts +5 -1
- package/dist/components/ProductIcon/__generatedIcons__/AuditTrailProductIcon.cjs +21 -0
- package/dist/components/ProductIcon/__generatedIcons__/AuditTrailProductIcon.d.ts +2 -0
- package/dist/components/ProductIcon/__generatedIcons__/AuditTrailProductIcon.js +21 -0
- package/dist/components/ProductIcon/__generatedIcons__/index.d.ts +1 -0
- package/dist/components/ProductIcon/index.cjs +2 -0
- package/dist/components/ProductIcon/index.js +2 -0
- package/dist/index.cjs +10 -2
- package/dist/index.js +9 -1
- package/package.json +1 -1
|
@@ -0,0 +1,14 @@
|
|
|
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 ThumbsDownIcon = ({
|
|
6
|
+
...props
|
|
7
|
+
}) => (
|
|
8
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
9
|
+
/* @__PURE__ */ jsxRuntime.jsxs(Icon.Icon, { ...props, children: [
|
|
10
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M19 11.7169C19 12.4109 18.4374 12.9735 17.7434 12.9735C17.0494 12.9735 16.4867 12.4109 16.4867 11.7169L16.4867 4.17709C16.4867 3.48308 17.0494 2.92047 17.7434 2.92047C18.4374 2.92047 19 3.48308 19 4.17709L19 11.7169Z" }),
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M8.94698 15.9894L8.94698 17.2961C8.94698 17.5653 8.8065 17.825 8.54994 17.9063C8.35805 17.9672 8.1537 18 7.94168 18C6.83125 18 5.93107 17.0998 5.93107 15.9894C5.93107 14.9891 6.1137 14.0314 6.44742 13.1479C6.65262 12.6047 6.28051 11.9682 5.69981 11.9682L3.16649 11.9682C1.91726 11.9682 0.893413 10.9533 1.0089 9.70938C1.20302 7.61864 1.66391 5.60527 2.35719 3.70365C2.76091 2.59628 3.84778 1.91516 5.02646 1.91516L8.23502 1.91516C8.70322 1.91516 9.165 2.02417 9.58377 2.23356L12.3314 3.60737C12.7502 3.81676 13.2119 3.92577 13.6801 3.92577L14.9788 3.92577L14.9788 10.9629L14.0105 10.9629C13.3224 10.9629 12.746 11.448 12.3897 12.0366C11.8987 12.848 11.1289 13.4719 10.213 13.7754C9.77797 13.9196 9.35491 14.1638 9.19581 14.5937C9.03488 15.0285 8.94698 15.4987 8.94698 15.9894Z" })
|
|
12
|
+
] })
|
|
13
|
+
);
|
|
14
|
+
exports.ThumbsDownIcon = ThumbsDownIcon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsxs, jsx } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { Icon } from "../Icon.js";
|
|
3
|
+
const ThumbsDownIcon = ({
|
|
4
|
+
...props
|
|
5
|
+
}) => (
|
|
6
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
7
|
+
/* @__PURE__ */ jsxs(Icon, { ...props, children: [
|
|
8
|
+
/* @__PURE__ */ jsx("path", { d: "M19 11.7169C19 12.4109 18.4374 12.9735 17.7434 12.9735C17.0494 12.9735 16.4867 12.4109 16.4867 11.7169L16.4867 4.17709C16.4867 3.48308 17.0494 2.92047 17.7434 2.92047C18.4374 2.92047 19 3.48308 19 4.17709L19 11.7169Z" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { d: "M8.94698 15.9894L8.94698 17.2961C8.94698 17.5653 8.8065 17.825 8.54994 17.9063C8.35805 17.9672 8.1537 18 7.94168 18C6.83125 18 5.93107 17.0998 5.93107 15.9894C5.93107 14.9891 6.1137 14.0314 6.44742 13.1479C6.65262 12.6047 6.28051 11.9682 5.69981 11.9682L3.16649 11.9682C1.91726 11.9682 0.893413 10.9533 1.0089 9.70938C1.20302 7.61864 1.66391 5.60527 2.35719 3.70365C2.76091 2.59628 3.84778 1.91516 5.02646 1.91516L8.23502 1.91516C8.70322 1.91516 9.165 2.02417 9.58377 2.23356L12.3314 3.60737C12.7502 3.81676 13.2119 3.92577 13.6801 3.92577L14.9788 3.92577L14.9788 10.9629L14.0105 10.9629C13.3224 10.9629 12.746 11.448 12.3897 12.0366C11.8987 12.848 11.1289 13.4719 10.213 13.7754C9.77797 13.9196 9.35491 14.1638 9.19581 14.5937C9.03488 15.0285 8.94698 15.4987 8.94698 15.9894Z" })
|
|
10
|
+
] })
|
|
11
|
+
);
|
|
12
|
+
export {
|
|
13
|
+
ThumbsDownIcon
|
|
14
|
+
};
|
|
@@ -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 ThumbsDownOutlineIcon = ({
|
|
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: "M5.34935 3.5C5.01982 3.5 4.74136 3.63124 4.57558 3.83708C3.27685 5.44972 2.5 7.4985 2.5 9.73077C2.5 10.0716 2.5181 10.4079 2.55333 10.7388C2.59759 11.1545 2.98943 11.5192 3.54577 11.5192H8.05385C8.46806 11.5192 8.80385 11.855 8.80385 12.2692C8.80385 12.6834 8.46806 13.0192 8.05385 13.0192H7.62791C7.62892 13.238 7.58349 13.4624 7.48167 13.6764C7.13608 14.403 6.94231 15.2163 6.94231 16.0769C6.94231 16.6752 7.39769 17.1672 7.98077 17.2251V16.8102C7.98077 16.2304 8.09141 15.6559 8.30675 15.1175C8.64896 14.262 9.33473 13.6628 10.0489 13.2825C10.8985 12.83 11.6423 12.2039 12.2325 11.4513C12.7304 10.8165 13.4893 10.306 14.3911 10.2543C14.7579 9.41447 14.9615 8.48664 14.9615 7.50962C14.9615 6.53418 14.7586 5.60788 14.393 4.76923L13.791 4.76923C13.3011 4.76923 12.8144 4.69026 12.3497 4.53535L9.71441 3.65691C9.40263 3.55298 9.07613 3.5 8.74748 3.5L5.34935 3.5ZM14.2957 3.26923H13.791C13.4623 3.26923 13.1358 3.21625 12.8241 3.11232L10.1888 2.23389C9.72402 2.07898 9.23735 2 8.74748 2L5.34935 2C4.63309 2 3.89751 2.28759 3.40733 2.89624C1.90171 4.76577 1 7.14399 1 9.73077C1 10.1247 1.02092 10.514 1.06176 10.8976C1.20144 12.2095 2.36473 13.0192 3.54577 13.0192H6.12754C6.12766 13.0203 6.12774 13.0214 6.12779 13.0225C6.12821 13.031 6.12651 13.0334 6.12711 13.0321C5.68779 13.9557 5.44231 14.9887 5.44231 16.0769C5.44231 17.5426 6.63047 18.7308 8.09615 18.7308C8.86086 18.7308 9.48077 18.1109 9.48077 17.3462V16.8102C9.48077 16.4212 9.555 16.0358 9.69947 15.6746C9.87148 15.2446 10.2461 14.8769 10.754 14.6064C11.7894 14.055 12.6946 13.2927 13.4128 12.377C13.534 12.2225 13.6695 12.0945 13.813 11.9953C13.9196 12.5413 14.3549 13.0192 15.0328 13.0192H15.9236C16.8848 13.0192 17.8556 12.4921 18.2442 11.5059C18.7323 10.2674 19 8.91889 19 7.50962C19 6.40225 18.8347 5.33214 18.5269 4.32332C18.1957 3.23775 17.1662 2.63462 16.1406 2.63462H15.3725C14.8711 2.63462 14.4975 2.90619 14.2957 3.26923ZM15.7526 4.13462C16.2086 5.16771 16.4615 6.31 16.4615 7.50962C16.4615 8.8902 16.1265 10.1947 15.5327 11.3442C15.5023 11.403 15.4713 11.4613 15.4396 11.5192H15.9236C16.3704 11.5192 16.7211 11.2797 16.8487 10.9559C17.2688 9.88975 17.5 8.72758 17.5 7.50962C17.5 6.55223 17.3572 5.62957 17.0922 4.76107C16.9845 4.40813 16.619 4.13462 16.1406 4.13462H15.7526Z" }) })
|
|
10
|
+
);
|
|
11
|
+
exports.ThumbsDownOutlineIcon = ThumbsDownOutlineIcon;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { Icon } from "../Icon.js";
|
|
3
|
+
const ThumbsDownOutlineIcon = ({
|
|
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: "M5.34935 3.5C5.01982 3.5 4.74136 3.63124 4.57558 3.83708C3.27685 5.44972 2.5 7.4985 2.5 9.73077C2.5 10.0716 2.5181 10.4079 2.55333 10.7388C2.59759 11.1545 2.98943 11.5192 3.54577 11.5192H8.05385C8.46806 11.5192 8.80385 11.855 8.80385 12.2692C8.80385 12.6834 8.46806 13.0192 8.05385 13.0192H7.62791C7.62892 13.238 7.58349 13.4624 7.48167 13.6764C7.13608 14.403 6.94231 15.2163 6.94231 16.0769C6.94231 16.6752 7.39769 17.1672 7.98077 17.2251V16.8102C7.98077 16.2304 8.09141 15.6559 8.30675 15.1175C8.64896 14.262 9.33473 13.6628 10.0489 13.2825C10.8985 12.83 11.6423 12.2039 12.2325 11.4513C12.7304 10.8165 13.4893 10.306 14.3911 10.2543C14.7579 9.41447 14.9615 8.48664 14.9615 7.50962C14.9615 6.53418 14.7586 5.60788 14.393 4.76923L13.791 4.76923C13.3011 4.76923 12.8144 4.69026 12.3497 4.53535L9.71441 3.65691C9.40263 3.55298 9.07613 3.5 8.74748 3.5L5.34935 3.5ZM14.2957 3.26923H13.791C13.4623 3.26923 13.1358 3.21625 12.8241 3.11232L10.1888 2.23389C9.72402 2.07898 9.23735 2 8.74748 2L5.34935 2C4.63309 2 3.89751 2.28759 3.40733 2.89624C1.90171 4.76577 1 7.14399 1 9.73077C1 10.1247 1.02092 10.514 1.06176 10.8976C1.20144 12.2095 2.36473 13.0192 3.54577 13.0192H6.12754C6.12766 13.0203 6.12774 13.0214 6.12779 13.0225C6.12821 13.031 6.12651 13.0334 6.12711 13.0321C5.68779 13.9557 5.44231 14.9887 5.44231 16.0769C5.44231 17.5426 6.63047 18.7308 8.09615 18.7308C8.86086 18.7308 9.48077 18.1109 9.48077 17.3462V16.8102C9.48077 16.4212 9.555 16.0358 9.69947 15.6746C9.87148 15.2446 10.2461 14.8769 10.754 14.6064C11.7894 14.055 12.6946 13.2927 13.4128 12.377C13.534 12.2225 13.6695 12.0945 13.813 11.9953C13.9196 12.5413 14.3549 13.0192 15.0328 13.0192H15.9236C16.8848 13.0192 17.8556 12.4921 18.2442 11.5059C18.7323 10.2674 19 8.91889 19 7.50962C19 6.40225 18.8347 5.33214 18.5269 4.32332C18.1957 3.23775 17.1662 2.63462 16.1406 2.63462H15.3725C14.8711 2.63462 14.4975 2.90619 14.2957 3.26923ZM15.7526 4.13462C16.2086 5.16771 16.4615 6.31 16.4615 7.50962C16.4615 8.8902 16.1265 10.1947 15.5327 11.3442C15.5023 11.403 15.4713 11.4613 15.4396 11.5192H15.9236C16.3704 11.5192 16.7211 11.2797 16.8487 10.9559C17.2688 9.88975 17.5 8.72758 17.5 7.50962C17.5 6.55223 17.3572 5.62957 17.0922 4.76107C16.9845 4.40813 16.619 4.13462 16.1406 4.13462H15.7526Z" }) })
|
|
8
|
+
);
|
|
9
|
+
export {
|
|
10
|
+
ThumbsDownOutlineIcon
|
|
11
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
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 ThumbsUpIcon = ({
|
|
6
|
+
...props
|
|
7
|
+
}) => (
|
|
8
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
9
|
+
/* @__PURE__ */ jsxRuntime.jsxs(Icon.Icon, { ...props, children: [
|
|
10
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M1 9.28844C1 8.59442 1.56261 8.03181 2.25663 8.03181C2.95064 8.03181 3.51326 8.59442 3.51326 9.28844V16.8282C3.51326 17.5222 2.95064 18.0848 2.25663 18.0848C1.56261 18.0848 1 17.5222 1 16.8282V9.28844Z" }),
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M11.053 4.0106V2.70387C11.053 2.43473 11.1935 2.17498 11.4501 2.09365C11.6419 2.03282 11.8463 2 12.0583 2C13.1688 2 14.0689 2.90018 14.0689 4.0106C14.0689 5.01092 13.8863 5.96857 13.5526 6.85206C13.3474 7.39528 13.7195 8.03181 14.3002 8.03181H16.8335C18.0827 8.03181 19.1066 9.04674 18.9911 10.2906C18.797 12.3814 18.3361 14.3947 17.6428 16.2963C17.2391 17.4037 16.1522 18.0848 14.9735 18.0848H11.765C11.2968 18.0848 10.835 17.9758 10.4162 17.7664L7.66861 16.3926C7.24983 16.1832 6.78806 16.0742 6.31985 16.0742H5.02121V9.03712H5.98952C6.67757 9.03712 7.25403 8.55203 7.61027 7.96338C8.10133 7.15197 8.87114 6.52812 9.78695 6.22457C10.222 6.08036 10.6451 5.83619 10.8042 5.40633C10.9651 4.97154 11.053 4.50134 11.053 4.0106Z" })
|
|
12
|
+
] })
|
|
13
|
+
);
|
|
14
|
+
exports.ThumbsUpIcon = ThumbsUpIcon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsxs, jsx } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { Icon } from "../Icon.js";
|
|
3
|
+
const ThumbsUpIcon = ({
|
|
4
|
+
...props
|
|
5
|
+
}) => (
|
|
6
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
7
|
+
/* @__PURE__ */ jsxs(Icon, { ...props, children: [
|
|
8
|
+
/* @__PURE__ */ jsx("path", { d: "M1 9.28844C1 8.59442 1.56261 8.03181 2.25663 8.03181C2.95064 8.03181 3.51326 8.59442 3.51326 9.28844V16.8282C3.51326 17.5222 2.95064 18.0848 2.25663 18.0848C1.56261 18.0848 1 17.5222 1 16.8282V9.28844Z" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { d: "M11.053 4.0106V2.70387C11.053 2.43473 11.1935 2.17498 11.4501 2.09365C11.6419 2.03282 11.8463 2 12.0583 2C13.1688 2 14.0689 2.90018 14.0689 4.0106C14.0689 5.01092 13.8863 5.96857 13.5526 6.85206C13.3474 7.39528 13.7195 8.03181 14.3002 8.03181H16.8335C18.0827 8.03181 19.1066 9.04674 18.9911 10.2906C18.797 12.3814 18.3361 14.3947 17.6428 16.2963C17.2391 17.4037 16.1522 18.0848 14.9735 18.0848H11.765C11.2968 18.0848 10.835 17.9758 10.4162 17.7664L7.66861 16.3926C7.24983 16.1832 6.78806 16.0742 6.31985 16.0742H5.02121V9.03712H5.98952C6.67757 9.03712 7.25403 8.55203 7.61027 7.96338C8.10133 7.15197 8.87114 6.52812 9.78695 6.22457C10.222 6.08036 10.6451 5.83619 10.8042 5.40633C10.9651 4.97154 11.053 4.50134 11.053 4.0106Z" })
|
|
10
|
+
] })
|
|
11
|
+
);
|
|
12
|
+
export {
|
|
13
|
+
ThumbsUpIcon
|
|
14
|
+
};
|
|
@@ -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 ThumbsUpOutlineIcon = ({
|
|
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: "M10.5192 3.38462C10.5192 2.61991 11.1391 2 11.9038 2C13.3695 2 14.5577 3.18817 14.5577 4.65385C14.5577 5.7421 14.3122 6.7751 13.8729 7.69868C13.8735 7.69741 13.8718 7.6998 13.8722 7.70831C13.8723 7.70938 13.8723 7.71046 13.8725 7.71154H16.4542C17.6353 7.71154 18.7986 8.52125 18.9382 9.83317C18.9791 10.2168 19 10.6061 19 11C19 13.5868 18.0983 15.965 16.5927 17.8345C16.1025 18.4432 15.3669 18.7308 14.6507 18.7308H11.2525C10.7626 18.7308 10.276 18.6518 9.81125 18.4969L7.17595 17.6184C6.86417 17.5145 6.53767 17.4615 6.20902 17.4615H5.87167C5.86584 18.1031 5.39509 18.7308 4.62749 18.7308H3.85937C2.8338 18.7308 1.80434 18.1276 1.47312 17.0421C1.16531 16.0332 1 14.9631 1 13.8558C1 12.4465 1.26773 11.0979 1.7558 9.8595C2.14444 8.87332 3.11515 8.34615 4.07638 8.34615H4.96718C5.418 8.34615 5.76153 8.55755 5.97247 8.85977C6.19489 8.75482 6.40696 8.58357 6.58716 8.3538C7.30535 7.43807 8.21059 6.67576 9.24598 6.12436C9.75387 5.85388 10.1285 5.48619 10.3005 5.05615C10.445 4.69497 10.5192 4.30955 10.5192 3.92055V3.38462ZM4.56037 9.84615H4.07638C3.62957 9.84615 3.27894 10.0857 3.15134 10.4095C2.73117 11.4756 2.5 12.6378 2.5 13.8558C2.5 14.8132 2.64283 15.7358 2.90782 16.6043C3.01551 16.9573 3.38096 17.2308 3.85937 17.2308H4.24741C4.2127 17.1521 4.17916 17.0728 4.14682 16.9929C3.75426 16.0232 3.53846 14.9637 3.53846 13.8558C3.53846 12.4042 3.90877 11.0373 4.56037 9.84615ZM5.95029 10.4343C6.70201 10.2911 7.33377 9.83247 7.76747 9.27948C8.3577 8.52689 9.1015 7.90075 9.95107 7.44831C10.6653 7.06796 11.351 6.46875 11.6932 5.61324C11.9086 5.07488 12.0192 4.50038 12.0192 3.92055V3.5057C12.6023 3.56359 13.0577 4.05554 13.0577 4.65385C13.0577 5.51451 12.8639 6.32782 12.5183 7.05436C12.4165 7.26841 12.3711 7.49279 12.3721 7.71154H11.9038C11.4896 7.71154 11.1538 8.04733 11.1538 8.46154C11.1538 8.87575 11.4896 9.21154 11.9038 9.21154H16.4542C17.0106 9.21154 17.4024 9.57628 17.4467 9.99198C17.4819 10.3229 17.5 10.6592 17.5 11C17.5 13.2323 16.7231 15.281 15.4244 16.8937C15.2586 17.0995 14.9802 17.2308 14.6507 17.2308H11.2525C10.9239 17.2308 10.5974 17.1778 10.2856 17.0739L7.65029 16.1954C7.18556 16.0405 6.69889 15.9615 6.20902 15.9615H5.36722C5.15388 15.2987 5.03846 14.5913 5.03846 13.8558C5.03846 12.6086 5.37036 11.441 5.95029 10.4343Z" }) })
|
|
10
|
+
);
|
|
11
|
+
exports.ThumbsUpOutlineIcon = ThumbsUpOutlineIcon;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { Icon } from "../Icon.js";
|
|
3
|
+
const ThumbsUpOutlineIcon = ({
|
|
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: "M10.5192 3.38462C10.5192 2.61991 11.1391 2 11.9038 2C13.3695 2 14.5577 3.18817 14.5577 4.65385C14.5577 5.7421 14.3122 6.7751 13.8729 7.69868C13.8735 7.69741 13.8718 7.6998 13.8722 7.70831C13.8723 7.70938 13.8723 7.71046 13.8725 7.71154H16.4542C17.6353 7.71154 18.7986 8.52125 18.9382 9.83317C18.9791 10.2168 19 10.6061 19 11C19 13.5868 18.0983 15.965 16.5927 17.8345C16.1025 18.4432 15.3669 18.7308 14.6507 18.7308H11.2525C10.7626 18.7308 10.276 18.6518 9.81125 18.4969L7.17595 17.6184C6.86417 17.5145 6.53767 17.4615 6.20902 17.4615H5.87167C5.86584 18.1031 5.39509 18.7308 4.62749 18.7308H3.85937C2.8338 18.7308 1.80434 18.1276 1.47312 17.0421C1.16531 16.0332 1 14.9631 1 13.8558C1 12.4465 1.26773 11.0979 1.7558 9.8595C2.14444 8.87332 3.11515 8.34615 4.07638 8.34615H4.96718C5.418 8.34615 5.76153 8.55755 5.97247 8.85977C6.19489 8.75482 6.40696 8.58357 6.58716 8.3538C7.30535 7.43807 8.21059 6.67576 9.24598 6.12436C9.75387 5.85388 10.1285 5.48619 10.3005 5.05615C10.445 4.69497 10.5192 4.30955 10.5192 3.92055V3.38462ZM4.56037 9.84615H4.07638C3.62957 9.84615 3.27894 10.0857 3.15134 10.4095C2.73117 11.4756 2.5 12.6378 2.5 13.8558C2.5 14.8132 2.64283 15.7358 2.90782 16.6043C3.01551 16.9573 3.38096 17.2308 3.85937 17.2308H4.24741C4.2127 17.1521 4.17916 17.0728 4.14682 16.9929C3.75426 16.0232 3.53846 14.9637 3.53846 13.8558C3.53846 12.4042 3.90877 11.0373 4.56037 9.84615ZM5.95029 10.4343C6.70201 10.2911 7.33377 9.83247 7.76747 9.27948C8.3577 8.52689 9.1015 7.90075 9.95107 7.44831C10.6653 7.06796 11.351 6.46875 11.6932 5.61324C11.9086 5.07488 12.0192 4.50038 12.0192 3.92055V3.5057C12.6023 3.56359 13.0577 4.05554 13.0577 4.65385C13.0577 5.51451 12.8639 6.32782 12.5183 7.05436C12.4165 7.26841 12.3711 7.49279 12.3721 7.71154H11.9038C11.4896 7.71154 11.1538 8.04733 11.1538 8.46154C11.1538 8.87575 11.4896 9.21154 11.9038 9.21154H16.4542C17.0106 9.21154 17.4024 9.57628 17.4467 9.99198C17.4819 10.3229 17.5 10.6592 17.5 11C17.5 13.2323 16.7231 15.281 15.4244 16.8937C15.2586 17.0995 14.9802 17.2308 14.6507 17.2308H11.2525C10.9239 17.2308 10.5974 17.1778 10.2856 17.0739L7.65029 16.1954C7.18556 16.0405 6.69889 15.9615 6.20902 15.9615H5.36722C5.15388 15.2987 5.03846 14.5913 5.03846 13.8558C5.03846 12.6086 5.37036 11.441 5.95029 10.4343Z" }) })
|
|
8
|
+
);
|
|
9
|
+
export {
|
|
10
|
+
ThumbsUpOutlineIcon
|
|
11
|
+
};
|
|
@@ -21,7 +21,6 @@ export { CloseCircleOutlineIcon } from './CloseCircleOutlineIcon';
|
|
|
21
21
|
export { CloseIcon } from './CloseIcon';
|
|
22
22
|
export { CopyContentIcon } from './CopyContentIcon';
|
|
23
23
|
export { DetachIcon } from './DetachIcon';
|
|
24
|
-
export { DocIcon } from './DocIcon';
|
|
25
24
|
export { DotsHorizontalIcon } from './DotsHorizontalIcon';
|
|
26
25
|
export { DotsVerticalIcon } from './DotsVerticalIcon';
|
|
27
26
|
export { DownloadIcon } from './DownloadIcon';
|
|
@@ -110,6 +109,8 @@ export { SparklesOutlineIcon } from './SparklesOutlineIcon';
|
|
|
110
109
|
export { StopOutlineIcon } from './StopOutlineIcon';
|
|
111
110
|
export { SunOutlineIcon } from './SunOutlineIcon';
|
|
112
111
|
export { SupportOutlineIcon } from './SupportOutlineIcon';
|
|
112
|
+
export { ThumbsDownOutlineIcon } from './ThumbsDownOutlineIcon';
|
|
113
|
+
export { ThumbsUpOutlineIcon } from './ThumbsUpOutlineIcon';
|
|
113
114
|
export { UnlockOutlineIcon } from './UnlockOutlineIcon';
|
|
114
115
|
export { UnpinOutlineIcon } from './UnpinOutlineIcon';
|
|
115
116
|
export { WeatherNightOutlineIcon } from './WeatherNightOutlineIcon';
|
|
@@ -128,6 +129,7 @@ export { CredentialIcon } from './CredentialIcon';
|
|
|
128
129
|
export { CreditCardIcon } from './CreditCardIcon';
|
|
129
130
|
export { DatabaseIcon } from './DatabaseIcon';
|
|
130
131
|
export { DeleteIcon } from './DeleteIcon';
|
|
132
|
+
export { DocIcon } from './DocIcon';
|
|
131
133
|
export { EarthIcon } from './EarthIcon';
|
|
132
134
|
export { EmailRemoveIcon } from './EmailRemoveIcon';
|
|
133
135
|
export { EmailIcon } from './EmailIcon';
|
|
@@ -158,6 +160,8 @@ export { SparklesIcon } from './SparklesIcon';
|
|
|
158
160
|
export { StopIcon } from './StopIcon';
|
|
159
161
|
export { SunIcon } from './SunIcon';
|
|
160
162
|
export { SupportIcon } from './SupportIcon';
|
|
163
|
+
export { ThumbsDownIcon } from './ThumbsDownIcon';
|
|
164
|
+
export { ThumbsUpIcon } from './ThumbsUpIcon';
|
|
161
165
|
export { UnlockIcon } from './UnlockIcon';
|
|
162
166
|
export { UnpinIcon } from './UnpinIcon';
|
|
163
167
|
export { WeatherNightIcon } from './WeatherNightIcon';
|
|
@@ -0,0 +1,21 @@
|
|
|
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 AuditTrailProductIcon = ({
|
|
6
|
+
...props
|
|
7
|
+
}) => (
|
|
8
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
9
|
+
/* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { ...props, children: /* @__PURE__ */ jsxRuntime.jsxs("g", { className: "audit-trail", children: [
|
|
10
|
+
/* @__PURE__ */ jsxRuntime.jsx("g", { className: "fillWeak", children: /* @__PURE__ */ jsxRuntime.jsxs("g", { className: "fillWeak", children: [
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#F1EEFC", 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 48V16Z" }),
|
|
12
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#F1EEFC", 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-14ZM16 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-16H16Z", clipRule: "evenodd" })
|
|
13
|
+
] }) }),
|
|
14
|
+
/* @__PURE__ */ jsxRuntime.jsxs("g", { className: "fill", children: [
|
|
15
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#521094", fillRule: "evenodd", d: "M16 19a3 3 0 0 1 3-3h26a3 3 0 0 1 3 3v1a1 1 0 1 1-2 0v-1a1 1 0 0 0-1-1H19a1 1 0 0 0-1 1v1a1 1 0 1 1-2 0v-1Z", clipRule: "evenodd" }),
|
|
16
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#521094", fillRule: "evenodd", d: "M14.59 13a1 1 0 0 0-.974.774l-3.358 14.51H20.77a3 3 0 0 1 2.676 1.645l.445.879a1 1 0 0 1-1.784.903l-.445-.879a1 1 0 0 0-.892-.548H10V50a1 1 0 0 0 1 1h42a1 1 0 0 0 1-1V30.284H43.247a1 1 0 0 0-.847.47l-.65 1.036a1 1 0 0 1-1.694-1.061l.649-1.037a3 3 0 0 1 2.542-1.408h10.53l-2.933-14.482a1 1 0 0 0-.98-.802H14.59Zm-2.923.324A3 3 0 0 1 14.59 11h35.274a3 3 0 0 1 2.94 2.405l3.176 15.68c.013.066.02.132.02.199V50a3 3 0 0 1-3 3H11a3 3 0 0 1-3-3V29.284a1 1 0 0 1 .026-.226l3.641-15.734Z", clipRule: "evenodd" })
|
|
17
|
+
] }),
|
|
18
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#A060F6", fillRule: "evenodd", d: "M16 24a1 1 0 0 0-1 1v1a1 1 0 1 1-2 0v-1a3 3 0 0 1 3-3h32a3 3 0 0 1 3 3v1a1 1 0 1 1-2 0v-1a1 1 0 0 0-1-1H16Zm12.528 8.311a4.925 4.925 0 1 1 6.965 6.965 4.925 4.925 0 0 1-6.965-6.965Zm8.38-1.414a6.925 6.925 0 0 0-10.45 9.036l-6.561 6.561a1 1 0 1 0 1.414 1.414l6.561-6.56a6.927 6.927 0 0 0 9.035-10.451Z", className: "fillStrong", clipRule: "evenodd" })
|
|
19
|
+
] }) })
|
|
20
|
+
);
|
|
21
|
+
exports.AuditTrailProductIcon = AuditTrailProductIcon;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { jsx, jsxs } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { Icon } from "../Icon.js";
|
|
3
|
+
const AuditTrailProductIcon = ({
|
|
4
|
+
...props
|
|
5
|
+
}) => (
|
|
6
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
7
|
+
/* @__PURE__ */ jsx(Icon, { ...props, children: /* @__PURE__ */ jsxs("g", { className: "audit-trail", children: [
|
|
8
|
+
/* @__PURE__ */ jsx("g", { className: "fillWeak", children: /* @__PURE__ */ jsxs("g", { className: "fillWeak", children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "#F1EEFC", 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 48V16Z" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { fill: "#F1EEFC", 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-14ZM16 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-16H16Z", clipRule: "evenodd" })
|
|
11
|
+
] }) }),
|
|
12
|
+
/* @__PURE__ */ jsxs("g", { className: "fill", children: [
|
|
13
|
+
/* @__PURE__ */ jsx("path", { fill: "#521094", fillRule: "evenodd", d: "M16 19a3 3 0 0 1 3-3h26a3 3 0 0 1 3 3v1a1 1 0 1 1-2 0v-1a1 1 0 0 0-1-1H19a1 1 0 0 0-1 1v1a1 1 0 1 1-2 0v-1Z", clipRule: "evenodd" }),
|
|
14
|
+
/* @__PURE__ */ jsx("path", { fill: "#521094", fillRule: "evenodd", d: "M14.59 13a1 1 0 0 0-.974.774l-3.358 14.51H20.77a3 3 0 0 1 2.676 1.645l.445.879a1 1 0 0 1-1.784.903l-.445-.879a1 1 0 0 0-.892-.548H10V50a1 1 0 0 0 1 1h42a1 1 0 0 0 1-1V30.284H43.247a1 1 0 0 0-.847.47l-.65 1.036a1 1 0 0 1-1.694-1.061l.649-1.037a3 3 0 0 1 2.542-1.408h10.53l-2.933-14.482a1 1 0 0 0-.98-.802H14.59Zm-2.923.324A3 3 0 0 1 14.59 11h35.274a3 3 0 0 1 2.94 2.405l3.176 15.68c.013.066.02.132.02.199V50a3 3 0 0 1-3 3H11a3 3 0 0 1-3-3V29.284a1 1 0 0 1 .026-.226l3.641-15.734Z", clipRule: "evenodd" })
|
|
15
|
+
] }),
|
|
16
|
+
/* @__PURE__ */ jsx("path", { fill: "#A060F6", fillRule: "evenodd", d: "M16 24a1 1 0 0 0-1 1v1a1 1 0 1 1-2 0v-1a3 3 0 0 1 3-3h32a3 3 0 0 1 3 3v1a1 1 0 1 1-2 0v-1a1 1 0 0 0-1-1H16Zm12.528 8.311a4.925 4.925 0 1 1 6.965 6.965 4.925 4.925 0 0 1-6.965-6.965Zm8.38-1.414a6.925 6.925 0 0 0-10.45 9.036l-6.561 6.561a1 1 0 1 0 1.414 1.414l6.561-6.56a6.927 6.927 0 0 0 9.035-10.451Z", className: "fillStrong", clipRule: "evenodd" })
|
|
17
|
+
] }) })
|
|
18
|
+
);
|
|
19
|
+
export {
|
|
20
|
+
AuditTrailProductIcon
|
|
21
|
+
};
|
|
@@ -14,6 +14,7 @@ export { ApiProductIcon } from './ApiProductIcon';
|
|
|
14
14
|
export { AppleSiliconProductIcon } from './AppleSiliconProductIcon';
|
|
15
15
|
export { ApplicationLibraryProductIcon } from './ApplicationLibraryProductIcon';
|
|
16
16
|
export { ApplicationProductIcon } from './ApplicationProductIcon';
|
|
17
|
+
export { AuditTrailProductIcon } from './AuditTrailProductIcon';
|
|
17
18
|
export { BackendsProductIcon } from './BackendsProductIcon';
|
|
18
19
|
export { BandwidthProductIcon } from './BandwidthProductIcon';
|
|
19
20
|
export { BasicSupportProductIcon } from './BasicSupportProductIcon';
|
|
@@ -11,6 +11,7 @@ const ApiProductIcon = require("./__generatedIcons__/ApiProductIcon.cjs");
|
|
|
11
11
|
const AppleSiliconProductIcon = require("./__generatedIcons__/AppleSiliconProductIcon.cjs");
|
|
12
12
|
const ApplicationLibraryProductIcon = require("./__generatedIcons__/ApplicationLibraryProductIcon.cjs");
|
|
13
13
|
const ApplicationProductIcon = require("./__generatedIcons__/ApplicationProductIcon.cjs");
|
|
14
|
+
const AuditTrailProductIcon = require("./__generatedIcons__/AuditTrailProductIcon.cjs");
|
|
14
15
|
const BackendsProductIcon = require("./__generatedIcons__/BackendsProductIcon.cjs");
|
|
15
16
|
const BandwidthProductIcon = require("./__generatedIcons__/BandwidthProductIcon.cjs");
|
|
16
17
|
const BasicSupportProductIcon = require("./__generatedIcons__/BasicSupportProductIcon.cjs");
|
|
@@ -161,6 +162,7 @@ exports.ApiProductIcon = ApiProductIcon.ApiProductIcon;
|
|
|
161
162
|
exports.AppleSiliconProductIcon = AppleSiliconProductIcon.AppleSiliconProductIcon;
|
|
162
163
|
exports.ApplicationLibraryProductIcon = ApplicationLibraryProductIcon.ApplicationLibraryProductIcon;
|
|
163
164
|
exports.ApplicationProductIcon = ApplicationProductIcon.ApplicationProductIcon;
|
|
165
|
+
exports.AuditTrailProductIcon = AuditTrailProductIcon.AuditTrailProductIcon;
|
|
164
166
|
exports.BackendsProductIcon = BackendsProductIcon.BackendsProductIcon;
|
|
165
167
|
exports.BandwidthProductIcon = BandwidthProductIcon.BandwidthProductIcon;
|
|
166
168
|
exports.BasicSupportProductIcon = BasicSupportProductIcon.BasicSupportProductIcon;
|
|
@@ -9,6 +9,7 @@ import { ApiProductIcon } from "./__generatedIcons__/ApiProductIcon.js";
|
|
|
9
9
|
import { AppleSiliconProductIcon } from "./__generatedIcons__/AppleSiliconProductIcon.js";
|
|
10
10
|
import { ApplicationLibraryProductIcon } from "./__generatedIcons__/ApplicationLibraryProductIcon.js";
|
|
11
11
|
import { ApplicationProductIcon } from "./__generatedIcons__/ApplicationProductIcon.js";
|
|
12
|
+
import { AuditTrailProductIcon } from "./__generatedIcons__/AuditTrailProductIcon.js";
|
|
12
13
|
import { BackendsProductIcon } from "./__generatedIcons__/BackendsProductIcon.js";
|
|
13
14
|
import { BandwidthProductIcon } from "./__generatedIcons__/BandwidthProductIcon.js";
|
|
14
15
|
import { BasicSupportProductIcon } from "./__generatedIcons__/BasicSupportProductIcon.js";
|
|
@@ -160,6 +161,7 @@ export {
|
|
|
160
161
|
AppleSiliconProductIcon,
|
|
161
162
|
ApplicationLibraryProductIcon,
|
|
162
163
|
ApplicationProductIcon,
|
|
164
|
+
AuditTrailProductIcon,
|
|
163
165
|
BackendsProductIcon,
|
|
164
166
|
BandwidthProductIcon,
|
|
165
167
|
BasicSupportProductIcon,
|
package/dist/index.cjs
CHANGED
|
@@ -18,7 +18,6 @@ const CloseCircleOutlineIcon = require("./components/Icon/__generatedIcons__/Clo
|
|
|
18
18
|
const CloseIcon = require("./components/Icon/__generatedIcons__/CloseIcon.cjs");
|
|
19
19
|
const CopyContentIcon = require("./components/Icon/__generatedIcons__/CopyContentIcon.cjs");
|
|
20
20
|
const DetachIcon = require("./components/Icon/__generatedIcons__/DetachIcon.cjs");
|
|
21
|
-
const DocIcon = require("./components/Icon/__generatedIcons__/DocIcon.cjs");
|
|
22
21
|
const DotsHorizontalIcon = require("./components/Icon/__generatedIcons__/DotsHorizontalIcon.cjs");
|
|
23
22
|
const DotsVerticalIcon = require("./components/Icon/__generatedIcons__/DotsVerticalIcon.cjs");
|
|
24
23
|
const DownloadIcon = require("./components/Icon/__generatedIcons__/DownloadIcon.cjs");
|
|
@@ -107,6 +106,8 @@ const SparklesOutlineIcon = require("./components/Icon/__generatedIcons__/Sparkl
|
|
|
107
106
|
const StopOutlineIcon = require("./components/Icon/__generatedIcons__/StopOutlineIcon.cjs");
|
|
108
107
|
const SunOutlineIcon = require("./components/Icon/__generatedIcons__/SunOutlineIcon.cjs");
|
|
109
108
|
const SupportOutlineIcon = require("./components/Icon/__generatedIcons__/SupportOutlineIcon.cjs");
|
|
109
|
+
const ThumbsDownOutlineIcon = require("./components/Icon/__generatedIcons__/ThumbsDownOutlineIcon.cjs");
|
|
110
|
+
const ThumbsUpOutlineIcon = require("./components/Icon/__generatedIcons__/ThumbsUpOutlineIcon.cjs");
|
|
110
111
|
const UnlockOutlineIcon = require("./components/Icon/__generatedIcons__/UnlockOutlineIcon.cjs");
|
|
111
112
|
const UnpinOutlineIcon = require("./components/Icon/__generatedIcons__/UnpinOutlineIcon.cjs");
|
|
112
113
|
const WeatherNightOutlineIcon = require("./components/Icon/__generatedIcons__/WeatherNightOutlineIcon.cjs");
|
|
@@ -125,6 +126,7 @@ const CredentialIcon = require("./components/Icon/__generatedIcons__/CredentialI
|
|
|
125
126
|
const CreditCardIcon = require("./components/Icon/__generatedIcons__/CreditCardIcon.cjs");
|
|
126
127
|
const DatabaseIcon = require("./components/Icon/__generatedIcons__/DatabaseIcon.cjs");
|
|
127
128
|
const DeleteIcon = require("./components/Icon/__generatedIcons__/DeleteIcon.cjs");
|
|
129
|
+
const DocIcon = require("./components/Icon/__generatedIcons__/DocIcon.cjs");
|
|
128
130
|
const EarthIcon = require("./components/Icon/__generatedIcons__/EarthIcon.cjs");
|
|
129
131
|
const EmailRemoveIcon = require("./components/Icon/__generatedIcons__/EmailRemoveIcon.cjs");
|
|
130
132
|
const EmailIcon = require("./components/Icon/__generatedIcons__/EmailIcon.cjs");
|
|
@@ -155,6 +157,8 @@ const SparklesIcon = require("./components/Icon/__generatedIcons__/SparklesIcon.
|
|
|
155
157
|
const StopIcon = require("./components/Icon/__generatedIcons__/StopIcon.cjs");
|
|
156
158
|
const SunIcon = require("./components/Icon/__generatedIcons__/SunIcon.cjs");
|
|
157
159
|
const SupportIcon = require("./components/Icon/__generatedIcons__/SupportIcon.cjs");
|
|
160
|
+
const ThumbsDownIcon = require("./components/Icon/__generatedIcons__/ThumbsDownIcon.cjs");
|
|
161
|
+
const ThumbsUpIcon = require("./components/Icon/__generatedIcons__/ThumbsUpIcon.cjs");
|
|
158
162
|
const UnlockIcon = require("./components/Icon/__generatedIcons__/UnlockIcon.cjs");
|
|
159
163
|
const UnpinIcon = require("./components/Icon/__generatedIcons__/UnpinIcon.cjs");
|
|
160
164
|
const WeatherNightIcon = require("./components/Icon/__generatedIcons__/WeatherNightIcon.cjs");
|
|
@@ -176,7 +180,6 @@ exports.CloseCircleOutlineIcon = CloseCircleOutlineIcon.CloseCircleOutlineIcon;
|
|
|
176
180
|
exports.CloseIcon = CloseIcon.CloseIcon;
|
|
177
181
|
exports.CopyContentIcon = CopyContentIcon.CopyContentIcon;
|
|
178
182
|
exports.DetachIcon = DetachIcon.DetachIcon;
|
|
179
|
-
exports.DocIcon = DocIcon.DocIcon;
|
|
180
183
|
exports.DotsHorizontalIcon = DotsHorizontalIcon.DotsHorizontalIcon;
|
|
181
184
|
exports.DotsVerticalIcon = DotsVerticalIcon.DotsVerticalIcon;
|
|
182
185
|
exports.DownloadIcon = DownloadIcon.DownloadIcon;
|
|
@@ -265,6 +268,8 @@ exports.SparklesOutlineIcon = SparklesOutlineIcon.SparklesOutlineIcon;
|
|
|
265
268
|
exports.StopOutlineIcon = StopOutlineIcon.StopOutlineIcon;
|
|
266
269
|
exports.SunOutlineIcon = SunOutlineIcon.SunOutlineIcon;
|
|
267
270
|
exports.SupportOutlineIcon = SupportOutlineIcon.SupportOutlineIcon;
|
|
271
|
+
exports.ThumbsDownOutlineIcon = ThumbsDownOutlineIcon.ThumbsDownOutlineIcon;
|
|
272
|
+
exports.ThumbsUpOutlineIcon = ThumbsUpOutlineIcon.ThumbsUpOutlineIcon;
|
|
268
273
|
exports.UnlockOutlineIcon = UnlockOutlineIcon.UnlockOutlineIcon;
|
|
269
274
|
exports.UnpinOutlineIcon = UnpinOutlineIcon.UnpinOutlineIcon;
|
|
270
275
|
exports.WeatherNightOutlineIcon = WeatherNightOutlineIcon.WeatherNightOutlineIcon;
|
|
@@ -283,6 +288,7 @@ exports.CredentialIcon = CredentialIcon.CredentialIcon;
|
|
|
283
288
|
exports.CreditCardIcon = CreditCardIcon.CreditCardIcon;
|
|
284
289
|
exports.DatabaseIcon = DatabaseIcon.DatabaseIcon;
|
|
285
290
|
exports.DeleteIcon = DeleteIcon.DeleteIcon;
|
|
291
|
+
exports.DocIcon = DocIcon.DocIcon;
|
|
286
292
|
exports.EarthIcon = EarthIcon.EarthIcon;
|
|
287
293
|
exports.EmailRemoveIcon = EmailRemoveIcon.EmailRemoveIcon;
|
|
288
294
|
exports.EmailIcon = EmailIcon.EmailIcon;
|
|
@@ -313,6 +319,8 @@ exports.SparklesIcon = SparklesIcon.SparklesIcon;
|
|
|
313
319
|
exports.StopIcon = StopIcon.StopIcon;
|
|
314
320
|
exports.SunIcon = SunIcon.SunIcon;
|
|
315
321
|
exports.SupportIcon = SupportIcon.SupportIcon;
|
|
322
|
+
exports.ThumbsDownIcon = ThumbsDownIcon.ThumbsDownIcon;
|
|
323
|
+
exports.ThumbsUpIcon = ThumbsUpIcon.ThumbsUpIcon;
|
|
316
324
|
exports.UnlockIcon = UnlockIcon.UnlockIcon;
|
|
317
325
|
exports.UnpinIcon = UnpinIcon.UnpinIcon;
|
|
318
326
|
exports.WeatherNightIcon = WeatherNightIcon.WeatherNightIcon;
|
package/dist/index.js
CHANGED
|
@@ -16,7 +16,6 @@ import { CloseCircleOutlineIcon } from "./components/Icon/__generatedIcons__/Clo
|
|
|
16
16
|
import { CloseIcon } from "./components/Icon/__generatedIcons__/CloseIcon.js";
|
|
17
17
|
import { CopyContentIcon } from "./components/Icon/__generatedIcons__/CopyContentIcon.js";
|
|
18
18
|
import { DetachIcon } from "./components/Icon/__generatedIcons__/DetachIcon.js";
|
|
19
|
-
import { DocIcon } from "./components/Icon/__generatedIcons__/DocIcon.js";
|
|
20
19
|
import { DotsHorizontalIcon } from "./components/Icon/__generatedIcons__/DotsHorizontalIcon.js";
|
|
21
20
|
import { DotsVerticalIcon } from "./components/Icon/__generatedIcons__/DotsVerticalIcon.js";
|
|
22
21
|
import { DownloadIcon } from "./components/Icon/__generatedIcons__/DownloadIcon.js";
|
|
@@ -105,6 +104,8 @@ import { SparklesOutlineIcon } from "./components/Icon/__generatedIcons__/Sparkl
|
|
|
105
104
|
import { StopOutlineIcon } from "./components/Icon/__generatedIcons__/StopOutlineIcon.js";
|
|
106
105
|
import { SunOutlineIcon } from "./components/Icon/__generatedIcons__/SunOutlineIcon.js";
|
|
107
106
|
import { SupportOutlineIcon } from "./components/Icon/__generatedIcons__/SupportOutlineIcon.js";
|
|
107
|
+
import { ThumbsDownOutlineIcon } from "./components/Icon/__generatedIcons__/ThumbsDownOutlineIcon.js";
|
|
108
|
+
import { ThumbsUpOutlineIcon } from "./components/Icon/__generatedIcons__/ThumbsUpOutlineIcon.js";
|
|
108
109
|
import { UnlockOutlineIcon } from "./components/Icon/__generatedIcons__/UnlockOutlineIcon.js";
|
|
109
110
|
import { UnpinOutlineIcon } from "./components/Icon/__generatedIcons__/UnpinOutlineIcon.js";
|
|
110
111
|
import { WeatherNightOutlineIcon } from "./components/Icon/__generatedIcons__/WeatherNightOutlineIcon.js";
|
|
@@ -123,6 +124,7 @@ import { CredentialIcon } from "./components/Icon/__generatedIcons__/CredentialI
|
|
|
123
124
|
import { CreditCardIcon } from "./components/Icon/__generatedIcons__/CreditCardIcon.js";
|
|
124
125
|
import { DatabaseIcon } from "./components/Icon/__generatedIcons__/DatabaseIcon.js";
|
|
125
126
|
import { DeleteIcon } from "./components/Icon/__generatedIcons__/DeleteIcon.js";
|
|
127
|
+
import { DocIcon } from "./components/Icon/__generatedIcons__/DocIcon.js";
|
|
126
128
|
import { EarthIcon } from "./components/Icon/__generatedIcons__/EarthIcon.js";
|
|
127
129
|
import { EmailRemoveIcon } from "./components/Icon/__generatedIcons__/EmailRemoveIcon.js";
|
|
128
130
|
import { EmailIcon } from "./components/Icon/__generatedIcons__/EmailIcon.js";
|
|
@@ -153,6 +155,8 @@ import { SparklesIcon } from "./components/Icon/__generatedIcons__/SparklesIcon.
|
|
|
153
155
|
import { StopIcon } from "./components/Icon/__generatedIcons__/StopIcon.js";
|
|
154
156
|
import { SunIcon } from "./components/Icon/__generatedIcons__/SunIcon.js";
|
|
155
157
|
import { SupportIcon } from "./components/Icon/__generatedIcons__/SupportIcon.js";
|
|
158
|
+
import { ThumbsDownIcon } from "./components/Icon/__generatedIcons__/ThumbsDownIcon.js";
|
|
159
|
+
import { ThumbsUpIcon } from "./components/Icon/__generatedIcons__/ThumbsUpIcon.js";
|
|
156
160
|
import { UnlockIcon } from "./components/Icon/__generatedIcons__/UnlockIcon.js";
|
|
157
161
|
import { UnpinIcon } from "./components/Icon/__generatedIcons__/UnpinIcon.js";
|
|
158
162
|
import { WeatherNightIcon } from "./components/Icon/__generatedIcons__/WeatherNightIcon.js";
|
|
@@ -303,6 +307,10 @@ export {
|
|
|
303
307
|
SupportIcon,
|
|
304
308
|
SupportOutlineIcon,
|
|
305
309
|
SwitchOrgaIcon,
|
|
310
|
+
ThumbsDownIcon,
|
|
311
|
+
ThumbsDownOutlineIcon,
|
|
312
|
+
ThumbsUpIcon,
|
|
313
|
+
ThumbsUpOutlineIcon,
|
|
306
314
|
TwitterIcon,
|
|
307
315
|
UnlockIcon,
|
|
308
316
|
UnlockOutlineIcon,
|