@photoroom/icons 0.1.20 → 0.1.21
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/monochromes/EllipseIcon.d.ts +4 -0
- package/monochromes/EllipseIcon.js +21 -0
- package/monochromes/RectangleIcon.d.ts +4 -0
- package/monochromes/RectangleIcon.js +21 -0
- package/monochromes/ShapesIcon.d.ts +4 -0
- package/monochromes/ShapesIcon.js +19 -0
- package/monochromes/StarIcon.d.ts +4 -0
- package/monochromes/StarIcon.js +19 -0
- package/monochromes/index.d.ts +4 -0
- package/monochromes/index.js +4 -0
- package/package.json +1 -1
|
@@ -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 EllipseIcon = (props, ref) => /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
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(3 3) scale(1.08)"
|
|
15
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fillRule: "evenodd",
|
|
17
|
+
d: "M8.33329 0C9.42764 0 10.5115 0.215163 11.5226 0.633952C12.5336 1.05274 13.4522 1.66679 14.226 2.44059C14.9998 3.21439 15.6139 4.13303 16.0327 5.14404C16.4515 6.15509 16.6666 7.23898 16.6666 8.33333C16.6666 9.98151 16.1777 11.5926 15.262 12.9631C14.3463 14.3334 13.0452 15.402 11.5226 16.0327C9.99986 16.6634 8.32382 16.8279 6.70731 16.5063C5.09091 16.1848 3.60593 15.3915 2.44055 14.2261C1.27517 13.0607 0.481853 11.5757 0.160277 9.95931C-0.161267 8.3428 0.00317946 6.66676 0.63391 5.14404C1.26463 3.62139 2.33322 2.32028 3.70357 1.40462C5.07398 0.488945 6.68512 7.85757e-07 8.33329 0ZM10.8846 2.17448C9.66645 1.66992 8.32598 1.53725 7.03284 1.79443C5.73963 2.05167 4.55129 2.68663 3.61894 3.61898C2.68659 4.55133 2.05163 5.73967 1.79439 7.03288C1.53721 8.32602 1.66988 9.66649 2.17444 10.8846C2.67903 12.1027 3.53341 13.1436 4.62968 13.8761C5.726 14.6087 7.01475 15 8.33329 15C10.1014 15 11.7974 14.2979 13.0476 13.0477C14.2979 11.7974 15 10.1014 15 8.33333C15 7.01479 14.6086 5.72605 13.8761 4.62972C13.1436 3.53345 12.1027 2.67907 10.8846 2.17448Z",
|
|
18
|
+
clipRule: "evenodd"
|
|
19
|
+
})));
|
|
20
|
+
const ForwardRef = forwardRef(EllipseIcon);
|
|
21
|
+
export { ForwardRef as EllipseIcon };
|
|
@@ -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 RectangleIcon = (props, ref) => /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
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(3 4.8) scale(1.2)"
|
|
15
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fillRule: "evenodd",
|
|
17
|
+
d: "M13.3333 1.66667H1.66667L1.66667 10H13.3333V1.66667ZM1.66667 0C0.746192 0 0 0.746192 0 1.66667V10C0 10.9205 0.746192 11.6667 1.66667 11.6667H13.3333C14.2538 11.6667 15 10.9205 15 10V1.66667C15 0.746192 14.2538 0 13.3333 0H1.66667Z",
|
|
18
|
+
clipRule: "evenodd"
|
|
19
|
+
})));
|
|
20
|
+
const ForwardRef = forwardRef(RectangleIcon);
|
|
21
|
+
export { ForwardRef as RectangleIcon };
|
|
@@ -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 ShapesIcon = (props, ref) => /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
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(3 4.08) scale(1.0798)"
|
|
15
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
d: "M16.5616 13.4058L9.06165 0.422457C8.98896 0.294209 8.88356 0.187535 8.7562 0.113319C8.62883 0.0391027 8.48406 0 8.33665 0C8.18923 0 8.04446 0.0391027 7.91709 0.113319C7.78973 0.187535 7.68433 0.294209 7.61165 0.422457L0.111646 13.4058C0.0385053 13.5325 0 13.6762 0 13.8225C0 13.9687 0.0385053 14.1124 0.111646 14.2391C0.185066 14.3663 0.290786 14.4718 0.4181 14.545C0.545415 14.6181 0.689804 14.6564 0.836646 14.6558H15.8366C15.9835 14.6564 16.1279 14.6181 16.2552 14.545C16.3825 14.4718 16.4882 14.3663 16.5616 14.2391C16.6348 14.1124 16.6733 13.9687 16.6733 13.8225C16.6733 13.6762 16.6348 13.5325 16.5616 13.4058ZM2.27831 12.9891L8.33665 2.50579L14.395 12.9891H2.27831Z"
|
|
17
|
+
})));
|
|
18
|
+
const ForwardRef = forwardRef(ShapesIcon);
|
|
19
|
+
export { ForwardRef as ShapesIcon };
|
|
@@ -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 StarIcon = (props, ref) => /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
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(3 3.39) scale(1.0804)"
|
|
15
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
d: "M16.6614 6.02843C16.6087 5.876 16.513 5.74211 16.3858 5.64301C16.2586 5.54391 16.1054 5.48384 15.9447 5.47009L11.203 4.77843L9.07802 0.470092C9.00979 0.329199 8.90324 0.210377 8.7706 0.127236C8.63795 0.0440958 8.48457 0 8.32802 0C8.17148 0 8.0181 0.0440958 7.88545 0.127236C7.75281 0.210377 7.64626 0.329199 7.57803 0.470092L5.45303 4.77009L0.711358 5.47009C0.557127 5.49201 0.412128 5.55673 0.292817 5.65689C0.173505 5.75705 0.0846581 5.88865 0.0363582 6.03676C-0.00785437 6.18149 -0.0118219 6.33552 0.0248813 6.48234C0.0615845 6.62915 0.137573 6.7632 0.244692 6.87009L3.68636 10.2034L2.85302 14.9368C2.82328 15.093 2.83885 15.2545 2.89792 15.4021C2.95698 15.5498 3.05707 15.6775 3.18636 15.7701C3.31237 15.8602 3.461 15.9134 3.61556 15.9237C3.77013 15.934 3.9245 15.901 4.06136 15.8284L8.32802 13.6034L12.578 15.8368C12.695 15.9027 12.8271 15.9372 12.9614 15.9368C13.1379 15.9374 13.31 15.8819 13.453 15.7784C13.5823 15.6858 13.6824 15.5581 13.7415 15.4105C13.8005 15.2628 13.8161 15.1013 13.7864 14.9451L12.953 10.2118L16.3947 6.87842C16.515 6.77649 16.6039 6.64251 16.6511 6.49205C16.6983 6.34159 16.7019 6.18082 16.6614 6.02843ZM11.5364 9.36176C11.4386 9.45629 11.3655 9.57329 11.3234 9.70257C11.2813 9.83185 11.2714 9.96947 11.2947 10.1034L11.8947 13.5951L8.76136 11.9284C8.64079 11.8642 8.50629 11.8306 8.36969 11.8306C8.2331 11.8306 8.09859 11.8642 7.97802 11.9284L4.84469 13.5951L5.44469 10.1034C5.46797 9.96947 5.45812 9.83185 5.416 9.70257C5.37387 9.57329 5.30076 9.45629 5.20303 9.36176L2.70303 6.86176L6.21136 6.35343C6.34636 6.33465 6.47469 6.28304 6.58511 6.20314C6.69553 6.12323 6.78466 6.01746 6.84469 5.89509L8.32802 2.72009L9.89469 5.90343C9.95473 6.02579 10.0439 6.13156 10.1543 6.21147C10.2647 6.29138 10.393 6.34298 10.528 6.36176L14.0364 6.87009L11.5364 9.36176Z"
|
|
17
|
+
})));
|
|
18
|
+
const ForwardRef = forwardRef(StarIcon);
|
|
19
|
+
export { ForwardRef as StarIcon };
|
package/monochromes/index.d.ts
CHANGED
|
@@ -100,6 +100,7 @@ export { DropIcon } from './DropIcon'
|
|
|
100
100
|
export { DuplicateIcon } from './DuplicateIcon'
|
|
101
101
|
export { EcommerceIcon } from './EcommerceIcon'
|
|
102
102
|
export { EditIcon } from './EditIcon'
|
|
103
|
+
export { EllipseIcon } from './EllipseIcon'
|
|
103
104
|
export { EllipsisHorizontalIcon } from './EllipsisHorizontalIcon'
|
|
104
105
|
export { EmailIcon } from './EmailIcon'
|
|
105
106
|
export { EraserMagicIcon } from './EraserMagicIcon'
|
|
@@ -216,6 +217,7 @@ export { RatioPortraitIcon } from './RatioPortraitIcon'
|
|
|
216
217
|
export { RatioPortraitPanoramicIcon } from './RatioPortraitPanoramicIcon'
|
|
217
218
|
export { RatioSquareIcon } from './RatioSquareIcon'
|
|
218
219
|
export { ReactionAddIcon } from './ReactionAddIcon'
|
|
220
|
+
export { RectangleIcon } from './RectangleIcon'
|
|
219
221
|
export { RedoIcon } from './RedoIcon'
|
|
220
222
|
export { ReflectionIcon } from './ReflectionIcon'
|
|
221
223
|
export { RefreshIcon } from './RefreshIcon'
|
|
@@ -233,6 +235,7 @@ export { SelectNoneIcon } from './SelectNoneIcon'
|
|
|
233
235
|
export { SellIcon } from './SellIcon'
|
|
234
236
|
export { SettingsIcon } from './SettingsIcon'
|
|
235
237
|
export { ShadowIcon } from './ShadowIcon'
|
|
238
|
+
export { ShapesIcon } from './ShapesIcon'
|
|
236
239
|
export { ShareIcon } from './ShareIcon'
|
|
237
240
|
export { ShieldCheckIcon } from './ShieldCheckIcon'
|
|
238
241
|
export { ShopifyIcon } from './ShopifyIcon'
|
|
@@ -243,6 +246,7 @@ export { SparklesIcon } from './SparklesIcon'
|
|
|
243
246
|
export { SparklesFilledIcon } from './SparklesFilledIcon'
|
|
244
247
|
export { SquareAsideIcon } from './SquareAsideIcon'
|
|
245
248
|
export { SquareCenterIcon } from './SquareCenterIcon'
|
|
249
|
+
export { StarIcon } from './StarIcon'
|
|
246
250
|
export { StarEmptyIcon } from './StarEmptyIcon'
|
|
247
251
|
export { StarFullIcon } from './StarFullIcon'
|
|
248
252
|
export { StoreIcon } from './StoreIcon'
|
package/monochromes/index.js
CHANGED
|
@@ -100,6 +100,7 @@ export { DropIcon } from './DropIcon.js'
|
|
|
100
100
|
export { DuplicateIcon } from './DuplicateIcon.js'
|
|
101
101
|
export { EcommerceIcon } from './EcommerceIcon.js'
|
|
102
102
|
export { EditIcon } from './EditIcon.js'
|
|
103
|
+
export { EllipseIcon } from './EllipseIcon.js'
|
|
103
104
|
export { EllipsisHorizontalIcon } from './EllipsisHorizontalIcon.js'
|
|
104
105
|
export { EmailIcon } from './EmailIcon.js'
|
|
105
106
|
export { EraserMagicIcon } from './EraserMagicIcon.js'
|
|
@@ -216,6 +217,7 @@ export { RatioPortraitIcon } from './RatioPortraitIcon.js'
|
|
|
216
217
|
export { RatioPortraitPanoramicIcon } from './RatioPortraitPanoramicIcon.js'
|
|
217
218
|
export { RatioSquareIcon } from './RatioSquareIcon.js'
|
|
218
219
|
export { ReactionAddIcon } from './ReactionAddIcon.js'
|
|
220
|
+
export { RectangleIcon } from './RectangleIcon.js'
|
|
219
221
|
export { RedoIcon } from './RedoIcon.js'
|
|
220
222
|
export { ReflectionIcon } from './ReflectionIcon.js'
|
|
221
223
|
export { RefreshIcon } from './RefreshIcon.js'
|
|
@@ -233,6 +235,7 @@ export { SelectNoneIcon } from './SelectNoneIcon.js'
|
|
|
233
235
|
export { SellIcon } from './SellIcon.js'
|
|
234
236
|
export { SettingsIcon } from './SettingsIcon.js'
|
|
235
237
|
export { ShadowIcon } from './ShadowIcon.js'
|
|
238
|
+
export { ShapesIcon } from './ShapesIcon.js'
|
|
236
239
|
export { ShareIcon } from './ShareIcon.js'
|
|
237
240
|
export { ShieldCheckIcon } from './ShieldCheckIcon.js'
|
|
238
241
|
export { ShopifyIcon } from './ShopifyIcon.js'
|
|
@@ -243,6 +246,7 @@ export { SparklesIcon } from './SparklesIcon.js'
|
|
|
243
246
|
export { SparklesFilledIcon } from './SparklesFilledIcon.js'
|
|
244
247
|
export { SquareAsideIcon } from './SquareAsideIcon.js'
|
|
245
248
|
export { SquareCenterIcon } from './SquareCenterIcon.js'
|
|
249
|
+
export { StarIcon } from './StarIcon.js'
|
|
246
250
|
export { StarEmptyIcon } from './StarEmptyIcon.js'
|
|
247
251
|
export { StarFullIcon } from './StarFullIcon.js'
|
|
248
252
|
export { StoreIcon } from './StoreIcon.js'
|