@bubbles-ui/icons 1.2.170 → 1.2.171
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/RefreshIcon.d.ts +3 -0
- package/solid/RefreshIcon.js +15 -0
- package/solid/esm/RefreshIcon.d.ts +3 -0
- package/solid/esm/RefreshIcon.js +15 -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,15 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function RefreshIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
viewBox: "0 0 16 16",
|
|
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.763 2.87a5.287 5.287 0 0 0-5.047 5.335l-.004.282-.547-.545c-.3-.3-.557-.554-.57-.564a.38.38 0 0 0-.246-.08.373.373 0 0 0-.299.131.406.406 0 0 0-.06.465c.02.04.079.1.937.96.504.506.93.931.95.947a.37.37 0 0 0 .134.069.534.534 0 0 0 .233-.002c.095-.03.05.012 1.025-.962.498-.496.922-.923.942-.948.065-.08.089-.15.089-.255 0-.1-.023-.17-.081-.248a.393.393 0 0 0-.318-.157.36.36 0 0 0-.183.04l-.058.027-.565.565-.565.565v-.228a4.485 4.485 0 0 1 1.664-3.595 4.468 4.468 0 0 1 1.923-.904c.31-.063.543-.085.888-.085.245 0 .316.004.516.027.816.095 1.61.425 2.253.935.204.162.447.395.615.59.1.118.13.144.194.176a.39.39 0 0 0 .203.037.406.406 0 0 0 .307-.637 5.288 5.288 0 0 0-4.33-1.94Zm5.066 3.985a.361.361 0 0 0-.147.046c-.039.02-.104.084-.978.958-.923.923-.937.937-.962.985a.381.381 0 0 0-.044.194.36.36 0 0 0 .121.282c.042.042.061.056.102.076a.408.408 0 0 0 .402-.02c.021-.014.242-.23.59-.577.306-.306.556-.553.556-.55a4.475 4.475 0 0 1-.764 2.393 4.47 4.47 0 0 1-6.867.66c-.142-.138-.186-.173-.248-.194a.407.407 0 0 0-.44.655 5.286 5.286 0 0 0 8.366-.877 5.277 5.277 0 0 0 .761-2.525l.004-.122.559.558c.405.405.57.565.597.583.021.013.06.031.087.04a.307.307 0 0 0 .127.016.318.318 0 0 0 .126-.016.43.43 0 0 0 .226-.185.352.352 0 0 0 .05-.182.368.368 0 0 0-.087-.274c-.02-.024-.442-.45-.94-.947-.972-.97-.931-.932-1.022-.96a.476.476 0 0 0-.175-.017Z",
|
|
12
|
+
clipRule: "evenodd"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
module.exports = RefreshIcon;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function RefreshIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
viewBox: "0 0 16 16",
|
|
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.763 2.87a5.287 5.287 0 0 0-5.047 5.335l-.004.282-.547-.545c-.3-.3-.557-.554-.57-.564a.38.38 0 0 0-.246-.08.373.373 0 0 0-.299.131.406.406 0 0 0-.06.465c.02.04.079.1.937.96.504.506.93.931.95.947a.37.37 0 0 0 .134.069.534.534 0 0 0 .233-.002c.095-.03.05.012 1.025-.962.498-.496.922-.923.942-.948.065-.08.089-.15.089-.255 0-.1-.023-.17-.081-.248a.393.393 0 0 0-.318-.157.36.36 0 0 0-.183.04l-.058.027-.565.565-.565.565v-.228a4.485 4.485 0 0 1 1.664-3.595 4.468 4.468 0 0 1 1.923-.904c.31-.063.543-.085.888-.085.245 0 .316.004.516.027.816.095 1.61.425 2.253.935.204.162.447.395.615.59.1.118.13.144.194.176a.39.39 0 0 0 .203.037.406.406 0 0 0 .307-.637 5.288 5.288 0 0 0-4.33-1.94Zm5.066 3.985a.361.361 0 0 0-.147.046c-.039.02-.104.084-.978.958-.923.923-.937.937-.962.985a.381.381 0 0 0-.044.194.36.36 0 0 0 .121.282c.042.042.061.056.102.076a.408.408 0 0 0 .402-.02c.021-.014.242-.23.59-.577.306-.306.556-.553.556-.55a4.475 4.475 0 0 1-.764 2.393 4.47 4.47 0 0 1-6.867.66c-.142-.138-.186-.173-.248-.194a.407.407 0 0 0-.44.655 5.286 5.286 0 0 0 8.366-.877 5.277 5.277 0 0 0 .761-2.525l.004-.122.559.558c.405.405.57.565.597.583.021.013.06.031.087.04a.307.307 0 0 0 .127.016.318.318 0 0 0 .126-.016.43.43 0 0 0 .226-.185.352.352 0 0 0 .05-.182.368.368 0 0 0-.087-.274c-.02-.024-.442-.45-.94-.947-.972-.97-.931-.932-1.022-.96a.476.476 0 0 0-.175-.017Z",
|
|
12
|
+
clipRule: "evenodd"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
export default RefreshIcon;
|
package/solid/esm/index.d.ts
CHANGED
|
@@ -152,6 +152,7 @@ export { default as PluginVirtualBlackboadIcon } from './PluginVirtualBlackboadI
|
|
|
152
152
|
export { default as ProgramIcon } from './ProgramIcon'
|
|
153
153
|
export { default as PunctuableIcon } from './PunctuableIcon'
|
|
154
154
|
export { default as RatingStarIcon } from './RatingStarIcon'
|
|
155
|
+
export { default as RefreshIcon } from './RefreshIcon'
|
|
155
156
|
export { default as RemoveBoldIcon } from './RemoveBoldIcon'
|
|
156
157
|
export { default as ReorderDownIcon } from './ReorderDownIcon'
|
|
157
158
|
export { default as SearchPlusIcon } from './SearchPlusIcon'
|
package/solid/esm/index.js
CHANGED
|
@@ -152,6 +152,7 @@ export { default as PluginVirtualBlackboadIcon } from './PluginVirtualBlackboadI
|
|
|
152
152
|
export { default as ProgramIcon } from './ProgramIcon.js'
|
|
153
153
|
export { default as PunctuableIcon } from './PunctuableIcon.js'
|
|
154
154
|
export { default as RatingStarIcon } from './RatingStarIcon.js'
|
|
155
|
+
export { default as RefreshIcon } from './RefreshIcon.js'
|
|
155
156
|
export { default as RemoveBoldIcon } from './RemoveBoldIcon.js'
|
|
156
157
|
export { default as ReorderDownIcon } from './ReorderDownIcon.js'
|
|
157
158
|
export { default as SearchPlusIcon } from './SearchPlusIcon.js'
|
package/solid/index.d.ts
CHANGED
|
@@ -152,6 +152,7 @@ export { default as PluginVirtualBlackboadIcon } from './PluginVirtualBlackboadI
|
|
|
152
152
|
export { default as ProgramIcon } from './ProgramIcon'
|
|
153
153
|
export { default as PunctuableIcon } from './PunctuableIcon'
|
|
154
154
|
export { default as RatingStarIcon } from './RatingStarIcon'
|
|
155
|
+
export { default as RefreshIcon } from './RefreshIcon'
|
|
155
156
|
export { default as RemoveBoldIcon } from './RemoveBoldIcon'
|
|
156
157
|
export { default as ReorderDownIcon } from './ReorderDownIcon'
|
|
157
158
|
export { default as SearchPlusIcon } from './SearchPlusIcon'
|
package/solid/index.js
CHANGED
|
@@ -152,6 +152,7 @@ module.exports.PluginVirtualBlackboadIcon = require("./PluginVirtualBlackboadIco
|
|
|
152
152
|
module.exports.ProgramIcon = require("./ProgramIcon.js")
|
|
153
153
|
module.exports.PunctuableIcon = require("./PunctuableIcon.js")
|
|
154
154
|
module.exports.RatingStarIcon = require("./RatingStarIcon.js")
|
|
155
|
+
module.exports.RefreshIcon = require("./RefreshIcon.js")
|
|
155
156
|
module.exports.RemoveBoldIcon = require("./RemoveBoldIcon.js")
|
|
156
157
|
module.exports.ReorderDownIcon = require("./ReorderDownIcon.js")
|
|
157
158
|
module.exports.SearchPlusIcon = require("./SearchPlusIcon.js")
|