@photoroom/icons 0.1.9 → 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,4 @@
1
+ // Code generated by "generateIcons.js"; DO NOT EDIT.
2
+
3
+ import * as React from 'react';
4
+ export function DesktopIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): React.JSX.Element;
@@ -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 };
@@ -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'
@@ -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'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@photoroom/icons",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "private": false,
5
5
  "description": "Photoroom icon components",
6
6
  "sideEffects": false,