@ultraviolet/icons 3.0.0 → 3.0.2
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__/LeafIcon.cjs +14 -0
- package/dist/components/Icon/__generatedIcons__/LeafIcon.d.ts +2 -0
- package/dist/components/Icon/__generatedIcons__/LeafIcon.js +14 -0
- package/dist/components/Icon/__generatedIcons__/LeafOutlineIcon.cjs +14 -0
- package/dist/components/Icon/__generatedIcons__/LeafOutlineIcon.d.ts +2 -0
- package/dist/components/Icon/__generatedIcons__/LeafOutlineIcon.js +14 -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 +2 -2
|
@@ -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 LeafIcon = ({
|
|
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: "M12.9409 2C9.04958 2 6.29571 2.86273 4.50572 4.41551C2.69473 5.98649 2.00636 8.1438 2 10.4176L2 10.42C2 10.9095 2.00124 11.7096 2.3054 12.6455C2.47617 12.313 2.66507 11.9902 2.87327 11.6779C3.91725 10.1119 5.41557 8.85601 7.43999 7.95631C7.87258 7.76406 8.37911 7.95889 8.57136 8.39148C8.76361 8.82406 8.56878 9.3306 8.13619 9.52285C6.37912 10.3037 5.14638 11.3587 4.29963 12.6288C3.90631 13.2188 3.58971 13.8651 3.34328 14.5666C3.51621 14.7865 3.71139 15.0074 3.9317 15.2277C4.09244 15.3884 4.31046 15.4787 4.53779 15.4787H7.0705C9.83154 15.4787 12.286 14.746 14.1003 12.931C15.9063 11.1243 16.9526 8.36977 17.1697 4.58689C17.1707 4.57054 17.1711 4.55417 17.1711 4.53779V2.85714C17.1711 2.38375 16.7874 2 16.314 2H12.9409Z" }),
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M3.34496 14.5688C3.11149 15.3586 2.95283 16.1876 2.85723 17.0481C2.80495 17.5186 3.14398 17.9424 3.61447 17.9947C4.08496 18.047 4.50875 17.7079 4.56102 17.2374C4.62947 16.6213 4.73247 16.0349 4.87286 15.4787L4.53779 15.4787C4.31046 15.4787 4.09244 15.3884 3.9317 15.2277C3.7121 15.0081 3.51747 14.7879 3.34496 14.5688Z" })
|
|
12
|
+
] })
|
|
13
|
+
);
|
|
14
|
+
exports.LeafIcon = LeafIcon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsxs, jsx } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { Icon } from "../Icon.js";
|
|
3
|
+
const LeafIcon = ({
|
|
4
|
+
...props
|
|
5
|
+
}) => (
|
|
6
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
7
|
+
/* @__PURE__ */ jsxs(Icon, { ...props, children: [
|
|
8
|
+
/* @__PURE__ */ jsx("path", { d: "M12.9409 2C9.04958 2 6.29571 2.86273 4.50572 4.41551C2.69473 5.98649 2.00636 8.1438 2 10.4176L2 10.42C2 10.9095 2.00124 11.7096 2.3054 12.6455C2.47617 12.313 2.66507 11.9902 2.87327 11.6779C3.91725 10.1119 5.41557 8.85601 7.43999 7.95631C7.87258 7.76406 8.37911 7.95889 8.57136 8.39148C8.76361 8.82406 8.56878 9.3306 8.13619 9.52285C6.37912 10.3037 5.14638 11.3587 4.29963 12.6288C3.90631 13.2188 3.58971 13.8651 3.34328 14.5666C3.51621 14.7865 3.71139 15.0074 3.9317 15.2277C4.09244 15.3884 4.31046 15.4787 4.53779 15.4787H7.0705C9.83154 15.4787 12.286 14.746 14.1003 12.931C15.9063 11.1243 16.9526 8.36977 17.1697 4.58689C17.1707 4.57054 17.1711 4.55417 17.1711 4.53779V2.85714C17.1711 2.38375 16.7874 2 16.314 2H12.9409Z" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { d: "M3.34496 14.5688C3.11149 15.3586 2.95283 16.1876 2.85723 17.0481C2.80495 17.5186 3.14398 17.9424 3.61447 17.9947C4.08496 18.047 4.50875 17.7079 4.56102 17.2374C4.62947 16.6213 4.73247 16.0349 4.87286 15.4787L4.53779 15.4787C4.31046 15.4787 4.09244 15.3884 3.9317 15.2277C3.7121 15.0081 3.51747 14.7879 3.34496 14.5688Z" })
|
|
10
|
+
] })
|
|
11
|
+
);
|
|
12
|
+
export {
|
|
13
|
+
LeafIcon
|
|
14
|
+
};
|
|
@@ -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 LeafOutlineIcon = ({
|
|
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", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.2707 8.41616C10.4389 8.79467 10.2684 9.23789 9.88988 9.40611C8.08773 10.207 6.8179 11.2919 5.94464 12.6018C5.06765 13.9173 4.56377 15.5004 4.36018 17.3328C4.31444 17.7445 3.94363 18.0412 3.53195 17.9954C3.12027 17.9497 2.82362 17.5789 2.86935 17.1672C3.0922 15.1614 3.65447 13.3329 4.69657 11.7697C5.74241 10.201 7.24463 8.94026 9.2807 8.03538C9.65922 7.86716 10.1024 8.03764 10.2707 8.41616Z" }),
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.50195 4.4224C6.28858 2.87254 9.05075 2 12.9851 2H16.4088C16.823 2 17.1588 2.33579 17.1588 2.75V4.45586C17.1588 4.4702 17.1584 4.48453 17.1575 4.49883C16.9382 8.32133 15.882 11.0845 14.077 12.8902C12.2648 14.7031 9.80826 15.441 7.02658 15.441H4.45586C4.25695 15.441 4.06619 15.362 3.92553 15.2213C2.00373 13.2995 2 11.3375 2 10.4263L2 10.4242C2.00639 8.14054 2.69695 5.98819 4.50195 4.4224ZM3.5 10.4274V10.4323C3.49999 11.1889 3.49998 12.5333 4.77684 13.941H7.02658C9.54839 13.941 11.5697 13.2767 13.0161 11.8297C14.4669 10.3783 15.4491 8.03035 15.6588 4.43418V3.5H12.9851C9.24316 3.5 6.89373 4.33332 5.48487 5.55548C4.09461 6.76149 3.50574 8.44692 3.5 10.4274Z" })
|
|
12
|
+
] })
|
|
13
|
+
);
|
|
14
|
+
exports.LeafOutlineIcon = LeafOutlineIcon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsxs, jsx } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { Icon } from "../Icon.js";
|
|
3
|
+
const LeafOutlineIcon = ({
|
|
4
|
+
...props
|
|
5
|
+
}) => (
|
|
6
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
7
|
+
/* @__PURE__ */ jsxs(Icon, { ...props, children: [
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.2707 8.41616C10.4389 8.79467 10.2684 9.23789 9.88988 9.40611C8.08773 10.207 6.8179 11.2919 5.94464 12.6018C5.06765 13.9173 4.56377 15.5004 4.36018 17.3328C4.31444 17.7445 3.94363 18.0412 3.53195 17.9954C3.12027 17.9497 2.82362 17.5789 2.86935 17.1672C3.0922 15.1614 3.65447 13.3329 4.69657 11.7697C5.74241 10.201 7.24463 8.94026 9.2807 8.03538C9.65922 7.86716 10.1024 8.03764 10.2707 8.41616Z" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.50195 4.4224C6.28858 2.87254 9.05075 2 12.9851 2H16.4088C16.823 2 17.1588 2.33579 17.1588 2.75V4.45586C17.1588 4.4702 17.1584 4.48453 17.1575 4.49883C16.9382 8.32133 15.882 11.0845 14.077 12.8902C12.2648 14.7031 9.80826 15.441 7.02658 15.441H4.45586C4.25695 15.441 4.06619 15.362 3.92553 15.2213C2.00373 13.2995 2 11.3375 2 10.4263L2 10.4242C2.00639 8.14054 2.69695 5.98819 4.50195 4.4224ZM3.5 10.4274V10.4323C3.49999 11.1889 3.49998 12.5333 4.77684 13.941H7.02658C9.54839 13.941 11.5697 13.2767 13.0161 11.8297C14.4669 10.3783 15.4491 8.03035 15.6588 4.43418V3.5H12.9851C9.24316 3.5 6.89373 4.33332 5.48487 5.55548C4.09461 6.76149 3.50574 8.44692 3.5 10.4274Z" })
|
|
10
|
+
] })
|
|
11
|
+
);
|
|
12
|
+
export {
|
|
13
|
+
LeafOutlineIcon
|
|
14
|
+
};
|
|
@@ -89,6 +89,7 @@ export { FolderOutlineIcon } from './FolderOutlineIcon';
|
|
|
89
89
|
export { HelpCircleOutlineIcon } from './HelpCircleOutlineIcon';
|
|
90
90
|
export { IdOutlineIcon } from './IdOutlineIcon';
|
|
91
91
|
export { InformationOutlineIcon } from './InformationOutlineIcon';
|
|
92
|
+
export { LeafOutlineIcon } from './LeafOutlineIcon';
|
|
92
93
|
export { LightBulbOutlineIcon } from './LightBulbOutlineIcon';
|
|
93
94
|
export { LockOutlineIcon } from './LockOutlineIcon';
|
|
94
95
|
export { MembersOutlineIcon } from './MembersOutlineIcon';
|
|
@@ -137,6 +138,7 @@ export { FolderIcon } from './FolderIcon';
|
|
|
137
138
|
export { HelpCircleIcon } from './HelpCircleIcon';
|
|
138
139
|
export { IdIcon } from './IdIcon';
|
|
139
140
|
export { InformationIcon } from './InformationIcon';
|
|
141
|
+
export { LeafIcon } from './LeafIcon';
|
|
140
142
|
export { LightBulbIcon } from './LightBulbIcon';
|
|
141
143
|
export { LockIcon } from './LockIcon';
|
|
142
144
|
export { MembersIcon } from './MembersIcon';
|
package/dist/index.cjs
CHANGED
|
@@ -86,6 +86,7 @@ const FolderOutlineIcon = require("./components/Icon/__generatedIcons__/FolderOu
|
|
|
86
86
|
const HelpCircleOutlineIcon = require("./components/Icon/__generatedIcons__/HelpCircleOutlineIcon.cjs");
|
|
87
87
|
const IdOutlineIcon = require("./components/Icon/__generatedIcons__/IdOutlineIcon.cjs");
|
|
88
88
|
const InformationOutlineIcon = require("./components/Icon/__generatedIcons__/InformationOutlineIcon.cjs");
|
|
89
|
+
const LeafOutlineIcon = require("./components/Icon/__generatedIcons__/LeafOutlineIcon.cjs");
|
|
89
90
|
const LightBulbOutlineIcon = require("./components/Icon/__generatedIcons__/LightBulbOutlineIcon.cjs");
|
|
90
91
|
const LockOutlineIcon = require("./components/Icon/__generatedIcons__/LockOutlineIcon.cjs");
|
|
91
92
|
const MembersOutlineIcon = require("./components/Icon/__generatedIcons__/MembersOutlineIcon.cjs");
|
|
@@ -134,6 +135,7 @@ const FolderIcon = require("./components/Icon/__generatedIcons__/FolderIcon.cjs"
|
|
|
134
135
|
const HelpCircleIcon = require("./components/Icon/__generatedIcons__/HelpCircleIcon.cjs");
|
|
135
136
|
const IdIcon = require("./components/Icon/__generatedIcons__/IdIcon.cjs");
|
|
136
137
|
const InformationIcon = require("./components/Icon/__generatedIcons__/InformationIcon.cjs");
|
|
138
|
+
const LeafIcon = require("./components/Icon/__generatedIcons__/LeafIcon.cjs");
|
|
137
139
|
const LightBulbIcon = require("./components/Icon/__generatedIcons__/LightBulbIcon.cjs");
|
|
138
140
|
const LockIcon = require("./components/Icon/__generatedIcons__/LockIcon.cjs");
|
|
139
141
|
const MembersIcon = require("./components/Icon/__generatedIcons__/MembersIcon.cjs");
|
|
@@ -242,6 +244,7 @@ exports.FolderOutlineIcon = FolderOutlineIcon.FolderOutlineIcon;
|
|
|
242
244
|
exports.HelpCircleOutlineIcon = HelpCircleOutlineIcon.HelpCircleOutlineIcon;
|
|
243
245
|
exports.IdOutlineIcon = IdOutlineIcon.IdOutlineIcon;
|
|
244
246
|
exports.InformationOutlineIcon = InformationOutlineIcon.InformationOutlineIcon;
|
|
247
|
+
exports.LeafOutlineIcon = LeafOutlineIcon.LeafOutlineIcon;
|
|
245
248
|
exports.LightBulbOutlineIcon = LightBulbOutlineIcon.LightBulbOutlineIcon;
|
|
246
249
|
exports.LockOutlineIcon = LockOutlineIcon.LockOutlineIcon;
|
|
247
250
|
exports.MembersOutlineIcon = MembersOutlineIcon.MembersOutlineIcon;
|
|
@@ -290,6 +293,7 @@ exports.FolderIcon = FolderIcon.FolderIcon;
|
|
|
290
293
|
exports.HelpCircleIcon = HelpCircleIcon.HelpCircleIcon;
|
|
291
294
|
exports.IdIcon = IdIcon.IdIcon;
|
|
292
295
|
exports.InformationIcon = InformationIcon.InformationIcon;
|
|
296
|
+
exports.LeafIcon = LeafIcon.LeafIcon;
|
|
293
297
|
exports.LightBulbIcon = LightBulbIcon.LightBulbIcon;
|
|
294
298
|
exports.LockIcon = LockIcon.LockIcon;
|
|
295
299
|
exports.MembersIcon = MembersIcon.MembersIcon;
|
package/dist/index.js
CHANGED
|
@@ -84,6 +84,7 @@ import { FolderOutlineIcon } from "./components/Icon/__generatedIcons__/FolderOu
|
|
|
84
84
|
import { HelpCircleOutlineIcon } from "./components/Icon/__generatedIcons__/HelpCircleOutlineIcon.js";
|
|
85
85
|
import { IdOutlineIcon } from "./components/Icon/__generatedIcons__/IdOutlineIcon.js";
|
|
86
86
|
import { InformationOutlineIcon } from "./components/Icon/__generatedIcons__/InformationOutlineIcon.js";
|
|
87
|
+
import { LeafOutlineIcon } from "./components/Icon/__generatedIcons__/LeafOutlineIcon.js";
|
|
87
88
|
import { LightBulbOutlineIcon } from "./components/Icon/__generatedIcons__/LightBulbOutlineIcon.js";
|
|
88
89
|
import { LockOutlineIcon } from "./components/Icon/__generatedIcons__/LockOutlineIcon.js";
|
|
89
90
|
import { MembersOutlineIcon } from "./components/Icon/__generatedIcons__/MembersOutlineIcon.js";
|
|
@@ -132,6 +133,7 @@ import { FolderIcon } from "./components/Icon/__generatedIcons__/FolderIcon.js";
|
|
|
132
133
|
import { HelpCircleIcon } from "./components/Icon/__generatedIcons__/HelpCircleIcon.js";
|
|
133
134
|
import { IdIcon } from "./components/Icon/__generatedIcons__/IdIcon.js";
|
|
134
135
|
import { InformationIcon } from "./components/Icon/__generatedIcons__/InformationIcon.js";
|
|
136
|
+
import { LeafIcon } from "./components/Icon/__generatedIcons__/LeafIcon.js";
|
|
135
137
|
import { LightBulbIcon } from "./components/Icon/__generatedIcons__/LightBulbIcon.js";
|
|
136
138
|
import { LockIcon } from "./components/Icon/__generatedIcons__/LockIcon.js";
|
|
137
139
|
import { MembersIcon } from "./components/Icon/__generatedIcons__/MembersIcon.js";
|
|
@@ -238,6 +240,8 @@ export {
|
|
|
238
240
|
InformationIcon,
|
|
239
241
|
InformationOutlineIcon,
|
|
240
242
|
InstagramIcon,
|
|
243
|
+
LeafIcon,
|
|
244
|
+
LeafOutlineIcon,
|
|
241
245
|
LightBulbIcon,
|
|
242
246
|
LightBulbOutlineIcon,
|
|
243
247
|
LinkedinIcon,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ultraviolet/icons",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"description": "Ultraviolet Icons",
|
|
5
5
|
"homepage": "https://github.com/scaleway/ultraviolet#readme",
|
|
6
6
|
"repository": {
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"@utils/test": "0.0.1"
|
|
105
105
|
},
|
|
106
106
|
"dependencies": {
|
|
107
|
-
"@ultraviolet/themes": "1.
|
|
107
|
+
"@ultraviolet/themes": "1.14.0"
|
|
108
108
|
},
|
|
109
109
|
"scripts": {
|
|
110
110
|
"prebuild": "shx rm -rf dist",
|