@bubbles-ui/icons 1.0.27 → 1.1.0

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.
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function DataFileBarsQuestionIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default DataFileBarsQuestionIcon;
@@ -0,0 +1,37 @@
1
+ const React = require("react");
2
+
3
+ function DataFileBarsQuestionIcon(props) {
4
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
5
+ fill: "none",
6
+ viewBox: "0 0 24 25",
7
+ stroke: "currentColor",
8
+ "aria-hidden": "true",
9
+ width: "1em",
10
+ height: "1em"
11
+ }, props), /*#__PURE__*/React.createElement("g", {
12
+ strokeWidth: 2,
13
+ clipPath: "url(#a)"
14
+ }, /*#__PURE__*/React.createElement("path", {
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round",
17
+ d: "M17.25 23.75a6 6 0 1 0 0-12 6 6 0 0 0 0 12Z"
18
+ }), /*#__PURE__*/React.createElement("path", {
19
+ strokeLinecap: "round",
20
+ strokeLinejoin: "round",
21
+ d: "M15.375 16.625A1.875 1.875 0 1 1 17.25 18.5"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M17.25 21.5a.375.375 0 0 1 0-.75M17.25 21.5a.375.375 0 0 0 0-.75"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ strokeLinecap: "round",
26
+ strokeLinejoin: "round",
27
+ d: "M3.75 14.75h4.5M8.25 14.75v-7.5M11.25 10.25v-1.5M5.25 14.75v-4.5M7.5 20.75H2.25a1.5 1.5 0 0 1-1.5-1.5V2.75a1.5 1.5 0 0 1 1.5-1.5h10.629a1.5 1.5 0 0 1 1.06.439l2.872 2.872a1.5 1.5 0 0 1 .439 1.06V8"
28
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
29
+ id: "a"
30
+ }, /*#__PURE__*/React.createElement("path", {
31
+ fill: "#fff",
32
+ d: "M0 0h24v24H0z",
33
+ transform: "translate(0 .5)"
34
+ }))));
35
+ }
36
+
37
+ module.exports = DataFileBarsQuestionIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function FormImageIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default FormImageIcon;
@@ -0,0 +1,29 @@
1
+ const React = require("react");
2
+
3
+ function FormImageIcon(props) {
4
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
5
+ fill: "none",
6
+ viewBox: "0 0 24 25",
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
+ clipPath: "url(#a)"
16
+ }, /*#__PURE__*/React.createElement("path", {
17
+ d: "M22.477 22.25a1.5 1.5 0 0 1-1.5 1.5H3.023a1.5 1.5 0 0 1-1.5-1.5V2.75a1.5 1.5 0 0 1 1.5-1.5h15a1.5 1.5 0 0 1 1.047.426l2.955 2.883a1.5 1.5 0 0 1 .452 1.074V22.25Z"
18
+ }), /*#__PURE__*/React.createElement("path", {
19
+ d: "M8.273 10.25a2.25 2.25 0 1 0 0-4.5 2.25 2.25 0 0 0 0 4.5ZM18.813 18.7l-3.925-5.888a1.01 1.01 0 0 0-1.671-.02l-2.691 3.846L8.858 15.3a1.012 1.012 0 0 0-1.474.229l-2.111 3.17"
20
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
21
+ id: "a"
22
+ }, /*#__PURE__*/React.createElement("path", {
23
+ fill: "#fff",
24
+ d: "M0 0h24v24H0z",
25
+ transform: "translate(0 .5)"
26
+ }))));
27
+ }
28
+
29
+ module.exports = FormImageIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function GaugeDashboardIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default GaugeDashboardIcon;
@@ -0,0 +1,25 @@
1
+ const React = require("react");
2
+
3
+ function GaugeDashboardIcon(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: "M12 4.5A11.336 11.336 0 0 0 .75 15.923V18a1.5 1.5 0 0 0 1.5 1.5h19.5a1.5 1.5 0 0 0 1.5-1.5v-2.08C23.297 9.66 18.26 4.547 12 4.5Z",
16
+ clipRule: "evenodd"
17
+ }), /*#__PURE__*/React.createElement("path", {
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round",
20
+ strokeWidth: 2,
21
+ d: "M9 19.5v-.75a3 3 0 1 1 6 0v.75M14.25 9.003 12 15.753M4.875 15a.375.375 0 1 0 0 .75.375.375 0 0 0 0-.75M6.375 11.253a.375.375 0 1 0 0 .75.375.375 0 0 0 0-.75M19.125 15a.375.375 0 1 0 0 .75.375.375 0 0 0 0-.75M17.625 11.253a.375.375 0 1 0 0 .75.375.375 0 0 0 0-.75M9.375 8.253a.375.375 0 1 0 0 .75.375.375 0 0 0 0-.75"
22
+ }));
23
+ }
24
+
25
+ module.exports = GaugeDashboardIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function ListEditIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default ListEditIcon;
@@ -0,0 +1,28 @@
1
+ const React = require("react");
2
+
3
+ function ListEditIcon(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("g", {
12
+ strokeLinecap: "round",
13
+ strokeLinejoin: "round",
14
+ strokeWidth: 2,
15
+ clipPath: "url(#a)"
16
+ }, /*#__PURE__*/React.createElement("path", {
17
+ d: "m20.25 19.511 1.5 3 1.5-3v-9.75a1.5 1.5 0 1 0-3 0v9.75ZM12.75 5.261h3a1.5 1.5 0 0 1 1.5 1.5v14.25a1.5 1.5 0 0 1-1.5 1.5H2.25a1.5 1.5 0 0 1-1.5-1.5V6.761a1.5 1.5 0 0 1 1.5-1.5h3a3.75 3.75 0 1 1 7.5 0v0Z"
18
+ }), /*#__PURE__*/React.createElement("path", {
19
+ d: "M9 4.511a.375.375 0 1 1 0 .75.375.375 0 0 1 0-.75"
20
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
21
+ id: "a"
22
+ }, /*#__PURE__*/React.createElement("path", {
23
+ fill: "#fff",
24
+ d: "M0 0h24v24H0z"
25
+ }))));
26
+ }
27
+
28
+ module.exports = ListEditIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function QuestionExclamationIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default QuestionExclamationIcon;
@@ -0,0 +1,37 @@
1
+ const React = require("react");
2
+
3
+ function QuestionExclamationIcon(props) {
4
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
5
+ fill: "none",
6
+ viewBox: "0 0 24 25",
7
+ stroke: "currentColor",
8
+ "aria-hidden": "true",
9
+ width: "1em",
10
+ height: "1em"
11
+ }, props), /*#__PURE__*/React.createElement("g", {
12
+ clipPath: "url(#a)"
13
+ }, /*#__PURE__*/React.createElement("path", {
14
+ strokeLinecap: "round",
15
+ strokeLinejoin: "round",
16
+ strokeWidth: 2,
17
+ d: "M9.425 20.075 7.5 22v-4h-6a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v7"
18
+ }), /*#__PURE__*/React.createElement("path", {
19
+ strokeLinecap: "round",
20
+ strokeLinejoin: "round",
21
+ strokeWidth: 2,
22
+ d: "M11.5 19a1 1 0 0 0 1 1h4l4 4v-4h2a1 1 0 0 0 1-1v-7a1 1 0 0 0-1-1h-10a1 1 0 0 0-1 1v7ZM7.5 6.5a2 2 0 1 1 2.667 1.886 1 1 0 0 0-.667.943V10M17.5 15v-2"
23
+ }), /*#__PURE__*/React.createElement("path", {
24
+ strokeWidth: 2,
25
+ d: "M9.5 12.5a.25.25 0 1 1 0-.5M9.5 12.5a.25.25 0 1 0 0-.5"
26
+ }), /*#__PURE__*/React.createElement("path", {
27
+ d: "M17.5 17.5a.25.25 0 1 1 0-.5M17.5 17.5a.25.25 0 1 0 0-.5"
28
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
29
+ id: "a"
30
+ }, /*#__PURE__*/React.createElement("path", {
31
+ fill: "#fff",
32
+ d: "M0 0h24v24H0z",
33
+ transform: "translate(0 .5)"
34
+ }))));
35
+ }
36
+
37
+ module.exports = QuestionExclamationIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function DataFileBarsQuestionIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default DataFileBarsQuestionIcon;
@@ -0,0 +1,37 @@
1
+ import * as React from "react";
2
+
3
+ function DataFileBarsQuestionIcon(props) {
4
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
5
+ fill: "none",
6
+ viewBox: "0 0 24 25",
7
+ stroke: "currentColor",
8
+ "aria-hidden": "true",
9
+ width: "1em",
10
+ height: "1em"
11
+ }, props), /*#__PURE__*/React.createElement("g", {
12
+ strokeWidth: 2,
13
+ clipPath: "url(#a)"
14
+ }, /*#__PURE__*/React.createElement("path", {
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round",
17
+ d: "M17.25 23.75a6 6 0 1 0 0-12 6 6 0 0 0 0 12Z"
18
+ }), /*#__PURE__*/React.createElement("path", {
19
+ strokeLinecap: "round",
20
+ strokeLinejoin: "round",
21
+ d: "M15.375 16.625A1.875 1.875 0 1 1 17.25 18.5"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M17.25 21.5a.375.375 0 0 1 0-.75M17.25 21.5a.375.375 0 0 0 0-.75"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ strokeLinecap: "round",
26
+ strokeLinejoin: "round",
27
+ d: "M3.75 14.75h4.5M8.25 14.75v-7.5M11.25 10.25v-1.5M5.25 14.75v-4.5M7.5 20.75H2.25a1.5 1.5 0 0 1-1.5-1.5V2.75a1.5 1.5 0 0 1 1.5-1.5h10.629a1.5 1.5 0 0 1 1.06.439l2.872 2.872a1.5 1.5 0 0 1 .439 1.06V8"
28
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
29
+ id: "a"
30
+ }, /*#__PURE__*/React.createElement("path", {
31
+ fill: "#fff",
32
+ d: "M0 0h24v24H0z",
33
+ transform: "translate(0 .5)"
34
+ }))));
35
+ }
36
+
37
+ export default DataFileBarsQuestionIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function FormImageIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default FormImageIcon;
@@ -0,0 +1,29 @@
1
+ import * as React from "react";
2
+
3
+ function FormImageIcon(props) {
4
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
5
+ fill: "none",
6
+ viewBox: "0 0 24 25",
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
+ clipPath: "url(#a)"
16
+ }, /*#__PURE__*/React.createElement("path", {
17
+ d: "M22.477 22.25a1.5 1.5 0 0 1-1.5 1.5H3.023a1.5 1.5 0 0 1-1.5-1.5V2.75a1.5 1.5 0 0 1 1.5-1.5h15a1.5 1.5 0 0 1 1.047.426l2.955 2.883a1.5 1.5 0 0 1 .452 1.074V22.25Z"
18
+ }), /*#__PURE__*/React.createElement("path", {
19
+ d: "M8.273 10.25a2.25 2.25 0 1 0 0-4.5 2.25 2.25 0 0 0 0 4.5ZM18.813 18.7l-3.925-5.888a1.01 1.01 0 0 0-1.671-.02l-2.691 3.846L8.858 15.3a1.012 1.012 0 0 0-1.474.229l-2.111 3.17"
20
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
21
+ id: "a"
22
+ }, /*#__PURE__*/React.createElement("path", {
23
+ fill: "#fff",
24
+ d: "M0 0h24v24H0z",
25
+ transform: "translate(0 .5)"
26
+ }))));
27
+ }
28
+
29
+ export default FormImageIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function GaugeDashboardIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default GaugeDashboardIcon;
@@ -0,0 +1,25 @@
1
+ import * as React from "react";
2
+
3
+ function GaugeDashboardIcon(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: "M12 4.5A11.336 11.336 0 0 0 .75 15.923V18a1.5 1.5 0 0 0 1.5 1.5h19.5a1.5 1.5 0 0 0 1.5-1.5v-2.08C23.297 9.66 18.26 4.547 12 4.5Z",
16
+ clipRule: "evenodd"
17
+ }), /*#__PURE__*/React.createElement("path", {
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round",
20
+ strokeWidth: 2,
21
+ d: "M9 19.5v-.75a3 3 0 1 1 6 0v.75M14.25 9.003 12 15.753M4.875 15a.375.375 0 1 0 0 .75.375.375 0 0 0 0-.75M6.375 11.253a.375.375 0 1 0 0 .75.375.375 0 0 0 0-.75M19.125 15a.375.375 0 1 0 0 .75.375.375 0 0 0 0-.75M17.625 11.253a.375.375 0 1 0 0 .75.375.375 0 0 0 0-.75M9.375 8.253a.375.375 0 1 0 0 .75.375.375 0 0 0 0-.75"
22
+ }));
23
+ }
24
+
25
+ export default GaugeDashboardIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function ListEditIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default ListEditIcon;
@@ -0,0 +1,28 @@
1
+ import * as React from "react";
2
+
3
+ function ListEditIcon(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("g", {
12
+ strokeLinecap: "round",
13
+ strokeLinejoin: "round",
14
+ strokeWidth: 2,
15
+ clipPath: "url(#a)"
16
+ }, /*#__PURE__*/React.createElement("path", {
17
+ d: "m20.25 19.511 1.5 3 1.5-3v-9.75a1.5 1.5 0 1 0-3 0v9.75ZM12.75 5.261h3a1.5 1.5 0 0 1 1.5 1.5v14.25a1.5 1.5 0 0 1-1.5 1.5H2.25a1.5 1.5 0 0 1-1.5-1.5V6.761a1.5 1.5 0 0 1 1.5-1.5h3a3.75 3.75 0 1 1 7.5 0v0Z"
18
+ }), /*#__PURE__*/React.createElement("path", {
19
+ d: "M9 4.511a.375.375 0 1 1 0 .75.375.375 0 0 1 0-.75"
20
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
21
+ id: "a"
22
+ }, /*#__PURE__*/React.createElement("path", {
23
+ fill: "#fff",
24
+ d: "M0 0h24v24H0z"
25
+ }))));
26
+ }
27
+
28
+ export default ListEditIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function QuestionExclamationIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default QuestionExclamationIcon;
@@ -0,0 +1,37 @@
1
+ import * as React from "react";
2
+
3
+ function QuestionExclamationIcon(props) {
4
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
5
+ fill: "none",
6
+ viewBox: "0 0 24 25",
7
+ stroke: "currentColor",
8
+ "aria-hidden": "true",
9
+ width: "1em",
10
+ height: "1em"
11
+ }, props), /*#__PURE__*/React.createElement("g", {
12
+ clipPath: "url(#a)"
13
+ }, /*#__PURE__*/React.createElement("path", {
14
+ strokeLinecap: "round",
15
+ strokeLinejoin: "round",
16
+ strokeWidth: 2,
17
+ d: "M9.425 20.075 7.5 22v-4h-6a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v7"
18
+ }), /*#__PURE__*/React.createElement("path", {
19
+ strokeLinecap: "round",
20
+ strokeLinejoin: "round",
21
+ strokeWidth: 2,
22
+ d: "M11.5 19a1 1 0 0 0 1 1h4l4 4v-4h2a1 1 0 0 0 1-1v-7a1 1 0 0 0-1-1h-10a1 1 0 0 0-1 1v7ZM7.5 6.5a2 2 0 1 1 2.667 1.886 1 1 0 0 0-.667.943V10M17.5 15v-2"
23
+ }), /*#__PURE__*/React.createElement("path", {
24
+ strokeWidth: 2,
25
+ d: "M9.5 12.5a.25.25 0 1 1 0-.5M9.5 12.5a.25.25 0 1 0 0-.5"
26
+ }), /*#__PURE__*/React.createElement("path", {
27
+ d: "M17.5 17.5a.25.25 0 1 1 0-.5M17.5 17.5a.25.25 0 1 0 0-.5"
28
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
29
+ id: "a"
30
+ }, /*#__PURE__*/React.createElement("path", {
31
+ fill: "#fff",
32
+ d: "M0 0h24v24H0z",
33
+ transform: "translate(0 .5)"
34
+ }))));
35
+ }
36
+
37
+ export default QuestionExclamationIcon;
@@ -40,6 +40,7 @@ export { default as ComputerKeyboardPreviousIcon } from './ComputerKeyboardPrevi
40
40
  export { default as ComputerKeyboardReturnIcon } from './ComputerKeyboardReturnIcon'
41
41
  export { default as ComputerKeyboardIcon } from './ComputerKeyboardIcon'
42
42
  export { default as CursorIcon } from './CursorIcon'
43
+ export { default as DataFileBarsQuestionIcon } from './DataFileBarsQuestionIcon'
43
44
  export { default as DeleteBinIcon } from './DeleteBinIcon'
44
45
  export { default as DoneCircleIcon } from './DoneCircleIcon'
45
46
  export { default as DoneSquareIcon } from './DoneSquareIcon'
@@ -76,9 +77,11 @@ export { default as FilterIcon } from './FilterIcon'
76
77
  export { default as FolderIcon } from './FolderIcon'
77
78
  export { default as FormFileAttachIcon } from './FormFileAttachIcon'
78
79
  export { default as FormImageAttachIcon } from './FormImageAttachIcon'
80
+ export { default as FormImageIcon } from './FormImageIcon'
79
81
  export { default as FormMediaAttachIcon } from './FormMediaAttachIcon'
80
82
  export { default as FormPictureFemaleAttachIcon } from './FormPictureFemaleAttachIcon'
81
83
  export { default as FormPictureMaleAttachIcon } from './FormPictureMaleAttachIcon'
84
+ export { default as GaugeDashboardIcon } from './GaugeDashboardIcon'
82
85
  export { default as HouseDoorIcon } from './HouseDoorIcon'
83
86
  export { default as HouseRoofIcon } from './HouseRoofIcon'
84
87
  export { default as HouseIcon } from './HouseIcon'
@@ -89,6 +92,7 @@ export { default as LayoutHeadlineIcon } from './LayoutHeadlineIcon'
89
92
  export { default as LayoutModuleIcon } from './LayoutModuleIcon'
90
93
  export { default as LayoutTwoColumsIcon } from './LayoutTwoColumsIcon'
91
94
  export { default as LinkBrokenIcon } from './LinkBrokenIcon'
95
+ export { default as ListEditIcon } from './ListEditIcon'
92
96
  export { default as LoveItRemoveIcon } from './LoveItRemoveIcon'
93
97
  export { default as LoveItIcon } from './LoveItIcon'
94
98
  export { default as MeetingCameraIcon } from './MeetingCameraIcon'
@@ -142,6 +146,7 @@ export { default as PluginTranslatorIcon } from './PluginTranslatorIcon'
142
146
  export { default as PluginUsersIcon } from './PluginUsersIcon'
143
147
  export { default as PluginVirtualBlackboadIcon } from './PluginVirtualBlackboadIcon'
144
148
  export { default as QrCodeScanIcon } from './QrCodeScanIcon'
149
+ export { default as QuestionExclamationIcon } from './QuestionExclamationIcon'
145
150
  export { default as RatingStarIcon } from './RatingStarIcon'
146
151
  export { default as RedoIcon } from './RedoIcon'
147
152
  export { default as RemoveCircleIcon } from './RemoveCircleIcon'
@@ -40,6 +40,7 @@ export { default as ComputerKeyboardPreviousIcon } from './ComputerKeyboardPrevi
40
40
  export { default as ComputerKeyboardReturnIcon } from './ComputerKeyboardReturnIcon.js'
41
41
  export { default as ComputerKeyboardIcon } from './ComputerKeyboardIcon.js'
42
42
  export { default as CursorIcon } from './CursorIcon.js'
43
+ export { default as DataFileBarsQuestionIcon } from './DataFileBarsQuestionIcon.js'
43
44
  export { default as DeleteBinIcon } from './DeleteBinIcon.js'
44
45
  export { default as DoneCircleIcon } from './DoneCircleIcon.js'
45
46
  export { default as DoneSquareIcon } from './DoneSquareIcon.js'
@@ -76,9 +77,11 @@ export { default as FilterIcon } from './FilterIcon.js'
76
77
  export { default as FolderIcon } from './FolderIcon.js'
77
78
  export { default as FormFileAttachIcon } from './FormFileAttachIcon.js'
78
79
  export { default as FormImageAttachIcon } from './FormImageAttachIcon.js'
80
+ export { default as FormImageIcon } from './FormImageIcon.js'
79
81
  export { default as FormMediaAttachIcon } from './FormMediaAttachIcon.js'
80
82
  export { default as FormPictureFemaleAttachIcon } from './FormPictureFemaleAttachIcon.js'
81
83
  export { default as FormPictureMaleAttachIcon } from './FormPictureMaleAttachIcon.js'
84
+ export { default as GaugeDashboardIcon } from './GaugeDashboardIcon.js'
82
85
  export { default as HouseDoorIcon } from './HouseDoorIcon.js'
83
86
  export { default as HouseRoofIcon } from './HouseRoofIcon.js'
84
87
  export { default as HouseIcon } from './HouseIcon.js'
@@ -89,6 +92,7 @@ export { default as LayoutHeadlineIcon } from './LayoutHeadlineIcon.js'
89
92
  export { default as LayoutModuleIcon } from './LayoutModuleIcon.js'
90
93
  export { default as LayoutTwoColumsIcon } from './LayoutTwoColumsIcon.js'
91
94
  export { default as LinkBrokenIcon } from './LinkBrokenIcon.js'
95
+ export { default as ListEditIcon } from './ListEditIcon.js'
92
96
  export { default as LoveItRemoveIcon } from './LoveItRemoveIcon.js'
93
97
  export { default as LoveItIcon } from './LoveItIcon.js'
94
98
  export { default as MeetingCameraIcon } from './MeetingCameraIcon.js'
@@ -142,6 +146,7 @@ export { default as PluginTranslatorIcon } from './PluginTranslatorIcon.js'
142
146
  export { default as PluginUsersIcon } from './PluginUsersIcon.js'
143
147
  export { default as PluginVirtualBlackboadIcon } from './PluginVirtualBlackboadIcon.js'
144
148
  export { default as QrCodeScanIcon } from './QrCodeScanIcon.js'
149
+ export { default as QuestionExclamationIcon } from './QuestionExclamationIcon.js'
145
150
  export { default as RatingStarIcon } from './RatingStarIcon.js'
146
151
  export { default as RedoIcon } from './RedoIcon.js'
147
152
  export { default as RemoveCircleIcon } from './RemoveCircleIcon.js'
@@ -40,6 +40,7 @@ export { default as ComputerKeyboardPreviousIcon } from './ComputerKeyboardPrevi
40
40
  export { default as ComputerKeyboardReturnIcon } from './ComputerKeyboardReturnIcon'
41
41
  export { default as ComputerKeyboardIcon } from './ComputerKeyboardIcon'
42
42
  export { default as CursorIcon } from './CursorIcon'
43
+ export { default as DataFileBarsQuestionIcon } from './DataFileBarsQuestionIcon'
43
44
  export { default as DeleteBinIcon } from './DeleteBinIcon'
44
45
  export { default as DoneCircleIcon } from './DoneCircleIcon'
45
46
  export { default as DoneSquareIcon } from './DoneSquareIcon'
@@ -76,9 +77,11 @@ export { default as FilterIcon } from './FilterIcon'
76
77
  export { default as FolderIcon } from './FolderIcon'
77
78
  export { default as FormFileAttachIcon } from './FormFileAttachIcon'
78
79
  export { default as FormImageAttachIcon } from './FormImageAttachIcon'
80
+ export { default as FormImageIcon } from './FormImageIcon'
79
81
  export { default as FormMediaAttachIcon } from './FormMediaAttachIcon'
80
82
  export { default as FormPictureFemaleAttachIcon } from './FormPictureFemaleAttachIcon'
81
83
  export { default as FormPictureMaleAttachIcon } from './FormPictureMaleAttachIcon'
84
+ export { default as GaugeDashboardIcon } from './GaugeDashboardIcon'
82
85
  export { default as HouseDoorIcon } from './HouseDoorIcon'
83
86
  export { default as HouseRoofIcon } from './HouseRoofIcon'
84
87
  export { default as HouseIcon } from './HouseIcon'
@@ -89,6 +92,7 @@ export { default as LayoutHeadlineIcon } from './LayoutHeadlineIcon'
89
92
  export { default as LayoutModuleIcon } from './LayoutModuleIcon'
90
93
  export { default as LayoutTwoColumsIcon } from './LayoutTwoColumsIcon'
91
94
  export { default as LinkBrokenIcon } from './LinkBrokenIcon'
95
+ export { default as ListEditIcon } from './ListEditIcon'
92
96
  export { default as LoveItRemoveIcon } from './LoveItRemoveIcon'
93
97
  export { default as LoveItIcon } from './LoveItIcon'
94
98
  export { default as MeetingCameraIcon } from './MeetingCameraIcon'
@@ -142,6 +146,7 @@ export { default as PluginTranslatorIcon } from './PluginTranslatorIcon'
142
146
  export { default as PluginUsersIcon } from './PluginUsersIcon'
143
147
  export { default as PluginVirtualBlackboadIcon } from './PluginVirtualBlackboadIcon'
144
148
  export { default as QrCodeScanIcon } from './QrCodeScanIcon'
149
+ export { default as QuestionExclamationIcon } from './QuestionExclamationIcon'
145
150
  export { default as RatingStarIcon } from './RatingStarIcon'
146
151
  export { default as RedoIcon } from './RedoIcon'
147
152
  export { default as RemoveCircleIcon } from './RemoveCircleIcon'
package/outline/index.js CHANGED
@@ -40,6 +40,7 @@ module.exports.ComputerKeyboardPreviousIcon = require("./ComputerKeyboardPreviou
40
40
  module.exports.ComputerKeyboardReturnIcon = require("./ComputerKeyboardReturnIcon.js")
41
41
  module.exports.ComputerKeyboardIcon = require("./ComputerKeyboardIcon.js")
42
42
  module.exports.CursorIcon = require("./CursorIcon.js")
43
+ module.exports.DataFileBarsQuestionIcon = require("./DataFileBarsQuestionIcon.js")
43
44
  module.exports.DeleteBinIcon = require("./DeleteBinIcon.js")
44
45
  module.exports.DoneCircleIcon = require("./DoneCircleIcon.js")
45
46
  module.exports.DoneSquareIcon = require("./DoneSquareIcon.js")
@@ -76,9 +77,11 @@ module.exports.FilterIcon = require("./FilterIcon.js")
76
77
  module.exports.FolderIcon = require("./FolderIcon.js")
77
78
  module.exports.FormFileAttachIcon = require("./FormFileAttachIcon.js")
78
79
  module.exports.FormImageAttachIcon = require("./FormImageAttachIcon.js")
80
+ module.exports.FormImageIcon = require("./FormImageIcon.js")
79
81
  module.exports.FormMediaAttachIcon = require("./FormMediaAttachIcon.js")
80
82
  module.exports.FormPictureFemaleAttachIcon = require("./FormPictureFemaleAttachIcon.js")
81
83
  module.exports.FormPictureMaleAttachIcon = require("./FormPictureMaleAttachIcon.js")
84
+ module.exports.GaugeDashboardIcon = require("./GaugeDashboardIcon.js")
82
85
  module.exports.HouseDoorIcon = require("./HouseDoorIcon.js")
83
86
  module.exports.HouseRoofIcon = require("./HouseRoofIcon.js")
84
87
  module.exports.HouseIcon = require("./HouseIcon.js")
@@ -89,6 +92,7 @@ module.exports.LayoutHeadlineIcon = require("./LayoutHeadlineIcon.js")
89
92
  module.exports.LayoutModuleIcon = require("./LayoutModuleIcon.js")
90
93
  module.exports.LayoutTwoColumsIcon = require("./LayoutTwoColumsIcon.js")
91
94
  module.exports.LinkBrokenIcon = require("./LinkBrokenIcon.js")
95
+ module.exports.ListEditIcon = require("./ListEditIcon.js")
92
96
  module.exports.LoveItRemoveIcon = require("./LoveItRemoveIcon.js")
93
97
  module.exports.LoveItIcon = require("./LoveItIcon.js")
94
98
  module.exports.MeetingCameraIcon = require("./MeetingCameraIcon.js")
@@ -142,6 +146,7 @@ module.exports.PluginTranslatorIcon = require("./PluginTranslatorIcon.js")
142
146
  module.exports.PluginUsersIcon = require("./PluginUsersIcon.js")
143
147
  module.exports.PluginVirtualBlackboadIcon = require("./PluginVirtualBlackboadIcon.js")
144
148
  module.exports.QrCodeScanIcon = require("./QrCodeScanIcon.js")
149
+ module.exports.QuestionExclamationIcon = require("./QuestionExclamationIcon.js")
145
150
  module.exports.RatingStarIcon = require("./RatingStarIcon.js")
146
151
  module.exports.RedoIcon = require("./RedoIcon.js")
147
152
  module.exports.RemoveCircleIcon = require("./RemoveCircleIcon.js")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bubbles-ui/icons",
3
- "version": "1.0.27",
3
+ "version": "1.1.0",
4
4
  "description": "The Bubbles Design System icons library.",
5
5
  "license": "MIT",
6
6
  "repository": {