@bubbles-ui/icons 1.0.25 → 1.0.26

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.
Files changed (43) hide show
  1. package/outline/AlarmClockIcon.d.ts +3 -0
  2. package/outline/AlarmClockIcon.js +19 -0
  3. package/outline/AssignIcon.d.ts +3 -0
  4. package/outline/AssignIcon.js +24 -0
  5. package/outline/PluginScoresBasicIcon.d.ts +3 -0
  6. package/outline/PluginScoresBasicIcon.js +27 -0
  7. package/outline/SmileyPinIcon.d.ts +3 -0
  8. package/outline/SmileyPinIcon.js +24 -0
  9. package/outline/UsersIcon.d.ts +3 -0
  10. package/outline/UsersIcon.js +19 -0
  11. package/outline/esm/AlarmClockIcon.d.ts +3 -0
  12. package/outline/esm/AlarmClockIcon.js +19 -0
  13. package/outline/esm/AssignIcon.d.ts +3 -0
  14. package/outline/esm/AssignIcon.js +24 -0
  15. package/outline/esm/PluginScoresBasicIcon.d.ts +3 -0
  16. package/outline/esm/PluginScoresBasicIcon.js +27 -0
  17. package/outline/esm/SmileyPinIcon.d.ts +3 -0
  18. package/outline/esm/SmileyPinIcon.js +24 -0
  19. package/outline/esm/UsersIcon.d.ts +3 -0
  20. package/outline/esm/UsersIcon.js +19 -0
  21. package/outline/esm/index.d.ts +5 -0
  22. package/outline/esm/index.js +5 -0
  23. package/outline/index.d.ts +5 -0
  24. package/outline/index.js +5 -0
  25. package/package.json +1 -1
  26. package/solid/AnalyticsGraphBarIcon.d.ts +3 -0
  27. package/solid/AnalyticsGraphBarIcon.js +27 -0
  28. package/solid/AssignIcon.d.ts +3 -0
  29. package/solid/AssignIcon.js +25 -0
  30. package/solid/CutStarIcon.d.ts +3 -0
  31. package/solid/CutStarIcon.js +26 -0
  32. package/solid/ExclamationIcon.js +1 -1
  33. package/solid/esm/AnalyticsGraphBarIcon.d.ts +3 -0
  34. package/solid/esm/AnalyticsGraphBarIcon.js +27 -0
  35. package/solid/esm/AssignIcon.d.ts +3 -0
  36. package/solid/esm/AssignIcon.js +25 -0
  37. package/solid/esm/CutStarIcon.d.ts +3 -0
  38. package/solid/esm/CutStarIcon.js +26 -0
  39. package/solid/esm/ExclamationIcon.js +1 -1
  40. package/solid/esm/index.d.ts +3 -0
  41. package/solid/esm/index.js +3 -0
  42. package/solid/index.d.ts +3 -0
  43. package/solid/index.js +3 -0
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function AlarmClockIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default AlarmClockIcon;
@@ -0,0 +1,19 @@
1
+ const React = require("react");
2
+
3
+ function AlarmClockIcon(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: "M3 12.75a9 9 0 1 0 18.001 0A9 9 0 0 0 3 12.75v0ZM6 23.25l1.386-2.771M12 12.75H8.609M12 7.5v5.25M1.5 3.75l3.75-3M18 23.25l-1.386-2.771M22.5 3.75l-3.75-3"
16
+ }));
17
+ }
18
+
19
+ module.exports = AlarmClockIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function AssignIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default AssignIcon;
@@ -0,0 +1,24 @@
1
+ const React = require("react");
2
+
3
+ function AssignIcon(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("path", {
12
+ strokeLinecap: "round",
13
+ strokeLinejoin: "round",
14
+ strokeWidth: 2,
15
+ d: "M11.472 4.043h.917a.612.612 0 0 1 .611.61v6.71a3.63 3.63 0 0 1-1.07 2.572A3.659 3.659 0 0 1 9.35 15H2.61A.612.612 0 0 1 2 14.391V4.652a.607.607 0 0 1 .611-.609h5.5M7.5 6.478l3.935-3.919M12.084 2.826A.915.915 0 0 0 13 1.913.915.915 0 0 0 12.084 1a.915.915 0 0 0-.917.913c0 .504.41.913.917.913Z"
16
+ }), /*#__PURE__*/React.createElement("path", {
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round",
19
+ strokeWidth: 2,
20
+ d: "M9.944 14.951v-2.386a.608.608 0 0 1 .611-.608h2.396M3.833 8.304h6.722M3.833 10.13h6.722M3.833 11.957h3.361"
21
+ }));
22
+ }
23
+
24
+ module.exports = AssignIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function PluginScoresBasicIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default PluginScoresBasicIcon;
@@ -0,0 +1,27 @@
1
+ const React = require("react");
2
+
3
+ function PluginScoresBasicIcon(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: "M17.25 5.249v-3A1.5 1.5 0 0 0 15.349.8l-10.5 2.92a1.6 1.6 0 0 0-1.1 1.529"
16
+ }), /*#__PURE__*/React.createElement("path", {
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round",
19
+ strokeWidth: 2,
20
+ d: "M3.75 21.749a1.5 1.5 0 0 0 1.5 1.5h13.5a1.5 1.5 0 0 0 1.5-1.5V6.743a1.5 1.5 0 0 0-1.5-1.5l-15 .006v16.5Z"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ fill: "#fff",
23
+ d: "m12.531 9.572 1.248 2.457h2.127a.583.583 0 0 1 .419 1l-1.953 1.922 1.082 2.485a.588.588 0 0 1-.839.736L12 16.7l-2.615 1.47a.589.589 0 0 1-.839-.736l1.082-2.485-1.953-1.923a.583.583 0 0 1 .419-1h2.127l1.249-2.454a.6.6 0 0 1 1.061 0Z"
24
+ }));
25
+ }
26
+
27
+ module.exports = PluginScoresBasicIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function SmileyPinIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default SmileyPinIcon;
@@ -0,0 +1,24 @@
1
+ const React = require("react");
2
+
3
+ function SmileyPinIcon(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 .75a7.7 7.7 0 0 1 7.7 7.7c0 3.5-5.211 11.665-7.061 14.454a.773.773 0 0 1-1.284 0C9.508 20.117 4.3 11.953 4.3 8.453A7.7 7.7 0 0 1 12 .75v0Z"
16
+ }), /*#__PURE__*/React.createElement("path", {
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round",
19
+ strokeWidth: 2,
20
+ d: "M10.5 6.752a1.39 1.39 0 0 0-2.4 0M13.5 6.752a1.39 1.39 0 0 1 2.4 0M8.517 10.519a3.84 3.84 0 0 0 6.973 0"
21
+ }));
22
+ }
23
+
24
+ module.exports = SmileyPinIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function UsersIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default UsersIcon;
@@ -0,0 +1,19 @@
1
+ const React = require("react");
2
+
3
+ function UsersIcon(props) {
4
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
5
+ fill: "none",
6
+ viewBox: "0 0 18 16",
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: "M3.25 5.25a2.75 2.75 0 1 0 5.5 0 2.75 2.75 0 0 0-5.5 0v0ZM1.5 13.5a4.5 4.5 0 1 1 9 0M10.5 2.944a2.75 2.75 0 1 1-.003 4.61M11 9.111a4.505 4.505 0 0 1 5.5 4.389"
16
+ }));
17
+ }
18
+
19
+ module.exports = UsersIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function AlarmClockIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default AlarmClockIcon;
@@ -0,0 +1,19 @@
1
+ import * as React from "react";
2
+
3
+ function AlarmClockIcon(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: "M3 12.75a9 9 0 1 0 18.001 0A9 9 0 0 0 3 12.75v0ZM6 23.25l1.386-2.771M12 12.75H8.609M12 7.5v5.25M1.5 3.75l3.75-3M18 23.25l-1.386-2.771M22.5 3.75l-3.75-3"
16
+ }));
17
+ }
18
+
19
+ export default AlarmClockIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function AssignIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default AssignIcon;
@@ -0,0 +1,24 @@
1
+ import * as React from "react";
2
+
3
+ function AssignIcon(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("path", {
12
+ strokeLinecap: "round",
13
+ strokeLinejoin: "round",
14
+ strokeWidth: 2,
15
+ d: "M11.472 4.043h.917a.612.612 0 0 1 .611.61v6.71a3.63 3.63 0 0 1-1.07 2.572A3.659 3.659 0 0 1 9.35 15H2.61A.612.612 0 0 1 2 14.391V4.652a.607.607 0 0 1 .611-.609h5.5M7.5 6.478l3.935-3.919M12.084 2.826A.915.915 0 0 0 13 1.913.915.915 0 0 0 12.084 1a.915.915 0 0 0-.917.913c0 .504.41.913.917.913Z"
16
+ }), /*#__PURE__*/React.createElement("path", {
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round",
19
+ strokeWidth: 2,
20
+ d: "M9.944 14.951v-2.386a.608.608 0 0 1 .611-.608h2.396M3.833 8.304h6.722M3.833 10.13h6.722M3.833 11.957h3.361"
21
+ }));
22
+ }
23
+
24
+ export default AssignIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function PluginScoresBasicIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default PluginScoresBasicIcon;
@@ -0,0 +1,27 @@
1
+ import * as React from "react";
2
+
3
+ function PluginScoresBasicIcon(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: "M17.25 5.249v-3A1.5 1.5 0 0 0 15.349.8l-10.5 2.92a1.6 1.6 0 0 0-1.1 1.529"
16
+ }), /*#__PURE__*/React.createElement("path", {
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round",
19
+ strokeWidth: 2,
20
+ d: "M3.75 21.749a1.5 1.5 0 0 0 1.5 1.5h13.5a1.5 1.5 0 0 0 1.5-1.5V6.743a1.5 1.5 0 0 0-1.5-1.5l-15 .006v16.5Z"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ fill: "#fff",
23
+ d: "m12.531 9.572 1.248 2.457h2.127a.583.583 0 0 1 .419 1l-1.953 1.922 1.082 2.485a.588.588 0 0 1-.839.736L12 16.7l-2.615 1.47a.589.589 0 0 1-.839-.736l1.082-2.485-1.953-1.923a.583.583 0 0 1 .419-1h2.127l1.249-2.454a.6.6 0 0 1 1.061 0Z"
24
+ }));
25
+ }
26
+
27
+ export default PluginScoresBasicIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function SmileyPinIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default SmileyPinIcon;
@@ -0,0 +1,24 @@
1
+ import * as React from "react";
2
+
3
+ function SmileyPinIcon(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 .75a7.7 7.7 0 0 1 7.7 7.7c0 3.5-5.211 11.665-7.061 14.454a.773.773 0 0 1-1.284 0C9.508 20.117 4.3 11.953 4.3 8.453A7.7 7.7 0 0 1 12 .75v0Z"
16
+ }), /*#__PURE__*/React.createElement("path", {
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round",
19
+ strokeWidth: 2,
20
+ d: "M10.5 6.752a1.39 1.39 0 0 0-2.4 0M13.5 6.752a1.39 1.39 0 0 1 2.4 0M8.517 10.519a3.84 3.84 0 0 0 6.973 0"
21
+ }));
22
+ }
23
+
24
+ export default SmileyPinIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function UsersIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default UsersIcon;
@@ -0,0 +1,19 @@
1
+ import * as React from "react";
2
+
3
+ function UsersIcon(props) {
4
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
5
+ fill: "none",
6
+ viewBox: "0 0 18 16",
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: "M3.25 5.25a2.75 2.75 0 1 0 5.5 0 2.75 2.75 0 0 0-5.5 0v0ZM1.5 13.5a4.5 4.5 0 1 1 9 0M10.5 2.944a2.75 2.75 0 1 1-.003 4.61M11 9.111a4.505 4.505 0 0 1 5.5 4.389"
16
+ }));
17
+ }
18
+
19
+ export default UsersIcon;
@@ -6,6 +6,7 @@ export { default as AlarmBellCheckIcon } from './AlarmBellCheckIcon'
6
6
  export { default as AlarmBellDisableIcon } from './AlarmBellDisableIcon'
7
7
  export { default as AlarmBellTimerIcon } from './AlarmBellTimerIcon'
8
8
  export { default as AlarmBellIcon } from './AlarmBellIcon'
9
+ export { default as AlarmClockIcon } from './AlarmClockIcon'
9
10
  export { default as AppWindowModuleIcon } from './AppWindowModuleIcon'
10
11
  export { default as ArrowCornerLeftIcon } from './ArrowCornerLeftIcon'
11
12
  export { default as ArrowCornerRightIcon } from './ArrowCornerRightIcon'
@@ -13,6 +14,7 @@ export { default as ArrowDownIcon } from './ArrowDownIcon'
13
14
  export { default as ArrowLeftIcon } from './ArrowLeftIcon'
14
15
  export { default as ArrowRightIcon } from './ArrowRightIcon'
15
16
  export { default as ArrowUpIcon } from './ArrowUpIcon'
17
+ export { default as AssignIcon } from './AssignIcon'
16
18
  export { default as AttachedIcon } from './AttachedIcon'
17
19
  export { default as AttachmentIcon } from './AttachmentIcon'
18
20
  export { default as BoardEducationIcon } from './BoardEducationIcon'
@@ -129,6 +131,7 @@ export { default as PluginOkrsIcon } from './PluginOkrsIcon'
129
131
  export { default as PluginPlannerIcon } from './PluginPlannerIcon'
130
132
  export { default as PluginRankingIcon } from './PluginRankingIcon'
131
133
  export { default as PluginRedactorIcon } from './PluginRedactorIcon'
134
+ export { default as PluginScoresBasicIcon } from './PluginScoresBasicIcon'
132
135
  export { default as PluginSettingsIcon } from './PluginSettingsIcon'
133
136
  export { default as PluginSubjectsIcon } from './PluginSubjectsIcon'
134
137
  export { default as PluginTemplatorIcon } from './PluginTemplatorIcon'
@@ -156,6 +159,7 @@ export { default as ShrinkIcon } from './ShrinkIcon'
156
159
  export { default as SingleActionsGraduateFemaleIcon } from './SingleActionsGraduateFemaleIcon'
157
160
  export { default as SingleActionsGraduateMaleIcon } from './SingleActionsGraduateMaleIcon'
158
161
  export { default as SingleActionsGraduateIcon } from './SingleActionsGraduateIcon'
162
+ export { default as SmileyPinIcon } from './SmileyPinIcon'
159
163
  export { default as SortDragIcon } from './SortDragIcon'
160
164
  export { default as StopwatchIcon } from './StopwatchIcon'
161
165
  export { default as StudyDeskIcon } from './StudyDeskIcon'
@@ -184,6 +188,7 @@ export { default as UserWarningIcon } from './UserWarningIcon'
184
188
  export { default as UserIcon } from './UserIcon'
185
189
  export { default as UsersAddIcon } from './UsersAddIcon'
186
190
  export { default as UsersMaleFemaleIcon } from './UsersMaleFemaleIcon'
191
+ export { default as UsersIcon } from './UsersIcon'
187
192
  export { default as ViewOffIcon } from './ViewOffIcon'
188
193
  export { default as ViewOnIcon } from './ViewOnIcon'
189
194
  export { default as ZoomInIcon } from './ZoomInIcon'
@@ -6,6 +6,7 @@ export { default as AlarmBellCheckIcon } from './AlarmBellCheckIcon.js'
6
6
  export { default as AlarmBellDisableIcon } from './AlarmBellDisableIcon.js'
7
7
  export { default as AlarmBellTimerIcon } from './AlarmBellTimerIcon.js'
8
8
  export { default as AlarmBellIcon } from './AlarmBellIcon.js'
9
+ export { default as AlarmClockIcon } from './AlarmClockIcon.js'
9
10
  export { default as AppWindowModuleIcon } from './AppWindowModuleIcon.js'
10
11
  export { default as ArrowCornerLeftIcon } from './ArrowCornerLeftIcon.js'
11
12
  export { default as ArrowCornerRightIcon } from './ArrowCornerRightIcon.js'
@@ -13,6 +14,7 @@ export { default as ArrowDownIcon } from './ArrowDownIcon.js'
13
14
  export { default as ArrowLeftIcon } from './ArrowLeftIcon.js'
14
15
  export { default as ArrowRightIcon } from './ArrowRightIcon.js'
15
16
  export { default as ArrowUpIcon } from './ArrowUpIcon.js'
17
+ export { default as AssignIcon } from './AssignIcon.js'
16
18
  export { default as AttachedIcon } from './AttachedIcon.js'
17
19
  export { default as AttachmentIcon } from './AttachmentIcon.js'
18
20
  export { default as BoardEducationIcon } from './BoardEducationIcon.js'
@@ -129,6 +131,7 @@ export { default as PluginOkrsIcon } from './PluginOkrsIcon.js'
129
131
  export { default as PluginPlannerIcon } from './PluginPlannerIcon.js'
130
132
  export { default as PluginRankingIcon } from './PluginRankingIcon.js'
131
133
  export { default as PluginRedactorIcon } from './PluginRedactorIcon.js'
134
+ export { default as PluginScoresBasicIcon } from './PluginScoresBasicIcon.js'
132
135
  export { default as PluginSettingsIcon } from './PluginSettingsIcon.js'
133
136
  export { default as PluginSubjectsIcon } from './PluginSubjectsIcon.js'
134
137
  export { default as PluginTemplatorIcon } from './PluginTemplatorIcon.js'
@@ -156,6 +159,7 @@ export { default as ShrinkIcon } from './ShrinkIcon.js'
156
159
  export { default as SingleActionsGraduateFemaleIcon } from './SingleActionsGraduateFemaleIcon.js'
157
160
  export { default as SingleActionsGraduateMaleIcon } from './SingleActionsGraduateMaleIcon.js'
158
161
  export { default as SingleActionsGraduateIcon } from './SingleActionsGraduateIcon.js'
162
+ export { default as SmileyPinIcon } from './SmileyPinIcon.js'
159
163
  export { default as SortDragIcon } from './SortDragIcon.js'
160
164
  export { default as StopwatchIcon } from './StopwatchIcon.js'
161
165
  export { default as StudyDeskIcon } from './StudyDeskIcon.js'
@@ -184,6 +188,7 @@ export { default as UserWarningIcon } from './UserWarningIcon.js'
184
188
  export { default as UserIcon } from './UserIcon.js'
185
189
  export { default as UsersAddIcon } from './UsersAddIcon.js'
186
190
  export { default as UsersMaleFemaleIcon } from './UsersMaleFemaleIcon.js'
191
+ export { default as UsersIcon } from './UsersIcon.js'
187
192
  export { default as ViewOffIcon } from './ViewOffIcon.js'
188
193
  export { default as ViewOnIcon } from './ViewOnIcon.js'
189
194
  export { default as ZoomInIcon } from './ZoomInIcon.js'
@@ -6,6 +6,7 @@ export { default as AlarmBellCheckIcon } from './AlarmBellCheckIcon'
6
6
  export { default as AlarmBellDisableIcon } from './AlarmBellDisableIcon'
7
7
  export { default as AlarmBellTimerIcon } from './AlarmBellTimerIcon'
8
8
  export { default as AlarmBellIcon } from './AlarmBellIcon'
9
+ export { default as AlarmClockIcon } from './AlarmClockIcon'
9
10
  export { default as AppWindowModuleIcon } from './AppWindowModuleIcon'
10
11
  export { default as ArrowCornerLeftIcon } from './ArrowCornerLeftIcon'
11
12
  export { default as ArrowCornerRightIcon } from './ArrowCornerRightIcon'
@@ -13,6 +14,7 @@ export { default as ArrowDownIcon } from './ArrowDownIcon'
13
14
  export { default as ArrowLeftIcon } from './ArrowLeftIcon'
14
15
  export { default as ArrowRightIcon } from './ArrowRightIcon'
15
16
  export { default as ArrowUpIcon } from './ArrowUpIcon'
17
+ export { default as AssignIcon } from './AssignIcon'
16
18
  export { default as AttachedIcon } from './AttachedIcon'
17
19
  export { default as AttachmentIcon } from './AttachmentIcon'
18
20
  export { default as BoardEducationIcon } from './BoardEducationIcon'
@@ -129,6 +131,7 @@ export { default as PluginOkrsIcon } from './PluginOkrsIcon'
129
131
  export { default as PluginPlannerIcon } from './PluginPlannerIcon'
130
132
  export { default as PluginRankingIcon } from './PluginRankingIcon'
131
133
  export { default as PluginRedactorIcon } from './PluginRedactorIcon'
134
+ export { default as PluginScoresBasicIcon } from './PluginScoresBasicIcon'
132
135
  export { default as PluginSettingsIcon } from './PluginSettingsIcon'
133
136
  export { default as PluginSubjectsIcon } from './PluginSubjectsIcon'
134
137
  export { default as PluginTemplatorIcon } from './PluginTemplatorIcon'
@@ -156,6 +159,7 @@ export { default as ShrinkIcon } from './ShrinkIcon'
156
159
  export { default as SingleActionsGraduateFemaleIcon } from './SingleActionsGraduateFemaleIcon'
157
160
  export { default as SingleActionsGraduateMaleIcon } from './SingleActionsGraduateMaleIcon'
158
161
  export { default as SingleActionsGraduateIcon } from './SingleActionsGraduateIcon'
162
+ export { default as SmileyPinIcon } from './SmileyPinIcon'
159
163
  export { default as SortDragIcon } from './SortDragIcon'
160
164
  export { default as StopwatchIcon } from './StopwatchIcon'
161
165
  export { default as StudyDeskIcon } from './StudyDeskIcon'
@@ -184,6 +188,7 @@ export { default as UserWarningIcon } from './UserWarningIcon'
184
188
  export { default as UserIcon } from './UserIcon'
185
189
  export { default as UsersAddIcon } from './UsersAddIcon'
186
190
  export { default as UsersMaleFemaleIcon } from './UsersMaleFemaleIcon'
191
+ export { default as UsersIcon } from './UsersIcon'
187
192
  export { default as ViewOffIcon } from './ViewOffIcon'
188
193
  export { default as ViewOnIcon } from './ViewOnIcon'
189
194
  export { default as ZoomInIcon } from './ZoomInIcon'
package/outline/index.js CHANGED
@@ -6,6 +6,7 @@ module.exports.AlarmBellCheckIcon = require("./AlarmBellCheckIcon.js")
6
6
  module.exports.AlarmBellDisableIcon = require("./AlarmBellDisableIcon.js")
7
7
  module.exports.AlarmBellTimerIcon = require("./AlarmBellTimerIcon.js")
8
8
  module.exports.AlarmBellIcon = require("./AlarmBellIcon.js")
9
+ module.exports.AlarmClockIcon = require("./AlarmClockIcon.js")
9
10
  module.exports.AppWindowModuleIcon = require("./AppWindowModuleIcon.js")
10
11
  module.exports.ArrowCornerLeftIcon = require("./ArrowCornerLeftIcon.js")
11
12
  module.exports.ArrowCornerRightIcon = require("./ArrowCornerRightIcon.js")
@@ -13,6 +14,7 @@ module.exports.ArrowDownIcon = require("./ArrowDownIcon.js")
13
14
  module.exports.ArrowLeftIcon = require("./ArrowLeftIcon.js")
14
15
  module.exports.ArrowRightIcon = require("./ArrowRightIcon.js")
15
16
  module.exports.ArrowUpIcon = require("./ArrowUpIcon.js")
17
+ module.exports.AssignIcon = require("./AssignIcon.js")
16
18
  module.exports.AttachedIcon = require("./AttachedIcon.js")
17
19
  module.exports.AttachmentIcon = require("./AttachmentIcon.js")
18
20
  module.exports.BoardEducationIcon = require("./BoardEducationIcon.js")
@@ -129,6 +131,7 @@ module.exports.PluginOkrsIcon = require("./PluginOkrsIcon.js")
129
131
  module.exports.PluginPlannerIcon = require("./PluginPlannerIcon.js")
130
132
  module.exports.PluginRankingIcon = require("./PluginRankingIcon.js")
131
133
  module.exports.PluginRedactorIcon = require("./PluginRedactorIcon.js")
134
+ module.exports.PluginScoresBasicIcon = require("./PluginScoresBasicIcon.js")
132
135
  module.exports.PluginSettingsIcon = require("./PluginSettingsIcon.js")
133
136
  module.exports.PluginSubjectsIcon = require("./PluginSubjectsIcon.js")
134
137
  module.exports.PluginTemplatorIcon = require("./PluginTemplatorIcon.js")
@@ -156,6 +159,7 @@ module.exports.ShrinkIcon = require("./ShrinkIcon.js")
156
159
  module.exports.SingleActionsGraduateFemaleIcon = require("./SingleActionsGraduateFemaleIcon.js")
157
160
  module.exports.SingleActionsGraduateMaleIcon = require("./SingleActionsGraduateMaleIcon.js")
158
161
  module.exports.SingleActionsGraduateIcon = require("./SingleActionsGraduateIcon.js")
162
+ module.exports.SmileyPinIcon = require("./SmileyPinIcon.js")
159
163
  module.exports.SortDragIcon = require("./SortDragIcon.js")
160
164
  module.exports.StopwatchIcon = require("./StopwatchIcon.js")
161
165
  module.exports.StudyDeskIcon = require("./StudyDeskIcon.js")
@@ -184,6 +188,7 @@ module.exports.UserWarningIcon = require("./UserWarningIcon.js")
184
188
  module.exports.UserIcon = require("./UserIcon.js")
185
189
  module.exports.UsersAddIcon = require("./UsersAddIcon.js")
186
190
  module.exports.UsersMaleFemaleIcon = require("./UsersMaleFemaleIcon.js")
191
+ module.exports.UsersIcon = require("./UsersIcon.js")
187
192
  module.exports.ViewOffIcon = require("./ViewOffIcon.js")
188
193
  module.exports.ViewOnIcon = require("./ViewOnIcon.js")
189
194
  module.exports.ZoomInIcon = require("./ZoomInIcon.js")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bubbles-ui/icons",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
4
4
  "description": "The Bubbles Design System icons library.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function AnalyticsGraphBarIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default AnalyticsGraphBarIcon;
@@ -0,0 +1,27 @@
1
+ const React = require("react");
2
+
3
+ function AnalyticsGraphBarIcon(props) {
4
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
5
+ viewBox: "0 0 16 16",
6
+ fill: "currentColor",
7
+ "aria-hidden": "true",
8
+ width: "1em",
9
+ height: "1em"
10
+ }, props), /*#__PURE__*/React.createElement("g", {
11
+ stroke: "#212B3D",
12
+ strokeLinecap: "round",
13
+ strokeLinejoin: "round",
14
+ strokeWidth: 2,
15
+ clipPath: "url(#a)"
16
+ }, /*#__PURE__*/React.createElement("path", {
17
+ d: "M4.587 3.413 1.914 6.087M9.54 4.213l-3.113-.826M13.594 1.927l-2.387 1.866M5.5 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM14.5 2.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM10.5 5.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM1.5 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM.5 15.5h15"
18
+ }), /*#__PURE__*/React.createElement("path", {
19
+ d: "M4 11.833H2a.506.506 0 0 0-.5.5V15.5h3v-3.167a.5.5 0 0 0-.5-.5ZM9 7.167H7a.507.507 0 0 0-.5.5V15.5h3V7.667a.5.5 0 0 0-.5-.5ZM14 9.833h-2a.507.507 0 0 0-.5.5V15.5h3v-5.167a.5.5 0 0 0-.5-.5Z"
20
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
21
+ id: "a"
22
+ }, /*#__PURE__*/React.createElement("path", {
23
+ d: "M0 0h16v16H0z"
24
+ }))));
25
+ }
26
+
27
+ module.exports = AnalyticsGraphBarIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function AssignIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default AssignIcon;
@@ -0,0 +1,25 @@
1
+ const React = require("react");
2
+
3
+ function AssignIcon(props) {
4
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
5
+ viewBox: "0 0 16 16",
6
+ fill: "currentColor",
7
+ "aria-hidden": "true",
8
+ width: "1em",
9
+ height: "1em"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ stroke: "#8E97A2",
12
+ strokeLinecap: "round",
13
+ strokeLinejoin: "round",
14
+ strokeWidth: 2,
15
+ d: "M11.472 4.043h.917a.612.612 0 0 1 .611.61v6.71a3.63 3.63 0 0 1-1.07 2.572A3.659 3.659 0 0 1 9.35 15H2.61A.612.612 0 0 1 2 14.391V4.652a.607.607 0 0 1 .611-.609h5.5M7.5 6.478l3.935-3.919M12.084 2.826A.915.915 0 0 0 13 1.913.915.915 0 0 0 12.084 1a.915.915 0 0 0-.917.913c0 .504.41.913.917.913Z"
16
+ }), /*#__PURE__*/React.createElement("path", {
17
+ stroke: "#8E97A2",
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round",
20
+ strokeWidth: 2,
21
+ d: "M9.944 14.951v-2.386a.608.608 0 0 1 .611-.608h2.396M3.833 8.304h6.722M3.833 10.13h6.722M3.833 11.957h3.361"
22
+ }));
23
+ }
24
+
25
+ module.exports = AssignIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function CutStarIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default CutStarIcon;
@@ -0,0 +1,26 @@
1
+ const React = require("react");
2
+
3
+ function CutStarIcon(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("mask", {
11
+ id: "a"
12
+ }, /*#__PURE__*/React.createElement("path", {
13
+ d: "M7.625 3 7.028.487a.75.75 0 0 0-1.405 0l-.002.008-1.09 3.089a.25.25 0 0 1-.236.167H1.251a.75.75 0 0 0-.482 1.325l2.592 2.15L7.625 3Z"
14
+ })), /*#__PURE__*/React.createElement("path", {
15
+ d: "M7.625 3 7.028.487a.75.75 0 0 0-1.405 0l-.002.008-1.09 3.089a.25.25 0 0 1-.236.167H1.251a.75.75 0 0 0-.482 1.325l2.592 2.15L7.625 3Z"
16
+ }), /*#__PURE__*/React.createElement("path", {
17
+ d: "m7.625 3 .47.473.265-.263-.086-.364L7.625 3ZM7.028.487l.649-.154-.01-.04-.014-.04-.625.234Zm-1.405 0L5 .254 4.992.27l-.005.017.636.2Zm-.002.008.628.222.004-.011.004-.012L5.62.495ZM4.53 3.584l-.63-.222.63.222Zm-.236.167v.667-.667Zm-3.044 0v.667-.667ZM.769 5.076l-.427.512.001.001.426-.513Zm2.592 2.15-.426.513.466.387.43-.426-.47-.474Zm4.913-4.38L7.677.333 6.379.641l.597 2.513 1.298-.308ZM7.653.254a1.417 1.417 0 0 0-.52-.668L6.373.682c.014.01.025.023.03.039l1.25-.467Zm-.52-.668a1.417 1.417 0 0 0-.807-.253V.667c.017 0 .033.005.047.015l.76-1.096Zm-.807-.253c-.289 0-.57.088-.808.253l.76 1.096a.083.083 0 0 1 .048-.015V-.667Zm-.808.253a1.417 1.417 0 0 0-.52.668l1.25.467a.083.083 0 0 1 .03-.04l-.76-1.095Zm-.531.702-.003.008 1.273.398.002-.008L4.987.288Zm.005-.015-1.09 3.089 1.257.444L6.25.717 4.992.273Zm-1.09 3.09a.417.417 0 0 1 .152-.202l.771 1.088a.917.917 0 0 0 .334-.444l-1.257-.443Zm.152-.202a.417.417 0 0 1 .24-.077l.002 1.334c.19 0 .374-.06.529-.17l-.771-1.087Zm.241-.077H1.251v1.334h3.044V3.084Zm-3.044 0c-.291 0-.575.09-.813.256l.764 1.093a.083.083 0 0 1 .048-.015l.001-1.334Zm-.813.256c-.239.167-.42.404-.52.677l1.254.455a.083.083 0 0 1 .03-.04L.438 3.34Zm-.52.677c-.099.274-.112.571-.036.852l1.288-.346a.083.083 0 0 1 .002-.05l-1.254-.456Zm-.036.852c.076.281.236.532.46.719l.855-1.023a.083.083 0 0 1-.027-.042l-1.288.346Zm.461.72 2.592 2.15.852-1.026-2.592-2.15L.343 5.59ZM3.83 7.7l4.264-4.226-.938-.946-4.264 4.226.938.947Z",
18
+ mask: "url(#a)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M12.103 4.241a.752.752 0 0 0-.703-.49H8.357l-4.166 4.5-1.841 2.513a.75.75 0 0 0 1.155.841l2.673-1.96a.25.25 0 0 1 .295 0l2.672 1.96a.75.75 0 0 0 1.156-.841L9.212 7.496a.25.25 0 0 1 .078-.272l2.597-2.153a.75.75 0 0 0 .216-.83Z"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M12.353.854a.5.5 0 0 0-.707-.707l-11 11a.5.5 0 0 0 .707.707l3.058-3.058c1.723-1.713 1.364-1.35 3.5-3.5L12.353.854Z"
23
+ }));
24
+ }
25
+
26
+ module.exports = CutStarIcon;
@@ -10,7 +10,7 @@ function ExclamationIcon(props) {
10
10
  }, props), /*#__PURE__*/React.createElement("circle", {
11
11
  cx: 8,
12
12
  cy: 11.5,
13
- r: 1.5
13
+ r: 2
14
14
  }));
15
15
  }
16
16
 
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function AnalyticsGraphBarIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default AnalyticsGraphBarIcon;
@@ -0,0 +1,27 @@
1
+ import * as React from "react";
2
+
3
+ function AnalyticsGraphBarIcon(props) {
4
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
5
+ viewBox: "0 0 16 16",
6
+ fill: "currentColor",
7
+ "aria-hidden": "true",
8
+ width: "1em",
9
+ height: "1em"
10
+ }, props), /*#__PURE__*/React.createElement("g", {
11
+ stroke: "#212B3D",
12
+ strokeLinecap: "round",
13
+ strokeLinejoin: "round",
14
+ strokeWidth: 2,
15
+ clipPath: "url(#a)"
16
+ }, /*#__PURE__*/React.createElement("path", {
17
+ d: "M4.587 3.413 1.914 6.087M9.54 4.213l-3.113-.826M13.594 1.927l-2.387 1.866M5.5 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM14.5 2.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM10.5 5.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM1.5 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM.5 15.5h15"
18
+ }), /*#__PURE__*/React.createElement("path", {
19
+ d: "M4 11.833H2a.506.506 0 0 0-.5.5V15.5h3v-3.167a.5.5 0 0 0-.5-.5ZM9 7.167H7a.507.507 0 0 0-.5.5V15.5h3V7.667a.5.5 0 0 0-.5-.5ZM14 9.833h-2a.507.507 0 0 0-.5.5V15.5h3v-5.167a.5.5 0 0 0-.5-.5Z"
20
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
21
+ id: "a"
22
+ }, /*#__PURE__*/React.createElement("path", {
23
+ d: "M0 0h16v16H0z"
24
+ }))));
25
+ }
26
+
27
+ export default AnalyticsGraphBarIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function AssignIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default AssignIcon;
@@ -0,0 +1,25 @@
1
+ import * as React from "react";
2
+
3
+ function AssignIcon(props) {
4
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
5
+ viewBox: "0 0 16 16",
6
+ fill: "currentColor",
7
+ "aria-hidden": "true",
8
+ width: "1em",
9
+ height: "1em"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ stroke: "#8E97A2",
12
+ strokeLinecap: "round",
13
+ strokeLinejoin: "round",
14
+ strokeWidth: 2,
15
+ d: "M11.472 4.043h.917a.612.612 0 0 1 .611.61v6.71a3.63 3.63 0 0 1-1.07 2.572A3.659 3.659 0 0 1 9.35 15H2.61A.612.612 0 0 1 2 14.391V4.652a.607.607 0 0 1 .611-.609h5.5M7.5 6.478l3.935-3.919M12.084 2.826A.915.915 0 0 0 13 1.913.915.915 0 0 0 12.084 1a.915.915 0 0 0-.917.913c0 .504.41.913.917.913Z"
16
+ }), /*#__PURE__*/React.createElement("path", {
17
+ stroke: "#8E97A2",
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round",
20
+ strokeWidth: 2,
21
+ d: "M9.944 14.951v-2.386a.608.608 0 0 1 .611-.608h2.396M3.833 8.304h6.722M3.833 10.13h6.722M3.833 11.957h3.361"
22
+ }));
23
+ }
24
+
25
+ export default AssignIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function CutStarIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default CutStarIcon;
@@ -0,0 +1,26 @@
1
+ import * as React from "react";
2
+
3
+ function CutStarIcon(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("mask", {
11
+ id: "a"
12
+ }, /*#__PURE__*/React.createElement("path", {
13
+ d: "M7.625 3 7.028.487a.75.75 0 0 0-1.405 0l-.002.008-1.09 3.089a.25.25 0 0 1-.236.167H1.251a.75.75 0 0 0-.482 1.325l2.592 2.15L7.625 3Z"
14
+ })), /*#__PURE__*/React.createElement("path", {
15
+ d: "M7.625 3 7.028.487a.75.75 0 0 0-1.405 0l-.002.008-1.09 3.089a.25.25 0 0 1-.236.167H1.251a.75.75 0 0 0-.482 1.325l2.592 2.15L7.625 3Z"
16
+ }), /*#__PURE__*/React.createElement("path", {
17
+ d: "m7.625 3 .47.473.265-.263-.086-.364L7.625 3ZM7.028.487l.649-.154-.01-.04-.014-.04-.625.234Zm-1.405 0L5 .254 4.992.27l-.005.017.636.2Zm-.002.008.628.222.004-.011.004-.012L5.62.495ZM4.53 3.584l-.63-.222.63.222Zm-.236.167v.667-.667Zm-3.044 0v.667-.667ZM.769 5.076l-.427.512.001.001.426-.513Zm2.592 2.15-.426.513.466.387.43-.426-.47-.474Zm4.913-4.38L7.677.333 6.379.641l.597 2.513 1.298-.308ZM7.653.254a1.417 1.417 0 0 0-.52-.668L6.373.682c.014.01.025.023.03.039l1.25-.467Zm-.52-.668a1.417 1.417 0 0 0-.807-.253V.667c.017 0 .033.005.047.015l.76-1.096Zm-.807-.253c-.289 0-.57.088-.808.253l.76 1.096a.083.083 0 0 1 .048-.015V-.667Zm-.808.253a1.417 1.417 0 0 0-.52.668l1.25.467a.083.083 0 0 1 .03-.04l-.76-1.095Zm-.531.702-.003.008 1.273.398.002-.008L4.987.288Zm.005-.015-1.09 3.089 1.257.444L6.25.717 4.992.273Zm-1.09 3.09a.417.417 0 0 1 .152-.202l.771 1.088a.917.917 0 0 0 .334-.444l-1.257-.443Zm.152-.202a.417.417 0 0 1 .24-.077l.002 1.334c.19 0 .374-.06.529-.17l-.771-1.087Zm.241-.077H1.251v1.334h3.044V3.084Zm-3.044 0c-.291 0-.575.09-.813.256l.764 1.093a.083.083 0 0 1 .048-.015l.001-1.334Zm-.813.256c-.239.167-.42.404-.52.677l1.254.455a.083.083 0 0 1 .03-.04L.438 3.34Zm-.52.677c-.099.274-.112.571-.036.852l1.288-.346a.083.083 0 0 1 .002-.05l-1.254-.456Zm-.036.852c.076.281.236.532.46.719l.855-1.023a.083.083 0 0 1-.027-.042l-1.288.346Zm.461.72 2.592 2.15.852-1.026-2.592-2.15L.343 5.59ZM3.83 7.7l4.264-4.226-.938-.946-4.264 4.226.938.947Z",
18
+ mask: "url(#a)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M12.103 4.241a.752.752 0 0 0-.703-.49H8.357l-4.166 4.5-1.841 2.513a.75.75 0 0 0 1.155.841l2.673-1.96a.25.25 0 0 1 .295 0l2.672 1.96a.75.75 0 0 0 1.156-.841L9.212 7.496a.25.25 0 0 1 .078-.272l2.597-2.153a.75.75 0 0 0 .216-.83Z"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M12.353.854a.5.5 0 0 0-.707-.707l-11 11a.5.5 0 0 0 .707.707l3.058-3.058c1.723-1.713 1.364-1.35 3.5-3.5L12.353.854Z"
23
+ }));
24
+ }
25
+
26
+ export default CutStarIcon;
@@ -10,7 +10,7 @@ function ExclamationIcon(props) {
10
10
  }, props), /*#__PURE__*/React.createElement("circle", {
11
11
  cx: 8,
12
12
  cy: 11.5,
13
- r: 1.5
13
+ r: 2
14
14
  }));
15
15
  }
16
16
 
@@ -1,5 +1,6 @@
1
1
  export { default as AlertInformationCircleIcon } from './AlertInformationCircleIcon'
2
2
  export { default as AlertWarningTriangleIcon } from './AlertWarningTriangleIcon'
3
+ export { default as AnalyticsGraphBarIcon } from './AnalyticsGraphBarIcon'
3
4
  export { default as ArchiveIcon } from './ArchiveIcon'
4
5
  export { default as ArrowChevDownIcon } from './ArrowChevDownIcon'
5
6
  export { default as ArrowChevLeftIcon } from './ArrowChevLeftIcon'
@@ -12,6 +13,7 @@ export { default as AssetImageIcon } from './AssetImageIcon'
12
13
  export { default as AssetPathIcon } from './AssetPathIcon'
13
14
  export { default as AssetTaskIcon } from './AssetTaskIcon'
14
15
  export { default as AssetVideoIcon } from './AssetVideoIcon'
16
+ export { default as AssignIcon } from './AssignIcon'
15
17
  export { default as AwardHalfStarIcon } from './AwardHalfStarIcon'
16
18
  export { default as BlockIcon } from './BlockIcon'
17
19
  export { default as BookmarkedIcon } from './BookmarkedIcon'
@@ -32,6 +34,7 @@ export { default as ControlsRecordIcon } from './ControlsRecordIcon'
32
34
  export { default as ControlsRewindIcon } from './ControlsRewindIcon'
33
35
  export { default as ControlsStopIcon } from './ControlsStopIcon'
34
36
  export { default as CursorIcon } from './CursorIcon'
37
+ export { default as CutStarIcon } from './CutStarIcon'
35
38
  export { default as DeleteAlternateIcon } from './DeleteAlternateIcon'
36
39
  export { default as DeleteBinIcon } from './DeleteBinIcon'
37
40
  export { default as DeleteIcon } from './DeleteIcon'
@@ -1,5 +1,6 @@
1
1
  export { default as AlertInformationCircleIcon } from './AlertInformationCircleIcon.js'
2
2
  export { default as AlertWarningTriangleIcon } from './AlertWarningTriangleIcon.js'
3
+ export { default as AnalyticsGraphBarIcon } from './AnalyticsGraphBarIcon.js'
3
4
  export { default as ArchiveIcon } from './ArchiveIcon.js'
4
5
  export { default as ArrowChevDownIcon } from './ArrowChevDownIcon.js'
5
6
  export { default as ArrowChevLeftIcon } from './ArrowChevLeftIcon.js'
@@ -12,6 +13,7 @@ export { default as AssetImageIcon } from './AssetImageIcon.js'
12
13
  export { default as AssetPathIcon } from './AssetPathIcon.js'
13
14
  export { default as AssetTaskIcon } from './AssetTaskIcon.js'
14
15
  export { default as AssetVideoIcon } from './AssetVideoIcon.js'
16
+ export { default as AssignIcon } from './AssignIcon.js'
15
17
  export { default as AwardHalfStarIcon } from './AwardHalfStarIcon.js'
16
18
  export { default as BlockIcon } from './BlockIcon.js'
17
19
  export { default as BookmarkedIcon } from './BookmarkedIcon.js'
@@ -32,6 +34,7 @@ export { default as ControlsRecordIcon } from './ControlsRecordIcon.js'
32
34
  export { default as ControlsRewindIcon } from './ControlsRewindIcon.js'
33
35
  export { default as ControlsStopIcon } from './ControlsStopIcon.js'
34
36
  export { default as CursorIcon } from './CursorIcon.js'
37
+ export { default as CutStarIcon } from './CutStarIcon.js'
35
38
  export { default as DeleteAlternateIcon } from './DeleteAlternateIcon.js'
36
39
  export { default as DeleteBinIcon } from './DeleteBinIcon.js'
37
40
  export { default as DeleteIcon } from './DeleteIcon.js'
package/solid/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export { default as AlertInformationCircleIcon } from './AlertInformationCircleIcon'
2
2
  export { default as AlertWarningTriangleIcon } from './AlertWarningTriangleIcon'
3
+ export { default as AnalyticsGraphBarIcon } from './AnalyticsGraphBarIcon'
3
4
  export { default as ArchiveIcon } from './ArchiveIcon'
4
5
  export { default as ArrowChevDownIcon } from './ArrowChevDownIcon'
5
6
  export { default as ArrowChevLeftIcon } from './ArrowChevLeftIcon'
@@ -12,6 +13,7 @@ export { default as AssetImageIcon } from './AssetImageIcon'
12
13
  export { default as AssetPathIcon } from './AssetPathIcon'
13
14
  export { default as AssetTaskIcon } from './AssetTaskIcon'
14
15
  export { default as AssetVideoIcon } from './AssetVideoIcon'
16
+ export { default as AssignIcon } from './AssignIcon'
15
17
  export { default as AwardHalfStarIcon } from './AwardHalfStarIcon'
16
18
  export { default as BlockIcon } from './BlockIcon'
17
19
  export { default as BookmarkedIcon } from './BookmarkedIcon'
@@ -32,6 +34,7 @@ export { default as ControlsRecordIcon } from './ControlsRecordIcon'
32
34
  export { default as ControlsRewindIcon } from './ControlsRewindIcon'
33
35
  export { default as ControlsStopIcon } from './ControlsStopIcon'
34
36
  export { default as CursorIcon } from './CursorIcon'
37
+ export { default as CutStarIcon } from './CutStarIcon'
35
38
  export { default as DeleteAlternateIcon } from './DeleteAlternateIcon'
36
39
  export { default as DeleteBinIcon } from './DeleteBinIcon'
37
40
  export { default as DeleteIcon } from './DeleteIcon'
package/solid/index.js CHANGED
@@ -1,5 +1,6 @@
1
1
  module.exports.AlertInformationCircleIcon = require("./AlertInformationCircleIcon.js")
2
2
  module.exports.AlertWarningTriangleIcon = require("./AlertWarningTriangleIcon.js")
3
+ module.exports.AnalyticsGraphBarIcon = require("./AnalyticsGraphBarIcon.js")
3
4
  module.exports.ArchiveIcon = require("./ArchiveIcon.js")
4
5
  module.exports.ArrowChevDownIcon = require("./ArrowChevDownIcon.js")
5
6
  module.exports.ArrowChevLeftIcon = require("./ArrowChevLeftIcon.js")
@@ -12,6 +13,7 @@ module.exports.AssetImageIcon = require("./AssetImageIcon.js")
12
13
  module.exports.AssetPathIcon = require("./AssetPathIcon.js")
13
14
  module.exports.AssetTaskIcon = require("./AssetTaskIcon.js")
14
15
  module.exports.AssetVideoIcon = require("./AssetVideoIcon.js")
16
+ module.exports.AssignIcon = require("./AssignIcon.js")
15
17
  module.exports.AwardHalfStarIcon = require("./AwardHalfStarIcon.js")
16
18
  module.exports.BlockIcon = require("./BlockIcon.js")
17
19
  module.exports.BookmarkedIcon = require("./BookmarkedIcon.js")
@@ -32,6 +34,7 @@ module.exports.ControlsRecordIcon = require("./ControlsRecordIcon.js")
32
34
  module.exports.ControlsRewindIcon = require("./ControlsRewindIcon.js")
33
35
  module.exports.ControlsStopIcon = require("./ControlsStopIcon.js")
34
36
  module.exports.CursorIcon = require("./CursorIcon.js")
37
+ module.exports.CutStarIcon = require("./CutStarIcon.js")
35
38
  module.exports.DeleteAlternateIcon = require("./DeleteAlternateIcon.js")
36
39
  module.exports.DeleteBinIcon = require("./DeleteBinIcon.js")
37
40
  module.exports.DeleteIcon = require("./DeleteIcon.js")