@photoroom/icons 0.1.22 → 0.1.23
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/logos/PhotoroomBrandmarkIcon.d.ts +4 -0
- package/logos/PhotoroomBrandmarkIcon.js +77 -0
- package/logos/PhotoroomBrandmarkMonoBlackIcon.d.ts +4 -0
- package/logos/PhotoroomBrandmarkMonoBlackIcon.js +19 -0
- package/logos/PhotoroomBrandmarkMonoLightIcon.d.ts +4 -0
- package/logos/PhotoroomBrandmarkMonoLightIcon.js +19 -0
- package/logos/PhotoroomLogoDarkIcon.d.ts +4 -0
- package/logos/PhotoroomLogoDarkIcon.js +85 -0
- package/logos/PhotoroomLogoLightIcon.d.ts +4 -0
- package/logos/PhotoroomLogoLightIcon.js +85 -0
- package/logos/index.d.ts +5 -0
- package/logos/index.js +5 -0
- package/package.json +1 -1
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
// Code generated by "generateIcons.js"; DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
import { forwardRef } from "react";
|
|
5
|
+
const PhotoroomBrandmarkIcon = (props, ref) => {
|
|
6
|
+
const __id = "i" + React.useId().replace(/[^a-zA-Z0-9]/g, "");
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 1000 1000",
|
|
10
|
+
style: {
|
|
11
|
+
flexShrink: 0
|
|
12
|
+
},
|
|
13
|
+
ref: ref
|
|
14
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
fill: `url(#${__id}-a)`,
|
|
16
|
+
d: "M662.501 0zH337.499C232.663 0 180.245 0 138.896 17.127A225 225 0 0 0 17.127 138.896C0 180.245 0 232.663 0 337.499v325.002c0 104.836 0 157.254 17.127 198.603a225 225 0 0 0 121.769 121.769C180.245 1000 232.663 1000 337.499 1000h325.002c104.836 0 157.254 0 198.603-17.127a225 225 0 0 0 121.769-121.769C1000 819.755 1000 767.337 1000 662.501V337.499c0-104.836 0-157.254-17.127-198.603A225 225 0 0 0 861.104 17.127C819.755 0 767.337 0 662.501 0"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
18
|
+
clipPath: `url(#${__id}-b)`
|
|
19
|
+
}, /*#__PURE__*/React.createElement("mask", {
|
|
20
|
+
id: `${__id}-c`,
|
|
21
|
+
width: 310,
|
|
22
|
+
height: 236,
|
|
23
|
+
x: 512,
|
|
24
|
+
y: 573,
|
|
25
|
+
maskUnits: "userSpaceOnUse",
|
|
26
|
+
style: {
|
|
27
|
+
maskType: "alpha"
|
|
28
|
+
}
|
|
29
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
fill: "red",
|
|
31
|
+
d: "M821.359 809h-309V654.501c30.647 11.968 63.996 18.539 98.88 18.539 84.641 0 160.249-38.672 210.12-99.311z"
|
|
32
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
33
|
+
mask: `url(#${__id}-c)`
|
|
34
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
35
|
+
fill: `url(#${__id}-d)`,
|
|
36
|
+
d: "M225.08 212.721c28.962-28.961 75.917-28.961 104.878 0l469.68 469.68c28.961 28.961 28.961 75.916 0 104.878-28.961 28.961-75.916 28.961-104.878 0l-469.68-469.68c-28.961-28.962-28.961-75.917 0-104.878"
|
|
37
|
+
}))), /*#__PURE__*/React.createElement("path", {
|
|
38
|
+
fill: "#fff",
|
|
39
|
+
d: "M277.519 339.32c-40.957 0-74.16-33.203-74.16-74.16S236.562 191 277.519 191h333.72c116.046 0 210.12 94.074 210.12 210.12s-94.074 210.12-210.12 210.12h-259.56v123.6c0 40.957-33.202 74.16-74.16 74.16s-74.16-33.203-74.16-74.16V537.08c0-40.957 33.203-74.16 74.16-74.16h333.72c34.131 0 61.8-27.669 61.8-61.8s-27.669-61.8-61.8-61.8z"
|
|
40
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
41
|
+
id: `${__id}-a`,
|
|
42
|
+
x1: 500.87,
|
|
43
|
+
x2: 500.87,
|
|
44
|
+
y1: 0,
|
|
45
|
+
y2: 1000,
|
|
46
|
+
gradientUnits: "userSpaceOnUse"
|
|
47
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
48
|
+
stopColor: "#7146ff"
|
|
49
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
50
|
+
offset: 0.6,
|
|
51
|
+
stopColor: "#492ffb"
|
|
52
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
53
|
+
offset: 1,
|
|
54
|
+
stopColor: "#312482"
|
|
55
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
56
|
+
id: `${__id}-d`,
|
|
57
|
+
x1: 203.359,
|
|
58
|
+
x2: 821.359,
|
|
59
|
+
y1: 228.08,
|
|
60
|
+
y2: 809,
|
|
61
|
+
gradientUnits: "userSpaceOnUse"
|
|
62
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
63
|
+
offset: 0.75,
|
|
64
|
+
stopColor: "#fff",
|
|
65
|
+
stopOpacity: 0.4
|
|
66
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
67
|
+
offset: 0.95,
|
|
68
|
+
stopColor: "#fff"
|
|
69
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
70
|
+
id: `${__id}-b`
|
|
71
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
72
|
+
fill: "#fff",
|
|
73
|
+
d: "M203.359 191h618v618h-618z"
|
|
74
|
+
}))));
|
|
75
|
+
};
|
|
76
|
+
const ForwardRef = forwardRef(PhotoroomBrandmarkIcon);
|
|
77
|
+
export { ForwardRef as PhotoroomBrandmarkIcon };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// Code generated by "generateIcons.js"; DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
import { forwardRef } from "react";
|
|
5
|
+
const PhotoroomBrandmarkMonoBlackIcon = (props, ref) => /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
6
|
+
fill: "none",
|
|
7
|
+
viewBox: "0 0 1000 1000",
|
|
8
|
+
style: {
|
|
9
|
+
flexShrink: 0
|
|
10
|
+
},
|
|
11
|
+
ref: ref
|
|
12
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
13
|
+
fill: "#000",
|
|
14
|
+
fillRule: "evenodd",
|
|
15
|
+
d: "M662.501 0c104.836 0 157.254 0 198.603 17.127a225 225 0 0 1 121.769 121.769C1000 180.245 1000 232.663 1000 337.499v325.002c0 104.836 0 157.254-17.127 198.603a225 225 0 0 1-121.769 121.769C819.755 1000 767.337 1000 662.501 1000H337.499c-104.836 0-157.254 0-198.603-17.127A225 225 0 0 1 17.127 861.104C0 819.755 0 767.337 0 662.501V337.499c0-104.836 0-157.254 17.127-198.603A225 225 0 0 1 138.896 17.127C180.245 0 232.663 0 337.499 0zm88.908 634.171c-40.932 24.671-88.893 38.863-140.169 38.863h-30.724l114.245 114.244C708.181 800.699 726.721 809 747.2 809c40.957 0 74.16-33.203 74.16-74.16 0-20.479-8.301-39.019-21.721-52.44zM277.52 191c-40.958 0-74.16 33.202-74.16 74.159s33.202 74.159 74.16 74.159h333.72c34.131.001 61.8 27.669 61.8 61.799 0 34.131-27.669 61.799-61.8 61.799H277.52c-40.958 0-74.16 33.203-74.16 74.159v197.758c.001 40.957 33.202 74.158 74.16 74.158s74.159-33.201 74.16-74.158V611.234h259.56c116.046 0 210.12-94.072 210.12-210.117S727.286 191 611.24 191z",
|
|
16
|
+
clipRule: "evenodd"
|
|
17
|
+
}));
|
|
18
|
+
const ForwardRef = forwardRef(PhotoroomBrandmarkMonoBlackIcon);
|
|
19
|
+
export { ForwardRef as PhotoroomBrandmarkMonoBlackIcon };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// Code generated by "generateIcons.js"; DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
import { forwardRef } from "react";
|
|
5
|
+
const PhotoroomBrandmarkMonoLightIcon = (props, ref) => /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
6
|
+
fill: "none",
|
|
7
|
+
viewBox: "0 0 1000 1000",
|
|
8
|
+
style: {
|
|
9
|
+
flexShrink: 0
|
|
10
|
+
},
|
|
11
|
+
ref: ref
|
|
12
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
13
|
+
fill: "#fff",
|
|
14
|
+
fillRule: "evenodd",
|
|
15
|
+
d: "M662.501 0c104.836 0 157.254 0 198.603 17.127a225 225 0 0 1 121.769 121.769C1000 180.245 1000 232.663 1000 337.499v325.002c0 104.836 0 157.254-17.127 198.603a225 225 0 0 1-121.769 121.769C819.755 1000 767.337 1000 662.501 1000H337.499c-104.836 0-157.254 0-198.603-17.127A225 225 0 0 1 17.127 861.104C0 819.755 0 767.337 0 662.501V337.499c0-104.836 0-157.254 17.127-198.603A225 225 0 0 1 138.896 17.127C180.245 0 232.663 0 337.499 0zm88.908 634.171c-40.932 24.671-88.893 38.863-140.169 38.863h-30.724l114.245 114.244C708.181 800.699 726.721 809 747.2 809c40.957 0 74.16-33.203 74.16-74.16 0-20.479-8.301-39.019-21.721-52.44zM277.52 191c-40.958 0-74.16 33.202-74.16 74.159s33.202 74.159 74.16 74.159h333.72c34.131.001 61.8 27.669 61.8 61.799 0 34.131-27.669 61.799-61.8 61.799H277.52c-40.958 0-74.16 33.203-74.16 74.159v197.758c.001 40.957 33.202 74.158 74.16 74.158s74.159-33.201 74.16-74.158V611.234h259.56c116.046 0 210.12-94.072 210.12-210.117S727.286 191 611.24 191z",
|
|
16
|
+
clipRule: "evenodd"
|
|
17
|
+
}));
|
|
18
|
+
const ForwardRef = forwardRef(PhotoroomBrandmarkMonoLightIcon);
|
|
19
|
+
export { ForwardRef as PhotoroomBrandmarkMonoLightIcon };
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
// Code generated by "generateIcons.js"; DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
import { forwardRef } from "react";
|
|
5
|
+
const PhotoroomLogoDarkIcon = (props, ref) => {
|
|
6
|
+
const __id = "i" + React.useId().replace(/[^a-zA-Z0-9]/g, "");
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 1000 201",
|
|
10
|
+
style: {
|
|
11
|
+
flexShrink: 0
|
|
12
|
+
},
|
|
13
|
+
ref: ref
|
|
14
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
fill: "#fff",
|
|
16
|
+
fillRule: "evenodd",
|
|
17
|
+
d: "M475.148 72.727c22.872 0 37.822 14.633 37.822 40.763s-14.95 40.761-37.822 40.761c-22.723 0-37.673-14.632-37.673-40.761s14.949-40.763 37.673-40.763m0 15.528c-11.362 0-20.332 8.213-20.332 25.235s8.97 25.084 20.332 25.084c11.361-.001 20.48-8.063 20.48-25.084s-9.119-25.234-20.48-25.235M613.186 72.727c22.872 0 37.822 14.633 37.822 40.763s-14.95 40.761-37.822 40.761c-22.724 0-37.673-14.632-37.673-40.761s14.949-40.763 37.673-40.763m0 15.528c-11.362 0-20.332 8.213-20.332 25.235s8.97 25.084 20.332 25.084c11.361-.001 20.48-8.063 20.48-25.084s-9.119-25.234-20.48-25.235M752.135 72.727c22.872 0 37.822 14.633 37.822 40.763s-14.95 40.761-37.822 40.761c-22.724 0-37.673-14.632-37.673-40.761s14.949-40.763 37.673-40.763m0 15.528c-11.362 0-20.332 8.213-20.332 25.235s8.97 25.084 20.332 25.084c11.361-.001 20.48-8.063 20.48-25.084s-9.119-25.234-20.48-25.235M837.797 72.727c22.872 0 37.822 14.633 37.822 40.763s-14.95 40.761-37.822 40.761c-22.724 0-37.673-14.632-37.673-40.761s14.949-40.763 37.673-40.763m0 15.528c-11.362 0-20.332 8.213-20.332 25.235s8.97 25.084 20.332 25.084c11.361-.001 20.48-8.063 20.48-25.084s-9.119-25.234-20.48-25.235M311.531 48.24c21.377 0 35.579 14.633 35.579 34.79 0 20.007-14.202 34.64-35.579 34.64h-23.023v35.088h-18.836V48.24zm-23.023 52.558h21.378c11.511 0 18.388-7.018 18.388-17.769 0-10.9-6.877-17.917-18.388-17.917h-21.378z",
|
|
18
|
+
clipRule: "evenodd"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
fill: "#fff",
|
|
21
|
+
d: "M375.28 82.88h.747c5.233-6.718 11.661-10.153 20.631-10.153 16.743 0 29.151 11.647 29.151 31.804v48.227h-17.341v-46.436c-.001-11.497-6.279-18.067-16.146-18.067-10.016 0-17.042 7.914-17.042 18.067v46.436h-17.342V48.24h17.342zM548.154 74.22h19.285v16.126h-19.285v38.223c0 4.778 3.289 8.064 8.073 8.064h11.212v16.125h-13.903c-14.501 0-22.723-8.212-22.723-21.799V90.346h-12.408V74.22h12.408l2.392-20.903h14.949zM680.011 83.627h.748c4.485-6.868 11.212-9.407 19.434-9.407h9.268v16.574h-8.222c-12.557 0-20.48 7.764-20.48 19.41v42.554h-17.342V74.22h14.65zM971.745 72.727c16.295 0 28.255 11.945 28.255 31.356v48.675h-17.342v-46.883c0-11.945-6.428-17.62-15.098-17.62-8.073 0-14.801 6.72-14.801 17.62v46.883h-17.341v-46.883c0-11.945-6.578-17.62-15.248-17.62-8.073 0-14.8 6.72-14.8 17.62v46.883h-17.342V74.22h14.65l1.944 9.407h.748c4.783-7.465 11.212-10.9 19.434-10.9 9.568 0 17.939 4.928 21.975 13.14h.748c4.335-8.212 13.903-13.14 24.218-13.14"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
fill: `url(#${__id}-a)`,
|
|
24
|
+
d: "M133.327 0H67.921C46.823 0 36.274 0 27.953 3.443A45.25 45.25 0 0 0 3.447 27.918C0 36.23 0 46.765 0 67.838v65.325c0 21.072 0 31.608 3.447 39.919a45.25 45.25 0 0 0 24.506 24.475C36.273 201 46.823 201 67.92 201h65.406c21.098 0 31.647 0 39.968-3.443a45.25 45.25 0 0 0 24.506-24.475c3.447-8.311 3.447-18.847 3.447-39.919V67.837c0-21.072 0-31.608-3.447-39.919a45.26 45.26 0 0 0-24.506-24.475C164.974 0 154.425 0 133.327 0"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
26
|
+
clipPath: `url(#${__id}-b)`
|
|
27
|
+
}, /*#__PURE__*/React.createElement("mask", {
|
|
28
|
+
id: `${__id}-c`,
|
|
29
|
+
width: 63,
|
|
30
|
+
height: 48,
|
|
31
|
+
x: 103,
|
|
32
|
+
y: 115,
|
|
33
|
+
maskUnits: "userSpaceOnUse",
|
|
34
|
+
style: {
|
|
35
|
+
maskType: "alpha"
|
|
36
|
+
}
|
|
37
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
38
|
+
fill: "red",
|
|
39
|
+
d: "M165.297 162.609h-62.186v-31.055a54.6 54.6 0 0 0 19.9 3.727c17.033 0 32.249-7.773 42.286-19.961z"
|
|
40
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
41
|
+
mask: `url(#${__id}-c)`
|
|
42
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
43
|
+
fill: `url(#${__id}-d)`,
|
|
44
|
+
d: "M45.297 42.757c5.829-5.821 15.278-5.821 21.106 0l94.523 94.406c5.828 5.821 5.828 15.259 0 21.08s-15.279 5.821-21.107 0L45.297 63.838c-5.828-5.822-5.828-15.26 0-21.081"
|
|
45
|
+
}))), /*#__PURE__*/React.createElement("path", {
|
|
46
|
+
fill: "#fff",
|
|
47
|
+
d: "M55.85 68.203c-8.242 0-14.924-6.673-14.924-14.906 0-8.232 6.682-14.906 14.924-14.906h67.161c23.354 0 42.286 18.909 42.286 42.234s-18.932 42.234-42.286 42.234H70.775v24.844c0 8.232-6.682 14.906-14.925 14.906s-14.924-6.674-14.924-14.906v-39.75c0-8.232 6.682-14.906 14.924-14.906h67.161c6.869 0 12.437-5.561 12.437-12.422 0-6.86-5.568-12.422-12.437-12.422z"
|
|
48
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
49
|
+
id: `${__id}-a`,
|
|
50
|
+
x1: 100.799,
|
|
51
|
+
x2: 100.799,
|
|
52
|
+
y1: 0,
|
|
53
|
+
y2: 201,
|
|
54
|
+
gradientUnits: "userSpaceOnUse"
|
|
55
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
56
|
+
stopColor: "#7146ff"
|
|
57
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
58
|
+
offset: 0.6,
|
|
59
|
+
stopColor: "#492ffb"
|
|
60
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
61
|
+
offset: 1,
|
|
62
|
+
stopColor: "#312482"
|
|
63
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
64
|
+
id: `${__id}-d`,
|
|
65
|
+
x1: 40.926,
|
|
66
|
+
x2: 165.153,
|
|
67
|
+
y1: 45.844,
|
|
68
|
+
y2: 162.762,
|
|
69
|
+
gradientUnits: "userSpaceOnUse"
|
|
70
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
71
|
+
offset: 0.75,
|
|
72
|
+
stopColor: "#fff",
|
|
73
|
+
stopOpacity: 0.4
|
|
74
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
75
|
+
offset: 0.95,
|
|
76
|
+
stopColor: "#fff"
|
|
77
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
78
|
+
id: `${__id}-b`
|
|
79
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
80
|
+
fill: "#fff",
|
|
81
|
+
d: "M40.926 38.391h124.37V162.61H40.927z"
|
|
82
|
+
}))));
|
|
83
|
+
};
|
|
84
|
+
const ForwardRef = forwardRef(PhotoroomLogoDarkIcon);
|
|
85
|
+
export { ForwardRef as PhotoroomLogoDarkIcon };
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
// Code generated by "generateIcons.js"; DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
import { forwardRef } from "react";
|
|
5
|
+
const PhotoroomLogoLightIcon = (props, ref) => {
|
|
6
|
+
const __id = "i" + React.useId().replace(/[^a-zA-Z0-9]/g, "");
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 1000 201",
|
|
10
|
+
style: {
|
|
11
|
+
flexShrink: 0
|
|
12
|
+
},
|
|
13
|
+
ref: ref
|
|
14
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
fill: "#000",
|
|
16
|
+
fillRule: "evenodd",
|
|
17
|
+
d: "M475.148 72.727c22.872 0 37.822 14.633 37.822 40.763s-14.95 40.761-37.822 40.761c-22.723 0-37.673-14.632-37.673-40.761s14.949-40.763 37.673-40.763m0 15.528c-11.362 0-20.332 8.213-20.332 25.235s8.97 25.084 20.332 25.084c11.361-.001 20.48-8.063 20.48-25.084s-9.119-25.234-20.48-25.235M613.186 72.727c22.872 0 37.822 14.633 37.822 40.763s-14.95 40.761-37.822 40.761c-22.724 0-37.673-14.632-37.673-40.761s14.949-40.763 37.673-40.763m0 15.528c-11.362 0-20.332 8.213-20.332 25.235s8.97 25.084 20.332 25.084c11.361-.001 20.48-8.063 20.48-25.084s-9.119-25.234-20.48-25.235M752.135 72.727c22.872 0 37.822 14.633 37.822 40.763s-14.95 40.761-37.822 40.761c-22.724 0-37.673-14.632-37.673-40.761s14.949-40.763 37.673-40.763m0 15.528c-11.362 0-20.332 8.213-20.332 25.235s8.97 25.084 20.332 25.084c11.361-.001 20.48-8.063 20.48-25.084s-9.119-25.234-20.48-25.235M837.797 72.727c22.872 0 37.822 14.633 37.822 40.763s-14.95 40.761-37.822 40.761c-22.724 0-37.673-14.632-37.673-40.761s14.949-40.763 37.673-40.763m0 15.528c-11.362 0-20.332 8.213-20.332 25.235s8.97 25.084 20.332 25.084c11.361-.001 20.48-8.063 20.48-25.084s-9.119-25.234-20.48-25.235M311.531 48.24c21.377 0 35.579 14.633 35.579 34.79 0 20.007-14.202 34.64-35.579 34.64h-23.023v35.088h-18.836V48.24zm-23.023 52.558h21.378c11.511 0 18.388-7.018 18.388-17.769 0-10.9-6.877-17.917-18.388-17.917h-21.378z",
|
|
18
|
+
clipRule: "evenodd"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
fill: "#000",
|
|
21
|
+
d: "M375.28 82.88h.747c5.233-6.718 11.661-10.153 20.631-10.153 16.743 0 29.151 11.647 29.151 31.804v48.227h-17.341v-46.436c-.001-11.497-6.279-18.067-16.146-18.067-10.016 0-17.042 7.914-17.042 18.067v46.436h-17.342V48.24h17.342zM548.154 74.22h19.285v16.126h-19.285v38.223c0 4.778 3.289 8.064 8.073 8.064h11.212v16.125h-13.903c-14.501 0-22.723-8.212-22.723-21.799V90.346h-12.408V74.22h12.408l2.392-20.903h14.949zM680.011 83.627h.748c4.485-6.868 11.212-9.407 19.434-9.407h9.268v16.574h-8.222c-12.557 0-20.48 7.764-20.48 19.41v42.554h-17.342V74.22h14.65zM971.745 72.727c16.295 0 28.255 11.945 28.255 31.356v48.675h-17.342v-46.883c0-11.945-6.428-17.62-15.098-17.62-8.073 0-14.801 6.72-14.801 17.62v46.883h-17.341v-46.883c0-11.945-6.578-17.62-15.248-17.62-8.073 0-14.8 6.72-14.8 17.62v46.883h-17.342V74.22h14.65l1.944 9.407h.748c4.783-7.465 11.212-10.9 19.434-10.9 9.568 0 17.939 4.928 21.975 13.14h.748c4.335-8.212 13.903-13.14 24.218-13.14"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
fill: `url(#${__id}-a)`,
|
|
24
|
+
d: "M133.327 0H67.921C46.823 0 36.274 0 27.953 3.443A45.25 45.25 0 0 0 3.447 27.918C0 36.23 0 46.765 0 67.838v65.325c0 21.072 0 31.608 3.447 39.919a45.25 45.25 0 0 0 24.506 24.475C36.273 201 46.823 201 67.92 201h65.406c21.098 0 31.647 0 39.968-3.443a45.25 45.25 0 0 0 24.506-24.475c3.447-8.311 3.447-18.847 3.447-39.919V67.837c0-21.072 0-31.608-3.447-39.919a45.26 45.26 0 0 0-24.506-24.475C164.974 0 154.425 0 133.327 0"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
26
|
+
clipPath: `url(#${__id}-b)`
|
|
27
|
+
}, /*#__PURE__*/React.createElement("mask", {
|
|
28
|
+
id: `${__id}-c`,
|
|
29
|
+
width: 63,
|
|
30
|
+
height: 48,
|
|
31
|
+
x: 103,
|
|
32
|
+
y: 115,
|
|
33
|
+
maskUnits: "userSpaceOnUse",
|
|
34
|
+
style: {
|
|
35
|
+
maskType: "alpha"
|
|
36
|
+
}
|
|
37
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
38
|
+
fill: "red",
|
|
39
|
+
d: "M165.297 162.609h-62.186v-31.055a54.6 54.6 0 0 0 19.9 3.727c17.033 0 32.249-7.773 42.286-19.961z"
|
|
40
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
41
|
+
mask: `url(#${__id}-c)`
|
|
42
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
43
|
+
fill: `url(#${__id}-d)`,
|
|
44
|
+
d: "M45.297 42.757c5.829-5.821 15.278-5.821 21.106 0l94.523 94.406c5.828 5.821 5.828 15.259 0 21.08s-15.279 5.821-21.107 0L45.297 63.838c-5.828-5.822-5.828-15.26 0-21.081"
|
|
45
|
+
}))), /*#__PURE__*/React.createElement("path", {
|
|
46
|
+
fill: "#fff",
|
|
47
|
+
d: "M55.85 68.203c-8.242 0-14.924-6.673-14.924-14.906 0-8.232 6.682-14.906 14.924-14.906h67.161c23.354 0 42.286 18.909 42.286 42.234s-18.932 42.234-42.286 42.234H70.775v24.844c0 8.232-6.682 14.906-14.925 14.906s-14.924-6.674-14.924-14.906v-39.75c0-8.232 6.682-14.906 14.924-14.906h67.161c6.869 0 12.437-5.561 12.437-12.422 0-6.86-5.568-12.422-12.437-12.422z"
|
|
48
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
49
|
+
id: `${__id}-a`,
|
|
50
|
+
x1: 100.799,
|
|
51
|
+
x2: 100.799,
|
|
52
|
+
y1: 0,
|
|
53
|
+
y2: 201,
|
|
54
|
+
gradientUnits: "userSpaceOnUse"
|
|
55
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
56
|
+
stopColor: "#7146ff"
|
|
57
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
58
|
+
offset: 0.6,
|
|
59
|
+
stopColor: "#492ffb"
|
|
60
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
61
|
+
offset: 1,
|
|
62
|
+
stopColor: "#312482"
|
|
63
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
64
|
+
id: `${__id}-d`,
|
|
65
|
+
x1: 40.926,
|
|
66
|
+
x2: 165.153,
|
|
67
|
+
y1: 45.844,
|
|
68
|
+
y2: 162.762,
|
|
69
|
+
gradientUnits: "userSpaceOnUse"
|
|
70
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
71
|
+
offset: 0.75,
|
|
72
|
+
stopColor: "#fff",
|
|
73
|
+
stopOpacity: 0.4
|
|
74
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
75
|
+
offset: 0.95,
|
|
76
|
+
stopColor: "#fff"
|
|
77
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
78
|
+
id: `${__id}-b`
|
|
79
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
80
|
+
fill: "#fff",
|
|
81
|
+
d: "M40.926 38.391h124.37V162.61H40.927z"
|
|
82
|
+
}))));
|
|
83
|
+
};
|
|
84
|
+
const ForwardRef = forwardRef(PhotoroomLogoLightIcon);
|
|
85
|
+
export { ForwardRef as PhotoroomLogoLightIcon };
|
package/logos/index.d.ts
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
// Code generated by "generateIcons.js"; DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
export { ClaudeIcon } from './ClaudeIcon'
|
|
4
|
+
export { PhotoroomBrandmarkMonoBlackIcon } from './PhotoroomBrandmarkMonoBlackIcon'
|
|
5
|
+
export { PhotoroomBrandmarkMonoLightIcon } from './PhotoroomBrandmarkMonoLightIcon'
|
|
6
|
+
export { PhotoroomBrandmarkIcon } from './PhotoroomBrandmarkIcon'
|
|
7
|
+
export { PhotoroomLogoDarkIcon } from './PhotoroomLogoDarkIcon'
|
|
8
|
+
export { PhotoroomLogoLightIcon } from './PhotoroomLogoLightIcon'
|
|
4
9
|
export { WordmarkLightIcon } from './WordmarkLightIcon'
|
package/logos/index.js
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
// Code generated by "generateIcons.js"; DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
export { ClaudeIcon } from './ClaudeIcon.js'
|
|
4
|
+
export { PhotoroomBrandmarkMonoBlackIcon } from './PhotoroomBrandmarkMonoBlackIcon.js'
|
|
5
|
+
export { PhotoroomBrandmarkMonoLightIcon } from './PhotoroomBrandmarkMonoLightIcon.js'
|
|
6
|
+
export { PhotoroomBrandmarkIcon } from './PhotoroomBrandmarkIcon.js'
|
|
7
|
+
export { PhotoroomLogoDarkIcon } from './PhotoroomLogoDarkIcon.js'
|
|
8
|
+
export { PhotoroomLogoLightIcon } from './PhotoroomLogoLightIcon.js'
|
|
4
9
|
export { WordmarkLightIcon } from './WordmarkLightIcon.js'
|