@cloudtower/icons-react 0.22.4 → 0.22.5

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
+ import * as React from 'react';
2
+ declare const LoadingBlueIcon: React.ForwardRefExoticComponent<React.SVGProps<SVGSVGElement> & { title?: string, titleId?: string }>;
3
+ export default LoadingBlueIcon;
4
+
@@ -0,0 +1,32 @@
1
+ const React = require("react");
2
+ function LoadingBlueIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }, svgRef) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 24,
9
+ height: 24,
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ref: svgRef,
12
+ "aria-labelledby": titleId
13
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
14
+ id: titleId
15
+ }, title) : null, /*#__PURE__*/React.createElement("g", {
16
+ transform: "translate(4 4)",
17
+ stroke: "#0096FF",
18
+ strokeWidth: 2,
19
+ fill: "none",
20
+ fillRule: "evenodd"
21
+ }, /*#__PURE__*/React.createElement("circle", {
22
+ opacity: 0.4,
23
+ cx: 8,
24
+ cy: 8,
25
+ r: 8
26
+ }), /*#__PURE__*/React.createElement("path", {
27
+ d: "M4.36 15.124h0A8 8 0 108.004 0",
28
+ strokeLinecap: "round"
29
+ })));
30
+ }
31
+ const ForwardRef = React.forwardRef(LoadingBlueIcon);
32
+ module.exports = ForwardRef;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const PlusAddCreateNewGradientGrayIcon: React.ForwardRefExoticComponent<React.SVGProps<SVGSVGElement> & { title?: string, titleId?: string }>;
3
+ export default PlusAddCreateNewGradientGrayIcon;
4
+
@@ -0,0 +1,34 @@
1
+ const React = require("react");
2
+ function PlusAddCreateNewGradientGrayIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }, svgRef) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 24,
9
+ height: 24,
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: "M12 4a.575.575 0 00-.575.575v6.85h-6.85a.575.575 0 100 1.15h6.85v6.85a.575.575 0 001.15 0v-6.85h6.85a.575.575 0 100-1.15h-6.85v-6.85A.575.575 0 0012 4z",
18
+ fill: "url(#paint0_radial)"
19
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
20
+ id: "paint0_radial",
21
+ cx: 0,
22
+ cy: 0,
23
+ r: 1,
24
+ gradientUnits: "userSpaceOnUse",
25
+ gradientTransform: "rotate(-45 26.142 5.172) scale(22.6274)"
26
+ }, /*#__PURE__*/React.createElement("stop", {
27
+ stopColor: "#C0C7D1"
28
+ }), /*#__PURE__*/React.createElement("stop", {
29
+ offset: 1,
30
+ stopColor: "#818B9C"
31
+ }))));
32
+ }
33
+ const ForwardRef = React.forwardRef(PlusAddCreateNewGradientGrayIcon);
34
+ module.exports = ForwardRef;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const LoadingBlueIcon: React.ForwardRefExoticComponent<React.SVGProps<SVGSVGElement> & { title?: string, titleId?: string }>;
3
+ export default LoadingBlueIcon;
4
+
@@ -0,0 +1,32 @@
1
+ import * as React from "react";
2
+ function LoadingBlueIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }, svgRef) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 24,
9
+ height: 24,
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ref: svgRef,
12
+ "aria-labelledby": titleId
13
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
14
+ id: titleId
15
+ }, title) : null, /*#__PURE__*/React.createElement("g", {
16
+ transform: "translate(4 4)",
17
+ stroke: "#0096FF",
18
+ strokeWidth: 2,
19
+ fill: "none",
20
+ fillRule: "evenodd"
21
+ }, /*#__PURE__*/React.createElement("circle", {
22
+ opacity: 0.4,
23
+ cx: 8,
24
+ cy: 8,
25
+ r: 8
26
+ }), /*#__PURE__*/React.createElement("path", {
27
+ d: "M4.36 15.124h0A8 8 0 108.004 0",
28
+ strokeLinecap: "round"
29
+ })));
30
+ }
31
+ const ForwardRef = React.forwardRef(LoadingBlueIcon);
32
+ export default ForwardRef;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const PlusAddCreateNewGradientGrayIcon: React.ForwardRefExoticComponent<React.SVGProps<SVGSVGElement> & { title?: string, titleId?: string }>;
3
+ export default PlusAddCreateNewGradientGrayIcon;
4
+
@@ -0,0 +1,34 @@
1
+ import * as React from "react";
2
+ function PlusAddCreateNewGradientGrayIcon({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }, svgRef) {
7
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
8
+ width: 24,
9
+ height: 24,
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: "M12 4a.575.575 0 00-.575.575v6.85h-6.85a.575.575 0 100 1.15h6.85v6.85a.575.575 0 001.15 0v-6.85h6.85a.575.575 0 100-1.15h-6.85v-6.85A.575.575 0 0012 4z",
18
+ fill: "url(#paint0_radial)"
19
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
20
+ id: "paint0_radial",
21
+ cx: 0,
22
+ cy: 0,
23
+ r: 1,
24
+ gradientUnits: "userSpaceOnUse",
25
+ gradientTransform: "rotate(-45 26.142 5.172) scale(22.6274)"
26
+ }, /*#__PURE__*/React.createElement("stop", {
27
+ stopColor: "#C0C7D1"
28
+ }), /*#__PURE__*/React.createElement("stop", {
29
+ offset: 1,
30
+ stopColor: "#818B9C"
31
+ }))));
32
+ }
33
+ const ForwardRef = React.forwardRef(PlusAddCreateNewGradientGrayIcon);
34
+ export default ForwardRef;
@@ -1 +1,3 @@
1
1
  export { default as AlertBellGradientBlueIcon } from './AlertBellGradientBlueIcon'
2
+ export { default as LoadingBlueIcon } from './LoadingBlueIcon'
3
+ export { default as PlusAddCreateNewGradientGrayIcon } from './PlusAddCreateNewGradientGrayIcon'
@@ -1 +1,3 @@
1
1
  export { default as AlertBellGradientBlueIcon } from './AlertBellGradientBlueIcon.js'
2
+ export { default as LoadingBlueIcon } from './LoadingBlueIcon.js'
3
+ export { default as PlusAddCreateNewGradientGrayIcon } from './PlusAddCreateNewGradientGrayIcon.js'
@@ -1 +1,3 @@
1
1
  export { default as AlertBellGradientBlueIcon } from './AlertBellGradientBlueIcon'
2
+ export { default as LoadingBlueIcon } from './LoadingBlueIcon'
3
+ export { default as PlusAddCreateNewGradientGrayIcon } from './PlusAddCreateNewGradientGrayIcon'
@@ -1 +1,3 @@
1
1
  module.exports.AlertBellGradientBlueIcon = require("./AlertBellGradientBlueIcon.js")
2
+ module.exports.LoadingBlueIcon = require("./LoadingBlueIcon.js")
3
+ module.exports.PlusAddCreateNewGradientGrayIcon = require("./PlusAddCreateNewGradientGrayIcon.js")
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudtower/icons-react",
3
3
  "license": "MIT",
4
- "version": "0.22.4",
4
+ "version": "0.22.5",
5
5
  "description": "",
6
6
  "keywords": [],
7
7
  "homepage": "https://github.com/webzard-io/cloudtower-ui-kit#readme",
@@ -29,7 +29,7 @@
29
29
  "generate-icons": "node scripts/build.js"
30
30
  },
31
31
  "devDependencies": {
32
- "@cloudtower/icons": "0.22.4"
32
+ "@cloudtower/icons": "0.22.5"
33
33
  },
34
34
  "exports": {
35
35
  ".": {
@@ -155,5 +155,5 @@
155
155
  "import": "./24/filled/esm/*.js"
156
156
  }
157
157
  },
158
- "gitHead": "c67743992abe3cab9380d8c5282ce20fdc57f5f5"
158
+ "gitHead": "55664d7f6831bbb4ffe32cc6876b7ff18ad8e174"
159
159
  }