@bubbles-ui/icons 1.0.4 → 1.0.7
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/MeetingCameraIcon.d.ts +3 -0
- package/outline/MeetingCameraIcon.js +20 -0
- package/outline/esm/MeetingCameraIcon.d.ts +3 -0
- package/outline/esm/MeetingCameraIcon.js +20 -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,20 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
|
|
3
|
+
function MeetingCameraIcon(props) {
|
|
4
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
5
|
+
fill: "none",
|
|
6
|
+
viewBox: "0 0 16 16",
|
|
7
|
+
stroke: "currentColor",
|
|
8
|
+
"aria-hidden": "true",
|
|
9
|
+
width: "1em",
|
|
10
|
+
height: "1em"
|
|
11
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
12
|
+
strokeLinecap: "round",
|
|
13
|
+
strokeLinejoin: "round",
|
|
14
|
+
strokeWidth: 2
|
|
15
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
d: "M8.5 3.507h-6a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-5a2 2 0 0 0-2-2ZM12.5 10.007l2.277 1.138a.5.5 0 0 0 .723-.447V5.316a.499.499 0 0 0-.723-.447L12.5 6.007"
|
|
17
|
+
})));
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
module.exports = MeetingCameraIcon;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
|
|
3
|
+
function MeetingCameraIcon(props) {
|
|
4
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
5
|
+
fill: "none",
|
|
6
|
+
viewBox: "0 0 16 16",
|
|
7
|
+
stroke: "currentColor",
|
|
8
|
+
"aria-hidden": "true",
|
|
9
|
+
width: "1em",
|
|
10
|
+
height: "1em"
|
|
11
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
12
|
+
strokeLinecap: "round",
|
|
13
|
+
strokeLinejoin: "round",
|
|
14
|
+
strokeWidth: 2
|
|
15
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
d: "M8.5 3.507h-6a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-5a2 2 0 0 0-2-2ZM12.5 10.007l2.277 1.138a.5.5 0 0 0 .723-.447V5.316a.499.499 0 0 0-.723-.447L12.5 6.007"
|
|
17
|
+
})));
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export default MeetingCameraIcon;
|
package/outline/esm/index.d.ts
CHANGED
|
@@ -86,6 +86,7 @@ export { default as LayoutTwoColumsIcon } from './LayoutTwoColumsIcon'
|
|
|
86
86
|
export { default as LinkBrokenIcon } from './LinkBrokenIcon'
|
|
87
87
|
export { default as LoveItRemoveIcon } from './LoveItRemoveIcon'
|
|
88
88
|
export { default as LoveItIcon } from './LoveItIcon'
|
|
89
|
+
export { default as MeetingCameraIcon } from './MeetingCameraIcon'
|
|
89
90
|
export { default as ModuleFourIcon } from './ModuleFourIcon'
|
|
90
91
|
export { default as ModuleThreeIcon } from './ModuleThreeIcon'
|
|
91
92
|
export { default as ModuleTwoIcon } from './ModuleTwoIcon'
|
package/outline/esm/index.js
CHANGED
|
@@ -86,6 +86,7 @@ export { default as LayoutTwoColumsIcon } from './LayoutTwoColumsIcon.js'
|
|
|
86
86
|
export { default as LinkBrokenIcon } from './LinkBrokenIcon.js'
|
|
87
87
|
export { default as LoveItRemoveIcon } from './LoveItRemoveIcon.js'
|
|
88
88
|
export { default as LoveItIcon } from './LoveItIcon.js'
|
|
89
|
+
export { default as MeetingCameraIcon } from './MeetingCameraIcon.js'
|
|
89
90
|
export { default as ModuleFourIcon } from './ModuleFourIcon.js'
|
|
90
91
|
export { default as ModuleThreeIcon } from './ModuleThreeIcon.js'
|
|
91
92
|
export { default as ModuleTwoIcon } from './ModuleTwoIcon.js'
|
package/outline/index.d.ts
CHANGED
|
@@ -86,6 +86,7 @@ export { default as LayoutTwoColumsIcon } from './LayoutTwoColumsIcon'
|
|
|
86
86
|
export { default as LinkBrokenIcon } from './LinkBrokenIcon'
|
|
87
87
|
export { default as LoveItRemoveIcon } from './LoveItRemoveIcon'
|
|
88
88
|
export { default as LoveItIcon } from './LoveItIcon'
|
|
89
|
+
export { default as MeetingCameraIcon } from './MeetingCameraIcon'
|
|
89
90
|
export { default as ModuleFourIcon } from './ModuleFourIcon'
|
|
90
91
|
export { default as ModuleThreeIcon } from './ModuleThreeIcon'
|
|
91
92
|
export { default as ModuleTwoIcon } from './ModuleTwoIcon'
|
package/outline/index.js
CHANGED
|
@@ -86,6 +86,7 @@ module.exports.LayoutTwoColumsIcon = require("./LayoutTwoColumsIcon.js")
|
|
|
86
86
|
module.exports.LinkBrokenIcon = require("./LinkBrokenIcon.js")
|
|
87
87
|
module.exports.LoveItRemoveIcon = require("./LoveItRemoveIcon.js")
|
|
88
88
|
module.exports.LoveItIcon = require("./LoveItIcon.js")
|
|
89
|
+
module.exports.MeetingCameraIcon = require("./MeetingCameraIcon.js")
|
|
89
90
|
module.exports.ModuleFourIcon = require("./ModuleFourIcon.js")
|
|
90
91
|
module.exports.ModuleThreeIcon = require("./ModuleThreeIcon.js")
|
|
91
92
|
module.exports.ModuleTwoIcon = require("./ModuleTwoIcon.js")
|