@ultraviolet/icons 3.12.3 → 3.12.4
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__/StarIcon.cjs +11 -0
- package/dist/components/Icon/__generatedIcons__/StarIcon.d.ts +2 -0
- package/dist/components/Icon/__generatedIcons__/StarIcon.js +11 -0
- package/dist/components/Icon/__generatedIcons__/StarOutlineIcon.cjs +11 -0
- package/dist/components/Icon/__generatedIcons__/StarOutlineIcon.d.ts +2 -0
- package/dist/components/Icon/__generatedIcons__/StarOutlineIcon.js +11 -0
- package/dist/components/Icon/__generatedIcons__/index.d.ts +2 -0
- package/dist/index.cjs +4 -0
- package/dist/index.js +4 -0
- package/package.json +1 -1
|
@@ -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 StarIcon = ({
|
|
6
|
+
...props
|
|
7
|
+
}) => (
|
|
8
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
9
|
+
/* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { ...props, children: typeof props.size === "string" && ["medium", "large", "xlarge", "xxlarge"].includes(props.size) ? /* @__PURE__ */ jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 3C10.3754 3 10.7139 3.22129 10.8581 3.56092L12.6065 7.68022L17.1449 8.03674C17.5191 8.06614 17.8385 8.31323 17.9545 8.66306C18.0705 9.01289 17.9603 9.39675 17.6752 9.63604L14.2174 12.5384L15.2739 16.8781C15.361 17.2359 15.2198 17.6099 14.9161 17.8261C14.6124 18.0423 14.2058 18.0582 13.8855 17.8665L10 15.541L6.11451 17.8665C5.79416 18.0582 5.38755 18.0423 5.08386 17.8261C4.78018 17.6099 4.63905 17.2359 4.72615 16.8781L5.78255 12.5384L2.32478 9.63604C2.0397 9.39675 1.92953 9.01289 2.04552 8.66306C2.16152 8.31323 2.48091 8.06614 2.85509 8.03674L7.39348 7.68022L9.14195 3.56092C9.2861 3.22129 9.62462 3 10 3Z" }) : /* @__PURE__ */ jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2C8.32846 2 8.62466 2.19179 8.7508 2.48613L10.2807 6.05619L14.2518 6.36518C14.5792 6.39065 14.8587 6.6048 14.9602 6.90799C15.0617 7.21117 14.9653 7.54385 14.7158 7.75124L11.6903 10.2666L12.6146 14.0277C12.6908 14.3378 12.5673 14.6619 12.3016 14.8493C12.0359 15.0367 11.6801 15.0505 11.3998 14.8843L8 12.8688L4.6002 14.8843C4.31989 15.0505 3.96411 15.0367 3.69838 14.8493C3.43265 14.6619 3.30917 14.3378 3.38538 14.0277L4.30973 10.2666L1.28419 7.75124C1.03474 7.54385 0.938335 7.21117 1.03983 6.90799C1.14133 6.6048 1.4208 6.39065 1.7482 6.36518L5.71929 6.05619L7.2492 2.48613C7.37534 2.19179 7.67154 2 8 2Z" }) })
|
|
10
|
+
);
|
|
11
|
+
exports.StarIcon = StarIcon;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { Icon } from "../Icon.js";
|
|
3
|
+
const StarIcon = ({
|
|
4
|
+
...props
|
|
5
|
+
}) => (
|
|
6
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
7
|
+
/* @__PURE__ */ jsx(Icon, { ...props, children: typeof props.size === "string" && ["medium", "large", "xlarge", "xxlarge"].includes(props.size) ? /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 3C10.3754 3 10.7139 3.22129 10.8581 3.56092L12.6065 7.68022L17.1449 8.03674C17.5191 8.06614 17.8385 8.31323 17.9545 8.66306C18.0705 9.01289 17.9603 9.39675 17.6752 9.63604L14.2174 12.5384L15.2739 16.8781C15.361 17.2359 15.2198 17.6099 14.9161 17.8261C14.6124 18.0423 14.2058 18.0582 13.8855 17.8665L10 15.541L6.11451 17.8665C5.79416 18.0582 5.38755 18.0423 5.08386 17.8261C4.78018 17.6099 4.63905 17.2359 4.72615 16.8781L5.78255 12.5384L2.32478 9.63604C2.0397 9.39675 1.92953 9.01289 2.04552 8.66306C2.16152 8.31323 2.48091 8.06614 2.85509 8.03674L7.39348 7.68022L9.14195 3.56092C9.2861 3.22129 9.62462 3 10 3Z" }) : /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2C8.32846 2 8.62466 2.19179 8.7508 2.48613L10.2807 6.05619L14.2518 6.36518C14.5792 6.39065 14.8587 6.6048 14.9602 6.90799C15.0617 7.21117 14.9653 7.54385 14.7158 7.75124L11.6903 10.2666L12.6146 14.0277C12.6908 14.3378 12.5673 14.6619 12.3016 14.8493C12.0359 15.0367 11.6801 15.0505 11.3998 14.8843L8 12.8688L4.6002 14.8843C4.31989 15.0505 3.96411 15.0367 3.69838 14.8493C3.43265 14.6619 3.30917 14.3378 3.38538 14.0277L4.30973 10.2666L1.28419 7.75124C1.03474 7.54385 0.938335 7.21117 1.03983 6.90799C1.14133 6.6048 1.4208 6.39065 1.7482 6.36518L5.71929 6.05619L7.2492 2.48613C7.37534 2.19179 7.67154 2 8 2Z" }) })
|
|
8
|
+
);
|
|
9
|
+
export {
|
|
10
|
+
StarIcon
|
|
11
|
+
};
|
|
@@ -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 StarOutlineIcon = ({
|
|
6
|
+
...props
|
|
7
|
+
}) => (
|
|
8
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
9
|
+
/* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { ...props, children: typeof props.size === "string" && ["medium", "large", "xlarge", "xxlarge"].includes(props.size) ? /* @__PURE__ */ jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.14636 2.98632C9.5547 2.00456 10.9455 2.00456 11.3538 2.98632L12.9657 6.86178L17.1496 7.19721C18.2095 7.28218 18.6393 8.60488 17.8317 9.29662L14.6441 12.0272L15.6179 16.11C15.8647 17.1442 14.7395 17.9617 13.8321 17.4075L10.2501 15.2196L6.66809 17.4075C5.76067 17.9617 4.63551 17.1442 4.88223 16.11L5.85612 12.0272L2.66844 9.29662C1.86091 8.60488 2.29068 7.28218 3.35058 7.19721L7.53446 6.86178L9.14636 2.98632ZM10.2501 4.23859L8.84799 7.60962C8.67585 8.02351 8.28662 8.3063 7.83979 8.34212L4.20048 8.63388L6.97325 11.0091C7.31369 11.3007 7.46236 11.7582 7.35835 12.1943L6.51122 15.7456L9.62698 13.8425C10.0095 13.6089 10.4906 13.6089 10.8732 13.8425L13.9889 15.7456L13.1418 12.1943C13.0378 11.7582 13.1865 11.3007 13.5269 11.0091L16.2997 8.63388L12.6604 8.34212C12.2136 8.3063 11.8243 8.0235 11.6522 7.60962L10.2501 4.23859ZM3.47101 8.69236L3.47044 8.69241L3.4461 8.38877L3.47044 8.69241C3.47063 8.69239 3.47082 8.69238 3.47101 8.69236Z" }) : /* @__PURE__ */ jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.95406 1.69848C7.34141 0.767173 8.66071 0.767173 9.04806 1.69848L10.4134 4.98106L13.9572 5.26516C14.9626 5.34577 15.3703 6.6005 14.6043 7.25668L11.9042 9.56953L12.7291 13.0277C12.9632 14.0088 11.8958 14.7843 11.0351 14.2585L8.00106 12.4054L4.96706 14.2585C4.10628 14.7843 3.03894 14.0088 3.27297 13.0277L4.09787 9.56953L1.39786 7.25668C0.631831 6.6005 1.03951 5.34577 2.04494 5.26516L5.58876 4.98106L6.95406 1.69848L7.64655 1.9865L6.95406 1.69848ZM8.00106 3.08712L6.88788 5.76354C6.72458 6.15615 6.35535 6.42441 5.93149 6.45839L3.04207 6.69004L5.24351 8.5758C5.56644 8.85243 5.70747 9.28648 5.60881 9.70009L4.93624 12.5197L7.40998 11.0087C7.77287 10.7871 8.22926 10.7871 8.59214 11.0087L11.0659 12.5197L10.3933 9.70009C10.2946 9.28648 10.4357 8.85243 10.7586 8.5758L12.96 6.69004L10.0706 6.45839C9.64677 6.42441 9.27754 6.15615 9.11425 5.76354L8.00106 3.08712Z" }) })
|
|
10
|
+
);
|
|
11
|
+
exports.StarOutlineIcon = StarOutlineIcon;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { Icon } from "../Icon.js";
|
|
3
|
+
const StarOutlineIcon = ({
|
|
4
|
+
...props
|
|
5
|
+
}) => (
|
|
6
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
7
|
+
/* @__PURE__ */ jsx(Icon, { ...props, children: typeof props.size === "string" && ["medium", "large", "xlarge", "xxlarge"].includes(props.size) ? /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.14636 2.98632C9.5547 2.00456 10.9455 2.00456 11.3538 2.98632L12.9657 6.86178L17.1496 7.19721C18.2095 7.28218 18.6393 8.60488 17.8317 9.29662L14.6441 12.0272L15.6179 16.11C15.8647 17.1442 14.7395 17.9617 13.8321 17.4075L10.2501 15.2196L6.66809 17.4075C5.76067 17.9617 4.63551 17.1442 4.88223 16.11L5.85612 12.0272L2.66844 9.29662C1.86091 8.60488 2.29068 7.28218 3.35058 7.19721L7.53446 6.86178L9.14636 2.98632ZM10.2501 4.23859L8.84799 7.60962C8.67585 8.02351 8.28662 8.3063 7.83979 8.34212L4.20048 8.63388L6.97325 11.0091C7.31369 11.3007 7.46236 11.7582 7.35835 12.1943L6.51122 15.7456L9.62698 13.8425C10.0095 13.6089 10.4906 13.6089 10.8732 13.8425L13.9889 15.7456L13.1418 12.1943C13.0378 11.7582 13.1865 11.3007 13.5269 11.0091L16.2997 8.63388L12.6604 8.34212C12.2136 8.3063 11.8243 8.0235 11.6522 7.60962L10.2501 4.23859ZM3.47101 8.69236L3.47044 8.69241L3.4461 8.38877L3.47044 8.69241C3.47063 8.69239 3.47082 8.69238 3.47101 8.69236Z" }) : /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.95406 1.69848C7.34141 0.767173 8.66071 0.767173 9.04806 1.69848L10.4134 4.98106L13.9572 5.26516C14.9626 5.34577 15.3703 6.6005 14.6043 7.25668L11.9042 9.56953L12.7291 13.0277C12.9632 14.0088 11.8958 14.7843 11.0351 14.2585L8.00106 12.4054L4.96706 14.2585C4.10628 14.7843 3.03894 14.0088 3.27297 13.0277L4.09787 9.56953L1.39786 7.25668C0.631831 6.6005 1.03951 5.34577 2.04494 5.26516L5.58876 4.98106L6.95406 1.69848L7.64655 1.9865L6.95406 1.69848ZM8.00106 3.08712L6.88788 5.76354C6.72458 6.15615 6.35535 6.42441 5.93149 6.45839L3.04207 6.69004L5.24351 8.5758C5.56644 8.85243 5.70747 9.28648 5.60881 9.70009L4.93624 12.5197L7.40998 11.0087C7.77287 10.7871 8.22926 10.7871 8.59214 11.0087L11.0659 12.5197L10.3933 9.70009C10.2946 9.28648 10.4357 8.85243 10.7586 8.5758L12.96 6.69004L10.0706 6.45839C9.64677 6.42441 9.27754 6.15615 9.11425 5.76354L8.00106 3.08712Z" }) })
|
|
8
|
+
);
|
|
9
|
+
export {
|
|
10
|
+
StarOutlineIcon
|
|
11
|
+
};
|
|
@@ -118,6 +118,7 @@ export { SendOutlineIcon } from './SendOutlineIcon';
|
|
|
118
118
|
export { SettingsOutlineIcon } from './SettingsOutlineIcon';
|
|
119
119
|
export { SidebarOutlineIcon } from './SidebarOutlineIcon';
|
|
120
120
|
export { SparklesOutlineIcon } from './SparklesOutlineIcon';
|
|
121
|
+
export { StarOutlineIcon } from './StarOutlineIcon';
|
|
121
122
|
export { StopOutlineIcon } from './StopOutlineIcon';
|
|
122
123
|
export { SunOutlineIcon } from './SunOutlineIcon';
|
|
123
124
|
export { SupportOutlineIcon } from './SupportOutlineIcon';
|
|
@@ -174,6 +175,7 @@ export { SendIcon } from './SendIcon';
|
|
|
174
175
|
export { SettingsIcon } from './SettingsIcon';
|
|
175
176
|
export { SidebarIcon } from './SidebarIcon';
|
|
176
177
|
export { SparklesIcon } from './SparklesIcon';
|
|
178
|
+
export { StarIcon } from './StarIcon';
|
|
177
179
|
export { StopIcon } from './StopIcon';
|
|
178
180
|
export { SunIcon } from './SunIcon';
|
|
179
181
|
export { SupportIcon } from './SupportIcon';
|
package/dist/index.cjs
CHANGED
|
@@ -115,6 +115,7 @@ const SendOutlineIcon = require("./components/Icon/__generatedIcons__/SendOutlin
|
|
|
115
115
|
const SettingsOutlineIcon = require("./components/Icon/__generatedIcons__/SettingsOutlineIcon.cjs");
|
|
116
116
|
const SidebarOutlineIcon = require("./components/Icon/__generatedIcons__/SidebarOutlineIcon.cjs");
|
|
117
117
|
const SparklesOutlineIcon = require("./components/Icon/__generatedIcons__/SparklesOutlineIcon.cjs");
|
|
118
|
+
const StarOutlineIcon = require("./components/Icon/__generatedIcons__/StarOutlineIcon.cjs");
|
|
118
119
|
const StopOutlineIcon = require("./components/Icon/__generatedIcons__/StopOutlineIcon.cjs");
|
|
119
120
|
const SunOutlineIcon = require("./components/Icon/__generatedIcons__/SunOutlineIcon.cjs");
|
|
120
121
|
const SupportOutlineIcon = require("./components/Icon/__generatedIcons__/SupportOutlineIcon.cjs");
|
|
@@ -171,6 +172,7 @@ const SendIcon = require("./components/Icon/__generatedIcons__/SendIcon.cjs");
|
|
|
171
172
|
const SettingsIcon = require("./components/Icon/__generatedIcons__/SettingsIcon.cjs");
|
|
172
173
|
const SidebarIcon = require("./components/Icon/__generatedIcons__/SidebarIcon.cjs");
|
|
173
174
|
const SparklesIcon = require("./components/Icon/__generatedIcons__/SparklesIcon.cjs");
|
|
175
|
+
const StarIcon = require("./components/Icon/__generatedIcons__/StarIcon.cjs");
|
|
174
176
|
const StopIcon = require("./components/Icon/__generatedIcons__/StopIcon.cjs");
|
|
175
177
|
const SunIcon = require("./components/Icon/__generatedIcons__/SunIcon.cjs");
|
|
176
178
|
const SupportIcon = require("./components/Icon/__generatedIcons__/SupportIcon.cjs");
|
|
@@ -294,6 +296,7 @@ exports.SendOutlineIcon = SendOutlineIcon.SendOutlineIcon;
|
|
|
294
296
|
exports.SettingsOutlineIcon = SettingsOutlineIcon.SettingsOutlineIcon;
|
|
295
297
|
exports.SidebarOutlineIcon = SidebarOutlineIcon.SidebarOutlineIcon;
|
|
296
298
|
exports.SparklesOutlineIcon = SparklesOutlineIcon.SparklesOutlineIcon;
|
|
299
|
+
exports.StarOutlineIcon = StarOutlineIcon.StarOutlineIcon;
|
|
297
300
|
exports.StopOutlineIcon = StopOutlineIcon.StopOutlineIcon;
|
|
298
301
|
exports.SunOutlineIcon = SunOutlineIcon.SunOutlineIcon;
|
|
299
302
|
exports.SupportOutlineIcon = SupportOutlineIcon.SupportOutlineIcon;
|
|
@@ -350,6 +353,7 @@ exports.SendIcon = SendIcon.SendIcon;
|
|
|
350
353
|
exports.SettingsIcon = SettingsIcon.SettingsIcon;
|
|
351
354
|
exports.SidebarIcon = SidebarIcon.SidebarIcon;
|
|
352
355
|
exports.SparklesIcon = SparklesIcon.SparklesIcon;
|
|
356
|
+
exports.StarIcon = StarIcon.StarIcon;
|
|
353
357
|
exports.StopIcon = StopIcon.StopIcon;
|
|
354
358
|
exports.SunIcon = SunIcon.SunIcon;
|
|
355
359
|
exports.SupportIcon = SupportIcon.SupportIcon;
|
package/dist/index.js
CHANGED
|
@@ -113,6 +113,7 @@ import { SendOutlineIcon } from "./components/Icon/__generatedIcons__/SendOutlin
|
|
|
113
113
|
import { SettingsOutlineIcon } from "./components/Icon/__generatedIcons__/SettingsOutlineIcon.js";
|
|
114
114
|
import { SidebarOutlineIcon } from "./components/Icon/__generatedIcons__/SidebarOutlineIcon.js";
|
|
115
115
|
import { SparklesOutlineIcon } from "./components/Icon/__generatedIcons__/SparklesOutlineIcon.js";
|
|
116
|
+
import { StarOutlineIcon } from "./components/Icon/__generatedIcons__/StarOutlineIcon.js";
|
|
116
117
|
import { StopOutlineIcon } from "./components/Icon/__generatedIcons__/StopOutlineIcon.js";
|
|
117
118
|
import { SunOutlineIcon } from "./components/Icon/__generatedIcons__/SunOutlineIcon.js";
|
|
118
119
|
import { SupportOutlineIcon } from "./components/Icon/__generatedIcons__/SupportOutlineIcon.js";
|
|
@@ -169,6 +170,7 @@ import { SendIcon } from "./components/Icon/__generatedIcons__/SendIcon.js";
|
|
|
169
170
|
import { SettingsIcon } from "./components/Icon/__generatedIcons__/SettingsIcon.js";
|
|
170
171
|
import { SidebarIcon } from "./components/Icon/__generatedIcons__/SidebarIcon.js";
|
|
171
172
|
import { SparklesIcon } from "./components/Icon/__generatedIcons__/SparklesIcon.js";
|
|
173
|
+
import { StarIcon } from "./components/Icon/__generatedIcons__/StarIcon.js";
|
|
172
174
|
import { StopIcon } from "./components/Icon/__generatedIcons__/StopIcon.js";
|
|
173
175
|
import { SunIcon } from "./components/Icon/__generatedIcons__/SunIcon.js";
|
|
174
176
|
import { SupportIcon } from "./components/Icon/__generatedIcons__/SupportIcon.js";
|
|
@@ -333,6 +335,8 @@ export {
|
|
|
333
335
|
SouthShortIcon,
|
|
334
336
|
SparklesIcon,
|
|
335
337
|
SparklesOutlineIcon,
|
|
338
|
+
StarIcon,
|
|
339
|
+
StarOutlineIcon,
|
|
336
340
|
StopIcon,
|
|
337
341
|
StopOutlineIcon,
|
|
338
342
|
SunIcon,
|