@photoroom/icons 0.1.19 → 0.1.20

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,4 @@
1
+ // Code generated by "generateIcons.js"; DO NOT EDIT.
2
+
3
+ import * as React from 'react';
4
+ export function CropIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): React.JSX.Element;
@@ -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 CropIcon = (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: "M5.00033 1.66699C5.46056 1.66699 5.83366 2.04009 5.83366 2.50033V13.3337C5.83366 13.7939 6.20675 14.167 6.66699 14.167H13.3337V15.8337H6.66699C5.28628 15.8337 4.16699 14.7144 4.16699 13.3337V5.83366H2.50033C2.04009 5.83366 1.66699 5.46056 1.66699 5.00033C1.66699 4.54009 2.04009 4.16699 2.50033 4.16699H4.16699V2.50033C4.16699 2.04009 4.54009 1.66699 5.00033 1.66699Z"
15
+ }), /*#__PURE__*/React.createElement("path", {
16
+ d: "M6.66699 5.83366H13.3337C13.7939 5.83366 14.167 6.20675 14.167 6.66699V17.5003C14.167 17.9606 14.5401 18.3337 15.0003 18.3337C15.4606 18.3337 15.8337 17.9606 15.8337 17.5003V15.8337H17.5003C17.9606 15.8337 18.3337 15.4606 18.3337 15.0003C18.3337 14.5401 17.9606 14.167 17.5003 14.167H15.8337V6.66699C15.8337 5.28628 14.7144 4.16699 13.3337 4.16699H6.66699V5.83366Z"
17
+ }));
18
+ const ForwardRef = forwardRef(CropIcon);
19
+ export { ForwardRef as CropIcon };
@@ -82,6 +82,7 @@ export { CopyIcon } from './CopyIcon'
82
82
  export { CreateIcon } from './CreateIcon'
83
83
  export { CreateSelectedIcon } from './CreateSelectedIcon'
84
84
  export { CreditCardIcon } from './CreditCardIcon'
85
+ export { CropIcon } from './CropIcon'
85
86
  export { CrossIcon } from './CrossIcon'
86
87
  export { CurvatureIcon } from './CurvatureIcon'
87
88
  export { CutoutIcon } from './CutoutIcon'
@@ -82,6 +82,7 @@ export { CopyIcon } from './CopyIcon.js'
82
82
  export { CreateIcon } from './CreateIcon.js'
83
83
  export { CreateSelectedIcon } from './CreateSelectedIcon.js'
84
84
  export { CreditCardIcon } from './CreditCardIcon.js'
85
+ export { CropIcon } from './CropIcon.js'
85
86
  export { CrossIcon } from './CrossIcon.js'
86
87
  export { CurvatureIcon } from './CurvatureIcon.js'
87
88
  export { CutoutIcon } from './CutoutIcon.js'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@photoroom/icons",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "private": false,
5
5
  "description": "Photoroom icon components",
6
6
  "sideEffects": false,