@bubbles-ui/icons 1.2.247 → 1.2.249
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/LikeOutlineIcon.d.ts +3 -0
- package/outline/LikeOutlineIcon.js +17 -0
- package/outline/MessagesBubbleSquareIcon.d.ts +3 -0
- package/outline/MessagesBubbleSquareIcon.js +17 -0
- package/outline/PluginComunicaNoDotsIcon.d.ts +3 -0
- package/outline/PluginComunicaNoDotsIcon.js +17 -0
- package/outline/esm/LikeOutlineIcon.d.ts +3 -0
- package/outline/esm/LikeOutlineIcon.js +17 -0
- package/outline/esm/MessagesBubbleSquareIcon.d.ts +3 -0
- package/outline/esm/MessagesBubbleSquareIcon.js +17 -0
- package/outline/esm/PluginComunicaNoDotsIcon.d.ts +3 -0
- package/outline/esm/PluginComunicaNoDotsIcon.js +17 -0
- package/outline/esm/index.d.ts +3 -0
- package/outline/esm/index.js +3 -0
- package/outline/index.d.ts +3 -0
- package/outline/index.js +3 -0
- package/package.json +1 -1
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function LikeOutlineIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 17 16",
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "#1A1A1E",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "M9.392.527a1.515 1.515 0 0 0-.847.494c-.042.048-.805 1.12-1.696 2.383-.892 1.263-1.65 2.33-1.687 2.37a.88.88 0 0 1-.339.215c-.084.03-.137.033-.716.04l-.626.005-.01-.133a1.154 1.154 0 0 0-.643-.964c-.23-.113-.227-.113-1.128-.113H.892l-.09.044a.552.552 0 0 0-.24.24.594.594 0 0 0 0 .428c.052.101.153.2.249.243.08.036.09.037.83.045l.75.008.038.045.04.045v7.932l-.04.045-.038.045-.75.008c-.722.008-.752.009-.823.042a.573.573 0 0 0-.251.237c-.037.07-.043.1-.043.225s.006.155.043.225c.05.097.15.19.251.237.072.033.098.034.81.039.768.005.902-.003 1.076-.063a1.25 1.25 0 0 0 .612-.508c.103-.173.145-.334.156-.589l.009-.21.305.159c1.883.982 3.422 1.451 5.426 1.653.977.099 2.5.135 2.849.068 1.223-.235 2.392-1.36 3.318-3.195.55-1.088.91-2.227 1.06-3.336.049-.367.053-1.11.008-1.408-.076-.503-.211-.906-.395-1.176a1.485 1.485 0 0 0-.885-.6c-.21-.049-.48-.056-2.116-.056-1.47 0-1.659-.003-1.736-.026a.834.834 0 0 1-.561-.555c-.065-.212-.056-.262.28-1.531.165-.62.31-1.2.324-1.287.068-.454-.091-.93-.43-1.283a1.739 1.739 0 0 0-.812-.47 1.886 1.886 0 0 0-.724-.017Zm.164.99a.595.595 0 0 0-.236.15c-.037.038-.79 1.094-1.675 2.347a190.145 190.145 0 0 1-1.708 2.4C5.698 6.7 5.304 6.923 4.9 7c-.092.018-.27.023-.772.023h-.652v2.708l.001 2.708.324.176c1.699.922 2.923 1.376 4.4 1.631.963.166 1.826.236 2.947.24.795.001.798 0 1.064-.108.33-.134.627-.347.985-.706.342-.343.584-.65.859-1.09.913-1.461 1.492-3.356 1.418-4.64-.033-.561-.162-.982-.347-1.122-.15-.114-.033-.107-2.05-.118-1.29-.007-1.84-.015-1.895-.028-.389-.093-.67-.245-.924-.5a1.8 1.8 0 0 1-.519-1.583c.012-.066.156-.627.32-1.247.164-.62.302-1.164.307-1.21.026-.217-.12-.445-.357-.562a.473.473 0 0 0-.267-.064.895.895 0 0 0-.186.009Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
}
|
|
17
|
+
module.exports = LikeOutlineIcon;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function MessagesBubbleSquareIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 17 16",
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "#70707B",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "M2.038.505a1.361 1.361 0 0 0-1.035 1.047c-.02.106-.023.712-.02 5.08l.005 4.96.038.112c.156.464.48.785.933.923.113.034.146.036.989.044l.872.009.008 1.288.008 1.288.036.058a.443.443 0 0 0 .188.176c.086.04.254.04.329.001.03-.015.892-.656 1.915-1.423l1.86-1.396 3.38-.004 3.38-.004.117-.036c.455-.142.776-.459.933-.924l.038-.112.004-4.96c.004-4.368.002-4.974-.02-5.08A1.357 1.357 0 0 0 14.955.504C14.85.483 14.078.48 8.489.481 3.14.482 2.124.486 2.038.505Zm.093.812a.52.52 0 0 0-.254.198c-.106.16-.098-.276-.093 5.085l.004 4.864.042.088a.598.598 0 0 0 .27.27l.088.042 1.072.008c1.196.009 1.125.002 1.245.123.121.12.115.048.12 1.249l.004 1.076L6.2 13.14c.865-.648 1.604-1.197 1.644-1.22l.072-.04 3.448-.008 3.448-.008.088-.042a.597.597 0 0 0 .27-.27l.042-.088V1.688l-.042-.09a.567.567 0 0 0-.268-.268l-.09-.042-6.296-.004-6.296-.003-.09.036Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
}
|
|
17
|
+
module.exports = MessagesBubbleSquareIcon;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function PluginComunicaNoDotsIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 23 23",
|
|
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: 1.3,
|
|
14
|
+
d: "M12.34 1a9.901 9.901 0 0 0-8.672 5.095 9.924 9.924 0 0 0 .245 10.062L1 22.281l6.118-2.917a9.918 9.918 0 0 0 14.784-5.714 9.94 9.94 0 0 0-1.63-8.71A9.925 9.925 0 0 0 12.34 1Z"
|
|
15
|
+
}));
|
|
16
|
+
}
|
|
17
|
+
module.exports = PluginComunicaNoDotsIcon;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function LikeOutlineIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 17 16",
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "#1A1A1E",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "M9.392.527a1.515 1.515 0 0 0-.847.494c-.042.048-.805 1.12-1.696 2.383-.892 1.263-1.65 2.33-1.687 2.37a.88.88 0 0 1-.339.215c-.084.03-.137.033-.716.04l-.626.005-.01-.133a1.154 1.154 0 0 0-.643-.964c-.23-.113-.227-.113-1.128-.113H.892l-.09.044a.552.552 0 0 0-.24.24.594.594 0 0 0 0 .428c.052.101.153.2.249.243.08.036.09.037.83.045l.75.008.038.045.04.045v7.932l-.04.045-.038.045-.75.008c-.722.008-.752.009-.823.042a.573.573 0 0 0-.251.237c-.037.07-.043.1-.043.225s.006.155.043.225c.05.097.15.19.251.237.072.033.098.034.81.039.768.005.902-.003 1.076-.063a1.25 1.25 0 0 0 .612-.508c.103-.173.145-.334.156-.589l.009-.21.305.159c1.883.982 3.422 1.451 5.426 1.653.977.099 2.5.135 2.849.068 1.223-.235 2.392-1.36 3.318-3.195.55-1.088.91-2.227 1.06-3.336.049-.367.053-1.11.008-1.408-.076-.503-.211-.906-.395-1.176a1.485 1.485 0 0 0-.885-.6c-.21-.049-.48-.056-2.116-.056-1.47 0-1.659-.003-1.736-.026a.834.834 0 0 1-.561-.555c-.065-.212-.056-.262.28-1.531.165-.62.31-1.2.324-1.287.068-.454-.091-.93-.43-1.283a1.739 1.739 0 0 0-.812-.47 1.886 1.886 0 0 0-.724-.017Zm.164.99a.595.595 0 0 0-.236.15c-.037.038-.79 1.094-1.675 2.347a190.145 190.145 0 0 1-1.708 2.4C5.698 6.7 5.304 6.923 4.9 7c-.092.018-.27.023-.772.023h-.652v2.708l.001 2.708.324.176c1.699.922 2.923 1.376 4.4 1.631.963.166 1.826.236 2.947.24.795.001.798 0 1.064-.108.33-.134.627-.347.985-.706.342-.343.584-.65.859-1.09.913-1.461 1.492-3.356 1.418-4.64-.033-.561-.162-.982-.347-1.122-.15-.114-.033-.107-2.05-.118-1.29-.007-1.84-.015-1.895-.028-.389-.093-.67-.245-.924-.5a1.8 1.8 0 0 1-.519-1.583c.012-.066.156-.627.32-1.247.164-.62.302-1.164.307-1.21.026-.217-.12-.445-.357-.562a.473.473 0 0 0-.267-.064.895.895 0 0 0-.186.009Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
}
|
|
17
|
+
export default LikeOutlineIcon;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function MessagesBubbleSquareIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 17 16",
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "#70707B",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "M2.038.505a1.361 1.361 0 0 0-1.035 1.047c-.02.106-.023.712-.02 5.08l.005 4.96.038.112c.156.464.48.785.933.923.113.034.146.036.989.044l.872.009.008 1.288.008 1.288.036.058a.443.443 0 0 0 .188.176c.086.04.254.04.329.001.03-.015.892-.656 1.915-1.423l1.86-1.396 3.38-.004 3.38-.004.117-.036c.455-.142.776-.459.933-.924l.038-.112.004-4.96c.004-4.368.002-4.974-.02-5.08A1.357 1.357 0 0 0 14.955.504C14.85.483 14.078.48 8.489.481 3.14.482 2.124.486 2.038.505Zm.093.812a.52.52 0 0 0-.254.198c-.106.16-.098-.276-.093 5.085l.004 4.864.042.088a.598.598 0 0 0 .27.27l.088.042 1.072.008c1.196.009 1.125.002 1.245.123.121.12.115.048.12 1.249l.004 1.076L6.2 13.14c.865-.648 1.604-1.197 1.644-1.22l.072-.04 3.448-.008 3.448-.008.088-.042a.597.597 0 0 0 .27-.27l.042-.088V1.688l-.042-.09a.567.567 0 0 0-.268-.268l-.09-.042-6.296-.004-6.296-.003-.09.036Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
}
|
|
17
|
+
export default MessagesBubbleSquareIcon;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function PluginComunicaNoDotsIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 23 23",
|
|
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: 1.3,
|
|
14
|
+
d: "M12.34 1a9.901 9.901 0 0 0-8.672 5.095 9.924 9.924 0 0 0 .245 10.062L1 22.281l6.118-2.917a9.918 9.918 0 0 0 14.784-5.714 9.94 9.94 0 0 0-1.63-8.71A9.925 9.925 0 0 0 12.34 1Z"
|
|
15
|
+
}));
|
|
16
|
+
}
|
|
17
|
+
export default PluginComunicaNoDotsIcon;
|
package/outline/esm/index.d.ts
CHANGED
|
@@ -95,6 +95,7 @@ export { default as LayoutGridIcon } from './LayoutGridIcon'
|
|
|
95
95
|
export { default as LayoutHeadlineIcon } from './LayoutHeadlineIcon'
|
|
96
96
|
export { default as LayoutModuleIcon } from './LayoutModuleIcon'
|
|
97
97
|
export { default as LayoutTwoColumsIcon } from './LayoutTwoColumsIcon'
|
|
98
|
+
export { default as LikeOutlineIcon } from './LikeOutlineIcon'
|
|
98
99
|
export { default as LinkBrokenIcon } from './LinkBrokenIcon'
|
|
99
100
|
export { default as ListEditIcon } from './ListEditIcon'
|
|
100
101
|
export { default as LocationIcon } from './LocationIcon'
|
|
@@ -102,6 +103,7 @@ export { default as LoveItRemoveIcon } from './LoveItRemoveIcon'
|
|
|
102
103
|
export { default as LoveItIcon } from './LoveItIcon'
|
|
103
104
|
export { default as ManWomanIcon } from './ManWomanIcon'
|
|
104
105
|
export { default as MeetingCameraIcon } from './MeetingCameraIcon'
|
|
106
|
+
export { default as MessagesBubbleSquareIcon } from './MessagesBubbleSquareIcon'
|
|
105
107
|
export { default as ModuleFourIcon } from './ModuleFourIcon'
|
|
106
108
|
export { default as ModuleThreeIcon } from './ModuleThreeIcon'
|
|
107
109
|
export { default as ModuleTwoIcon } from './ModuleTwoIcon'
|
|
@@ -123,6 +125,7 @@ export { default as PluginAlertsIcon } from './PluginAlertsIcon'
|
|
|
123
125
|
export { default as PluginAssignmentsIcon } from './PluginAssignmentsIcon'
|
|
124
126
|
export { default as PluginCalendarIcon } from './PluginCalendarIcon'
|
|
125
127
|
export { default as PluginClassesIcon } from './PluginClassesIcon'
|
|
128
|
+
export { default as PluginComunicaNoDotsIcon } from './PluginComunicaNoDotsIcon'
|
|
126
129
|
export { default as PluginComunicaIcon } from './PluginComunicaIcon'
|
|
127
130
|
export { default as PluginContentCreatorIcon } from './PluginContentCreatorIcon'
|
|
128
131
|
export { default as PluginCurriculumIcon } from './PluginCurriculumIcon'
|
package/outline/esm/index.js
CHANGED
|
@@ -95,6 +95,7 @@ export { default as LayoutGridIcon } from './LayoutGridIcon.js'
|
|
|
95
95
|
export { default as LayoutHeadlineIcon } from './LayoutHeadlineIcon.js'
|
|
96
96
|
export { default as LayoutModuleIcon } from './LayoutModuleIcon.js'
|
|
97
97
|
export { default as LayoutTwoColumsIcon } from './LayoutTwoColumsIcon.js'
|
|
98
|
+
export { default as LikeOutlineIcon } from './LikeOutlineIcon.js'
|
|
98
99
|
export { default as LinkBrokenIcon } from './LinkBrokenIcon.js'
|
|
99
100
|
export { default as ListEditIcon } from './ListEditIcon.js'
|
|
100
101
|
export { default as LocationIcon } from './LocationIcon.js'
|
|
@@ -102,6 +103,7 @@ export { default as LoveItRemoveIcon } from './LoveItRemoveIcon.js'
|
|
|
102
103
|
export { default as LoveItIcon } from './LoveItIcon.js'
|
|
103
104
|
export { default as ManWomanIcon } from './ManWomanIcon.js'
|
|
104
105
|
export { default as MeetingCameraIcon } from './MeetingCameraIcon.js'
|
|
106
|
+
export { default as MessagesBubbleSquareIcon } from './MessagesBubbleSquareIcon.js'
|
|
105
107
|
export { default as ModuleFourIcon } from './ModuleFourIcon.js'
|
|
106
108
|
export { default as ModuleThreeIcon } from './ModuleThreeIcon.js'
|
|
107
109
|
export { default as ModuleTwoIcon } from './ModuleTwoIcon.js'
|
|
@@ -123,6 +125,7 @@ export { default as PluginAlertsIcon } from './PluginAlertsIcon.js'
|
|
|
123
125
|
export { default as PluginAssignmentsIcon } from './PluginAssignmentsIcon.js'
|
|
124
126
|
export { default as PluginCalendarIcon } from './PluginCalendarIcon.js'
|
|
125
127
|
export { default as PluginClassesIcon } from './PluginClassesIcon.js'
|
|
128
|
+
export { default as PluginComunicaNoDotsIcon } from './PluginComunicaNoDotsIcon.js'
|
|
126
129
|
export { default as PluginComunicaIcon } from './PluginComunicaIcon.js'
|
|
127
130
|
export { default as PluginContentCreatorIcon } from './PluginContentCreatorIcon.js'
|
|
128
131
|
export { default as PluginCurriculumIcon } from './PluginCurriculumIcon.js'
|
package/outline/index.d.ts
CHANGED
|
@@ -95,6 +95,7 @@ export { default as LayoutGridIcon } from './LayoutGridIcon'
|
|
|
95
95
|
export { default as LayoutHeadlineIcon } from './LayoutHeadlineIcon'
|
|
96
96
|
export { default as LayoutModuleIcon } from './LayoutModuleIcon'
|
|
97
97
|
export { default as LayoutTwoColumsIcon } from './LayoutTwoColumsIcon'
|
|
98
|
+
export { default as LikeOutlineIcon } from './LikeOutlineIcon'
|
|
98
99
|
export { default as LinkBrokenIcon } from './LinkBrokenIcon'
|
|
99
100
|
export { default as ListEditIcon } from './ListEditIcon'
|
|
100
101
|
export { default as LocationIcon } from './LocationIcon'
|
|
@@ -102,6 +103,7 @@ export { default as LoveItRemoveIcon } from './LoveItRemoveIcon'
|
|
|
102
103
|
export { default as LoveItIcon } from './LoveItIcon'
|
|
103
104
|
export { default as ManWomanIcon } from './ManWomanIcon'
|
|
104
105
|
export { default as MeetingCameraIcon } from './MeetingCameraIcon'
|
|
106
|
+
export { default as MessagesBubbleSquareIcon } from './MessagesBubbleSquareIcon'
|
|
105
107
|
export { default as ModuleFourIcon } from './ModuleFourIcon'
|
|
106
108
|
export { default as ModuleThreeIcon } from './ModuleThreeIcon'
|
|
107
109
|
export { default as ModuleTwoIcon } from './ModuleTwoIcon'
|
|
@@ -123,6 +125,7 @@ export { default as PluginAlertsIcon } from './PluginAlertsIcon'
|
|
|
123
125
|
export { default as PluginAssignmentsIcon } from './PluginAssignmentsIcon'
|
|
124
126
|
export { default as PluginCalendarIcon } from './PluginCalendarIcon'
|
|
125
127
|
export { default as PluginClassesIcon } from './PluginClassesIcon'
|
|
128
|
+
export { default as PluginComunicaNoDotsIcon } from './PluginComunicaNoDotsIcon'
|
|
126
129
|
export { default as PluginComunicaIcon } from './PluginComunicaIcon'
|
|
127
130
|
export { default as PluginContentCreatorIcon } from './PluginContentCreatorIcon'
|
|
128
131
|
export { default as PluginCurriculumIcon } from './PluginCurriculumIcon'
|
package/outline/index.js
CHANGED
|
@@ -95,6 +95,7 @@ module.exports.LayoutGridIcon = require("./LayoutGridIcon.js")
|
|
|
95
95
|
module.exports.LayoutHeadlineIcon = require("./LayoutHeadlineIcon.js")
|
|
96
96
|
module.exports.LayoutModuleIcon = require("./LayoutModuleIcon.js")
|
|
97
97
|
module.exports.LayoutTwoColumsIcon = require("./LayoutTwoColumsIcon.js")
|
|
98
|
+
module.exports.LikeOutlineIcon = require("./LikeOutlineIcon.js")
|
|
98
99
|
module.exports.LinkBrokenIcon = require("./LinkBrokenIcon.js")
|
|
99
100
|
module.exports.ListEditIcon = require("./ListEditIcon.js")
|
|
100
101
|
module.exports.LocationIcon = require("./LocationIcon.js")
|
|
@@ -102,6 +103,7 @@ module.exports.LoveItRemoveIcon = require("./LoveItRemoveIcon.js")
|
|
|
102
103
|
module.exports.LoveItIcon = require("./LoveItIcon.js")
|
|
103
104
|
module.exports.ManWomanIcon = require("./ManWomanIcon.js")
|
|
104
105
|
module.exports.MeetingCameraIcon = require("./MeetingCameraIcon.js")
|
|
106
|
+
module.exports.MessagesBubbleSquareIcon = require("./MessagesBubbleSquareIcon.js")
|
|
105
107
|
module.exports.ModuleFourIcon = require("./ModuleFourIcon.js")
|
|
106
108
|
module.exports.ModuleThreeIcon = require("./ModuleThreeIcon.js")
|
|
107
109
|
module.exports.ModuleTwoIcon = require("./ModuleTwoIcon.js")
|
|
@@ -123,6 +125,7 @@ module.exports.PluginAlertsIcon = require("./PluginAlertsIcon.js")
|
|
|
123
125
|
module.exports.PluginAssignmentsIcon = require("./PluginAssignmentsIcon.js")
|
|
124
126
|
module.exports.PluginCalendarIcon = require("./PluginCalendarIcon.js")
|
|
125
127
|
module.exports.PluginClassesIcon = require("./PluginClassesIcon.js")
|
|
128
|
+
module.exports.PluginComunicaNoDotsIcon = require("./PluginComunicaNoDotsIcon.js")
|
|
126
129
|
module.exports.PluginComunicaIcon = require("./PluginComunicaIcon.js")
|
|
127
130
|
module.exports.PluginContentCreatorIcon = require("./PluginContentCreatorIcon.js")
|
|
128
131
|
module.exports.PluginCurriculumIcon = require("./PluginCurriculumIcon.js")
|