@bubbles-ui/icons 1.0.3 → 1.0.10
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/DuplicateIcon.d.ts +3 -0
- package/outline/DuplicateIcon.js +24 -0
- package/outline/FileIcon.d.ts +3 -0
- package/outline/FileIcon.js +26 -0
- package/outline/MeetingCameraIcon.d.ts +3 -0
- package/outline/MeetingCameraIcon.js +20 -0
- package/outline/SwitchHorizontalIcon.d.ts +3 -0
- package/outline/SwitchHorizontalIcon.js +19 -0
- package/outline/esm/DuplicateIcon.d.ts +3 -0
- package/outline/esm/DuplicateIcon.js +24 -0
- package/outline/esm/FileIcon.d.ts +3 -0
- package/outline/esm/FileIcon.js +26 -0
- package/outline/esm/MeetingCameraIcon.d.ts +3 -0
- package/outline/esm/MeetingCameraIcon.js +20 -0
- package/outline/esm/SwitchHorizontalIcon.d.ts +3 -0
- package/outline/esm/SwitchHorizontalIcon.js +19 -0
- package/outline/esm/index.d.ts +4 -0
- package/outline/esm/index.js +4 -0
- package/outline/index.d.ts +4 -0
- package/outline/index.js +4 -0
- package/package.json +2 -2
- package/solid/RatingStarIcon.d.ts +3 -0
- package/solid/RatingStarIcon.js +15 -0
- package/solid/esm/RatingStarIcon.d.ts +3 -0
- package/solid/esm/RatingStarIcon.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
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
|
|
3
|
+
function DuplicateIcon(props) {
|
|
4
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
5
|
+
fill: "none",
|
|
6
|
+
viewBox: "0 0 18 18",
|
|
7
|
+
stroke: "currentColor",
|
|
8
|
+
"aria-hidden": "true",
|
|
9
|
+
width: "1em",
|
|
10
|
+
height: "1em"
|
|
11
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
strokeLinecap: "round",
|
|
13
|
+
strokeLinejoin: "round",
|
|
14
|
+
strokeWidth: 2,
|
|
15
|
+
d: "M12.5 1.5h-10a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-10a1 1 0 0 0-1-1Z"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
strokeLinecap: "round",
|
|
18
|
+
strokeLinejoin: "round",
|
|
19
|
+
strokeWidth: 2,
|
|
20
|
+
d: "M15.5 4.5a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-10a1 1 0 0 1-1-1"
|
|
21
|
+
}));
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
module.exports = DuplicateIcon;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
|
|
3
|
+
function FileIcon(props) {
|
|
4
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
5
|
+
fill: "none",
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
stroke: "currentColor",
|
|
8
|
+
"aria-hidden": "true",
|
|
9
|
+
width: "1em",
|
|
10
|
+
height: "1em"
|
|
11
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
strokeLinecap: "round",
|
|
13
|
+
strokeLinejoin: "round",
|
|
14
|
+
strokeWidth: 2,
|
|
15
|
+
d: "M18.647 23.25H2.25a1.5 1.5 0 0 1-1.5-1.5V2.25a1.5 1.5 0 0 1 1.5-1.5h10.629a1.5 1.5 0 0 1 1.06.439l5.872 5.872a1.5 1.5 0 0 1 .439 1.06v13.343c0 .854-.514 1.786-1.603 1.786Z"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
strokeLinecap: "round",
|
|
18
|
+
strokeLinejoin: "round",
|
|
19
|
+
strokeWidth: 2,
|
|
20
|
+
d: "M20.25 8.25h-6a1.5 1.5 0 0 1-1.5-1.5v-6"
|
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
d: "M0 0h24v24H0V0Z"
|
|
23
|
+
}));
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
module.exports = FileIcon;
|
|
@@ -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,19 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
|
|
3
|
+
function SwitchHorizontalIcon(props) {
|
|
4
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
5
|
+
fill: "none",
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
stroke: "currentColor",
|
|
8
|
+
"aria-hidden": "true",
|
|
9
|
+
width: "1em",
|
|
10
|
+
height: "1em"
|
|
11
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
strokeLinecap: "round",
|
|
13
|
+
strokeLinejoin: "round",
|
|
14
|
+
strokeWidth: 2,
|
|
15
|
+
d: "M8 7h12m0 0-4-4m4 4-4 4m0 6H4m0 0 4 4m-4-4 4-4"
|
|
16
|
+
}));
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
module.exports = SwitchHorizontalIcon;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
|
|
3
|
+
function DuplicateIcon(props) {
|
|
4
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
5
|
+
fill: "none",
|
|
6
|
+
viewBox: "0 0 18 18",
|
|
7
|
+
stroke: "currentColor",
|
|
8
|
+
"aria-hidden": "true",
|
|
9
|
+
width: "1em",
|
|
10
|
+
height: "1em"
|
|
11
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
strokeLinecap: "round",
|
|
13
|
+
strokeLinejoin: "round",
|
|
14
|
+
strokeWidth: 2,
|
|
15
|
+
d: "M12.5 1.5h-10a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-10a1 1 0 0 0-1-1Z"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
strokeLinecap: "round",
|
|
18
|
+
strokeLinejoin: "round",
|
|
19
|
+
strokeWidth: 2,
|
|
20
|
+
d: "M15.5 4.5a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-10a1 1 0 0 1-1-1"
|
|
21
|
+
}));
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export default DuplicateIcon;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
|
|
3
|
+
function FileIcon(props) {
|
|
4
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
5
|
+
fill: "none",
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
stroke: "currentColor",
|
|
8
|
+
"aria-hidden": "true",
|
|
9
|
+
width: "1em",
|
|
10
|
+
height: "1em"
|
|
11
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
strokeLinecap: "round",
|
|
13
|
+
strokeLinejoin: "round",
|
|
14
|
+
strokeWidth: 2,
|
|
15
|
+
d: "M18.647 23.25H2.25a1.5 1.5 0 0 1-1.5-1.5V2.25a1.5 1.5 0 0 1 1.5-1.5h10.629a1.5 1.5 0 0 1 1.06.439l5.872 5.872a1.5 1.5 0 0 1 .439 1.06v13.343c0 .854-.514 1.786-1.603 1.786Z"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
strokeLinecap: "round",
|
|
18
|
+
strokeLinejoin: "round",
|
|
19
|
+
strokeWidth: 2,
|
|
20
|
+
d: "M20.25 8.25h-6a1.5 1.5 0 0 1-1.5-1.5v-6"
|
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
d: "M0 0h24v24H0V0Z"
|
|
23
|
+
}));
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export default FileIcon;
|
|
@@ -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;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
|
|
3
|
+
function SwitchHorizontalIcon(props) {
|
|
4
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
5
|
+
fill: "none",
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
stroke: "currentColor",
|
|
8
|
+
"aria-hidden": "true",
|
|
9
|
+
width: "1em",
|
|
10
|
+
height: "1em"
|
|
11
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
strokeLinecap: "round",
|
|
13
|
+
strokeLinejoin: "round",
|
|
14
|
+
strokeWidth: 2,
|
|
15
|
+
d: "M8 7h12m0 0-4-4m4 4-4 4m0 6H4m0 0 4 4m-4-4 4-4"
|
|
16
|
+
}));
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default SwitchHorizontalIcon;
|
package/outline/esm/index.d.ts
CHANGED
|
@@ -42,6 +42,7 @@ export { default as DoneCircleIcon } from './DoneCircleIcon'
|
|
|
42
42
|
export { default as DoneSquareIcon } from './DoneSquareIcon'
|
|
43
43
|
export { default as DownloadDrawerIcon } from './DownloadDrawerIcon'
|
|
44
44
|
export { default as DownloadIcon } from './DownloadIcon'
|
|
45
|
+
export { default as DuplicateIcon } from './DuplicateIcon'
|
|
45
46
|
export { default as EditIcon } from './EditIcon'
|
|
46
47
|
export { default as EmailActionReadIcon } from './EmailActionReadIcon'
|
|
47
48
|
export { default as EmailActionReplyAllIcon } from './EmailActionReplyAllIcon'
|
|
@@ -67,6 +68,7 @@ export { default as FileSvgIcon } from './FileSvgIcon'
|
|
|
67
68
|
export { default as FileTxtIcon } from './FileTxtIcon'
|
|
68
69
|
export { default as FileXmlIcon } from './FileXmlIcon'
|
|
69
70
|
export { default as FileZipIcon } from './FileZipIcon'
|
|
71
|
+
export { default as FileIcon } from './FileIcon'
|
|
70
72
|
export { default as FilterIcon } from './FilterIcon'
|
|
71
73
|
export { default as FormFileAttachIcon } from './FormFileAttachIcon'
|
|
72
74
|
export { default as FormImageAttachIcon } from './FormImageAttachIcon'
|
|
@@ -85,6 +87,7 @@ export { default as LayoutTwoColumsIcon } from './LayoutTwoColumsIcon'
|
|
|
85
87
|
export { default as LinkBrokenIcon } from './LinkBrokenIcon'
|
|
86
88
|
export { default as LoveItRemoveIcon } from './LoveItRemoveIcon'
|
|
87
89
|
export { default as LoveItIcon } from './LoveItIcon'
|
|
90
|
+
export { default as MeetingCameraIcon } from './MeetingCameraIcon'
|
|
88
91
|
export { default as ModuleFourIcon } from './ModuleFourIcon'
|
|
89
92
|
export { default as ModuleThreeIcon } from './ModuleThreeIcon'
|
|
90
93
|
export { default as ModuleTwoIcon } from './ModuleTwoIcon'
|
|
@@ -160,6 +163,7 @@ export { default as StyleThreePinTableIcon } from './StyleThreePinTableIcon'
|
|
|
160
163
|
export { default as SubtractCircleIcon } from './SubtractCircleIcon'
|
|
161
164
|
export { default as SubtractSquareIcon } from './SubtractSquareIcon'
|
|
162
165
|
export { default as SubtractIcon } from './SubtractIcon'
|
|
166
|
+
export { default as SwitchHorizontalIcon } from './SwitchHorizontalIcon'
|
|
163
167
|
export { default as SynchronizeArrowClockIcon } from './SynchronizeArrowClockIcon'
|
|
164
168
|
export { default as SynchronizeArrowUndoneIcon } from './SynchronizeArrowUndoneIcon'
|
|
165
169
|
export { default as SynchronizeArrowIcon } from './SynchronizeArrowIcon'
|
package/outline/esm/index.js
CHANGED
|
@@ -42,6 +42,7 @@ export { default as DoneCircleIcon } from './DoneCircleIcon.js'
|
|
|
42
42
|
export { default as DoneSquareIcon } from './DoneSquareIcon.js'
|
|
43
43
|
export { default as DownloadDrawerIcon } from './DownloadDrawerIcon.js'
|
|
44
44
|
export { default as DownloadIcon } from './DownloadIcon.js'
|
|
45
|
+
export { default as DuplicateIcon } from './DuplicateIcon.js'
|
|
45
46
|
export { default as EditIcon } from './EditIcon.js'
|
|
46
47
|
export { default as EmailActionReadIcon } from './EmailActionReadIcon.js'
|
|
47
48
|
export { default as EmailActionReplyAllIcon } from './EmailActionReplyAllIcon.js'
|
|
@@ -67,6 +68,7 @@ export { default as FileSvgIcon } from './FileSvgIcon.js'
|
|
|
67
68
|
export { default as FileTxtIcon } from './FileTxtIcon.js'
|
|
68
69
|
export { default as FileXmlIcon } from './FileXmlIcon.js'
|
|
69
70
|
export { default as FileZipIcon } from './FileZipIcon.js'
|
|
71
|
+
export { default as FileIcon } from './FileIcon.js'
|
|
70
72
|
export { default as FilterIcon } from './FilterIcon.js'
|
|
71
73
|
export { default as FormFileAttachIcon } from './FormFileAttachIcon.js'
|
|
72
74
|
export { default as FormImageAttachIcon } from './FormImageAttachIcon.js'
|
|
@@ -85,6 +87,7 @@ export { default as LayoutTwoColumsIcon } from './LayoutTwoColumsIcon.js'
|
|
|
85
87
|
export { default as LinkBrokenIcon } from './LinkBrokenIcon.js'
|
|
86
88
|
export { default as LoveItRemoveIcon } from './LoveItRemoveIcon.js'
|
|
87
89
|
export { default as LoveItIcon } from './LoveItIcon.js'
|
|
90
|
+
export { default as MeetingCameraIcon } from './MeetingCameraIcon.js'
|
|
88
91
|
export { default as ModuleFourIcon } from './ModuleFourIcon.js'
|
|
89
92
|
export { default as ModuleThreeIcon } from './ModuleThreeIcon.js'
|
|
90
93
|
export { default as ModuleTwoIcon } from './ModuleTwoIcon.js'
|
|
@@ -160,6 +163,7 @@ export { default as StyleThreePinTableIcon } from './StyleThreePinTableIcon.js'
|
|
|
160
163
|
export { default as SubtractCircleIcon } from './SubtractCircleIcon.js'
|
|
161
164
|
export { default as SubtractSquareIcon } from './SubtractSquareIcon.js'
|
|
162
165
|
export { default as SubtractIcon } from './SubtractIcon.js'
|
|
166
|
+
export { default as SwitchHorizontalIcon } from './SwitchHorizontalIcon.js'
|
|
163
167
|
export { default as SynchronizeArrowClockIcon } from './SynchronizeArrowClockIcon.js'
|
|
164
168
|
export { default as SynchronizeArrowUndoneIcon } from './SynchronizeArrowUndoneIcon.js'
|
|
165
169
|
export { default as SynchronizeArrowIcon } from './SynchronizeArrowIcon.js'
|
package/outline/index.d.ts
CHANGED
|
@@ -42,6 +42,7 @@ export { default as DoneCircleIcon } from './DoneCircleIcon'
|
|
|
42
42
|
export { default as DoneSquareIcon } from './DoneSquareIcon'
|
|
43
43
|
export { default as DownloadDrawerIcon } from './DownloadDrawerIcon'
|
|
44
44
|
export { default as DownloadIcon } from './DownloadIcon'
|
|
45
|
+
export { default as DuplicateIcon } from './DuplicateIcon'
|
|
45
46
|
export { default as EditIcon } from './EditIcon'
|
|
46
47
|
export { default as EmailActionReadIcon } from './EmailActionReadIcon'
|
|
47
48
|
export { default as EmailActionReplyAllIcon } from './EmailActionReplyAllIcon'
|
|
@@ -67,6 +68,7 @@ export { default as FileSvgIcon } from './FileSvgIcon'
|
|
|
67
68
|
export { default as FileTxtIcon } from './FileTxtIcon'
|
|
68
69
|
export { default as FileXmlIcon } from './FileXmlIcon'
|
|
69
70
|
export { default as FileZipIcon } from './FileZipIcon'
|
|
71
|
+
export { default as FileIcon } from './FileIcon'
|
|
70
72
|
export { default as FilterIcon } from './FilterIcon'
|
|
71
73
|
export { default as FormFileAttachIcon } from './FormFileAttachIcon'
|
|
72
74
|
export { default as FormImageAttachIcon } from './FormImageAttachIcon'
|
|
@@ -85,6 +87,7 @@ export { default as LayoutTwoColumsIcon } from './LayoutTwoColumsIcon'
|
|
|
85
87
|
export { default as LinkBrokenIcon } from './LinkBrokenIcon'
|
|
86
88
|
export { default as LoveItRemoveIcon } from './LoveItRemoveIcon'
|
|
87
89
|
export { default as LoveItIcon } from './LoveItIcon'
|
|
90
|
+
export { default as MeetingCameraIcon } from './MeetingCameraIcon'
|
|
88
91
|
export { default as ModuleFourIcon } from './ModuleFourIcon'
|
|
89
92
|
export { default as ModuleThreeIcon } from './ModuleThreeIcon'
|
|
90
93
|
export { default as ModuleTwoIcon } from './ModuleTwoIcon'
|
|
@@ -160,6 +163,7 @@ export { default as StyleThreePinTableIcon } from './StyleThreePinTableIcon'
|
|
|
160
163
|
export { default as SubtractCircleIcon } from './SubtractCircleIcon'
|
|
161
164
|
export { default as SubtractSquareIcon } from './SubtractSquareIcon'
|
|
162
165
|
export { default as SubtractIcon } from './SubtractIcon'
|
|
166
|
+
export { default as SwitchHorizontalIcon } from './SwitchHorizontalIcon'
|
|
163
167
|
export { default as SynchronizeArrowClockIcon } from './SynchronizeArrowClockIcon'
|
|
164
168
|
export { default as SynchronizeArrowUndoneIcon } from './SynchronizeArrowUndoneIcon'
|
|
165
169
|
export { default as SynchronizeArrowIcon } from './SynchronizeArrowIcon'
|
package/outline/index.js
CHANGED
|
@@ -42,6 +42,7 @@ module.exports.DoneCircleIcon = require("./DoneCircleIcon.js")
|
|
|
42
42
|
module.exports.DoneSquareIcon = require("./DoneSquareIcon.js")
|
|
43
43
|
module.exports.DownloadDrawerIcon = require("./DownloadDrawerIcon.js")
|
|
44
44
|
module.exports.DownloadIcon = require("./DownloadIcon.js")
|
|
45
|
+
module.exports.DuplicateIcon = require("./DuplicateIcon.js")
|
|
45
46
|
module.exports.EditIcon = require("./EditIcon.js")
|
|
46
47
|
module.exports.EmailActionReadIcon = require("./EmailActionReadIcon.js")
|
|
47
48
|
module.exports.EmailActionReplyAllIcon = require("./EmailActionReplyAllIcon.js")
|
|
@@ -67,6 +68,7 @@ module.exports.FileSvgIcon = require("./FileSvgIcon.js")
|
|
|
67
68
|
module.exports.FileTxtIcon = require("./FileTxtIcon.js")
|
|
68
69
|
module.exports.FileXmlIcon = require("./FileXmlIcon.js")
|
|
69
70
|
module.exports.FileZipIcon = require("./FileZipIcon.js")
|
|
71
|
+
module.exports.FileIcon = require("./FileIcon.js")
|
|
70
72
|
module.exports.FilterIcon = require("./FilterIcon.js")
|
|
71
73
|
module.exports.FormFileAttachIcon = require("./FormFileAttachIcon.js")
|
|
72
74
|
module.exports.FormImageAttachIcon = require("./FormImageAttachIcon.js")
|
|
@@ -85,6 +87,7 @@ module.exports.LayoutTwoColumsIcon = require("./LayoutTwoColumsIcon.js")
|
|
|
85
87
|
module.exports.LinkBrokenIcon = require("./LinkBrokenIcon.js")
|
|
86
88
|
module.exports.LoveItRemoveIcon = require("./LoveItRemoveIcon.js")
|
|
87
89
|
module.exports.LoveItIcon = require("./LoveItIcon.js")
|
|
90
|
+
module.exports.MeetingCameraIcon = require("./MeetingCameraIcon.js")
|
|
88
91
|
module.exports.ModuleFourIcon = require("./ModuleFourIcon.js")
|
|
89
92
|
module.exports.ModuleThreeIcon = require("./ModuleThreeIcon.js")
|
|
90
93
|
module.exports.ModuleTwoIcon = require("./ModuleTwoIcon.js")
|
|
@@ -160,6 +163,7 @@ module.exports.StyleThreePinTableIcon = require("./StyleThreePinTableIcon.js")
|
|
|
160
163
|
module.exports.SubtractCircleIcon = require("./SubtractCircleIcon.js")
|
|
161
164
|
module.exports.SubtractSquareIcon = require("./SubtractSquareIcon.js")
|
|
162
165
|
module.exports.SubtractIcon = require("./SubtractIcon.js")
|
|
166
|
+
module.exports.SwitchHorizontalIcon = require("./SwitchHorizontalIcon.js")
|
|
163
167
|
module.exports.SynchronizeArrowClockIcon = require("./SynchronizeArrowClockIcon.js")
|
|
164
168
|
module.exports.SynchronizeArrowUndoneIcon = require("./SynchronizeArrowUndoneIcon.js")
|
|
165
169
|
module.exports.SynchronizeArrowIcon = require("./SynchronizeArrowIcon.js")
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bubbles-ui/icons",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
4
4
|
"description": "The Bubbles Design System icons library.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"registry": "https://registry.npmjs.org/"
|
|
27
27
|
},
|
|
28
28
|
"scripts": {
|
|
29
|
-
"
|
|
29
|
+
"build-publish": "yarn build && npm version patch && npm publish",
|
|
30
30
|
"build": "npm run build-outline && npm run build-solid && npm run build-react",
|
|
31
31
|
"build-react": "node ./scripts/build.js react",
|
|
32
32
|
"build-outline": "rimraf ./optimized/outline && svgo --config=svgo.outline.js -f ./src/outline -o ./optimized/outline --pretty --indent=2",
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
|
|
3
|
+
function RatingStarIcon(props) {
|
|
4
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
5
|
+
viewBox: "0 0 13 12",
|
|
6
|
+
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
d: "M12.15 4.365a.752.752 0 0 0-.703-.49H8.403a.25.25 0 0 1-.236-.167L7.075.61a.75.75 0 0 0-1.405 0l-.003.008-1.09 3.089a.25.25 0 0 1-.235.167H1.297A.75.75 0 0 0 .816 5.2l2.592 2.15a.25.25 0 0 1 .077.272l-1.089 3.265a.75.75 0 0 0 1.155.842l2.673-1.96a.25.25 0 0 1 .296 0l2.672 1.96a.75.75 0 0 0 1.156-.842L9.258 7.62a.25.25 0 0 1 .078-.272l2.597-2.153a.75.75 0 0 0 .217-.83Z"
|
|
12
|
+
}));
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
module.exports = RatingStarIcon;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
|
|
3
|
+
function RatingStarIcon(props) {
|
|
4
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
5
|
+
viewBox: "0 0 13 12",
|
|
6
|
+
fill: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
d: "M12.15 4.365a.752.752 0 0 0-.703-.49H8.403a.25.25 0 0 1-.236-.167L7.075.61a.75.75 0 0 0-1.405 0l-.003.008-1.09 3.089a.25.25 0 0 1-.235.167H1.297A.75.75 0 0 0 .816 5.2l2.592 2.15a.25.25 0 0 1 .077.272l-1.089 3.265a.75.75 0 0 0 1.155.842l2.673-1.96a.25.25 0 0 1 .296 0l2.672 1.96a.75.75 0 0 0 1.156-.842L9.258 7.62a.25.25 0 0 1 .078-.272l2.597-2.153a.75.75 0 0 0 .217-.83Z"
|
|
12
|
+
}));
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export default RatingStarIcon;
|
package/solid/esm/index.d.ts
CHANGED
|
@@ -94,6 +94,7 @@ export { default as PluginTransactionalIcon } from './PluginTransactionalIcon'
|
|
|
94
94
|
export { default as PluginTranslatorIcon } from './PluginTranslatorIcon'
|
|
95
95
|
export { default as PluginUsersIcon } from './PluginUsersIcon'
|
|
96
96
|
export { default as PluginVirtualBlackboadIcon } from './PluginVirtualBlackboadIcon'
|
|
97
|
+
export { default as RatingStarIcon } from './RatingStarIcon'
|
|
97
98
|
export { default as RemoveBoldIcon } from './RemoveBoldIcon'
|
|
98
99
|
export { default as ReorderDownIcon } from './ReorderDownIcon'
|
|
99
100
|
export { default as SettingMenuHorizontalIcon } from './SettingMenuHorizontalIcon'
|
package/solid/esm/index.js
CHANGED
|
@@ -94,6 +94,7 @@ export { default as PluginTransactionalIcon } from './PluginTransactionalIcon.js
|
|
|
94
94
|
export { default as PluginTranslatorIcon } from './PluginTranslatorIcon.js'
|
|
95
95
|
export { default as PluginUsersIcon } from './PluginUsersIcon.js'
|
|
96
96
|
export { default as PluginVirtualBlackboadIcon } from './PluginVirtualBlackboadIcon.js'
|
|
97
|
+
export { default as RatingStarIcon } from './RatingStarIcon.js'
|
|
97
98
|
export { default as RemoveBoldIcon } from './RemoveBoldIcon.js'
|
|
98
99
|
export { default as ReorderDownIcon } from './ReorderDownIcon.js'
|
|
99
100
|
export { default as SettingMenuHorizontalIcon } from './SettingMenuHorizontalIcon.js'
|
package/solid/index.d.ts
CHANGED
|
@@ -94,6 +94,7 @@ export { default as PluginTransactionalIcon } from './PluginTransactionalIcon'
|
|
|
94
94
|
export { default as PluginTranslatorIcon } from './PluginTranslatorIcon'
|
|
95
95
|
export { default as PluginUsersIcon } from './PluginUsersIcon'
|
|
96
96
|
export { default as PluginVirtualBlackboadIcon } from './PluginVirtualBlackboadIcon'
|
|
97
|
+
export { default as RatingStarIcon } from './RatingStarIcon'
|
|
97
98
|
export { default as RemoveBoldIcon } from './RemoveBoldIcon'
|
|
98
99
|
export { default as ReorderDownIcon } from './ReorderDownIcon'
|
|
99
100
|
export { default as SettingMenuHorizontalIcon } from './SettingMenuHorizontalIcon'
|
package/solid/index.js
CHANGED
|
@@ -94,6 +94,7 @@ module.exports.PluginTransactionalIcon = require("./PluginTransactionalIcon.js")
|
|
|
94
94
|
module.exports.PluginTranslatorIcon = require("./PluginTranslatorIcon.js")
|
|
95
95
|
module.exports.PluginUsersIcon = require("./PluginUsersIcon.js")
|
|
96
96
|
module.exports.PluginVirtualBlackboadIcon = require("./PluginVirtualBlackboadIcon.js")
|
|
97
|
+
module.exports.RatingStarIcon = require("./RatingStarIcon.js")
|
|
97
98
|
module.exports.RemoveBoldIcon = require("./RemoveBoldIcon.js")
|
|
98
99
|
module.exports.ReorderDownIcon = require("./ReorderDownIcon.js")
|
|
99
100
|
module.exports.SettingMenuHorizontalIcon = require("./SettingMenuHorizontalIcon.js")
|