@bubbles-ui/icons 1.1.4 → 1.1.51
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/ComunicaIcon.js +22 -0
- package/outline/FloatImageIcon.js +17 -0
- package/outline/PluginLearningPathsIcon.js +22 -0
- package/outline/esm/ComunicaIcon.js +22 -0
- package/outline/esm/FloatImageIcon.js +17 -0
- package/outline/esm/PluginLearningPathsIcon.js +22 -0
- package/outline/esm/index.js +3 -0
- package/outline/index.js +3 -0
- package/package.json +1 -1
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function ComunicaIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 22 22",
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
strokeLinecap: "round",
|
|
12
|
+
strokeLinejoin: "round",
|
|
13
|
+
strokeWidth: 2,
|
|
14
|
+
d: "M9.125 16.623h11.25v3.75H9.125v-3.75ZM9.125 10.373h11.25v3.75H9.125v-3.75ZM1.625 1.624h11.25v3.75H1.625v-3.75Z"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round",
|
|
18
|
+
strokeWidth: 2,
|
|
19
|
+
d: "M6.625 5.374v1.25a1.25 1.25 0 0 0 1.25 1.25h3.75a1.25 1.25 0 0 1 1.25 1.25v1.25M15.375 14.123v2.5"
|
|
20
|
+
}));
|
|
21
|
+
}
|
|
22
|
+
module.exports = ComunicaIcon;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function FloatImageIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "#000",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "M12.75 5.25a.75.75 0 0 1 .75-.75h9.75a.75.75 0 0 1 0 1.5H13.5a.75.75 0 0 1-.75-.75ZM12.75.75A.75.75 0 0 1 13.5 0h9.75a.75.75 0 0 1 0 1.5H13.5a.75.75 0 0 1-.75-.75ZM12.75 9.75A.75.75 0 0 1 13.5 9h9.75a.75.75 0 0 1 0 1.5H13.5a.75.75 0 0 1-.75-.75ZM0 14.25a.75.75 0 0 1 .75-.75h22.5a.75.75 0 0 1 0 1.5H.75a.75.75 0 0 1-.75-.75ZM0 18.75A.75.75 0 0 1 .75 18h22.5a.75.75 0 0 1 0 1.5H.75a.75.75 0 0 1-.75-.75ZM0 23.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H.75a.75.75 0 0 1-.75-.75ZM0 .75A.75.75 0 0 1 .75 0h9a.75.75 0 0 1 .75.75v9a.75.75 0 0 1-.75.75h-9A.75.75 0 0 1 0 9.75v-9Zm1.5.75V9H9V1.5H1.5Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
}
|
|
17
|
+
module.exports = FloatImageIcon;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function PluginLearningPathsIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 22 22",
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
strokeLinecap: "round",
|
|
12
|
+
strokeLinejoin: "round",
|
|
13
|
+
strokeWidth: 2,
|
|
14
|
+
d: "M9.125 16.623h11.25v3.75H9.125v-3.75ZM9.125 10.373h11.25v3.75H9.125v-3.75ZM1.625 1.623h11.25v3.75H1.625v-3.75Z"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round",
|
|
18
|
+
strokeWidth: 2,
|
|
19
|
+
d: "M6.625 5.373v1.25a1.25 1.25 0 0 0 1.25 1.25h3.75a1.25 1.25 0 0 1 1.25 1.25v1.25M15.375 14.123v2.5"
|
|
20
|
+
}));
|
|
21
|
+
}
|
|
22
|
+
module.exports = PluginLearningPathsIcon;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function ComunicaIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 22 22",
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
strokeLinecap: "round",
|
|
12
|
+
strokeLinejoin: "round",
|
|
13
|
+
strokeWidth: 2,
|
|
14
|
+
d: "M9.125 16.623h11.25v3.75H9.125v-3.75ZM9.125 10.373h11.25v3.75H9.125v-3.75ZM1.625 1.624h11.25v3.75H1.625v-3.75Z"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round",
|
|
18
|
+
strokeWidth: 2,
|
|
19
|
+
d: "M6.625 5.374v1.25a1.25 1.25 0 0 0 1.25 1.25h3.75a1.25 1.25 0 0 1 1.25 1.25v1.25M15.375 14.123v2.5"
|
|
20
|
+
}));
|
|
21
|
+
}
|
|
22
|
+
export default ComunicaIcon;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function FloatImageIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "#000",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "M12.75 5.25a.75.75 0 0 1 .75-.75h9.75a.75.75 0 0 1 0 1.5H13.5a.75.75 0 0 1-.75-.75ZM12.75.75A.75.75 0 0 1 13.5 0h9.75a.75.75 0 0 1 0 1.5H13.5a.75.75 0 0 1-.75-.75ZM12.75 9.75A.75.75 0 0 1 13.5 9h9.75a.75.75 0 0 1 0 1.5H13.5a.75.75 0 0 1-.75-.75ZM0 14.25a.75.75 0 0 1 .75-.75h22.5a.75.75 0 0 1 0 1.5H.75a.75.75 0 0 1-.75-.75ZM0 18.75A.75.75 0 0 1 .75 18h22.5a.75.75 0 0 1 0 1.5H.75a.75.75 0 0 1-.75-.75ZM0 23.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H.75a.75.75 0 0 1-.75-.75ZM0 .75A.75.75 0 0 1 .75 0h9a.75.75 0 0 1 .75.75v9a.75.75 0 0 1-.75.75h-9A.75.75 0 0 1 0 9.75v-9Zm1.5.75V9H9V1.5H1.5Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
}
|
|
17
|
+
export default FloatImageIcon;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function PluginLearningPathsIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 22 22",
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
strokeLinecap: "round",
|
|
12
|
+
strokeLinejoin: "round",
|
|
13
|
+
strokeWidth: 2,
|
|
14
|
+
d: "M9.125 16.623h11.25v3.75H9.125v-3.75ZM9.125 10.373h11.25v3.75H9.125v-3.75ZM1.625 1.623h11.25v3.75H1.625v-3.75Z"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round",
|
|
18
|
+
strokeWidth: 2,
|
|
19
|
+
d: "M6.625 5.373v1.25a1.25 1.25 0 0 0 1.25 1.25h3.75a1.25 1.25 0 0 1 1.25 1.25v1.25M15.375 14.123v2.5"
|
|
20
|
+
}));
|
|
21
|
+
}
|
|
22
|
+
export default PluginLearningPathsIcon;
|
package/outline/esm/index.js
CHANGED
|
@@ -40,6 +40,7 @@ export { default as ComputerKeyboardNextIcon } from './ComputerKeyboardNextIcon.
|
|
|
40
40
|
export { default as ComputerKeyboardPreviousIcon } from './ComputerKeyboardPreviousIcon.js'
|
|
41
41
|
export { default as ComputerKeyboardReturnIcon } from './ComputerKeyboardReturnIcon.js'
|
|
42
42
|
export { default as ComputerKeyboardIcon } from './ComputerKeyboardIcon.js'
|
|
43
|
+
export { default as ComunicaIcon } from './ComunicaIcon.js'
|
|
43
44
|
export { default as CursorIcon } from './CursorIcon.js'
|
|
44
45
|
export { default as DataFileBarsQuestionIcon } from './DataFileBarsQuestionIcon.js'
|
|
45
46
|
export { default as DeleteBinIcon } from './DeleteBinIcon.js'
|
|
@@ -75,6 +76,7 @@ export { default as FileXmlIcon } from './FileXmlIcon.js'
|
|
|
75
76
|
export { default as FileZipIcon } from './FileZipIcon.js'
|
|
76
77
|
export { default as FileIcon } from './FileIcon.js'
|
|
77
78
|
export { default as FilterIcon } from './FilterIcon.js'
|
|
79
|
+
export { default as FloatImageIcon } from './FloatImageIcon.js'
|
|
78
80
|
export { default as FolderIcon } from './FolderIcon.js'
|
|
79
81
|
export { default as FormFileAttachIcon } from './FormFileAttachIcon.js'
|
|
80
82
|
export { default as FormImageAttachIcon } from './FormImageAttachIcon.js'
|
|
@@ -131,6 +133,7 @@ export { default as PluginIntegratorIcon } from './PluginIntegratorIcon.js'
|
|
|
131
133
|
export { default as PluginJourneyIcon } from './PluginJourneyIcon.js'
|
|
132
134
|
export { default as PluginKanbanIcon } from './PluginKanbanIcon.js'
|
|
133
135
|
export { default as PluginKimIcon } from './PluginKimIcon.js'
|
|
136
|
+
export { default as PluginLearningPathsIcon } from './PluginLearningPathsIcon.js'
|
|
134
137
|
export { default as PluginLeebraryIcon } from './PluginLeebraryIcon.js'
|
|
135
138
|
export { default as PluginMenuBuilderIcon } from './PluginMenuBuilderIcon.js'
|
|
136
139
|
export { default as PluginNewsIcon } from './PluginNewsIcon.js'
|
package/outline/index.js
CHANGED
|
@@ -40,6 +40,7 @@ module.exports.ComputerKeyboardNextIcon = require("./ComputerKeyboardNextIcon.js
|
|
|
40
40
|
module.exports.ComputerKeyboardPreviousIcon = require("./ComputerKeyboardPreviousIcon.js")
|
|
41
41
|
module.exports.ComputerKeyboardReturnIcon = require("./ComputerKeyboardReturnIcon.js")
|
|
42
42
|
module.exports.ComputerKeyboardIcon = require("./ComputerKeyboardIcon.js")
|
|
43
|
+
module.exports.ComunicaIcon = require("./ComunicaIcon.js")
|
|
43
44
|
module.exports.CursorIcon = require("./CursorIcon.js")
|
|
44
45
|
module.exports.DataFileBarsQuestionIcon = require("./DataFileBarsQuestionIcon.js")
|
|
45
46
|
module.exports.DeleteBinIcon = require("./DeleteBinIcon.js")
|
|
@@ -75,6 +76,7 @@ module.exports.FileXmlIcon = require("./FileXmlIcon.js")
|
|
|
75
76
|
module.exports.FileZipIcon = require("./FileZipIcon.js")
|
|
76
77
|
module.exports.FileIcon = require("./FileIcon.js")
|
|
77
78
|
module.exports.FilterIcon = require("./FilterIcon.js")
|
|
79
|
+
module.exports.FloatImageIcon = require("./FloatImageIcon.js")
|
|
78
80
|
module.exports.FolderIcon = require("./FolderIcon.js")
|
|
79
81
|
module.exports.FormFileAttachIcon = require("./FormFileAttachIcon.js")
|
|
80
82
|
module.exports.FormImageAttachIcon = require("./FormImageAttachIcon.js")
|
|
@@ -131,6 +133,7 @@ module.exports.PluginIntegratorIcon = require("./PluginIntegratorIcon.js")
|
|
|
131
133
|
module.exports.PluginJourneyIcon = require("./PluginJourneyIcon.js")
|
|
132
134
|
module.exports.PluginKanbanIcon = require("./PluginKanbanIcon.js")
|
|
133
135
|
module.exports.PluginKimIcon = require("./PluginKimIcon.js")
|
|
136
|
+
module.exports.PluginLearningPathsIcon = require("./PluginLearningPathsIcon.js")
|
|
134
137
|
module.exports.PluginLeebraryIcon = require("./PluginLeebraryIcon.js")
|
|
135
138
|
module.exports.PluginMenuBuilderIcon = require("./PluginMenuBuilderIcon.js")
|
|
136
139
|
module.exports.PluginNewsIcon = require("./PluginNewsIcon.js")
|