@photoroom/icons 0.1.10 → 0.1.11

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 SelectNoneIcon(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 SelectNoneIcon = (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
+ fillRule: "evenodd",
15
+ d: "M10.0003 1.66663C11.0946 1.66663 12.1785 1.88179 13.1896 2.30058C14.2006 2.71937 15.1192 3.33342 15.893 4.10722C16.6668 4.88102 17.2809 5.79966 17.6997 6.81067C18.1185 7.82172 18.3336 8.90561 18.3336 9.99996C18.3336 11.6481 17.8447 13.2593 16.929 14.6297C16.0133 16 14.7122 17.0686 13.1896 17.6993C11.6669 18.3301 9.99082 18.4945 8.37431 18.173C6.7579 17.8514 5.27292 17.0581 4.10754 15.8927C2.94217 14.7273 2.14884 13.2423 1.82727 11.6259C1.50573 10.0094 1.67017 8.33339 2.3009 6.81067C2.93163 5.28802 4.00022 3.98691 5.37056 3.07125C6.74097 2.15557 8.35211 1.66663 10.0003 1.66663ZM12.5516 3.84111C11.3334 3.33655 9.99297 3.20388 8.69983 3.46106C7.40662 3.71829 6.21828 4.35325 5.28593 5.2856C4.35358 6.21795 3.71862 7.4063 3.46138 8.6995C3.2042 9.99265 3.33687 11.3331 3.84143 12.5512C4.34602 13.7693 5.2004 14.8103 6.29667 15.5428C7.393 16.2753 8.68174 16.6666 10.0003 16.6666C11.7684 16.6666 13.4644 15.9646 14.7146 14.7143C15.9649 13.4641 16.667 11.7681 16.667 9.99996C16.667 8.68142 16.2756 7.39267 15.5431 6.29635C14.8106 5.20008 13.7697 4.34569 12.5516 3.84111Z",
16
+ clipRule: "evenodd"
17
+ }));
18
+ const ForwardRef = forwardRef(SelectNoneIcon);
19
+ export { ForwardRef as SelectNoneIcon };
@@ -219,6 +219,7 @@ export { Rotate90Icon } from './Rotate90Icon'
219
219
  export { RotateLeftIcon } from './RotateLeftIcon'
220
220
  export { RulerIcon } from './RulerIcon'
221
221
  export { SearchIcon } from './SearchIcon'
222
+ export { SelectNoneIcon } from './SelectNoneIcon'
222
223
  export { SettingsIcon } from './SettingsIcon'
223
224
  export { ShadowIcon } from './ShadowIcon'
224
225
  export { ShareIcon } from './ShareIcon'
@@ -219,6 +219,7 @@ export { Rotate90Icon } from './Rotate90Icon.js'
219
219
  export { RotateLeftIcon } from './RotateLeftIcon.js'
220
220
  export { RulerIcon } from './RulerIcon.js'
221
221
  export { SearchIcon } from './SearchIcon.js'
222
+ export { SelectNoneIcon } from './SelectNoneIcon.js'
222
223
  export { SettingsIcon } from './SettingsIcon.js'
223
224
  export { ShadowIcon } from './ShadowIcon.js'
224
225
  export { ShareIcon } from './ShareIcon.js'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@photoroom/icons",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "private": false,
5
5
  "description": "Photoroom icon components",
6
6
  "sideEffects": false,