@photoroom/icons 0.1.16 → 0.1.17

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 ClaudeIcon(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 ClaudeIcon = (props, ref) => /*#__PURE__*/React.createElement("svg", Object.assign({
6
+ fill: "none",
7
+ viewBox: "0 0 24 24",
8
+ style: {
9
+ flexShrink: 0
10
+ },
11
+ ref: ref
12
+ }, props), /*#__PURE__*/React.createElement("path", {
13
+ fill: "white",
14
+ d: "M4.704 15.96L9.432 13.32L9.504 13.08L9.432 12.96H9.192L8.4 12.912L5.712 12.84L3.36 12.72L1.08 12.6L0.504 12.48L0 11.76L0.048 11.4L0.528 11.088L1.224 11.136L2.736 11.256L5.016 11.4L6.672 11.496L9.12 11.784H9.504L9.552 11.616L9.432 11.52L9.336 11.424L6.96 9.84L4.416 8.16L3.072 7.176L2.352 6.696L1.992 6.216L1.848 5.208L2.496 4.488L3.384 4.56L3.6 4.608L4.488 5.304L6.408 6.768L8.88 8.64L9.24 8.928L9.384 8.832L9.408 8.76L9.24 8.496L7.92 6L6.48 3.504L5.832 2.472L5.664 1.848C5.592 1.608 5.568 1.368 5.568 1.128L6.288 0.12L6.72 0L7.728 0.144L8.112 0.48L8.736 1.92L9.72 4.152L11.28 7.176L11.76 8.088L12 8.904L12.072 9.144H12.24V9.024L12.36 7.296L12.6 5.208L12.84 2.52L12.912 1.752L13.296 0.84L14.016 0.36L14.64 0.624L15.12 1.32L15.048 1.752L14.784 3.6L14.16 6.504L13.8 8.472H14.016L14.256 8.208L15.24 6.912L16.896 4.848L17.616 4.008L18.48 3.12L19.032 2.688H20.064L20.808 3.816L20.472 4.992L19.416 6.336L18.528 7.464L17.256 9.168L16.488 10.536L16.56 10.632H16.728L19.608 10.008L21.144 9.744L22.968 9.432L23.808 9.816L23.904 10.2L23.568 11.016L21.6 11.496L19.296 11.976L15.864 12.768L15.816 12.792L15.864 12.864L17.4 13.008L18.072 13.056H19.704L22.728 13.296L23.52 13.776L23.976 14.424L23.904 14.904L22.68 15.528L21.048 15.144L17.208 14.232L15.912 13.92H15.72V14.016L16.824 15.096L18.816 16.896L21.36 19.224L21.48 19.8L21.168 20.28L20.832 20.232L18.624 18.552L17.76 17.832L15.84 16.2H15.72V16.368L16.152 17.016L18.504 20.544L18.624 21.624L18.456 21.96L17.832 22.2L17.184 22.056L15.792 20.136L14.352 17.976L13.224 16.008L13.104 16.104L12.408 23.352L12.096 23.712L11.376 24L10.776 23.52L10.44 22.8L10.776 21.312L11.16 19.392L11.472 17.856L11.76 15.96L11.928 15.336V15.288H11.76L10.32 17.28L8.16 20.232L6.432 22.056L6.024 22.224L5.304 21.864L5.376 21.192L5.76 20.64L8.16 17.568L9.6 15.672L10.56 14.568L10.536 14.448H10.464L4.128 18.576L3 18.72L2.52 18.24L2.568 17.52L2.808 17.28L4.728 15.96H4.704Z"
15
+ }));
16
+ const ForwardRef = forwardRef(ClaudeIcon);
17
+ export { ForwardRef as ClaudeIcon };
package/logos/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  // Code generated by "generateIcons.js"; DO NOT EDIT.
2
2
 
3
+ export { ClaudeIcon } from './ClaudeIcon'
3
4
  export { WordmarkLightIcon } from './WordmarkLightIcon'
package/logos/index.js CHANGED
@@ -1,3 +1,4 @@
1
1
  // Code generated by "generateIcons.js"; DO NOT EDIT.
2
2
 
3
+ export { ClaudeIcon } from './ClaudeIcon.js'
3
4
  export { WordmarkLightIcon } from './WordmarkLightIcon.js'
@@ -0,0 +1,4 @@
1
+ // Code generated by "generateIcons.js"; DO NOT EDIT.
2
+
3
+ import * as React from 'react';
4
+ export function FileLinesIcon(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 FileLinesIcon = (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("g", {
14
+ transform: "translate(4 2)"
15
+ }, /*#__PURE__*/React.createElement("path", {
16
+ d: "M5 8H6C6.26522 8 6.51957 7.89464 6.70711 7.70711C6.89464 7.51957 7 7.26522 7 7C7 6.73478 6.89464 6.48043 6.70711 6.29289C6.51957 6.10536 6.26522 6 6 6H5C4.73478 6 4.48043 6.10536 4.29289 6.29289C4.10536 6.48043 4 6.73478 4 7C4 7.26522 4.10536 7.51957 4.29289 7.70711C4.48043 7.89464 4.73478 8 5 8V8ZM5 10C4.73478 10 4.48043 10.1054 4.29289 10.2929C4.10536 10.4804 4 10.7348 4 11C4 11.2652 4.10536 11.5196 4.29289 11.7071C4.48043 11.8946 4.73478 12 5 12H11C11.2652 12 11.5196 11.8946 11.7071 11.7071C11.8946 11.5196 12 11.2652 12 11C12 10.7348 11.8946 10.4804 11.7071 10.2929C11.5196 10.1054 11.2652 10 11 10H5ZM16 6.94C15.9896 6.84813 15.9695 6.75763 15.94 6.67V6.58C15.8919 6.47718 15.8278 6.38267 15.75 6.3V6.3L9.75 0.3C9.66734 0.222216 9.57282 0.158081 9.47 0.11C9.44015 0.10576 9.40985 0.10576 9.38 0.11C9.27841 0.0517412 9.16622 0.0143442 9.05 0H3C2.20435 0 1.44129 0.316071 0.87868 0.87868C0.316071 1.44129 0 2.20435 0 3V17C0 17.7956 0.316071 18.5587 0.87868 19.1213C1.44129 19.6839 2.20435 20 3 20H13C13.7956 20 14.5587 19.6839 15.1213 19.1213C15.6839 18.5587 16 17.7956 16 17V7C16 7 16 7 16 6.94ZM10 3.41L12.59 6H11C10.7348 6 10.4804 5.89464 10.2929 5.70711C10.1054 5.51957 10 5.26522 10 5V3.41ZM14 17C14 17.2652 13.8946 17.5196 13.7071 17.7071C13.5196 17.8946 13.2652 18 13 18H3C2.73478 18 2.48043 17.8946 2.29289 17.7071C2.10536 17.5196 2 17.2652 2 17V3C2 2.73478 2.10536 2.48043 2.29289 2.29289C2.48043 2.10536 2.73478 2 3 2H8V5C8 5.79565 8.31607 6.55871 8.87868 7.12132C9.44129 7.68393 10.2044 8 11 8H14V17ZM11 14H5C4.73478 14 4.48043 14.1054 4.29289 14.2929C4.10536 14.4804 4 14.7348 4 15C4 15.2652 4.10536 15.5196 4.29289 15.7071C4.48043 15.8946 4.73478 16 5 16H11C11.2652 16 11.5196 15.8946 11.7071 15.7071C11.8946 15.5196 12 15.2652 12 15C12 14.7348 11.8946 14.4804 11.7071 14.2929C11.5196 14.1054 11.2652 14 11 14Z"
17
+ })));
18
+ const ForwardRef = forwardRef(FileLinesIcon);
19
+ export { ForwardRef as FileLinesIcon };
@@ -117,6 +117,7 @@ export { FigmaGlobeIcon } from './FigmaGlobeIcon'
117
117
  export { FigmaMagnifierIcon } from './FigmaMagnifierIcon'
118
118
  export { FigmaMenuIcon } from './FigmaMenuIcon'
119
119
  export { FigmaRefreshIcon } from './FigmaRefreshIcon'
120
+ export { FileLinesIcon } from './FileLinesIcon'
120
121
  export { FilterIcon } from './FilterIcon'
121
122
  export { FireIcon } from './FireIcon'
122
123
  export { FixDetailsIcon } from './FixDetailsIcon'
@@ -117,6 +117,7 @@ export { FigmaGlobeIcon } from './FigmaGlobeIcon.js'
117
117
  export { FigmaMagnifierIcon } from './FigmaMagnifierIcon.js'
118
118
  export { FigmaMenuIcon } from './FigmaMenuIcon.js'
119
119
  export { FigmaRefreshIcon } from './FigmaRefreshIcon.js'
120
+ export { FileLinesIcon } from './FileLinesIcon.js'
120
121
  export { FilterIcon } from './FilterIcon.js'
121
122
  export { FireIcon } from './FireIcon.js'
122
123
  export { FixDetailsIcon } from './FixDetailsIcon.js'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@photoroom/icons",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "private": false,
5
5
  "description": "Photoroom icon components",
6
6
  "sideEffects": false,