@bubbles-ui/icons 1.2.265 → 1.2.267
Sign up to get free protection for your applications and to get access to all the features.
- package/outline/CloudDownloadIcon.d.ts +3 -0
- package/outline/CloudDownloadIcon.js +17 -0
- package/outline/esm/CloudDownloadIcon.d.ts +3 -0
- package/outline/esm/CloudDownloadIcon.js +17 -0
- package/outline/esm/index.d.ts +1 -0
- package/outline/esm/index.js +1 -0
- package/outline/index.d.ts +1 -0
- package/outline/index.js +1 -0
- package/package.json +1 -1
@@ -0,0 +1,17 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function CloudDownloadIcon(props) {
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
4
|
+
fill: "none",
|
5
|
+
viewBox: "0 0 17 16",
|
6
|
+
stroke: "currentColor",
|
7
|
+
"aria-hidden": "true",
|
8
|
+
width: "1em",
|
9
|
+
height: "1em"
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
11
|
+
fill: "#424444",
|
12
|
+
fillRule: "evenodd",
|
13
|
+
d: "M5.556.504c-.978.11-1.9.492-2.672 1.11-.212.17-.608.567-.78.782a5.424 5.424 0 0 0-.946 1.836 6.102 6.102 0 0 0-.156.784c-.034.262-.038.9-.008 1.152a5.154 5.154 0 0 0 4.258 4.534c.388.066.478.062.605-.03a.349.349 0 0 0 .16-.29c.008-.135.001-.163-.062-.259-.078-.117-.156-.154-.404-.19a4.327 4.327 0 0 1-2.442-1.175 4.293 4.293 0 0 1-1.201-2.062 4.354 4.354 0 0 1 .583-3.464c.184-.277.316-.438.56-.68a4.08 4.08 0 0 1 1.083-.792 4.339 4.339 0 0 1 4.67.447c.178.138.5.45.66.641.434.52.76 1.194.907 1.88.055.257.15.372.34.411.125.026.2.005.377-.108.287-.181.6-.31.92-.376.235-.049.675-.06.921-.024a2.685 2.685 0 0 1 2.25 3.167c-.216 1.068-1.005 1.872-2.08 2.118-.171.04-.194.04-1.007.05-.752.01-.838.013-.896.039a.431.431 0 0 0-.248.371c0 .15.106.307.248.371.057.026.127.03.632.034.822.008 1.2-.019 1.56-.11.713-.18 1.396-.61 1.838-1.156a3.48 3.48 0 0 0-1.15-5.356 3.464 3.464 0 0 0-2.87-.092c-.082.035-.151.06-.154.058a3.773 3.773 0 0 1-.064-.18 5.209 5.209 0 0 0-1.472-2.191A5.144 5.144 0 0 0 6.668.504a7.167 7.167 0 0 0-1.112 0Zm2.81 8.544a.414.414 0 0 0-.222.2l-.044.084v4.82l-.868-.867c-.66-.659-.885-.875-.94-.9a.454.454 0 0 0-.328-.003.413.413 0 0 0-.203.532c.024.053.342.38 1.285 1.32 1.345 1.341 1.289 1.292 1.454 1.292.165 0 .109.05 1.454-1.292.942-.94 1.261-1.267 1.285-1.32a.412.412 0 0 0-.203-.531.45.45 0 0 0-.328.002c-.055.025-.28.241-.94.9l-.868.866v-4.82l-.045-.085a.4.4 0 0 0-.49-.198Z",
|
14
|
+
clipRule: "evenodd"
|
15
|
+
}));
|
16
|
+
}
|
17
|
+
module.exports = CloudDownloadIcon;
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function CloudDownloadIcon(props) {
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
4
|
+
fill: "none",
|
5
|
+
viewBox: "0 0 17 16",
|
6
|
+
stroke: "currentColor",
|
7
|
+
"aria-hidden": "true",
|
8
|
+
width: "1em",
|
9
|
+
height: "1em"
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
11
|
+
fill: "#424444",
|
12
|
+
fillRule: "evenodd",
|
13
|
+
d: "M5.556.504c-.978.11-1.9.492-2.672 1.11-.212.17-.608.567-.78.782a5.424 5.424 0 0 0-.946 1.836 6.102 6.102 0 0 0-.156.784c-.034.262-.038.9-.008 1.152a5.154 5.154 0 0 0 4.258 4.534c.388.066.478.062.605-.03a.349.349 0 0 0 .16-.29c.008-.135.001-.163-.062-.259-.078-.117-.156-.154-.404-.19a4.327 4.327 0 0 1-2.442-1.175 4.293 4.293 0 0 1-1.201-2.062 4.354 4.354 0 0 1 .583-3.464c.184-.277.316-.438.56-.68a4.08 4.08 0 0 1 1.083-.792 4.339 4.339 0 0 1 4.67.447c.178.138.5.45.66.641.434.52.76 1.194.907 1.88.055.257.15.372.34.411.125.026.2.005.377-.108.287-.181.6-.31.92-.376.235-.049.675-.06.921-.024a2.685 2.685 0 0 1 2.25 3.167c-.216 1.068-1.005 1.872-2.08 2.118-.171.04-.194.04-1.007.05-.752.01-.838.013-.896.039a.431.431 0 0 0-.248.371c0 .15.106.307.248.371.057.026.127.03.632.034.822.008 1.2-.019 1.56-.11.713-.18 1.396-.61 1.838-1.156a3.48 3.48 0 0 0-1.15-5.356 3.464 3.464 0 0 0-2.87-.092c-.082.035-.151.06-.154.058a3.773 3.773 0 0 1-.064-.18 5.209 5.209 0 0 0-1.472-2.191A5.144 5.144 0 0 0 6.668.504a7.167 7.167 0 0 0-1.112 0Zm2.81 8.544a.414.414 0 0 0-.222.2l-.044.084v4.82l-.868-.867c-.66-.659-.885-.875-.94-.9a.454.454 0 0 0-.328-.003.413.413 0 0 0-.203.532c.024.053.342.38 1.285 1.32 1.345 1.341 1.289 1.292 1.454 1.292.165 0 .109.05 1.454-1.292.942-.94 1.261-1.267 1.285-1.32a.412.412 0 0 0-.203-.531.45.45 0 0 0-.328.002c-.055.025-.28.241-.94.9l-.868.866v-4.82l-.045-.085a.4.4 0 0 0-.49-.198Z",
|
14
|
+
clipRule: "evenodd"
|
15
|
+
}));
|
16
|
+
}
|
17
|
+
export default CloudDownloadIcon;
|
package/outline/esm/index.d.ts
CHANGED
@@ -34,6 +34,7 @@ export { default as ChevronDownIcon } from './ChevronDownIcon'
|
|
34
34
|
export { default as ChevronLeftIcon } from './ChevronLeftIcon'
|
35
35
|
export { default as ChevronRightIcon } from './ChevronRightIcon'
|
36
36
|
export { default as ChevronUpIcon } from './ChevronUpIcon'
|
37
|
+
export { default as CloudDownloadIcon } from './CloudDownloadIcon'
|
37
38
|
export { default as CloudUploadIcon } from './CloudUploadIcon'
|
38
39
|
export { default as CommonFileSearchIcon } from './CommonFileSearchIcon'
|
39
40
|
export { default as ComputerKeyboardNextIcon } from './ComputerKeyboardNextIcon'
|
package/outline/esm/index.js
CHANGED
@@ -34,6 +34,7 @@ export { default as ChevronDownIcon } from './ChevronDownIcon.js'
|
|
34
34
|
export { default as ChevronLeftIcon } from './ChevronLeftIcon.js'
|
35
35
|
export { default as ChevronRightIcon } from './ChevronRightIcon.js'
|
36
36
|
export { default as ChevronUpIcon } from './ChevronUpIcon.js'
|
37
|
+
export { default as CloudDownloadIcon } from './CloudDownloadIcon.js'
|
37
38
|
export { default as CloudUploadIcon } from './CloudUploadIcon.js'
|
38
39
|
export { default as CommonFileSearchIcon } from './CommonFileSearchIcon.js'
|
39
40
|
export { default as ComputerKeyboardNextIcon } from './ComputerKeyboardNextIcon.js'
|
package/outline/index.d.ts
CHANGED
@@ -34,6 +34,7 @@ export { default as ChevronDownIcon } from './ChevronDownIcon'
|
|
34
34
|
export { default as ChevronLeftIcon } from './ChevronLeftIcon'
|
35
35
|
export { default as ChevronRightIcon } from './ChevronRightIcon'
|
36
36
|
export { default as ChevronUpIcon } from './ChevronUpIcon'
|
37
|
+
export { default as CloudDownloadIcon } from './CloudDownloadIcon'
|
37
38
|
export { default as CloudUploadIcon } from './CloudUploadIcon'
|
38
39
|
export { default as CommonFileSearchIcon } from './CommonFileSearchIcon'
|
39
40
|
export { default as ComputerKeyboardNextIcon } from './ComputerKeyboardNextIcon'
|
package/outline/index.js
CHANGED
@@ -34,6 +34,7 @@ module.exports.ChevronDownIcon = require("./ChevronDownIcon.js")
|
|
34
34
|
module.exports.ChevronLeftIcon = require("./ChevronLeftIcon.js")
|
35
35
|
module.exports.ChevronRightIcon = require("./ChevronRightIcon.js")
|
36
36
|
module.exports.ChevronUpIcon = require("./ChevronUpIcon.js")
|
37
|
+
module.exports.CloudDownloadIcon = require("./CloudDownloadIcon.js")
|
37
38
|
module.exports.CloudUploadIcon = require("./CloudUploadIcon.js")
|
38
39
|
module.exports.CommonFileSearchIcon = require("./CommonFileSearchIcon.js")
|
39
40
|
module.exports.ComputerKeyboardNextIcon = require("./ComputerKeyboardNextIcon.js")
|