@photoroom/icons 0.1.13 → 0.1.15

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,4 @@
1
+ // Code generated by "generateIcons.js"; DO NOT EDIT.
2
+
3
+ import * as React from 'react';
4
+ export function BarChartIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): React.JSX.Element;
@@ -0,0 +1,33 @@
1
+ // Code generated by "generateIcons.js"; DO NOT EDIT.
2
+
3
+ import * as React from "react";
4
+ import { forwardRef } from "react";
5
+ const BarChartIcon = (props, ref) => /*#__PURE__*/React.createElement("svg", Object.assign({
6
+ viewBox: "0 0 20 20",
7
+ style: {
8
+ flexShrink: 0
9
+ },
10
+ fill: "currentColor",
11
+ "aria-hidden": "true",
12
+ ref: ref
13
+ }, props), /*#__PURE__*/React.createElement("g", {
14
+ transform: "translate(1.6667 3.3334)"
15
+ }, /*#__PURE__*/React.createElement("path", {
16
+ fillRule: "evenodd",
17
+ d: "M0.833333 11.6667C0.373096 11.6667 0 12.0398 0 12.5C0 12.9602 0.373096 13.3333 0.833334 13.3333H15.8333C16.2936 13.3333 16.6667 12.9602 16.6667 12.5C16.6667 12.0398 16.2936 11.6667 15.8333 11.6667H0.833333Z",
18
+ clipRule: "evenodd"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ fillRule: "evenodd",
21
+ d: "M3.33333 9.16667C3.33333 9.6269 3.70643 10 4.16667 10C4.6269 10 5 9.6269 5 9.16667V5.83333C5 5.3731 4.6269 5 4.16667 5C3.70643 5 3.33333 5.3731 3.33333 5.83333V9.16667Z",
22
+ clipRule: "evenodd"
23
+ }), /*#__PURE__*/React.createElement("path", {
24
+ fillRule: "evenodd",
25
+ d: "M7.5 9.16667C7.5 9.6269 7.8731 10 8.33333 10C8.79357 10 9.16667 9.6269 9.16667 9.16667V0.833333C9.16667 0.373096 8.79357 0 8.33333 0C7.8731 0 7.5 0.373096 7.5 0.833333V9.16667Z",
26
+ clipRule: "evenodd"
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ fillRule: "evenodd",
29
+ d: "M11.6667 9.16667C11.6667 9.6269 12.0398 10 12.5 10C12.9602 10 13.3333 9.6269 13.3333 9.16667V3.33333C13.3333 2.8731 12.9602 2.5 12.5 2.5C12.0398 2.5 11.6667 2.8731 11.6667 3.33333V9.16667Z",
30
+ clipRule: "evenodd"
31
+ })));
32
+ const ForwardRef = forwardRef(BarChartIcon);
33
+ export { ForwardRef as BarChartIcon };
@@ -0,0 +1,4 @@
1
+ // Code generated by "generateIcons.js"; DO NOT EDIT.
2
+
3
+ import * as React from 'react';
4
+ export function CalendarIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): React.JSX.Element;
@@ -0,0 +1,27 @@
1
+ // Code generated by "generateIcons.js"; DO NOT EDIT.
2
+
3
+ import * as React from "react";
4
+ import { forwardRef } from "react";
5
+ const CalendarIcon = (props, ref) => /*#__PURE__*/React.createElement("svg", Object.assign({
6
+ viewBox: "0 0 20 20",
7
+ style: {
8
+ flexShrink: 0
9
+ },
10
+ fill: "currentColor",
11
+ "aria-hidden": "true",
12
+ ref: ref
13
+ }, props), /*#__PURE__*/React.createElement("g", {
14
+ transform: "translate(1.6667 0.8333)"
15
+ }, /*#__PURE__*/React.createElement("path", {
16
+ fillRule: "evenodd",
17
+ d: "M13.3333 1.66667C15.1743 1.66667 16.6667 3.15905 16.6667 5V15C16.6667 16.8409 15.1743 18.3333 13.3333 18.3333H3.33333C1.49238 18.3333 0 16.8409 0 15V5C0 3.15905 1.49238 1.66667 3.33333 1.66667H13.3333ZM3.33333 3.33333C1.66667 3.33333 1.66667 4.91286 1.66667 5.83333V7.5V10V15C1.66667 15.9205 2.41286 16.6667 3.33333 16.6667H13.3333C14.2538 16.6667 15 15.9205 15 15V5.83333C15 4.91286 15 3.33333 13.3333 3.33333H3.33333Z",
18
+ clipRule: "evenodd"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M1.66667 5.83333H15V7.5H1.66667V5.83333Z"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M5 0C5.46024 0 5.83333 0.373096 5.83333 0.833333V4.16667C5.83333 4.6269 5.46024 5 5 5C4.53976 5 4.16667 4.6269 4.16667 4.16667V0.833333C4.16667 0.373096 4.53976 0 5 0Z"
23
+ }), /*#__PURE__*/React.createElement("path", {
24
+ d: "M11.6667 0C12.1269 0 12.5 0.373096 12.5 0.833333V4.16667C12.5 4.6269 12.1269 5 11.6667 5C11.2064 5 10.8333 4.6269 10.8333 4.16667V0.833333C10.8333 0.373096 11.2064 0 11.6667 0Z"
25
+ })));
26
+ const ForwardRef = forwardRef(CalendarIcon);
27
+ export { ForwardRef as CalendarIcon };
@@ -0,0 +1,4 @@
1
+ // Code generated by "generateIcons.js"; DO NOT EDIT.
2
+
3
+ import * as React from 'react';
4
+ export function GrowIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): React.JSX.Element;
@@ -0,0 +1,69 @@
1
+ // Code generated by "generateIcons.js"; DO NOT EDIT.
2
+
3
+ import * as React from "react";
4
+ import { forwardRef } from "react";
5
+ const GrowIcon = (props, ref) => /*#__PURE__*/React.createElement("svg", Object.assign({
6
+ viewBox: "0 0 32 32",
7
+ style: {
8
+ flexShrink: 0
9
+ },
10
+ fill: "currentColor",
11
+ "aria-hidden": "true",
12
+ ref: ref
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ stroke: "currentColor",
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round",
17
+ strokeWidth: 2.66667,
18
+ d: "M16 21.3335V28.0002",
19
+ style: {
20
+ fill: "none"
21
+ }
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ stroke: "currentColor",
24
+ strokeLinecap: "round",
25
+ strokeLinejoin: "round",
26
+ strokeWidth: 2.66667,
27
+ d: "M21.3333 18.6665V27.9998",
28
+ style: {
29
+ fill: "none"
30
+ }
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ stroke: "currentColor",
33
+ strokeLinecap: "round",
34
+ strokeLinejoin: "round",
35
+ strokeWidth: 2.66667,
36
+ d: "M26.6667 13.3335V28.0002",
37
+ style: {
38
+ fill: "none"
39
+ }
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ stroke: "currentColor",
42
+ strokeLinecap: "round",
43
+ strokeLinejoin: "round",
44
+ strokeWidth: 2.66667,
45
+ d: "M29.3334 4L17.8054 15.528C17.7435 15.5901 17.6699 15.6393 17.5889 15.6729C17.5079 15.7066 17.4211 15.7239 17.3334 15.7239C17.2457 15.7239 17.1589 15.7066 17.0779 15.6729C16.9969 15.6393 16.9233 15.5901 16.8614 15.528L12.4721 11.1387C12.3471 11.0137 12.1775 10.9435 12.0007 10.9435C11.824 10.9435 11.6544 11.0137 11.5294 11.1387L2.66675 20",
46
+ style: {
47
+ fill: "none"
48
+ }
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ stroke: "currentColor",
51
+ strokeLinecap: "round",
52
+ strokeLinejoin: "round",
53
+ strokeWidth: 2.66667,
54
+ d: "M5.33325 24V28",
55
+ style: {
56
+ fill: "none"
57
+ }
58
+ }), /*#__PURE__*/React.createElement("path", {
59
+ stroke: "currentColor",
60
+ strokeLinecap: "round",
61
+ strokeLinejoin: "round",
62
+ strokeWidth: 2.66667,
63
+ d: "M10.6667 18.6665V27.9998",
64
+ style: {
65
+ fill: "none"
66
+ }
67
+ }));
68
+ const ForwardRef = forwardRef(GrowIcon);
69
+ export { ForwardRef as GrowIcon };
@@ -0,0 +1,4 @@
1
+ // Code generated by "generateIcons.js"; DO NOT EDIT.
2
+
3
+ import * as React from 'react';
4
+ export function LineChartIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): React.JSX.Element;
@@ -0,0 +1,21 @@
1
+ // Code generated by "generateIcons.js"; DO NOT EDIT.
2
+
3
+ import * as React from "react";
4
+ import { forwardRef } from "react";
5
+ const LineChartIcon = (props, ref) => /*#__PURE__*/React.createElement("svg", Object.assign({
6
+ viewBox: "0 0 20 20",
7
+ style: {
8
+ flexShrink: 0
9
+ },
10
+ fill: "currentColor",
11
+ "aria-hidden": "true",
12
+ ref: ref
13
+ }, props), /*#__PURE__*/React.createElement("g", {
14
+ transform: "translate(1.667 3.3332)"
15
+ }, /*#__PURE__*/React.createElement("path", {
16
+ fillRule: "evenodd",
17
+ d: "M15.833 11.6666C16.2932 11.6666 16.666 12.0404 16.666 12.5006C16.6658 12.9606 16.2931 13.3336 15.833 13.3336H0.833008C0.372929 13.3336 0.000257018 12.9606 0 12.5006C0 12.0404 0.372771 11.6666 0.833008 11.6666H15.833ZM12.5693 0.499631C12.7538 0.07808 13.2454 -0.114336 13.667 0.0699434C14.0884 0.254434 14.2809 0.746062 14.0967 1.1676L11.1797 7.83362C11.0728 8.07799 10.8553 8.25692 10.5947 8.31408C10.3343 8.37112 10.0626 8.29975 9.86328 8.12268L6.79883 5.40002L4.00684 9.23987C3.73616 9.61204 3.21498 9.69504 2.84277 9.42444C2.47066 9.15379 2.38869 8.63256 2.65918 8.26037L5.99219 3.67737L6.04785 3.60901C6.18433 3.45779 6.37262 3.36061 6.57715 3.3385C6.81086 3.31332 7.04403 3.38838 7.21973 3.54455L10.1123 6.11487L12.5693 0.499631Z",
18
+ clipRule: "evenodd"
19
+ })));
20
+ const ForwardRef = forwardRef(LineChartIcon);
21
+ export { ForwardRef as LineChartIcon };
@@ -0,0 +1,4 @@
1
+ // Code generated by "generateIcons.js"; DO NOT EDIT.
2
+
3
+ import * as React from 'react';
4
+ export function MagicPenIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): React.JSX.Element;
@@ -0,0 +1,42 @@
1
+ // Code generated by "generateIcons.js"; DO NOT EDIT.
2
+
3
+ import * as React from "react";
4
+ import { forwardRef } from "react";
5
+ const MagicPenIcon = (props, ref) => /*#__PURE__*/React.createElement("svg", Object.assign({
6
+ viewBox: "0 0 32 32",
7
+ style: {
8
+ flexShrink: 0
9
+ },
10
+ fill: "currentColor",
11
+ "aria-hidden": "true",
12
+ ref: ref
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ stroke: "currentColor",
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round",
17
+ strokeWidth: 2.66667,
18
+ d: "M14.6667 13.3333L18.6667 17.3333",
19
+ style: {
20
+ fill: "none"
21
+ }
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ stroke: "currentColor",
24
+ strokeLinecap: "round",
25
+ strokeLinejoin: "round",
26
+ strokeWidth: 2.66667,
27
+ d: "M8.66669 28.0001C9.58967 28.0001 10.4919 27.7264 11.2594 27.2136C12.0268 26.7008 12.6249 25.972 12.9781 25.1193C13.3313 24.2666 13.4238 23.3282 13.2437 22.423C13.0636 21.5178 12.6192 20.6862 11.9665 20.0336C11.3139 19.3809 10.4824 18.9365 9.57711 18.7564C8.67187 18.5764 7.73356 18.6688 6.88084 19.022C6.02811 19.3752 5.29928 19.9733 4.7865 20.7408C4.27372 21.5082 4.00003 22.4104 4.00003 23.3334C4.00027 24.2209 3.66276 25.0751 3.05603 25.7228C2.86907 25.9092 2.7417 26.147 2.69006 26.406C2.63841 26.6649 2.66482 26.9334 2.76593 27.1773C2.86705 27.4212 3.03831 27.6297 3.25802 27.7761C3.47772 27.9226 3.73597 28.0006 4.00003 28.0001H8.66669Z",
28
+ style: {
29
+ fill: "none"
30
+ }
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ stroke: "currentColor",
33
+ strokeLinecap: "round",
34
+ strokeLinejoin: "round",
35
+ strokeWidth: 2.66667,
36
+ d: "M13.292 22.708L28.504 7.49864C29.0348 6.96785 29.333 6.24795 29.333 5.4973C29.333 4.74666 29.0348 4.02676 28.504 3.49597C27.9732 2.96518 27.2533 2.66699 26.5026 2.66699C25.752 2.66699 25.0321 2.96518 24.5013 3.49597L9.28931 18.708",
37
+ style: {
38
+ fill: "none"
39
+ }
40
+ }));
41
+ const ForwardRef = forwardRef(MagicPenIcon);
42
+ export { ForwardRef as MagicPenIcon };
@@ -0,0 +1,4 @@
1
+ // Code generated by "generateIcons.js"; DO NOT EDIT.
2
+
3
+ import * as React from 'react';
4
+ export function OpenaiIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): React.JSX.Element;
@@ -0,0 +1,17 @@
1
+ // Code generated by "generateIcons.js"; DO NOT EDIT.
2
+
3
+ import * as React from "react";
4
+ import { forwardRef } from "react";
5
+ const OpenaiIcon = (props, ref) => /*#__PURE__*/React.createElement("svg", Object.assign({
6
+ viewBox: "0 0 16 16",
7
+ style: {
8
+ flexShrink: 0
9
+ },
10
+ fill: "currentColor",
11
+ "aria-hidden": "true",
12
+ ref: ref
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ d: "M14.949 6.54662C15.1304 6.00823 15.1932 5.43698 15.1332 4.87204C15.0731 4.3071 14.8916 3.76183 14.601 3.27362C14.1633 2.5303 13.5029 1.94352 12.7132 1.59642C11.9235 1.24931 11.0446 1.15947 10.201 1.33962C9.71808 0.810868 9.10507 0.417827 8.42302 0.19962C7.73881 -0.0212023 7.00897 -0.0604854 6.30502 0.0856204C5.60261 0.230777 4.95058 0.557656 4.41402 1.03362C3.88017 1.50561 3.48067 2.11039 3.25602 2.78662C2.69321 2.90099 2.16071 3.13232 1.69302 3.46562C1.22817 3.79751 0.839799 4.22509 0.554016 4.71962C0.118628 5.45758 -0.0676419 6.31609 0.0227667 7.16812C0.113175 8.02016 0.47546 8.82046 1.05602 9.45062C0.87417 9.98901 0.81094 10.5604 0.870663 11.1255C0.930386 11.6906 1.11165 12.2361 1.40202 12.7246C1.83995 13.4681 2.50081 14.055 3.2909 14.4019C4.08099 14.7489 4.96024 14.8383 5.80402 14.6576C6.18602 15.0826 6.65602 15.4216 7.18102 15.6526C7.70702 15.8836 8.27602 16.0026 8.85102 15.9986C10.631 16.0006 12.209 14.8666 12.752 13.1946C13.3149 13.08 13.8474 12.8483 14.315 12.5146C14.7801 12.1831 15.1688 11.7559 15.455 11.2616C15.8863 10.5248 16.0699 9.66914 15.9788 8.82027C15.8878 7.97141 15.5268 7.17514 14.949 6.54662ZM8.85202 14.9516C8.14271 14.9535 7.45493 14.7081 6.90702 14.2576L7.00302 14.2036L10.233 12.3656C10.313 12.3194 10.3795 12.2532 10.426 12.1734C10.4725 12.0935 10.4973 12.003 10.498 11.9106V7.42062L11.864 8.19862C11.8773 8.20595 11.8857 8.21762 11.889 8.23362V11.9556C11.886 13.6086 10.528 14.9476 8.85202 14.9516ZM2.32202 12.2016C1.96656 11.5958 1.83891 10.8831 1.96202 10.1916L2.05702 10.2486L5.29002 12.0896C5.37023 12.1356 5.46107 12.1598 5.55352 12.1598C5.64596 12.1598 5.7368 12.1356 5.81702 12.0896L9.76602 9.84362V11.3986C9.76595 11.4067 9.76391 11.4147 9.76008 11.4218C9.75624 11.429 9.75073 11.4351 9.74402 11.4396L6.47302 13.2996C5.01902 14.1256 3.16102 13.6346 2.32202 12.2016ZM1.47302 5.26162C1.83429 4.6497 2.39979 4.18477 3.07002 3.94862V7.73362C3.06905 7.82542 3.09289 7.91577 3.139 7.99515C3.18511 8.07453 3.2518 8.13999 3.33202 8.18462L7.26202 10.4216L5.89602 11.2006C5.88866 11.2046 5.8804 11.2068 5.87202 11.2068C5.86363 11.2068 5.85537 11.2046 5.84802 11.2006L2.58502 9.34162C2.24116 9.14782 1.93923 8.88764 1.69675 8.57619C1.45428 8.26473 1.2761 7.90821 1.17255 7.52733C1.069 7.14644 1.04215 6.74878 1.09356 6.35743C1.14497 5.96608 1.27361 5.58884 1.47202 5.24762L1.47302 5.26162ZM12.689 7.83262L8.74702 5.57562L10.109 4.79962C10.1164 4.79559 10.1246 4.79348 10.133 4.79348C10.1414 4.79348 10.1497 4.79559 10.157 4.79962L13.422 6.65962C13.9202 6.94178 14.3272 7.3606 14.595 7.86662C14.8627 8.36944 14.9796 8.93881 14.9317 9.50642C14.8838 10.074 14.6732 10.6158 14.325 11.0666C13.9744 11.5202 13.503 11.8657 12.965 12.0636V8.27862C12.9625 8.18666 12.9356 8.09702 12.8871 8.01884C12.8386 7.94067 12.7703 7.87575 12.689 7.83262ZM14.049 5.81862L13.952 5.76162L10.726 3.90662C10.6454 3.8601 10.5541 3.83561 10.461 3.83561C10.368 3.83561 10.2766 3.8601 10.196 3.90662L6.24902 6.15262V4.59762C6.24789 4.58982 6.2491 4.58187 6.25248 4.57475C6.25586 4.56764 6.26126 4.56168 6.26802 4.55762L9.53302 2.69962C10.0342 2.41463 10.6055 2.27651 11.1815 2.3011C11.7575 2.32568 12.315 2.51196 12.79 2.83862C13.264 3.16362 13.633 3.61662 13.856 4.14162C14.079 4.66762 14.145 5.24462 14.047 5.80562L14.049 5.81862ZM5.50302 8.57462L4.13902 7.79962C4.13208 7.79593 4.12611 7.79066 4.12159 7.78423C4.11708 7.7778 4.11414 7.7704 4.11302 7.76262V4.04862C4.11302 3.47862 4.27902 2.92162 4.58902 2.44162C4.89902 1.96162 5.34102 1.57762 5.86402 1.33662C6.38745 1.09558 6.96801 1.00621 7.53971 1.07869C8.1114 1.15117 8.65129 1.38258 9.09802 1.74662L9.00202 1.80062L5.77202 3.63862C5.69203 3.6848 5.6255 3.75107 5.57902 3.83088C5.53253 3.91069 5.50771 4.00126 5.50702 4.09362L5.50302 8.57462ZM6.24502 6.99762L8.00302 5.99762L9.76502 6.99762V8.99762L8.01002 9.99762L6.24802 8.99762L6.24502 6.99762Z"
15
+ }));
16
+ const ForwardRef = forwardRef(OpenaiIcon);
17
+ export { ForwardRef as OpenaiIcon };
@@ -0,0 +1,4 @@
1
+ // Code generated by "generateIcons.js"; DO NOT EDIT.
2
+
3
+ import * as React from 'react';
4
+ export function SellIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): React.JSX.Element;
@@ -0,0 +1,60 @@
1
+ // Code generated by "generateIcons.js"; DO NOT EDIT.
2
+
3
+ import * as React from "react";
4
+ import { forwardRef } from "react";
5
+ const SellIcon = (props, ref) => /*#__PURE__*/React.createElement("svg", Object.assign({
6
+ viewBox: "0 0 32 32",
7
+ style: {
8
+ flexShrink: 0
9
+ },
10
+ fill: "currentColor",
11
+ "aria-hidden": "true",
12
+ ref: ref
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ stroke: "currentColor",
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round",
17
+ strokeWidth: 2.66667,
18
+ d: "M14.6667 20.0001H17.3333C18.0406 20.0001 18.7189 19.7191 19.219 19.219C19.719 18.7189 20 18.0407 20 17.3334C20 16.6262 19.719 15.9479 19.219 15.4478C18.7189 14.9477 18.0406 14.6667 17.3333 14.6667H13.3333C12.5333 14.6667 11.8667 14.9334 11.4667 15.4667L4 22.6667",
19
+ style: {
20
+ fill: "none"
21
+ }
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ stroke: "currentColor",
24
+ strokeLinecap: "round",
25
+ strokeLinejoin: "round",
26
+ strokeWidth: 2.66667,
27
+ d: "M9.33325 28.0001L11.4666 26.1335C11.8666 25.6001 12.5333 25.3335 13.3333 25.3335H18.6666C20.1333 25.3335 21.4666 24.8001 22.3999 23.7335L28.5333 17.8668C29.0478 17.3806 29.3481 16.7098 29.3681 16.0022C29.3881 15.2946 29.1261 14.608 28.6399 14.0935C28.1537 13.5789 27.483 13.2786 26.7753 13.2586C26.0677 13.2386 25.3811 13.5006 24.8666 13.9868L19.2666 19.1868",
28
+ style: {
29
+ fill: "none"
30
+ }
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ stroke: "currentColor",
33
+ strokeLinecap: "round",
34
+ strokeLinejoin: "round",
35
+ strokeWidth: 2.66667,
36
+ d: "M2.66675 21.3333L10.6667 29.3333",
37
+ style: {
38
+ fill: "none"
39
+ }
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ stroke: "currentColor",
42
+ strokeLinecap: "round",
43
+ strokeLinejoin: "round",
44
+ strokeWidth: 2.66667,
45
+ d: "M21.3335 15.8669C23.469 15.8669 25.2001 14.1357 25.2001 12.0002C25.2001 9.86471 23.469 8.13354 21.3335 8.13354C19.198 8.13354 17.4668 9.86471 17.4668 12.0002C17.4668 14.1357 19.198 15.8669 21.3335 15.8669Z",
46
+ style: {
47
+ fill: "none"
48
+ }
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ stroke: "currentColor",
51
+ strokeLinecap: "round",
52
+ strokeLinejoin: "round",
53
+ strokeWidth: 2.66667,
54
+ d: "M8 10.6667C10.2091 10.6667 12 8.87589 12 6.66675C12 4.45761 10.2091 2.66675 8 2.66675C5.79086 2.66675 4 4.45761 4 6.66675C4 8.87589 5.79086 10.6667 8 10.6667Z",
55
+ style: {
56
+ fill: "none"
57
+ }
58
+ }));
59
+ const ForwardRef = forwardRef(SellIcon);
60
+ export { ForwardRef as SellIcon };
@@ -38,6 +38,7 @@ export { ArrowUpIcon } from './ArrowUpIcon'
38
38
  export { AutomationIcon } from './AutomationIcon'
39
39
  export { BackgroundIcon } from './BackgroundIcon'
40
40
  export { BadIcon } from './BadIcon'
41
+ export { BarChartIcon } from './BarChartIcon'
41
42
  export { BatchAdjustIcon } from './BatchAdjustIcon'
42
43
  export { BatchIcon } from './BatchIcon'
43
44
  export { BatchSelectedIcon } from './BatchSelectedIcon'
@@ -51,6 +52,7 @@ export { BrushIcon } from './BrushIcon'
51
52
  export { BuildingIcon } from './BuildingIcon'
52
53
  export { BulbIcon } from './BulbIcon'
53
54
  export { BulbOnIcon } from './BulbOnIcon'
55
+ export { CalendarIcon } from './CalendarIcon'
54
56
  export { ChatIcon } from './ChatIcon'
55
57
  export { CheckIcon } from './CheckIcon'
56
58
  export { CheckCircleIcon } from './CheckCircleIcon'
@@ -136,6 +138,7 @@ export { GoogleIcon } from './GoogleIcon'
136
138
  export { GridIcon } from './GridIcon'
137
139
  export { GridLargeIcon } from './GridLargeIcon'
138
140
  export { GridSmallIcon } from './GridSmallIcon'
141
+ export { GrowIcon } from './GrowIcon'
139
142
  export { HelpChatIcon } from './HelpChatIcon'
140
143
  export { HighDefinitionIcon } from './HighDefinitionIcon'
141
144
  export { HistoryIcon } from './HistoryIcon'
@@ -153,11 +156,13 @@ export { LayersFilledIcon } from './LayersFilledIcon'
153
156
  export { LayoutIcon } from './LayoutIcon'
154
157
  export { LetterSpacingIcon } from './LetterSpacingIcon'
155
158
  export { LibraryIcon } from './LibraryIcon'
159
+ export { LineChartIcon } from './LineChartIcon'
156
160
  export { LinkIcon } from './LinkIcon'
157
161
  export { LinkBrokenIcon } from './LinkBrokenIcon'
158
162
  export { LinkedinIcon } from './LinkedinIcon'
159
163
  export { LogOutIcon } from './LogOutIcon'
160
164
  export { LogoIcon } from './LogoIcon'
165
+ export { MagicPenIcon } from './MagicPenIcon'
161
166
  export { MagicStudioIcon } from './MagicStudioIcon'
162
167
  export { MentionIcon } from './MentionIcon'
163
168
  export { MenuIcon } from './MenuIcon'
@@ -171,6 +176,7 @@ export { MoveForwardIcon } from './MoveForwardIcon'
171
176
  export { MoveFrontIcon } from './MoveFrontIcon'
172
177
  export { NotificationIcon } from './NotificationIcon'
173
178
  export { NotificationNoneIcon } from './NotificationNoneIcon'
179
+ export { OpenaiIcon } from './OpenaiIcon'
174
180
  export { OtherIcon } from './OtherIcon'
175
181
  export { OutlineIcon } from './OutlineIcon'
176
182
  export { OutlineWidthIcon } from './OutlineWidthIcon'
@@ -222,6 +228,7 @@ export { RotateLeftIcon } from './RotateLeftIcon'
222
228
  export { RulerIcon } from './RulerIcon'
223
229
  export { SearchIcon } from './SearchIcon'
224
230
  export { SelectNoneIcon } from './SelectNoneIcon'
231
+ export { SellIcon } from './SellIcon'
225
232
  export { SettingsIcon } from './SettingsIcon'
226
233
  export { ShadowIcon } from './ShadowIcon'
227
234
  export { ShareIcon } from './ShareIcon'
@@ -38,6 +38,7 @@ export { ArrowUpIcon } from './ArrowUpIcon.js'
38
38
  export { AutomationIcon } from './AutomationIcon.js'
39
39
  export { BackgroundIcon } from './BackgroundIcon.js'
40
40
  export { BadIcon } from './BadIcon.js'
41
+ export { BarChartIcon } from './BarChartIcon.js'
41
42
  export { BatchAdjustIcon } from './BatchAdjustIcon.js'
42
43
  export { BatchIcon } from './BatchIcon.js'
43
44
  export { BatchSelectedIcon } from './BatchSelectedIcon.js'
@@ -51,6 +52,7 @@ export { BrushIcon } from './BrushIcon.js'
51
52
  export { BuildingIcon } from './BuildingIcon.js'
52
53
  export { BulbIcon } from './BulbIcon.js'
53
54
  export { BulbOnIcon } from './BulbOnIcon.js'
55
+ export { CalendarIcon } from './CalendarIcon.js'
54
56
  export { ChatIcon } from './ChatIcon.js'
55
57
  export { CheckIcon } from './CheckIcon.js'
56
58
  export { CheckCircleIcon } from './CheckCircleIcon.js'
@@ -136,6 +138,7 @@ export { GoogleIcon } from './GoogleIcon.js'
136
138
  export { GridIcon } from './GridIcon.js'
137
139
  export { GridLargeIcon } from './GridLargeIcon.js'
138
140
  export { GridSmallIcon } from './GridSmallIcon.js'
141
+ export { GrowIcon } from './GrowIcon.js'
139
142
  export { HelpChatIcon } from './HelpChatIcon.js'
140
143
  export { HighDefinitionIcon } from './HighDefinitionIcon.js'
141
144
  export { HistoryIcon } from './HistoryIcon.js'
@@ -153,11 +156,13 @@ export { LayersFilledIcon } from './LayersFilledIcon.js'
153
156
  export { LayoutIcon } from './LayoutIcon.js'
154
157
  export { LetterSpacingIcon } from './LetterSpacingIcon.js'
155
158
  export { LibraryIcon } from './LibraryIcon.js'
159
+ export { LineChartIcon } from './LineChartIcon.js'
156
160
  export { LinkIcon } from './LinkIcon.js'
157
161
  export { LinkBrokenIcon } from './LinkBrokenIcon.js'
158
162
  export { LinkedinIcon } from './LinkedinIcon.js'
159
163
  export { LogOutIcon } from './LogOutIcon.js'
160
164
  export { LogoIcon } from './LogoIcon.js'
165
+ export { MagicPenIcon } from './MagicPenIcon.js'
161
166
  export { MagicStudioIcon } from './MagicStudioIcon.js'
162
167
  export { MentionIcon } from './MentionIcon.js'
163
168
  export { MenuIcon } from './MenuIcon.js'
@@ -171,6 +176,7 @@ export { MoveForwardIcon } from './MoveForwardIcon.js'
171
176
  export { MoveFrontIcon } from './MoveFrontIcon.js'
172
177
  export { NotificationIcon } from './NotificationIcon.js'
173
178
  export { NotificationNoneIcon } from './NotificationNoneIcon.js'
179
+ export { OpenaiIcon } from './OpenaiIcon.js'
174
180
  export { OtherIcon } from './OtherIcon.js'
175
181
  export { OutlineIcon } from './OutlineIcon.js'
176
182
  export { OutlineWidthIcon } from './OutlineWidthIcon.js'
@@ -222,6 +228,7 @@ export { RotateLeftIcon } from './RotateLeftIcon.js'
222
228
  export { RulerIcon } from './RulerIcon.js'
223
229
  export { SearchIcon } from './SearchIcon.js'
224
230
  export { SelectNoneIcon } from './SelectNoneIcon.js'
231
+ export { SellIcon } from './SellIcon.js'
225
232
  export { SettingsIcon } from './SettingsIcon.js'
226
233
  export { ShadowIcon } from './ShadowIcon.js'
227
234
  export { ShareIcon } from './ShareIcon.js'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@photoroom/icons",
3
- "version": "0.1.13",
3
+ "version": "0.1.15",
4
4
  "private": false,
5
5
  "description": "Photoroom icon components",
6
6
  "sideEffects": false,