@ultraviolet/icons 3.4.2 → 3.5.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.
@@ -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 AdjustmentsHorizontalIcon = ({
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", { d: "M10 4a2 2 0 1 0-4 0 2 2 0 0 0 4 0m7.25.75a.75.75 0 0 0 0-1.5h-5.5a.75.75 0 0 0 0 1.5zM5 4a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1 0-1.5h1.5A.75.75 0 0 1 5 4m-.75 13.25a.75.75 0 0 0 0-1.5h-1.5a.75.75 0 0 0 0 1.5zm13 0a.75.75 0 0 0 0-1.5h-5.5a.75.75 0 0 0 0 1.5zm-8.25-7a.75.75 0 0 1-.75.75h-5.5a.75.75 0 0 1 0-1.5h5.5a.75.75 0 0 1 .75.75m8.25.75a.75.75 0 0 0 0-1.5h-1.5a.75.75 0 0 0 0 1.5zM14 10.25a2 2 0 1 0-4 0 2 2 0 0 0 4 0m-4 6.25a2 2 0 1 0-4 0 2 2 0 0 0 4 0" }) })
10
+ );
11
+ exports.AdjustmentsHorizontalIcon = AdjustmentsHorizontalIcon;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from '../Icon';
2
+ export declare const AdjustmentsHorizontalIcon: ({ ...props }: Omit<IconProps, "children">) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1,11 @@
1
+ import { jsx } from "@emotion/react/jsx-runtime";
2
+ import { Icon } from "../Icon.js";
3
+ const AdjustmentsHorizontalIcon = ({
4
+ ...props
5
+ }) => (
6
+ // eslint-disable-next-line react/jsx-props-no-spreading
7
+ /* @__PURE__ */ jsx(Icon, { ...props, children: /* @__PURE__ */ jsx("path", { d: "M10 4a2 2 0 1 0-4 0 2 2 0 0 0 4 0m7.25.75a.75.75 0 0 0 0-1.5h-5.5a.75.75 0 0 0 0 1.5zM5 4a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1 0-1.5h1.5A.75.75 0 0 1 5 4m-.75 13.25a.75.75 0 0 0 0-1.5h-1.5a.75.75 0 0 0 0 1.5zm13 0a.75.75 0 0 0 0-1.5h-5.5a.75.75 0 0 0 0 1.5zm-8.25-7a.75.75 0 0 1-.75.75h-5.5a.75.75 0 0 1 0-1.5h5.5a.75.75 0 0 1 .75.75m8.25.75a.75.75 0 0 0 0-1.5h-1.5a.75.75 0 0 0 0 1.5zM14 10.25a2 2 0 1 0-4 0 2 2 0 0 0 4 0m-4 6.25a2 2 0 1 0-4 0 2 2 0 0 0 4 0" }) })
8
+ );
9
+ export {
10
+ AdjustmentsHorizontalIcon
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 AdjustmentsHorizontalOutlineIcon = ({
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", { d: "M7 3.5A.75.75 0 1 0 7 5a.75.75 0 0 0 0-1.5m-2.122 0a2.25 2.25 0 0 1 4.244 0h9.128a.75.75 0 0 1 0 1.5H9.122a2.25 2.25 0 0 1-4.244 0H1.75a.75.75 0 0 1 0-1.5zM13 9.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m-2.122 0a2.251 2.251 0 0 1 4.244 0h3.128a.75.75 0 0 1 0 1.5h-3.128a2.251 2.251 0 0 1-4.244 0H1.75a.75.75 0 0 1 0-1.5zM7 15.5A.75.75 0 1 0 7 17a.75.75 0 0 0 0-1.5m-2.122 0a2.25 2.25 0 0 1 4.244 0h9.128a.75.75 0 0 1 0 1.5H9.122a2.25 2.25 0 0 1-4.244 0H1.75a.75.75 0 0 1 0-1.5z" }) })
10
+ );
11
+ exports.AdjustmentsHorizontalOutlineIcon = AdjustmentsHorizontalOutlineIcon;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from '../Icon';
2
+ export declare const AdjustmentsHorizontalOutlineIcon: ({ ...props }: Omit<IconProps, "children">) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1,11 @@
1
+ import { jsx } from "@emotion/react/jsx-runtime";
2
+ import { Icon } from "../Icon.js";
3
+ const AdjustmentsHorizontalOutlineIcon = ({
4
+ ...props
5
+ }) => (
6
+ // eslint-disable-next-line react/jsx-props-no-spreading
7
+ /* @__PURE__ */ jsx(Icon, { ...props, children: /* @__PURE__ */ jsx("path", { d: "M7 3.5A.75.75 0 1 0 7 5a.75.75 0 0 0 0-1.5m-2.122 0a2.25 2.25 0 0 1 4.244 0h9.128a.75.75 0 0 1 0 1.5H9.122a2.25 2.25 0 0 1-4.244 0H1.75a.75.75 0 0 1 0-1.5zM13 9.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m-2.122 0a2.251 2.251 0 0 1 4.244 0h3.128a.75.75 0 0 1 0 1.5h-3.128a2.251 2.251 0 0 1-4.244 0H1.75a.75.75 0 0 1 0-1.5zM7 15.5A.75.75 0 1 0 7 17a.75.75 0 0 0 0-1.5m-2.122 0a2.25 2.25 0 0 1 4.244 0h9.128a.75.75 0 0 1 0 1.5H9.122a2.25 2.25 0 0 1-4.244 0H1.75a.75.75 0 0 1 0-1.5z" }) })
8
+ );
9
+ export {
10
+ AdjustmentsHorizontalOutlineIcon
11
+ };
@@ -64,6 +64,7 @@ export { WestShortIcon } from './WestShortIcon';
64
64
  export { WestIcon } from './WestIcon';
65
65
  export { YoutubeIcon } from './YoutubeIcon';
66
66
  export { AddressOutlineIcon } from './AddressOutlineIcon';
67
+ export { AdjustmentsHorizontalOutlineIcon } from './AdjustmentsHorizontalOutlineIcon';
67
68
  export { AlertCircleOutlineIcon } from './AlertCircleOutlineIcon';
68
69
  export { AutoFixOutlineIcon } from './AutoFixOutlineIcon';
69
70
  export { BookOpenOutlineOutlineIcon } from './BookOpenOutlineOutlineIcon';
@@ -115,6 +116,7 @@ export { UnlockOutlineIcon } from './UnlockOutlineIcon';
115
116
  export { UnpinOutlineIcon } from './UnpinOutlineIcon';
116
117
  export { WeatherNightOutlineIcon } from './WeatherNightOutlineIcon';
117
118
  export { AddressIcon } from './AddressIcon';
119
+ export { AdjustmentsHorizontalIcon } from './AdjustmentsHorizontalIcon';
118
120
  export { AlertCircleIcon } from './AlertCircleIcon';
119
121
  export { AutoFixIcon } from './AutoFixIcon';
120
122
  export { BookOpenOutlineIcon } from './BookOpenOutlineIcon';
package/dist/index.cjs CHANGED
@@ -61,6 +61,7 @@ const WestShortIcon = require("./components/Icon/__generatedIcons__/WestShortIco
61
61
  const WestIcon = require("./components/Icon/__generatedIcons__/WestIcon.cjs");
62
62
  const YoutubeIcon = require("./components/Icon/__generatedIcons__/YoutubeIcon.cjs");
63
63
  const AddressOutlineIcon = require("./components/Icon/__generatedIcons__/AddressOutlineIcon.cjs");
64
+ const AdjustmentsHorizontalOutlineIcon = require("./components/Icon/__generatedIcons__/AdjustmentsHorizontalOutlineIcon.cjs");
64
65
  const AlertCircleOutlineIcon = require("./components/Icon/__generatedIcons__/AlertCircleOutlineIcon.cjs");
65
66
  const AutoFixOutlineIcon = require("./components/Icon/__generatedIcons__/AutoFixOutlineIcon.cjs");
66
67
  const BookOpenOutlineOutlineIcon = require("./components/Icon/__generatedIcons__/BookOpenOutlineOutlineIcon.cjs");
@@ -112,6 +113,7 @@ const UnlockOutlineIcon = require("./components/Icon/__generatedIcons__/UnlockOu
112
113
  const UnpinOutlineIcon = require("./components/Icon/__generatedIcons__/UnpinOutlineIcon.cjs");
113
114
  const WeatherNightOutlineIcon = require("./components/Icon/__generatedIcons__/WeatherNightOutlineIcon.cjs");
114
115
  const AddressIcon = require("./components/Icon/__generatedIcons__/AddressIcon.cjs");
116
+ const AdjustmentsHorizontalIcon = require("./components/Icon/__generatedIcons__/AdjustmentsHorizontalIcon.cjs");
115
117
  const AlertCircleIcon = require("./components/Icon/__generatedIcons__/AlertCircleIcon.cjs");
116
118
  const AutoFixIcon = require("./components/Icon/__generatedIcons__/AutoFixIcon.cjs");
117
119
  const BookOpenOutlineIcon = require("./components/Icon/__generatedIcons__/BookOpenOutlineIcon.cjs");
@@ -223,6 +225,7 @@ exports.WestShortIcon = WestShortIcon.WestShortIcon;
223
225
  exports.WestIcon = WestIcon.WestIcon;
224
226
  exports.YoutubeIcon = YoutubeIcon.YoutubeIcon;
225
227
  exports.AddressOutlineIcon = AddressOutlineIcon.AddressOutlineIcon;
228
+ exports.AdjustmentsHorizontalOutlineIcon = AdjustmentsHorizontalOutlineIcon.AdjustmentsHorizontalOutlineIcon;
226
229
  exports.AlertCircleOutlineIcon = AlertCircleOutlineIcon.AlertCircleOutlineIcon;
227
230
  exports.AutoFixOutlineIcon = AutoFixOutlineIcon.AutoFixOutlineIcon;
228
231
  exports.BookOpenOutlineOutlineIcon = BookOpenOutlineOutlineIcon.BookOpenOutlineOutlineIcon;
@@ -274,6 +277,7 @@ exports.UnlockOutlineIcon = UnlockOutlineIcon.UnlockOutlineIcon;
274
277
  exports.UnpinOutlineIcon = UnpinOutlineIcon.UnpinOutlineIcon;
275
278
  exports.WeatherNightOutlineIcon = WeatherNightOutlineIcon.WeatherNightOutlineIcon;
276
279
  exports.AddressIcon = AddressIcon.AddressIcon;
280
+ exports.AdjustmentsHorizontalIcon = AdjustmentsHorizontalIcon.AdjustmentsHorizontalIcon;
277
281
  exports.AlertCircleIcon = AlertCircleIcon.AlertCircleIcon;
278
282
  exports.AutoFixIcon = AutoFixIcon.AutoFixIcon;
279
283
  exports.BookOpenOutlineIcon = BookOpenOutlineIcon.BookOpenOutlineIcon;
package/dist/index.js CHANGED
@@ -59,6 +59,7 @@ import { WestShortIcon } from "./components/Icon/__generatedIcons__/WestShortIco
59
59
  import { WestIcon } from "./components/Icon/__generatedIcons__/WestIcon.js";
60
60
  import { YoutubeIcon } from "./components/Icon/__generatedIcons__/YoutubeIcon.js";
61
61
  import { AddressOutlineIcon } from "./components/Icon/__generatedIcons__/AddressOutlineIcon.js";
62
+ import { AdjustmentsHorizontalOutlineIcon } from "./components/Icon/__generatedIcons__/AdjustmentsHorizontalOutlineIcon.js";
62
63
  import { AlertCircleOutlineIcon } from "./components/Icon/__generatedIcons__/AlertCircleOutlineIcon.js";
63
64
  import { AutoFixOutlineIcon } from "./components/Icon/__generatedIcons__/AutoFixOutlineIcon.js";
64
65
  import { BookOpenOutlineOutlineIcon } from "./components/Icon/__generatedIcons__/BookOpenOutlineOutlineIcon.js";
@@ -110,6 +111,7 @@ import { UnlockOutlineIcon } from "./components/Icon/__generatedIcons__/UnlockOu
110
111
  import { UnpinOutlineIcon } from "./components/Icon/__generatedIcons__/UnpinOutlineIcon.js";
111
112
  import { WeatherNightOutlineIcon } from "./components/Icon/__generatedIcons__/WeatherNightOutlineIcon.js";
112
113
  import { AddressIcon } from "./components/Icon/__generatedIcons__/AddressIcon.js";
114
+ import { AdjustmentsHorizontalIcon } from "./components/Icon/__generatedIcons__/AdjustmentsHorizontalIcon.js";
113
115
  import { AlertCircleIcon } from "./components/Icon/__generatedIcons__/AlertCircleIcon.js";
114
116
  import { AutoFixIcon } from "./components/Icon/__generatedIcons__/AutoFixIcon.js";
115
117
  import { BookOpenOutlineIcon } from "./components/Icon/__generatedIcons__/BookOpenOutlineIcon.js";
@@ -163,6 +165,8 @@ import { WeatherNightIcon } from "./components/Icon/__generatedIcons__/WeatherNi
163
165
  export {
164
166
  AddressIcon,
165
167
  AddressOutlineIcon,
168
+ AdjustmentsHorizontalIcon,
169
+ AdjustmentsHorizontalOutlineIcon,
166
170
  AlertCircleIcon,
167
171
  AlertCircleOutlineIcon,
168
172
  AnchorIcon,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ultraviolet/icons",
3
- "version": "3.4.2",
3
+ "version": "3.5.0",
4
4
  "description": "Ultraviolet Icons",
5
5
  "homepage": "https://github.com/scaleway/ultraviolet#readme",
6
6
  "repository": {
@@ -100,15 +100,15 @@
100
100
  }
101
101
  ],
102
102
  "peerDependencies": {
103
- "@emotion/react": "11.13.3",
104
- "@emotion/styled": "11.13.0",
103
+ "@emotion/react": "11.13.5",
104
+ "@emotion/styled": "11.13.5",
105
105
  "react": "18.3.1",
106
106
  "react-dom": "18.3.1"
107
107
  },
108
108
  "devDependencies": {
109
109
  "@babel/core": "7.26.0",
110
- "@emotion/react": "11.13.3",
111
- "@emotion/styled": "11.13.0",
110
+ "@emotion/react": "11.13.5",
111
+ "@emotion/styled": "11.13.5",
112
112
  "@types/react": "18.3.12",
113
113
  "@types/react-dom": "18.3.1",
114
114
  "react": "18.3.1",