@bubbles-ui/icons 1.2.130 → 1.2.132
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/outline/CursorPlayerIcon.d.ts +3 -0
- package/outline/CursorPlayerIcon.js +17 -0
- package/outline/esm/CursorPlayerIcon.d.ts +3 -0
- package/outline/esm/CursorPlayerIcon.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 CursorPlayerIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 19 18",
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "M3.25.76a1.627 1.627 0 0 0-1.528 1.352l-.016.087v13.6l.016.087a1.636 1.636 0 0 0 1.416 1.343c.102.012.293.01.403-.004.168-.022.358-.08.505-.153.065-.033 12.31-6.592 12.406-6.646.15-.083.262-.168.372-.28a1.64 1.64 0 0 0 .457-.899 2.242 2.242 0 0 0 0-.496 1.636 1.636 0 0 0-.258-.656 1.587 1.587 0 0 0-.571-.523C16.356 7.518 4.112.959 4.046.926A1.719 1.719 0 0 0 3.6.781a2.944 2.944 0 0 0-.302-.025.817.817 0 0 1-.047.004Zm-.004.989a.702.702 0 0 0-.219.07.627.627 0 0 0-.28.299.561.561 0 0 0-.058.217c-.01.097-.01 13.23 0 13.328a.56.56 0 0 0 .057.217.636.636 0 0 0 .785.338c.053-.018 1.474-.776 6.243-3.33l6.217-3.333a.644.644 0 0 0-.007-1.116C15.898 8.39 3.63 1.82 3.585 1.8a.704.704 0 0 0-.339-.05Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
}
|
|
17
|
+
module.exports = CursorPlayerIcon;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function CursorPlayerIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 19 18",
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "M3.25.76a1.627 1.627 0 0 0-1.528 1.352l-.016.087v13.6l.016.087a1.636 1.636 0 0 0 1.416 1.343c.102.012.293.01.403-.004.168-.022.358-.08.505-.153.065-.033 12.31-6.592 12.406-6.646.15-.083.262-.168.372-.28a1.64 1.64 0 0 0 .457-.899 2.242 2.242 0 0 0 0-.496 1.636 1.636 0 0 0-.258-.656 1.587 1.587 0 0 0-.571-.523C16.356 7.518 4.112.959 4.046.926A1.719 1.719 0 0 0 3.6.781a2.944 2.944 0 0 0-.302-.025.817.817 0 0 1-.047.004Zm-.004.989a.702.702 0 0 0-.219.07.627.627 0 0 0-.28.299.561.561 0 0 0-.058.217c-.01.097-.01 13.23 0 13.328a.56.56 0 0 0 .057.217.636.636 0 0 0 .785.338c.053-.018 1.474-.776 6.243-3.33l6.217-3.333a.644.644 0 0 0-.007-1.116C15.898 8.39 3.63 1.82 3.585 1.8a.704.704 0 0 0-.339-.05Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
}
|
|
17
|
+
export default CursorPlayerIcon;
|
package/outline/esm/index.d.ts
CHANGED
|
@@ -41,6 +41,7 @@ export { default as ComputerKeyboardPreviousIcon } from './ComputerKeyboardPrevi
|
|
|
41
41
|
export { default as ComputerKeyboardReturnIcon } from './ComputerKeyboardReturnIcon'
|
|
42
42
|
export { default as ComputerKeyboardIcon } from './ComputerKeyboardIcon'
|
|
43
43
|
export { default as ComunicaIcon } from './ComunicaIcon'
|
|
44
|
+
export { default as CursorPlayerIcon } from './CursorPlayerIcon'
|
|
44
45
|
export { default as CursorIcon } from './CursorIcon'
|
|
45
46
|
export { default as DataFileBarsQuestionIcon } from './DataFileBarsQuestionIcon'
|
|
46
47
|
export { default as DeleteBinIcon } from './DeleteBinIcon'
|
package/outline/esm/index.js
CHANGED
|
@@ -41,6 +41,7 @@ export { default as ComputerKeyboardPreviousIcon } from './ComputerKeyboardPrevi
|
|
|
41
41
|
export { default as ComputerKeyboardReturnIcon } from './ComputerKeyboardReturnIcon.js'
|
|
42
42
|
export { default as ComputerKeyboardIcon } from './ComputerKeyboardIcon.js'
|
|
43
43
|
export { default as ComunicaIcon } from './ComunicaIcon.js'
|
|
44
|
+
export { default as CursorPlayerIcon } from './CursorPlayerIcon.js'
|
|
44
45
|
export { default as CursorIcon } from './CursorIcon.js'
|
|
45
46
|
export { default as DataFileBarsQuestionIcon } from './DataFileBarsQuestionIcon.js'
|
|
46
47
|
export { default as DeleteBinIcon } from './DeleteBinIcon.js'
|
package/outline/index.d.ts
CHANGED
|
@@ -41,6 +41,7 @@ export { default as ComputerKeyboardPreviousIcon } from './ComputerKeyboardPrevi
|
|
|
41
41
|
export { default as ComputerKeyboardReturnIcon } from './ComputerKeyboardReturnIcon'
|
|
42
42
|
export { default as ComputerKeyboardIcon } from './ComputerKeyboardIcon'
|
|
43
43
|
export { default as ComunicaIcon } from './ComunicaIcon'
|
|
44
|
+
export { default as CursorPlayerIcon } from './CursorPlayerIcon'
|
|
44
45
|
export { default as CursorIcon } from './CursorIcon'
|
|
45
46
|
export { default as DataFileBarsQuestionIcon } from './DataFileBarsQuestionIcon'
|
|
46
47
|
export { default as DeleteBinIcon } from './DeleteBinIcon'
|
package/outline/index.js
CHANGED
|
@@ -41,6 +41,7 @@ module.exports.ComputerKeyboardPreviousIcon = require("./ComputerKeyboardPreviou
|
|
|
41
41
|
module.exports.ComputerKeyboardReturnIcon = require("./ComputerKeyboardReturnIcon.js")
|
|
42
42
|
module.exports.ComputerKeyboardIcon = require("./ComputerKeyboardIcon.js")
|
|
43
43
|
module.exports.ComunicaIcon = require("./ComunicaIcon.js")
|
|
44
|
+
module.exports.CursorPlayerIcon = require("./CursorPlayerIcon.js")
|
|
44
45
|
module.exports.CursorIcon = require("./CursorIcon.js")
|
|
45
46
|
module.exports.DataFileBarsQuestionIcon = require("./DataFileBarsQuestionIcon.js")
|
|
46
47
|
module.exports.DeleteBinIcon = require("./DeleteBinIcon.js")
|