@photoroom/icons 0.1.10 → 0.1.12
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,21 @@
|
|
|
1
|
+
// Code generated by "generateIcons.js"; DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
import { forwardRef } from "react";
|
|
5
|
+
const MoreAnglesIcon = (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("path", {
|
|
14
|
+
d: "M12 9.99999C14.8693 9.99999 17.5153 10.5215 19.4814 11.4062C21.3537 12.2488 23 13.6188 23 15.5C23 16.9701 21.9783 18.129 20.7109 18.9365C19.8583 19.4798 18.8035 19.9265 17.6172 20.2646L18.165 20.7539C18.5772 21.1214 18.6135 21.7528 18.2461 22.165C17.8786 22.5772 17.2472 22.6135 16.835 22.2461L14.835 20.4629C14.4865 20.1522 14.3994 19.6421 14.625 19.2334L16.125 16.5166C16.392 16.0333 17 15.8581 17.4834 16.125C17.9667 16.392 18.1419 17 17.875 17.4834L17.4697 18.2187C18.3298 17.9445 19.0627 17.6157 19.6367 17.25C20.6701 16.5916 21 15.9611 21 15.5C21 14.896 20.408 14.0156 18.6611 13.2295C17.008 12.4856 14.6535 12 12 12C9.34649 12 6.99205 12.4856 5.33887 13.2295C3.59197 14.0156 3 14.896 3 15.5C3 15.9611 3.32992 16.5916 4.36328 17.25C5.36722 17.8896 6.85411 18.4258 8.66602 18.7305C9.21056 18.8221 9.5779 19.3382 9.48633 19.8828C9.39462 20.4273 8.87853 20.7947 8.33398 20.7031C6.34934 20.3694 4.58591 19.7628 3.28906 18.9365C2.02167 18.129 1 16.9701 1 15.5C1 13.6188 2.64634 12.2488 4.51855 11.4062C6.48466 10.5215 9.13066 9.99999 12 9.99999Z"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
d: "M3.19531 3.2207C3.29201 2.92686 3.70799 2.92686 3.80469 3.2207L4.24219 4.55273C4.27424 4.64943 4.35057 4.72575 4.44727 4.75781L5.7793 5.19531C6.07313 5.292 6.07313 5.70798 5.7793 5.80468L4.44727 6.24218C4.35057 6.27424 4.27424 6.35056 4.24219 6.44726L3.80469 7.77929C3.70799 8.07313 3.29201 8.07313 3.19531 7.77929L2.75781 6.44726C2.72576 6.35056 2.64943 6.27424 2.55273 6.24218L1.2207 5.80468C0.926868 5.70798 0.926868 5.292 1.2207 5.19531L2.55273 4.75781C2.64943 4.72575 2.72576 4.64943 2.75781 4.55273L3.19531 3.2207Z"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M9.07324 0.308588C9.20862 -0.102781 9.79138 -0.102781 9.92676 0.308588L10.54 2.17382C10.5849 2.30915 10.6908 2.41507 10.8262 2.45995L12.6914 3.07324C13.1028 3.20861 13.1028 3.79137 12.6914 3.92675L10.8262 4.54003C10.6908 4.58491 10.5849 4.69083 10.54 4.82617L9.92676 6.6914C9.79138 7.10277 9.20862 7.10277 9.07324 6.6914L8.45996 4.82617C8.41508 4.69083 8.30916 4.58491 8.17383 4.54003L6.30859 3.92675C5.89722 3.79137 5.89722 3.20861 6.30859 3.07324L8.17383 2.45995C8.30916 2.41507 8.41508 2.30915 8.45996 2.17382L9.07324 0.308588Z"
|
|
19
|
+
}));
|
|
20
|
+
const ForwardRef = forwardRef(MoreAnglesIcon);
|
|
21
|
+
export { ForwardRef as MoreAnglesIcon };
|
|
@@ -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 SelectNoneIcon = (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("path", {
|
|
14
|
+
fillRule: "evenodd",
|
|
15
|
+
d: "M10.0003 1.66663C11.0946 1.66663 12.1785 1.88179 13.1896 2.30058C14.2006 2.71937 15.1192 3.33342 15.893 4.10722C16.6668 4.88102 17.2809 5.79966 17.6997 6.81067C18.1185 7.82172 18.3336 8.90561 18.3336 9.99996C18.3336 11.6481 17.8447 13.2593 16.929 14.6297C16.0133 16 14.7122 17.0686 13.1896 17.6993C11.6669 18.3301 9.99082 18.4945 8.37431 18.173C6.7579 17.8514 5.27292 17.0581 4.10754 15.8927C2.94217 14.7273 2.14884 13.2423 1.82727 11.6259C1.50573 10.0094 1.67017 8.33339 2.3009 6.81067C2.93163 5.28802 4.00022 3.98691 5.37056 3.07125C6.74097 2.15557 8.35211 1.66663 10.0003 1.66663ZM12.5516 3.84111C11.3334 3.33655 9.99297 3.20388 8.69983 3.46106C7.40662 3.71829 6.21828 4.35325 5.28593 5.2856C4.35358 6.21795 3.71862 7.4063 3.46138 8.6995C3.2042 9.99265 3.33687 11.3331 3.84143 12.5512C4.34602 13.7693 5.2004 14.8103 6.29667 15.5428C7.393 16.2753 8.68174 16.6666 10.0003 16.6666C11.7684 16.6666 13.4644 15.9646 14.7146 14.7143C15.9649 13.4641 16.667 11.7681 16.667 9.99996C16.667 8.68142 16.2756 7.39267 15.5431 6.29635C14.8106 5.20008 13.7697 4.34569 12.5516 3.84111Z",
|
|
16
|
+
clipRule: "evenodd"
|
|
17
|
+
}));
|
|
18
|
+
const ForwardRef = forwardRef(SelectNoneIcon);
|
|
19
|
+
export { ForwardRef as SelectNoneIcon };
|
package/monochromes/index.d.ts
CHANGED
|
@@ -161,6 +161,7 @@ export { MagicStudioIcon } from './MagicStudioIcon'
|
|
|
161
161
|
export { MentionIcon } from './MentionIcon'
|
|
162
162
|
export { MenuIcon } from './MenuIcon'
|
|
163
163
|
export { MobilePhoneIcon } from './MobilePhoneIcon'
|
|
164
|
+
export { MoreAnglesIcon } from './MoreAnglesIcon'
|
|
164
165
|
export { MotionBlurIcon } from './MotionBlurIcon'
|
|
165
166
|
export { MoveIcon } from './MoveIcon'
|
|
166
167
|
export { MoveBackIcon } from './MoveBackIcon'
|
|
@@ -219,6 +220,7 @@ export { Rotate90Icon } from './Rotate90Icon'
|
|
|
219
220
|
export { RotateLeftIcon } from './RotateLeftIcon'
|
|
220
221
|
export { RulerIcon } from './RulerIcon'
|
|
221
222
|
export { SearchIcon } from './SearchIcon'
|
|
223
|
+
export { SelectNoneIcon } from './SelectNoneIcon'
|
|
222
224
|
export { SettingsIcon } from './SettingsIcon'
|
|
223
225
|
export { ShadowIcon } from './ShadowIcon'
|
|
224
226
|
export { ShareIcon } from './ShareIcon'
|
package/monochromes/index.js
CHANGED
|
@@ -161,6 +161,7 @@ export { MagicStudioIcon } from './MagicStudioIcon.js'
|
|
|
161
161
|
export { MentionIcon } from './MentionIcon.js'
|
|
162
162
|
export { MenuIcon } from './MenuIcon.js'
|
|
163
163
|
export { MobilePhoneIcon } from './MobilePhoneIcon.js'
|
|
164
|
+
export { MoreAnglesIcon } from './MoreAnglesIcon.js'
|
|
164
165
|
export { MotionBlurIcon } from './MotionBlurIcon.js'
|
|
165
166
|
export { MoveIcon } from './MoveIcon.js'
|
|
166
167
|
export { MoveBackIcon } from './MoveBackIcon.js'
|
|
@@ -219,6 +220,7 @@ export { Rotate90Icon } from './Rotate90Icon.js'
|
|
|
219
220
|
export { RotateLeftIcon } from './RotateLeftIcon.js'
|
|
220
221
|
export { RulerIcon } from './RulerIcon.js'
|
|
221
222
|
export { SearchIcon } from './SearchIcon.js'
|
|
223
|
+
export { SelectNoneIcon } from './SelectNoneIcon.js'
|
|
222
224
|
export { SettingsIcon } from './SettingsIcon.js'
|
|
223
225
|
export { ShadowIcon } from './ShadowIcon.js'
|
|
224
226
|
export { ShareIcon } from './ShareIcon.js'
|