@photoroom/icons 0.1.25 → 0.1.26

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 LibrarySelectedIcon(props: React.ComponentProps<'svg'> & { title?: string, titleId?: string }): React.JSX.Element;
@@ -0,0 +1,27 @@
1
+ // Code generated by "generateIcons.js"; DO NOT EDIT.
2
+
3
+ import * as React from "react";
4
+ import { forwardRef } from "react";
5
+ const LibrarySelectedIcon = (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
+ fillRule: "evenodd",
15
+ d: "M2 13C2 11.3427 3.34272 10 5 10H19C20.6573 10 22 11.3427 22 13V19C22 20.6573 20.6573 22 19 22H5C3.34272 22 2 20.6573 2 19V13Z",
16
+ clipRule: "evenodd"
17
+ }), /*#__PURE__*/React.createElement("path", {
18
+ fillRule: "evenodd",
19
+ d: "M4 7C4 6.44772 4.44772 6 5 6H19C19.5523 6 20 6.44772 20 7C20 7.55228 19.5523 8 19 8H5C4.44772 8 4 7.55228 4 7Z",
20
+ clipRule: "evenodd"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ fillRule: "evenodd",
23
+ d: "M6 3C6 2.44772 6.44772 2 7 2H17C17.5523 2 18 2.44772 18 3C18 3.55228 17.5523 4 17 4H7C6.44772 4 6 3.55228 6 3Z",
24
+ clipRule: "evenodd"
25
+ }));
26
+ const ForwardRef = forwardRef(LibrarySelectedIcon);
27
+ export { ForwardRef as LibrarySelectedIcon };
@@ -0,0 +1,4 @@
1
+ // Code generated by "generateIcons.js"; DO NOT EDIT.
2
+
3
+ import * as React from 'react';
4
+ export function TemplateSelectedIcon(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 TemplateSelectedIcon = (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
+ fillRule: "evenodd",
15
+ d: "M7 2C5.34315 2 4 3.34315 4 5V19C4 20.6569 5.34315 22 7 22H17C18.6569 22 20 20.6569 20 19V9.41421C20 8.88378 19.7893 8.37507 19.4142 8L14 2.58579C13.6249 2.21071 13.1162 2 12.5858 2H7ZM12.8944 8.94719C13.1414 8.45321 12.9412 7.85254 12.4472 7.60555C11.9532 7.35856 11.3526 7.55878 11.1056 8.05276L9.10557 12.0528C8.95058 12.3627 8.96714 12.7309 9.14935 13.0257C9.33156 13.3205 9.65342 13.5 10 13.5H12.382L11.1056 16.0528C10.8586 16.5467 11.0588 17.1474 11.5528 17.3944C12.0468 17.6414 12.6474 17.4412 12.8944 16.9472L14.8944 12.9472C15.0494 12.6372 15.0329 12.2691 14.8507 11.9742C14.6684 11.6794 14.3466 11.5 14 11.5H11.618L12.8944 8.94719Z",
16
+ clipRule: "evenodd"
17
+ }));
18
+ const ForwardRef = forwardRef(TemplateSelectedIcon);
19
+ export { ForwardRef as TemplateSelectedIcon };
@@ -163,6 +163,7 @@ export { LayersFilledIcon } from './LayersFilledIcon'
163
163
  export { LayoutIcon } from './LayoutIcon'
164
164
  export { LetterSpacingIcon } from './LetterSpacingIcon'
165
165
  export { LibraryIcon } from './LibraryIcon'
166
+ export { LibrarySelectedIcon } from './LibrarySelectedIcon'
166
167
  export { LineChartIcon } from './LineChartIcon'
167
168
  export { LinkIcon } from './LinkIcon'
168
169
  export { LinkBrokenIcon } from './LinkBrokenIcon'
@@ -258,6 +259,7 @@ export { SwatchbookIcon } from './SwatchbookIcon'
258
259
  export { TeamIcon } from './TeamIcon'
259
260
  export { TemplateIcon } from './TemplateIcon'
260
261
  export { TemplateLightningIcon } from './TemplateLightningIcon'
262
+ export { TemplateSelectedIcon } from './TemplateSelectedIcon'
261
263
  export { TemporarySellScoreIcon } from './TemporarySellScoreIcon'
262
264
  export { TextIcon } from './TextIcon'
263
265
  export { TextBackgroundIcon } from './TextBackgroundIcon'
@@ -163,6 +163,7 @@ export { LayersFilledIcon } from './LayersFilledIcon.js'
163
163
  export { LayoutIcon } from './LayoutIcon.js'
164
164
  export { LetterSpacingIcon } from './LetterSpacingIcon.js'
165
165
  export { LibraryIcon } from './LibraryIcon.js'
166
+ export { LibrarySelectedIcon } from './LibrarySelectedIcon.js'
166
167
  export { LineChartIcon } from './LineChartIcon.js'
167
168
  export { LinkIcon } from './LinkIcon.js'
168
169
  export { LinkBrokenIcon } from './LinkBrokenIcon.js'
@@ -258,6 +259,7 @@ export { SwatchbookIcon } from './SwatchbookIcon.js'
258
259
  export { TeamIcon } from './TeamIcon.js'
259
260
  export { TemplateIcon } from './TemplateIcon.js'
260
261
  export { TemplateLightningIcon } from './TemplateLightningIcon.js'
262
+ export { TemplateSelectedIcon } from './TemplateSelectedIcon.js'
261
263
  export { TemporarySellScoreIcon } from './TemporarySellScoreIcon.js'
262
264
  export { TextIcon } from './TextIcon.js'
263
265
  export { TextBackgroundIcon } from './TextBackgroundIcon.js'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@photoroom/icons",
3
- "version": "0.1.25",
3
+ "version": "0.1.26",
4
4
  "private": false,
5
5
  "description": "Photoroom icon components",
6
6
  "sideEffects": false,