@bubbles-ui/icons 1.2.263 → 1.2.265
Sign up to get free protection for your applications and to get access to all the features.
- 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
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")
|