@cloudtower/icons-react 0.21.0 → 0.21.3

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.
Files changed (51) hide show
  1. package/16/filled/PlusCircleBlueIcon.d.ts +4 -0
  2. package/16/filled/PlusCircleBlueIcon.js +22 -0
  3. package/16/filled/esm/PlusCircleBlueIcon.d.ts +4 -0
  4. package/16/filled/esm/PlusCircleBlueIcon.js +22 -0
  5. package/16/filled/esm/index.d.ts +1 -0
  6. package/16/filled/esm/index.js +1 -0
  7. package/16/filled/esm/package.json +4 -0
  8. package/16/filled/index.d.ts +1 -0
  9. package/16/filled/index.js +1 -0
  10. package/16/filled/package.json +4 -0
  11. package/16/outline/PlusCircleBlueIcon.d.ts +4 -0
  12. package/16/outline/PlusCircleBlueIcon.js +27 -0
  13. package/16/outline/esm/PlusCircleBlueIcon.d.ts +4 -0
  14. package/16/outline/esm/PlusCircleBlueIcon.js +27 -0
  15. package/16/outline/esm/index.d.ts +1 -0
  16. package/16/outline/esm/index.js +1 -0
  17. package/16/outline/esm/package.json +4 -0
  18. package/16/outline/index.d.ts +1 -0
  19. package/16/outline/index.js +1 -0
  20. package/16/outline/package.json +4 -0
  21. package/24/filled/AlertBellGradientBlueIcon.d.ts +1 -0
  22. package/24/filled/AlertBellGradientBlueIcon.js +1 -1
  23. package/24/filled/esm/AlertBellGradientBlueIcon.d.ts +1 -0
  24. package/24/filled/esm/AlertBellGradientBlueIcon.js +1 -1
  25. package/24/filled/esm/index.d.ts +1 -1
  26. package/24/filled/esm/index.js +1 -1
  27. package/24/filled/esm/package.json +1 -1
  28. package/24/filled/index.d.ts +1 -1
  29. package/24/filled/index.js +1 -1
  30. package/24/filled/package.json +1 -1
  31. package/24/outline/AlertBellGradientBlueIcon.d.ts +1 -0
  32. package/24/outline/AlertBellGradientBlueIcon.js +1 -1
  33. package/24/outline/esm/AlertBellGradientBlueIcon.d.ts +1 -0
  34. package/24/outline/esm/AlertBellGradientBlueIcon.js +1 -1
  35. package/24/outline/esm/index.d.ts +1 -1
  36. package/24/outline/esm/index.js +1 -1
  37. package/24/outline/esm/package.json +1 -1
  38. package/24/outline/index.d.ts +1 -1
  39. package/24/outline/index.js +1 -1
  40. package/24/outline/package.json +1 -1
  41. package/32/outline/AlertIcon.d.ts +1 -0
  42. package/32/outline/AlertIcon.js +1 -1
  43. package/32/outline/esm/AlertIcon.d.ts +1 -0
  44. package/32/outline/esm/AlertIcon.js +1 -1
  45. package/32/outline/esm/index.d.ts +1 -1
  46. package/32/outline/esm/index.js +1 -1
  47. package/32/outline/esm/package.json +1 -1
  48. package/32/outline/index.d.ts +1 -1
  49. package/32/outline/index.js +1 -1
  50. package/32/outline/package.json +1 -1
  51. package/package.json +5 -4
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const PlusCircleBlueIcon: React.ForwardRefExoticComponent<React.SVGProps<SVGSVGElement> & { title?: string, titleId?: string }>;
3
+ export default PlusCircleBlueIcon;
4
+
@@ -0,0 +1,22 @@
1
+ const React = require("react");
2
+ function PlusCircleBlueIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }, svgRef) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 16,
9
+ height: 16,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ ref: svgRef,
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M9 4a1 1 0 00-2 0v3H4a1 1 0 000 2h3v3a1 1 0 102 0V9h3a1 1 0 100-2H9V4z",
18
+ fill: "#0080FF"
19
+ }));
20
+ }
21
+ const ForwardRef = React.forwardRef(PlusCircleBlueIcon);
22
+ module.exports = ForwardRef;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const PlusCircleBlueIcon: React.ForwardRefExoticComponent<React.SVGProps<SVGSVGElement> & { title?: string, titleId?: string }>;
3
+ export default PlusCircleBlueIcon;
4
+
@@ -0,0 +1,22 @@
1
+ import * as React from "react";
2
+ function PlusCircleBlueIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }, svgRef) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 16,
9
+ height: 16,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ ref: svgRef,
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M9 4a1 1 0 00-2 0v3H4a1 1 0 000 2h3v3a1 1 0 102 0V9h3a1 1 0 100-2H9V4z",
18
+ fill: "#0080FF"
19
+ }));
20
+ }
21
+ const ForwardRef = React.forwardRef(PlusCircleBlueIcon);
22
+ export default ForwardRef;
@@ -0,0 +1 @@
1
+ export { default as PlusCircleBlueIcon } from './PlusCircleBlueIcon'
@@ -0,0 +1 @@
1
+ export { default as PlusCircleBlueIcon } from './PlusCircleBlueIcon.js'
@@ -0,0 +1,4 @@
1
+ {
2
+ "type": "module",
3
+ "sideEffects": false
4
+ }
@@ -0,0 +1 @@
1
+ export { default as PlusCircleBlueIcon } from './PlusCircleBlueIcon'
@@ -0,0 +1 @@
1
+ module.exports.PlusCircleBlueIcon = require("./PlusCircleBlueIcon.js")
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "./esm/index.js",
3
+ "sideEffects": false
4
+ }
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const PlusCircleBlueIcon: React.ForwardRefExoticComponent<React.SVGProps<SVGSVGElement> & { title?: string, titleId?: string }>;
3
+ export default PlusCircleBlueIcon;
4
+
@@ -0,0 +1,27 @@
1
+ const React = require("react");
2
+ function PlusCircleBlueIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }, svgRef) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 16,
9
+ height: 16,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ ref: svgRef,
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M4.5 8a.5.5 0 01.5-.5h2.5V5a.5.5 0 011 0v2.5H11a.5.5 0 010 1H8.5V11a.5.5 0 01-1 0V8.5H5a.5.5 0 01-.5-.5z",
18
+ fill: "#0080FF"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ fillRule: "evenodd",
21
+ clipRule: "evenodd",
22
+ d: "M8 15A7 7 0 108 1a7 7 0 000 14zm0-1A6 6 0 108 2a6 6 0 000 12z",
23
+ fill: "#0080FF"
24
+ }));
25
+ }
26
+ const ForwardRef = React.forwardRef(PlusCircleBlueIcon);
27
+ module.exports = ForwardRef;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const PlusCircleBlueIcon: React.ForwardRefExoticComponent<React.SVGProps<SVGSVGElement> & { title?: string, titleId?: string }>;
3
+ export default PlusCircleBlueIcon;
4
+
@@ -0,0 +1,27 @@
1
+ import * as React from "react";
2
+ function PlusCircleBlueIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }, svgRef) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 16,
9
+ height: 16,
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ ref: svgRef,
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M4.5 8a.5.5 0 01.5-.5h2.5V5a.5.5 0 011 0v2.5H11a.5.5 0 010 1H8.5V11a.5.5 0 01-1 0V8.5H5a.5.5 0 01-.5-.5z",
18
+ fill: "#0080FF"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ fillRule: "evenodd",
21
+ clipRule: "evenodd",
22
+ d: "M8 15A7 7 0 108 1a7 7 0 000 14zm0-1A6 6 0 108 2a6 6 0 000 12z",
23
+ fill: "#0080FF"
24
+ }));
25
+ }
26
+ const ForwardRef = React.forwardRef(PlusCircleBlueIcon);
27
+ export default ForwardRef;
@@ -0,0 +1 @@
1
+ export { default as PlusCircleBlueIcon } from './PlusCircleBlueIcon'
@@ -0,0 +1 @@
1
+ export { default as PlusCircleBlueIcon } from './PlusCircleBlueIcon.js'
@@ -0,0 +1,4 @@
1
+ {
2
+ "type": "module",
3
+ "sideEffects": false
4
+ }
@@ -0,0 +1 @@
1
+ export { default as PlusCircleBlueIcon } from './PlusCircleBlueIcon'
@@ -0,0 +1 @@
1
+ module.exports.PlusCircleBlueIcon = require("./PlusCircleBlueIcon.js")
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "./esm/index.js",
3
+ "sideEffects": false
4
+ }
@@ -1,3 +1,4 @@
1
1
  import * as React from 'react';
2
2
  declare const AlertBellGradientBlueIcon: React.ForwardRefExoticComponent<React.SVGProps<SVGSVGElement> & { title?: string, titleId?: string }>;
3
3
  export default AlertBellGradientBlueIcon;
4
+
@@ -46,4 +46,4 @@ function AlertBellGradientBlueIcon({
46
46
  }))));
47
47
  }
48
48
  const ForwardRef = React.forwardRef(AlertBellGradientBlueIcon);
49
- module.exports = ForwardRef;
49
+ module.exports = ForwardRef;
@@ -1,3 +1,4 @@
1
1
  import * as React from 'react';
2
2
  declare const AlertBellGradientBlueIcon: React.ForwardRefExoticComponent<React.SVGProps<SVGSVGElement> & { title?: string, titleId?: string }>;
3
3
  export default AlertBellGradientBlueIcon;
4
+
@@ -46,4 +46,4 @@ function AlertBellGradientBlueIcon({
46
46
  }))));
47
47
  }
48
48
  const ForwardRef = React.forwardRef(AlertBellGradientBlueIcon);
49
- export default ForwardRef;
49
+ export default ForwardRef;
@@ -1 +1 @@
1
- export { default as AlertBellGradientBlueIcon } from './AlertBellGradientBlueIcon'
1
+ export { default as AlertBellGradientBlueIcon } from './AlertBellGradientBlueIcon'
@@ -1 +1 @@
1
- export { default as AlertBellGradientBlueIcon } from './AlertBellGradientBlueIcon.js'
1
+ export { default as AlertBellGradientBlueIcon } from './AlertBellGradientBlueIcon.js'
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "type": "module",
3
3
  "sideEffects": false
4
- }
4
+ }
@@ -1 +1 @@
1
- export { default as AlertBellGradientBlueIcon } from './AlertBellGradientBlueIcon'
1
+ export { default as AlertBellGradientBlueIcon } from './AlertBellGradientBlueIcon'
@@ -1 +1 @@
1
- module.exports.AlertBellGradientBlueIcon = require("./AlertBellGradientBlueIcon.js")
1
+ module.exports.AlertBellGradientBlueIcon = require("./AlertBellGradientBlueIcon.js")
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "module": "./esm/index.js",
3
3
  "sideEffects": false
4
- }
4
+ }
@@ -1,3 +1,4 @@
1
1
  import * as React from 'react';
2
2
  declare const AlertBellGradientBlueIcon: React.ForwardRefExoticComponent<React.SVGProps<SVGSVGElement> & { title?: string, titleId?: string }>;
3
3
  export default AlertBellGradientBlueIcon;
4
+
@@ -33,4 +33,4 @@ function AlertBellGradientBlueIcon({
33
33
  }))));
34
34
  }
35
35
  const ForwardRef = React.forwardRef(AlertBellGradientBlueIcon);
36
- module.exports = ForwardRef;
36
+ module.exports = ForwardRef;
@@ -1,3 +1,4 @@
1
1
  import * as React from 'react';
2
2
  declare const AlertBellGradientBlueIcon: React.ForwardRefExoticComponent<React.SVGProps<SVGSVGElement> & { title?: string, titleId?: string }>;
3
3
  export default AlertBellGradientBlueIcon;
4
+
@@ -33,4 +33,4 @@ function AlertBellGradientBlueIcon({
33
33
  }))));
34
34
  }
35
35
  const ForwardRef = React.forwardRef(AlertBellGradientBlueIcon);
36
- export default ForwardRef;
36
+ export default ForwardRef;
@@ -1 +1 @@
1
- export { default as AlertBellGradientBlueIcon } from './AlertBellGradientBlueIcon'
1
+ export { default as AlertBellGradientBlueIcon } from './AlertBellGradientBlueIcon'
@@ -1 +1 @@
1
- export { default as AlertBellGradientBlueIcon } from './AlertBellGradientBlueIcon.js'
1
+ export { default as AlertBellGradientBlueIcon } from './AlertBellGradientBlueIcon.js'
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "type": "module",
3
3
  "sideEffects": false
4
- }
4
+ }
@@ -1 +1 @@
1
- export { default as AlertBellGradientBlueIcon } from './AlertBellGradientBlueIcon'
1
+ export { default as AlertBellGradientBlueIcon } from './AlertBellGradientBlueIcon'
@@ -1 +1 @@
1
- module.exports.AlertBellGradientBlueIcon = require("./AlertBellGradientBlueIcon.js")
1
+ module.exports.AlertBellGradientBlueIcon = require("./AlertBellGradientBlueIcon.js")
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "module": "./esm/index.js",
3
3
  "sideEffects": false
4
- }
4
+ }
@@ -1,3 +1,4 @@
1
1
  import * as React from 'react';
2
2
  declare const AlertIcon: React.ForwardRefExoticComponent<React.SVGProps<SVGSVGElement> & { title?: string, titleId?: string }>;
3
3
  export default AlertIcon;
4
+
@@ -39,4 +39,4 @@ function AlertIcon({
39
39
  }))));
40
40
  }
41
41
  const ForwardRef = React.forwardRef(AlertIcon);
42
- module.exports = ForwardRef;
42
+ module.exports = ForwardRef;
@@ -1,3 +1,4 @@
1
1
  import * as React from 'react';
2
2
  declare const AlertIcon: React.ForwardRefExoticComponent<React.SVGProps<SVGSVGElement> & { title?: string, titleId?: string }>;
3
3
  export default AlertIcon;
4
+
@@ -39,4 +39,4 @@ function AlertIcon({
39
39
  }))));
40
40
  }
41
41
  const ForwardRef = React.forwardRef(AlertIcon);
42
- export default ForwardRef;
42
+ export default ForwardRef;
@@ -1 +1 @@
1
- export { default as AlertIcon } from './AlertIcon'
1
+ export { default as AlertIcon } from './AlertIcon'
@@ -1 +1 @@
1
- export { default as AlertIcon } from './AlertIcon.js'
1
+ export { default as AlertIcon } from './AlertIcon.js'
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "type": "module",
3
3
  "sideEffects": false
4
- }
4
+ }
@@ -1 +1 @@
1
- export { default as AlertIcon } from './AlertIcon'
1
+ export { default as AlertIcon } from './AlertIcon'
@@ -1 +1 @@
1
- module.exports.AlertIcon = require("./AlertIcon.js")
1
+ module.exports.AlertIcon = require("./AlertIcon.js")
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "module": "./esm/index.js",
3
3
  "sideEffects": false
4
- }
4
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudtower/icons-react",
3
3
  "license": "MIT",
4
- "version": "0.21.0",
4
+ "version": "0.21.3",
5
5
  "description": "",
6
6
  "keywords": [],
7
7
  "homepage": "https://github.com/tailwindlabs/heroicons#readme",
@@ -10,7 +10,7 @@
10
10
  "url": "https://github.com/tailwindlabs/heroicons.git"
11
11
  },
12
12
  "files": [
13
- "20",
13
+ "16",
14
14
  "24",
15
15
  "32",
16
16
  "index.esm.js",
@@ -29,7 +29,7 @@
29
29
  "generate-icons": "node scripts/build.js"
30
30
  },
31
31
  "devDependencies": {
32
- "@cloudtower/icons": "0.21.0"
32
+ "@cloudtower/icons": "0.21.3"
33
33
  },
34
34
  "exports": {
35
35
  ".": {
@@ -154,5 +154,6 @@
154
154
  "types": "./24/filled/*.d.ts",
155
155
  "import": "./24/filled/esm/*.js"
156
156
  }
157
- }
157
+ },
158
+ "gitHead": "4e56a26e5121c2e465027b88cd2d31850c12282f"
158
159
  }