@photoroom/icons 0.1.8 → 0.1.10
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,17 @@
|
|
|
1
|
+
// Code generated by "generateIcons.js"; DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
import { forwardRef } from "react";
|
|
5
|
+
const DesktopIcon = (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
|
+
d: "M15.8334 2.5H4.16675C3.50371 2.5 2.86782 2.76339 2.39898 3.23223C1.93014 3.70107 1.66675 4.33696 1.66675 5V11.6667C1.66675 12.3297 1.93014 12.9656 2.39898 13.4344C2.86782 13.9033 3.50371 14.1667 4.16675 14.1667H9.16675V15.8333H5.83341C5.6124 15.8333 5.40044 15.9211 5.24416 16.0774C5.08788 16.2337 5.00008 16.4457 5.00008 16.6667C5.00008 16.8877 5.08788 17.0996 5.24416 17.2559C5.40044 17.4122 5.6124 17.5 5.83341 17.5H14.1667C14.3878 17.5 14.5997 17.4122 14.756 17.2559C14.9123 17.0996 15.0001 16.8877 15.0001 16.6667C15.0001 16.4457 14.9123 16.2337 14.756 16.0774C14.5997 15.9211 14.3878 15.8333 14.1667 15.8333H10.8334V14.1667H15.8334C16.4965 14.1667 17.1323 13.9033 17.6012 13.4344C18.07 12.9656 18.3334 12.3297 18.3334 11.6667V5C18.3334 4.33696 18.07 3.70107 17.6012 3.23223C17.1323 2.76339 16.4965 2.5 15.8334 2.5ZM16.6667 11.6667C16.6667 11.8877 16.579 12.0996 16.4227 12.2559C16.2664 12.4122 16.0544 12.5 15.8334 12.5H4.16675C3.94573 12.5 3.73377 12.4122 3.57749 12.2559C3.42121 12.0996 3.33341 11.8877 3.33341 11.6667V5C3.33341 4.77899 3.42121 4.56702 3.57749 4.41074C3.73377 4.25446 3.94573 4.16667 4.16675 4.16667H15.8334C16.0544 4.16667 16.2664 4.25446 16.4227 4.41074C16.579 4.56702 16.6667 4.77899 16.6667 5V11.6667Z"
|
|
15
|
+
}));
|
|
16
|
+
const ForwardRef = forwardRef(DesktopIcon);
|
|
17
|
+
export { ForwardRef as DesktopIcon };
|
|
@@ -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 OutlineWidthIcon = (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
|
+
d: "M16.75 14.166C17.4402 14.166 17.9998 14.7258 18 15.416C18 16.1064 17.4404 16.666 16.75 16.666H4.25C3.55964 16.666 3 16.1064 3 15.416C3.00018 14.7258 3.55975 14.166 4.25 14.166H16.75ZM17.167 9.16602C17.6271 9.16619 18 9.53987 18 10C17.9998 10.46 17.627 10.8328 17.167 10.833H3.83301C3.37303 10.8328 3.00018 10.46 3 10C3 9.53987 3.37292 9.16619 3.83301 9.16602H17.167ZM17.583 5C17.813 5 17.9998 5.18605 18 5.41602C18 5.64613 17.8131 5.83301 17.583 5.83301H3.41699C3.18687 5.83301 3 5.64613 3 5.41602C3.00018 5.18605 3.18698 5 3.41699 5H17.583Z"
|
|
15
|
+
}));
|
|
16
|
+
const ForwardRef = forwardRef(OutlineWidthIcon);
|
|
17
|
+
export { ForwardRef as OutlineWidthIcon };
|
package/monochromes/index.d.ts
CHANGED
|
@@ -85,6 +85,7 @@ export { CurvatureIcon } from './CurvatureIcon'
|
|
|
85
85
|
export { CutoutIcon } from './CutoutIcon'
|
|
86
86
|
export { DashMediumIcon } from './DashMediumIcon'
|
|
87
87
|
export { DeleteIcon } from './DeleteIcon'
|
|
88
|
+
export { DesktopIcon } from './DesktopIcon'
|
|
88
89
|
export { DisclosureTriangleIcon } from './DisclosureTriangleIcon'
|
|
89
90
|
export { DoubleArrowHorizontalIcon } from './DoubleArrowHorizontalIcon'
|
|
90
91
|
export { DoubleArrowVerticalIcon } from './DoubleArrowVerticalIcon'
|
|
@@ -170,6 +171,7 @@ export { NotificationIcon } from './NotificationIcon'
|
|
|
170
171
|
export { NotificationNoneIcon } from './NotificationNoneIcon'
|
|
171
172
|
export { OtherIcon } from './OtherIcon'
|
|
172
173
|
export { OutlineIcon } from './OutlineIcon'
|
|
174
|
+
export { OutlineWidthIcon } from './OutlineWidthIcon'
|
|
173
175
|
export { PaddingBottomIcon } from './PaddingBottomIcon'
|
|
174
176
|
export { PaddingLeftIcon } from './PaddingLeftIcon'
|
|
175
177
|
export { PaddingRightIcon } from './PaddingRightIcon'
|
package/monochromes/index.js
CHANGED
|
@@ -85,6 +85,7 @@ export { CurvatureIcon } from './CurvatureIcon.js'
|
|
|
85
85
|
export { CutoutIcon } from './CutoutIcon.js'
|
|
86
86
|
export { DashMediumIcon } from './DashMediumIcon.js'
|
|
87
87
|
export { DeleteIcon } from './DeleteIcon.js'
|
|
88
|
+
export { DesktopIcon } from './DesktopIcon.js'
|
|
88
89
|
export { DisclosureTriangleIcon } from './DisclosureTriangleIcon.js'
|
|
89
90
|
export { DoubleArrowHorizontalIcon } from './DoubleArrowHorizontalIcon.js'
|
|
90
91
|
export { DoubleArrowVerticalIcon } from './DoubleArrowVerticalIcon.js'
|
|
@@ -170,6 +171,7 @@ export { NotificationIcon } from './NotificationIcon.js'
|
|
|
170
171
|
export { NotificationNoneIcon } from './NotificationNoneIcon.js'
|
|
171
172
|
export { OtherIcon } from './OtherIcon.js'
|
|
172
173
|
export { OutlineIcon } from './OutlineIcon.js'
|
|
174
|
+
export { OutlineWidthIcon } from './OutlineWidthIcon.js'
|
|
173
175
|
export { PaddingBottomIcon } from './PaddingBottomIcon.js'
|
|
174
176
|
export { PaddingLeftIcon } from './PaddingLeftIcon.js'
|
|
175
177
|
export { PaddingRightIcon } from './PaddingRightIcon.js'
|