@bubbles-ui/icons 1.2.210 → 1.2.212
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.
- package/package.json +1 -1
- package/solid/ArchiveIcon.js +4 -2
- package/solid/RedirectIcon.d.ts +3 -0
- package/solid/RedirectIcon.js +15 -0
- package/solid/RestoreIcon.d.ts +3 -0
- package/solid/RestoreIcon.js +15 -0
- package/solid/esm/ArchiveIcon.js +4 -2
- package/solid/esm/RedirectIcon.d.ts +3 -0
- package/solid/esm/RedirectIcon.js +15 -0
- package/solid/esm/RestoreIcon.d.ts +3 -0
- package/solid/esm/RestoreIcon.js +15 -0
- package/solid/esm/index.d.ts +2 -0
- package/solid/esm/index.js +2 -0
- package/solid/index.d.ts +2 -0
- package/solid/index.js +2 -0
package/package.json
CHANGED
package/solid/ArchiveIcon.js
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
const React = require("react");
|
|
2
2
|
function ArchiveIcon(props) {
|
|
3
3
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
-
viewBox: "0 0
|
|
4
|
+
viewBox: "0 0 18 18",
|
|
5
5
|
fill: "currentColor",
|
|
6
6
|
"aria-hidden": "true",
|
|
7
7
|
width: "1em",
|
|
8
8
|
height: "1em"
|
|
9
9
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
-
|
|
10
|
+
fillRule: "evenodd",
|
|
11
|
+
d: "M1.465.613A1.674 1.674 0 0 0 .02 1.969l-.016.08-.002 1.44C-.001 5.098-.004 4.986.05 5.095c.067.136.2.24.341.267.05.01 1.051.01 8.609.01 7.525 0 8.56 0 8.609-.01a.506.506 0 0 0 .377-.362.305.305 0 0 1 .015-.054c.003-.008.006-.579.006-1.407 0-1.497 0-1.515-.037-1.698a1.5 1.5 0 0 0-.816-1.073 1.629 1.629 0 0 0-.44-.143L16.637.61 9.079.608c-4.156 0-7.582.002-7.614.005Zm.043.99a.678.678 0 0 0-.284.144.676.676 0 0 0-.19.26c-.05.114-.048.049-.048 1.272v1.106h16.028l-.002-1.175-.002-1.176-.017-.053a.537.537 0 0 0-.37-.37l-.052-.016-7.506-.001c-6.607-.001-7.512 0-7.557.01ZM.003 3.532c0 .78.001 1.1.002.711V2.825c0-.391-.002-.073-.002.707Zm1.167 3.43a.448.448 0 0 0-.27.144.421.421 0 0 0-.092.123c-.057.114-.052-.265-.05 3.904.002 3.52.003 3.744.014 3.832.052.38.13.639.283.944.138.275.274.462.5.687.225.226.413.362.688.5.316.16.603.243.983.286.122.014 11.426.014 11.548 0a2.73 2.73 0 0 0 .983-.285 2.44 2.44 0 0 0 .688-.5c.226-.226.362-.413.5-.688.152-.301.233-.573.283-.944.011-.087.012-.329.014-3.832.002-4.168.007-3.79-.05-3.904a.415.415 0 0 0-.095-.126.447.447 0 0 0-.22-.13.643.643 0 0 0-.252 0 .516.516 0 0 0-.35.346c-.013.041-.014.194-.018 3.784-.004 4.062-.001 3.75-.04 3.93a1.72 1.72 0 0 1-1.522 1.365c-.146.016-11.244.016-11.39 0a1.719 1.719 0 0 1-1.523-1.364c-.038-.18-.035.13-.04-3.931-.003-3.59-.004-3.743-.017-3.784a.517.517 0 0 0-.347-.345.634.634 0 0 0-.208-.011Zm7.744.843a.51.51 0 0 0-.354.346c-.008.025-.01.491-.013 2.308l-.004 2.277-.803-.828c-.637-.658-.814-.835-.855-.863a.483.483 0 0 0-.62.073.435.435 0 0 0-.136.316.53.53 0 0 0 .008.134.52.52 0 0 0 .09.19c.03.038 2.289 2.37 2.43 2.51a.57.57 0 0 0 .152.123c.08.04.135.054.227.054.116 0 .208-.029.292-.093.06-.045 2.505-2.57 2.54-2.623a.499.499 0 0 0 .054-.438.492.492 0 0 0-.779-.21c-.02.017-.39.396-.822.841l-.785.81-.003-2.268c-.004-2.155-.005-2.269-.017-2.31a.464.464 0 0 0-.13-.216.4.4 0 0 0-.127-.096.582.582 0 0 0-.111-.04.58.58 0 0 0-.234.003Z",
|
|
12
|
+
clipRule: "evenodd"
|
|
11
13
|
}));
|
|
12
14
|
}
|
|
13
15
|
module.exports = ArchiveIcon;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function RedirectIcon(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: "M11.347.011a.516.516 0 0 0-.326.254.396.396 0 0 0-.05.228c0 .082.002.101.019.152.05.153.178.275.34.324.04.013.147.014 2.506.017l2.463.004-4.863 4.784C8.76 8.406 6.556 10.577 6.537 10.6a.46.46 0 0 0-.105.333.437.437 0 0 0 .145.324.45.45 0 0 0 .345.14.43.43 0 0 0 .263-.075c.034-.02 1.372-1.333 4.936-4.839l4.89-4.81.003 2.427c.003 2.295.004 2.43.016 2.47a.528.528 0 0 0 .247.31c.126.07.326.072.457.003a.5.5 0 0 0 .253-.327c.008-.04.01.856.013 5.167l.004 5.215V11.17c.001-3.172 0-6.897-.003-8.277L17.997.385l-.02-.053a.466.466 0 0 0-.121-.188.466.466 0 0 0-.188-.121l-.053-.02h-3.11c-2.642-.002-3.118 0-3.158.008ZM1.033 3.788a1.158 1.158 0 0 0-1.006.892l-.016.061-.002 6.117c-.002 4.476 0 6.13.006 6.17a1.165 1.165 0 0 0 .936.956c.049.01.573.012 6.109.014 4.355.002 6.075 0 6.127-.005a1.147 1.147 0 0 0 1.026-1.049c.005-.059.007-1.33.006-4.11l-.002-4.025-.017-.047a.503.503 0 0 0-.34-.33.574.574 0 0 0-.266 0 .505.505 0 0 0-.344.343c-.012.039-.013.274-.016 4.08l-.004 4.04-.016.03a.182.182 0 0 1-.095.081c-.017.005-2.151.007-6.014.008-5.395 0-5.992-.002-6.016-.012A.186.186 0 0 1 1 16.916c-.013-.028-.013-.199-.013-6.024 0-5.015.001-6 .01-6.02a.177.177 0 0 1 .087-.089l.036-.017h4.008c4.456 0 4.067.005 4.178-.05a.474.474 0 0 0 .278-.443.486.486 0 0 0-.346-.473l-.047-.016-4.05-.001c-2.227 0-4.076.002-4.108.005Z",
|
|
12
|
+
clipRule: "evenodd"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
module.exports = RedirectIcon;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function RestoreIcon(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: "M1.791 1.128A1.614 1.614 0 0 0 .596 2.22c-.067.218-.077.456-.07 1.776C.53 5.232.53 5.248.57 5.328a.542.542 0 0 0 .208.23l.074.05h16.296l.074-.05a.542.542 0 0 0 .208-.23c.039-.08.04-.095.044-1.368a31.223 31.223 0 0 0-.013-1.496c-.03-.334-.12-.575-.3-.802a1.443 1.443 0 0 0-.922-.544c-.09-.014-2.178-.02-7.224-.018-6.23.001-7.113.004-7.224.028Zm.206.96a.642.642 0 0 0-.434.337l-.042.086-.005 1.067-.005 1.066h14.977V3.56c-.002-1.16 0-1.148-.093-1.284a.456.456 0 0 0-.29-.182c-.09-.019-1.437-.023-7.069-.021-3.826 0-6.994.008-7.04.015Zm-.412 5.025a.493.493 0 0 0-.247.273c-.034.091-.032 7.073.002 7.293.09.591.336 1.079.75 1.486.402.396.954.655 1.532.718.244.027 10.584.027 10.828 0 1.151-.126 2.05-.963 2.268-2.111.029-.153.031-.427.031-3.765 0-3.452-.001-3.602-.033-3.666a.525.525 0 0 0-.446-.285.518.518 0 0 0-.459.321c-.019.054-.024.714-.024 3.504 0 2.236-.008 3.495-.02 3.6a1.43 1.43 0 0 1-.162.558c-.224.454-.64.764-1.151.857-.204.038-10.659.037-10.845 0a1.602 1.602 0 0 1-1.266-1.17l-.048-.173-.009-3.573c-.009-3.488-.01-3.574-.044-3.643a.52.52 0 0 0-.444-.28.417.417 0 0 0-.213.056Zm7.296.75a.671.671 0 0 0-.162.088c-.038.031-.582.57-1.207 1.196-1.256 1.26-1.23 1.228-1.229 1.446.001.197.086.34.254.432.08.044.117.053.222.053.224 0 .219.005 1.048-.822l.742-.74.005 2.14.005 2.141.04.073a.55.55 0 0 0 .262.233.519.519 0 0 0 .42-.037.54.54 0 0 0 .222-.274c.013-.044.019-.777.019-2.172V9.515l.743.74c.83.828.825.824 1.048.823a.452.452 0 0 0 .409-.23c.048-.074.057-.108.063-.225.006-.116 0-.151-.035-.223-.058-.122-2.399-2.467-2.513-2.52a.485.485 0 0 0-.356-.018Z",
|
|
12
|
+
clipRule: "evenodd"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
module.exports = RestoreIcon;
|
package/solid/esm/ArchiveIcon.js
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
function ArchiveIcon(props) {
|
|
3
3
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
-
viewBox: "0 0
|
|
4
|
+
viewBox: "0 0 18 18",
|
|
5
5
|
fill: "currentColor",
|
|
6
6
|
"aria-hidden": "true",
|
|
7
7
|
width: "1em",
|
|
8
8
|
height: "1em"
|
|
9
9
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
-
|
|
10
|
+
fillRule: "evenodd",
|
|
11
|
+
d: "M1.465.613A1.674 1.674 0 0 0 .02 1.969l-.016.08-.002 1.44C-.001 5.098-.004 4.986.05 5.095c.067.136.2.24.341.267.05.01 1.051.01 8.609.01 7.525 0 8.56 0 8.609-.01a.506.506 0 0 0 .377-.362.305.305 0 0 1 .015-.054c.003-.008.006-.579.006-1.407 0-1.497 0-1.515-.037-1.698a1.5 1.5 0 0 0-.816-1.073 1.629 1.629 0 0 0-.44-.143L16.637.61 9.079.608c-4.156 0-7.582.002-7.614.005Zm.043.99a.678.678 0 0 0-.284.144.676.676 0 0 0-.19.26c-.05.114-.048.049-.048 1.272v1.106h16.028l-.002-1.175-.002-1.176-.017-.053a.537.537 0 0 0-.37-.37l-.052-.016-7.506-.001c-6.607-.001-7.512 0-7.557.01ZM.003 3.532c0 .78.001 1.1.002.711V2.825c0-.391-.002-.073-.002.707Zm1.167 3.43a.448.448 0 0 0-.27.144.421.421 0 0 0-.092.123c-.057.114-.052-.265-.05 3.904.002 3.52.003 3.744.014 3.832.052.38.13.639.283.944.138.275.274.462.5.687.225.226.413.362.688.5.316.16.603.243.983.286.122.014 11.426.014 11.548 0a2.73 2.73 0 0 0 .983-.285 2.44 2.44 0 0 0 .688-.5c.226-.226.362-.413.5-.688.152-.301.233-.573.283-.944.011-.087.012-.329.014-3.832.002-4.168.007-3.79-.05-3.904a.415.415 0 0 0-.095-.126.447.447 0 0 0-.22-.13.643.643 0 0 0-.252 0 .516.516 0 0 0-.35.346c-.013.041-.014.194-.018 3.784-.004 4.062-.001 3.75-.04 3.93a1.72 1.72 0 0 1-1.522 1.365c-.146.016-11.244.016-11.39 0a1.719 1.719 0 0 1-1.523-1.364c-.038-.18-.035.13-.04-3.931-.003-3.59-.004-3.743-.017-3.784a.517.517 0 0 0-.347-.345.634.634 0 0 0-.208-.011Zm7.744.843a.51.51 0 0 0-.354.346c-.008.025-.01.491-.013 2.308l-.004 2.277-.803-.828c-.637-.658-.814-.835-.855-.863a.483.483 0 0 0-.62.073.435.435 0 0 0-.136.316.53.53 0 0 0 .008.134.52.52 0 0 0 .09.19c.03.038 2.289 2.37 2.43 2.51a.57.57 0 0 0 .152.123c.08.04.135.054.227.054.116 0 .208-.029.292-.093.06-.045 2.505-2.57 2.54-2.623a.499.499 0 0 0 .054-.438.492.492 0 0 0-.779-.21c-.02.017-.39.396-.822.841l-.785.81-.003-2.268c-.004-2.155-.005-2.269-.017-2.31a.464.464 0 0 0-.13-.216.4.4 0 0 0-.127-.096.582.582 0 0 0-.111-.04.58.58 0 0 0-.234.003Z",
|
|
12
|
+
clipRule: "evenodd"
|
|
11
13
|
}));
|
|
12
14
|
}
|
|
13
15
|
export default ArchiveIcon;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function RedirectIcon(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: "M11.347.011a.516.516 0 0 0-.326.254.396.396 0 0 0-.05.228c0 .082.002.101.019.152.05.153.178.275.34.324.04.013.147.014 2.506.017l2.463.004-4.863 4.784C8.76 8.406 6.556 10.577 6.537 10.6a.46.46 0 0 0-.105.333.437.437 0 0 0 .145.324.45.45 0 0 0 .345.14.43.43 0 0 0 .263-.075c.034-.02 1.372-1.333 4.936-4.839l4.89-4.81.003 2.427c.003 2.295.004 2.43.016 2.47a.528.528 0 0 0 .247.31c.126.07.326.072.457.003a.5.5 0 0 0 .253-.327c.008-.04.01.856.013 5.167l.004 5.215V11.17c.001-3.172 0-6.897-.003-8.277L17.997.385l-.02-.053a.466.466 0 0 0-.121-.188.466.466 0 0 0-.188-.121l-.053-.02h-3.11c-2.642-.002-3.118 0-3.158.008ZM1.033 3.788a1.158 1.158 0 0 0-1.006.892l-.016.061-.002 6.117c-.002 4.476 0 6.13.006 6.17a1.165 1.165 0 0 0 .936.956c.049.01.573.012 6.109.014 4.355.002 6.075 0 6.127-.005a1.147 1.147 0 0 0 1.026-1.049c.005-.059.007-1.33.006-4.11l-.002-4.025-.017-.047a.503.503 0 0 0-.34-.33.574.574 0 0 0-.266 0 .505.505 0 0 0-.344.343c-.012.039-.013.274-.016 4.08l-.004 4.04-.016.03a.182.182 0 0 1-.095.081c-.017.005-2.151.007-6.014.008-5.395 0-5.992-.002-6.016-.012A.186.186 0 0 1 1 16.916c-.013-.028-.013-.199-.013-6.024 0-5.015.001-6 .01-6.02a.177.177 0 0 1 .087-.089l.036-.017h4.008c4.456 0 4.067.005 4.178-.05a.474.474 0 0 0 .278-.443.486.486 0 0 0-.346-.473l-.047-.016-4.05-.001c-2.227 0-4.076.002-4.108.005Z",
|
|
12
|
+
clipRule: "evenodd"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
export default RedirectIcon;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function RestoreIcon(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: "M1.791 1.128A1.614 1.614 0 0 0 .596 2.22c-.067.218-.077.456-.07 1.776C.53 5.232.53 5.248.57 5.328a.542.542 0 0 0 .208.23l.074.05h16.296l.074-.05a.542.542 0 0 0 .208-.23c.039-.08.04-.095.044-1.368a31.223 31.223 0 0 0-.013-1.496c-.03-.334-.12-.575-.3-.802a1.443 1.443 0 0 0-.922-.544c-.09-.014-2.178-.02-7.224-.018-6.23.001-7.113.004-7.224.028Zm.206.96a.642.642 0 0 0-.434.337l-.042.086-.005 1.067-.005 1.066h14.977V3.56c-.002-1.16 0-1.148-.093-1.284a.456.456 0 0 0-.29-.182c-.09-.019-1.437-.023-7.069-.021-3.826 0-6.994.008-7.04.015Zm-.412 5.025a.493.493 0 0 0-.247.273c-.034.091-.032 7.073.002 7.293.09.591.336 1.079.75 1.486.402.396.954.655 1.532.718.244.027 10.584.027 10.828 0 1.151-.126 2.05-.963 2.268-2.111.029-.153.031-.427.031-3.765 0-3.452-.001-3.602-.033-3.666a.525.525 0 0 0-.446-.285.518.518 0 0 0-.459.321c-.019.054-.024.714-.024 3.504 0 2.236-.008 3.495-.02 3.6a1.43 1.43 0 0 1-.162.558c-.224.454-.64.764-1.151.857-.204.038-10.659.037-10.845 0a1.602 1.602 0 0 1-1.266-1.17l-.048-.173-.009-3.573c-.009-3.488-.01-3.574-.044-3.643a.52.52 0 0 0-.444-.28.417.417 0 0 0-.213.056Zm7.296.75a.671.671 0 0 0-.162.088c-.038.031-.582.57-1.207 1.196-1.256 1.26-1.23 1.228-1.229 1.446.001.197.086.34.254.432.08.044.117.053.222.053.224 0 .219.005 1.048-.822l.742-.74.005 2.14.005 2.141.04.073a.55.55 0 0 0 .262.233.519.519 0 0 0 .42-.037.54.54 0 0 0 .222-.274c.013-.044.019-.777.019-2.172V9.515l.743.74c.83.828.825.824 1.048.823a.452.452 0 0 0 .409-.23c.048-.074.057-.108.063-.225.006-.116 0-.151-.035-.223-.058-.122-2.399-2.467-2.513-2.52a.485.485 0 0 0-.356-.018Z",
|
|
12
|
+
clipRule: "evenodd"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
export default RestoreIcon;
|
package/solid/esm/index.d.ts
CHANGED
|
@@ -154,9 +154,11 @@ export { default as PluginVirtualBlackboadIcon } from './PluginVirtualBlackboadI
|
|
|
154
154
|
export { default as ProgramIcon } from './ProgramIcon'
|
|
155
155
|
export { default as PunctuableIcon } from './PunctuableIcon'
|
|
156
156
|
export { default as RatingStarIcon } from './RatingStarIcon'
|
|
157
|
+
export { default as RedirectIcon } from './RedirectIcon'
|
|
157
158
|
export { default as RefreshIcon } from './RefreshIcon'
|
|
158
159
|
export { default as RemoveBoldIcon } from './RemoveBoldIcon'
|
|
159
160
|
export { default as ReorderDownIcon } from './ReorderDownIcon'
|
|
161
|
+
export { default as RestoreIcon } from './RestoreIcon'
|
|
160
162
|
export { default as SearchPlusIcon } from './SearchPlusIcon'
|
|
161
163
|
export { default as SettingMenuHorizontalIcon } from './SettingMenuHorizontalIcon'
|
|
162
164
|
export { default as SettingMenuVerticalIcon } from './SettingMenuVerticalIcon'
|
package/solid/esm/index.js
CHANGED
|
@@ -154,9 +154,11 @@ export { default as PluginVirtualBlackboadIcon } from './PluginVirtualBlackboadI
|
|
|
154
154
|
export { default as ProgramIcon } from './ProgramIcon.js'
|
|
155
155
|
export { default as PunctuableIcon } from './PunctuableIcon.js'
|
|
156
156
|
export { default as RatingStarIcon } from './RatingStarIcon.js'
|
|
157
|
+
export { default as RedirectIcon } from './RedirectIcon.js'
|
|
157
158
|
export { default as RefreshIcon } from './RefreshIcon.js'
|
|
158
159
|
export { default as RemoveBoldIcon } from './RemoveBoldIcon.js'
|
|
159
160
|
export { default as ReorderDownIcon } from './ReorderDownIcon.js'
|
|
161
|
+
export { default as RestoreIcon } from './RestoreIcon.js'
|
|
160
162
|
export { default as SearchPlusIcon } from './SearchPlusIcon.js'
|
|
161
163
|
export { default as SettingMenuHorizontalIcon } from './SettingMenuHorizontalIcon.js'
|
|
162
164
|
export { default as SettingMenuVerticalIcon } from './SettingMenuVerticalIcon.js'
|
package/solid/index.d.ts
CHANGED
|
@@ -154,9 +154,11 @@ export { default as PluginVirtualBlackboadIcon } from './PluginVirtualBlackboadI
|
|
|
154
154
|
export { default as ProgramIcon } from './ProgramIcon'
|
|
155
155
|
export { default as PunctuableIcon } from './PunctuableIcon'
|
|
156
156
|
export { default as RatingStarIcon } from './RatingStarIcon'
|
|
157
|
+
export { default as RedirectIcon } from './RedirectIcon'
|
|
157
158
|
export { default as RefreshIcon } from './RefreshIcon'
|
|
158
159
|
export { default as RemoveBoldIcon } from './RemoveBoldIcon'
|
|
159
160
|
export { default as ReorderDownIcon } from './ReorderDownIcon'
|
|
161
|
+
export { default as RestoreIcon } from './RestoreIcon'
|
|
160
162
|
export { default as SearchPlusIcon } from './SearchPlusIcon'
|
|
161
163
|
export { default as SettingMenuHorizontalIcon } from './SettingMenuHorizontalIcon'
|
|
162
164
|
export { default as SettingMenuVerticalIcon } from './SettingMenuVerticalIcon'
|
package/solid/index.js
CHANGED
|
@@ -154,9 +154,11 @@ module.exports.PluginVirtualBlackboadIcon = require("./PluginVirtualBlackboadIco
|
|
|
154
154
|
module.exports.ProgramIcon = require("./ProgramIcon.js")
|
|
155
155
|
module.exports.PunctuableIcon = require("./PunctuableIcon.js")
|
|
156
156
|
module.exports.RatingStarIcon = require("./RatingStarIcon.js")
|
|
157
|
+
module.exports.RedirectIcon = require("./RedirectIcon.js")
|
|
157
158
|
module.exports.RefreshIcon = require("./RefreshIcon.js")
|
|
158
159
|
module.exports.RemoveBoldIcon = require("./RemoveBoldIcon.js")
|
|
159
160
|
module.exports.ReorderDownIcon = require("./ReorderDownIcon.js")
|
|
161
|
+
module.exports.RestoreIcon = require("./RestoreIcon.js")
|
|
160
162
|
module.exports.SearchPlusIcon = require("./SearchPlusIcon.js")
|
|
161
163
|
module.exports.SettingMenuHorizontalIcon = require("./SettingMenuHorizontalIcon.js")
|
|
162
164
|
module.exports.SettingMenuVerticalIcon = require("./SettingMenuVerticalIcon.js")
|