@bubbles-ui/icons 1.2.264 → 1.2.266
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
- package/solid/UndeleteIcon.d.ts +3 -0
- package/solid/UndeleteIcon.js +23 -0
- package/solid/esm/UndeleteIcon.d.ts +3 -0
- package/solid/esm/UndeleteIcon.js +23 -0
- package/solid/esm/index.d.ts +1 -0
- package/solid/esm/index.js +1 -0
- package/solid/index.d.ts +1 -0
- package/solid/index.js +1 -0
@@ -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")
|
package/package.json
CHANGED
@@ -0,0 +1,23 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function UndeleteIcon(props) {
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
4
|
+
viewBox: "0 0 18 18",
|
5
|
+
fill: "currentColor",
|
6
|
+
"aria-hidden": "true",
|
7
|
+
width: "1em",
|
8
|
+
height: "1em"
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
10
|
+
fillRule: "evenodd",
|
11
|
+
d: "M7.36.006c-.256.026-.565.14-.785.29a1.974 1.974 0 0 0-.577.62 2.23 2.23 0 0 0-.228.583c-.045.197-.046.217-.05.786l-.002.526-4.802.004-.061.022A.57.57 0 0 0 .52 3.2a.773.773 0 0 0-.012.296.562.562 0 0 0 .369.419c.043.014.111.015 1.138.017l1.093.003v6.105c0 4.32.002 6.132.008 6.196.017.18.063.382.125.544.25.65.779 1.096 1.428 1.206.084.014.296.015 4.826.015 4.58 0 4.741 0 4.83-.015a1.79 1.79 0 0 0 .85-.386 2.39 2.39 0 0 0 .317-.334c.22-.3.355-.658.39-1.034.006-.058.008-2.029.008-6.191V3.934l1.093-.003c1.025-.002 1.095-.003 1.138-.017a.565.565 0 0 0 .369-.418.775.775 0 0 0-.012-.297.57.57 0 0 0-.334-.362l-.06-.022-4.804-.004v-.478c0-.471-.004-.577-.027-.719a2.096 2.096 0 0 0-.37-.879 2.394 2.394 0 0 0-.317-.333 1.787 1.787 0 0 0-.66-.343c-.23-.063-.023-.057-2.373-.059C8.377 0 7.4.002 7.361.006Zm.053 1.122a.91.91 0 0 0-.22.08.829.829 0 0 0-.385.459c-.045.132-.043.108-.046.647l-.003.497h5.481v-.468c0-.271-.003-.49-.008-.52a.84.84 0 0 0-.524-.66c-.126-.046-.01-.044-2.219-.043-1.12 0-2.054.004-2.076.008ZM4.15 10.032c0 5.532 0 6.105.012 6.163a.841.841 0 0 0 .58.665l.054.017 4.662.003c3.434.002 4.677 0 4.722-.007a.768.768 0 0 0 .38-.18.858.858 0 0 0 .27-.446l.016-.063.004-12.25H4.15v6.098Zm5.173-2.979a.471.471 0 0 0-.231.148.466.466 0 0 0-.098.14c-.06.13-.055-.141-.055 3.067 0 3.206-.005 2.936.055 3.065a.455.455 0 0 0 .098.142.41.41 0 0 0 .138.109.428.428 0 0 0 .233.055.465.465 0 0 0 .323-.124.595.595 0 0 0 .18-.314c.015-.079.015-5.787 0-5.867-.037-.199-.207-.384-.388-.425a.6.6 0 0 0-.255.004Z",
|
12
|
+
clipRule: "evenodd"
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
14
|
+
fillRule: "evenodd",
|
15
|
+
d: "M8.986 6.576a.6.6 0 0 1 .849 0l2.41 2.41a.6.6 0 0 1-.848.849l-2.41-2.41a.6.6 0 0 1 0-.85Z",
|
16
|
+
clipRule: "evenodd"
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
18
|
+
fillRule: "evenodd",
|
19
|
+
d: "M9.835 6.576a.6.6 0 0 1 0 .848l-2.41 2.41a.6.6 0 0 1-.85-.848l2.411-2.41a.6.6 0 0 1 .849 0Z",
|
20
|
+
clipRule: "evenodd"
|
21
|
+
}));
|
22
|
+
}
|
23
|
+
module.exports = UndeleteIcon;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function UndeleteIcon(props) {
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
4
|
+
viewBox: "0 0 18 18",
|
5
|
+
fill: "currentColor",
|
6
|
+
"aria-hidden": "true",
|
7
|
+
width: "1em",
|
8
|
+
height: "1em"
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
10
|
+
fillRule: "evenodd",
|
11
|
+
d: "M7.36.006c-.256.026-.565.14-.785.29a1.974 1.974 0 0 0-.577.62 2.23 2.23 0 0 0-.228.583c-.045.197-.046.217-.05.786l-.002.526-4.802.004-.061.022A.57.57 0 0 0 .52 3.2a.773.773 0 0 0-.012.296.562.562 0 0 0 .369.419c.043.014.111.015 1.138.017l1.093.003v6.105c0 4.32.002 6.132.008 6.196.017.18.063.382.125.544.25.65.779 1.096 1.428 1.206.084.014.296.015 4.826.015 4.58 0 4.741 0 4.83-.015a1.79 1.79 0 0 0 .85-.386 2.39 2.39 0 0 0 .317-.334c.22-.3.355-.658.39-1.034.006-.058.008-2.029.008-6.191V3.934l1.093-.003c1.025-.002 1.095-.003 1.138-.017a.565.565 0 0 0 .369-.418.775.775 0 0 0-.012-.297.57.57 0 0 0-.334-.362l-.06-.022-4.804-.004v-.478c0-.471-.004-.577-.027-.719a2.096 2.096 0 0 0-.37-.879 2.394 2.394 0 0 0-.317-.333 1.787 1.787 0 0 0-.66-.343c-.23-.063-.023-.057-2.373-.059C8.377 0 7.4.002 7.361.006Zm.053 1.122a.91.91 0 0 0-.22.08.829.829 0 0 0-.385.459c-.045.132-.043.108-.046.647l-.003.497h5.481v-.468c0-.271-.003-.49-.008-.52a.84.84 0 0 0-.524-.66c-.126-.046-.01-.044-2.219-.043-1.12 0-2.054.004-2.076.008ZM4.15 10.032c0 5.532 0 6.105.012 6.163a.841.841 0 0 0 .58.665l.054.017 4.662.003c3.434.002 4.677 0 4.722-.007a.768.768 0 0 0 .38-.18.858.858 0 0 0 .27-.446l.016-.063.004-12.25H4.15v6.098Zm5.173-2.979a.471.471 0 0 0-.231.148.466.466 0 0 0-.098.14c-.06.13-.055-.141-.055 3.067 0 3.206-.005 2.936.055 3.065a.455.455 0 0 0 .098.142.41.41 0 0 0 .138.109.428.428 0 0 0 .233.055.465.465 0 0 0 .323-.124.595.595 0 0 0 .18-.314c.015-.079.015-5.787 0-5.867-.037-.199-.207-.384-.388-.425a.6.6 0 0 0-.255.004Z",
|
12
|
+
clipRule: "evenodd"
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
14
|
+
fillRule: "evenodd",
|
15
|
+
d: "M8.986 6.576a.6.6 0 0 1 .849 0l2.41 2.41a.6.6 0 0 1-.848.849l-2.41-2.41a.6.6 0 0 1 0-.85Z",
|
16
|
+
clipRule: "evenodd"
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
18
|
+
fillRule: "evenodd",
|
19
|
+
d: "M9.835 6.576a.6.6 0 0 1 0 .848l-2.41 2.41a.6.6 0 0 1-.85-.848l2.411-2.41a.6.6 0 0 1 .849 0Z",
|
20
|
+
clipRule: "evenodd"
|
21
|
+
}));
|
22
|
+
}
|
23
|
+
export default UndeleteIcon;
|
package/solid/esm/index.d.ts
CHANGED
@@ -179,6 +179,7 @@ export { default as TravelPlacesTheaterMaskIcon } from './TravelPlacesTheaterMas
|
|
179
179
|
export { default as TwitchIcon } from './TwitchIcon'
|
180
180
|
export { default as TwitterIcon } from './TwitterIcon'
|
181
181
|
export { default as UnarchiveIcon } from './UnarchiveIcon'
|
182
|
+
export { default as UndeleteIcon } from './UndeleteIcon'
|
182
183
|
export { default as UnlockIcon } from './UnlockIcon'
|
183
184
|
export { default as UserGroupIcon } from './UserGroupIcon'
|
184
185
|
export { default as VideoEditCcTitlesIcon } from './VideoEditCcTitlesIcon'
|
package/solid/esm/index.js
CHANGED
@@ -179,6 +179,7 @@ export { default as TravelPlacesTheaterMaskIcon } from './TravelPlacesTheaterMas
|
|
179
179
|
export { default as TwitchIcon } from './TwitchIcon.js'
|
180
180
|
export { default as TwitterIcon } from './TwitterIcon.js'
|
181
181
|
export { default as UnarchiveIcon } from './UnarchiveIcon.js'
|
182
|
+
export { default as UndeleteIcon } from './UndeleteIcon.js'
|
182
183
|
export { default as UnlockIcon } from './UnlockIcon.js'
|
183
184
|
export { default as UserGroupIcon } from './UserGroupIcon.js'
|
184
185
|
export { default as VideoEditCcTitlesIcon } from './VideoEditCcTitlesIcon.js'
|
package/solid/index.d.ts
CHANGED
@@ -179,6 +179,7 @@ export { default as TravelPlacesTheaterMaskIcon } from './TravelPlacesTheaterMas
|
|
179
179
|
export { default as TwitchIcon } from './TwitchIcon'
|
180
180
|
export { default as TwitterIcon } from './TwitterIcon'
|
181
181
|
export { default as UnarchiveIcon } from './UnarchiveIcon'
|
182
|
+
export { default as UndeleteIcon } from './UndeleteIcon'
|
182
183
|
export { default as UnlockIcon } from './UnlockIcon'
|
183
184
|
export { default as UserGroupIcon } from './UserGroupIcon'
|
184
185
|
export { default as VideoEditCcTitlesIcon } from './VideoEditCcTitlesIcon'
|
package/solid/index.js
CHANGED
@@ -179,6 +179,7 @@ module.exports.TravelPlacesTheaterMaskIcon = require("./TravelPlacesTheaterMaskI
|
|
179
179
|
module.exports.TwitchIcon = require("./TwitchIcon.js")
|
180
180
|
module.exports.TwitterIcon = require("./TwitterIcon.js")
|
181
181
|
module.exports.UnarchiveIcon = require("./UnarchiveIcon.js")
|
182
|
+
module.exports.UndeleteIcon = require("./UndeleteIcon.js")
|
182
183
|
module.exports.UnlockIcon = require("./UnlockIcon.js")
|
183
184
|
module.exports.UserGroupIcon = require("./UserGroupIcon.js")
|
184
185
|
module.exports.VideoEditCcTitlesIcon = require("./VideoEditCcTitlesIcon.js")
|