@photoroom/icons 0.1.8 → 0.1.9
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 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
|
@@ -170,6 +170,7 @@ export { NotificationIcon } from './NotificationIcon'
|
|
|
170
170
|
export { NotificationNoneIcon } from './NotificationNoneIcon'
|
|
171
171
|
export { OtherIcon } from './OtherIcon'
|
|
172
172
|
export { OutlineIcon } from './OutlineIcon'
|
|
173
|
+
export { OutlineWidthIcon } from './OutlineWidthIcon'
|
|
173
174
|
export { PaddingBottomIcon } from './PaddingBottomIcon'
|
|
174
175
|
export { PaddingLeftIcon } from './PaddingLeftIcon'
|
|
175
176
|
export { PaddingRightIcon } from './PaddingRightIcon'
|
package/monochromes/index.js
CHANGED
|
@@ -170,6 +170,7 @@ export { NotificationIcon } from './NotificationIcon.js'
|
|
|
170
170
|
export { NotificationNoneIcon } from './NotificationNoneIcon.js'
|
|
171
171
|
export { OtherIcon } from './OtherIcon.js'
|
|
172
172
|
export { OutlineIcon } from './OutlineIcon.js'
|
|
173
|
+
export { OutlineWidthIcon } from './OutlineWidthIcon.js'
|
|
173
174
|
export { PaddingBottomIcon } from './PaddingBottomIcon.js'
|
|
174
175
|
export { PaddingLeftIcon } from './PaddingLeftIcon.js'
|
|
175
176
|
export { PaddingRightIcon } from './PaddingRightIcon.js'
|