@bubbles-ui/icons 1.2.124 → 1.2.126
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/package.json +1 -1
- package/solid/CheckBoldIcon.d.ts +3 -0
- package/solid/CheckBoldIcon.js +20 -0
- package/solid/SlashIcon.d.ts +3 -0
- package/solid/SlashIcon.js +13 -0
- package/solid/StatisticsIcon.d.ts +3 -0
- package/solid/StatisticsIcon.js +15 -0
- package/solid/esm/CheckBoldIcon.d.ts +3 -0
- package/solid/esm/CheckBoldIcon.js +20 -0
- package/solid/esm/SlashIcon.d.ts +3 -0
- package/solid/esm/SlashIcon.js +13 -0
- package/solid/esm/StatisticsIcon.d.ts +3 -0
- package/solid/esm/StatisticsIcon.js +15 -0
- package/solid/esm/index.d.ts +3 -0
- package/solid/esm/index.js +3 -0
- package/solid/index.d.ts +3 -0
- package/solid/index.js +3 -0
package/package.json
CHANGED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function CheckBoldIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
viewBox: "0 0 13 12",
|
|
5
|
+
fill: "currentColor",
|
|
6
|
+
"aria-hidden": "true",
|
|
7
|
+
width: "1em",
|
|
8
|
+
height: "1em"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
10
|
+
clipPath: "url(#a)"
|
|
11
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
d: "M12.424 2.207 10.94.594a.265.265 0 0 0-.086-.062.248.248 0 0 0-.29.062L4.298 7.392a.265.265 0 0 1-.087.063.248.248 0 0 1-.29-.063L2.438 5.78a.266.266 0 0 0-.087-.062.248.248 0 0 0-.29.062L.579 7.392a.3.3 0 0 0-.078.204.3.3 0 0 0 .078.204l3.343 3.625a.266.266 0 0 0 .087.063.248.248 0 0 0 .29-.063l8.126-8.814a.301.301 0 0 0 .076-.202.301.301 0 0 0-.076-.202Z"
|
|
13
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
14
|
+
id: "a"
|
|
15
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
d: "M0 0h12v12H0z",
|
|
17
|
+
transform: "translate(.5 .01)"
|
|
18
|
+
}))));
|
|
19
|
+
}
|
|
20
|
+
module.exports = CheckBoldIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function SlashIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
viewBox: "0 0 7 3",
|
|
5
|
+
fill: "currentColor",
|
|
6
|
+
"aria-hidden": "true",
|
|
7
|
+
width: "1em",
|
|
8
|
+
height: "1em"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M.39.054H6.59v2.044H.39V.054Z"
|
|
11
|
+
}));
|
|
12
|
+
}
|
|
13
|
+
module.exports = SlashIcon;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function StatisticsIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
viewBox: "0 0 19 18",
|
|
5
|
+
fill: "currentColor",
|
|
6
|
+
"aria-hidden": "true",
|
|
7
|
+
width: "1em",
|
|
8
|
+
height: "1em"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
fillRule: "evenodd",
|
|
11
|
+
d: "M2.395.542c-.747.072-1.265.611-1.354 1.408-.025.228-.026 13.872 0 14.132.022.232.073.416.163.585.236.449.676.728 1.246.792.23.026 13.829.027 14.115.001.245-.021.427-.07.603-.163.448-.236.727-.677.791-1.247.026-.229.027-13.828.001-14.115a1.513 1.513 0 0 0-.163-.602C17.56.885 17.12.605 16.55.542 16.345.519 2.632.519 2.395.542Zm-.014.995c-.173.055-.242.12-.318.3l-.042.098v14.166l.048.101c.053.113.121.173.267.235l.1.042H16.6l.101-.047c.113-.053.173-.121.235-.268l.042-.099V1.9l-.047-.1c-.053-.114-.122-.174-.268-.236l-.099-.042-7.056-.003c-5.656-.003-7.07.001-7.128.02Zm4.212 1.309a3.681 3.681 0 0 0-3.061 5.281 3.67 3.67 0 0 0 3.556 2.06 3.683 3.683 0 0 0 3.359-4.403 3.683 3.683 0 0 0-3.854-2.938Zm-.44 1.06c-.483.13-.893.371-1.245.732a2.5 2.5 0 0 0-.629 1.034c-.102.31-.13.496-.13.844 0 .35.029.542.13.849.143.428.35.759.68 1.083.419.413.96.673 1.567.752.344.045.83-.006 1.172-.122.158-.053.457-.195.585-.277l.088-.056-.963-.966C6.76 7.13 6.43 6.787 6.4 6.732l-.042-.08-.005-1.391-.005-1.39-.04.001c-.022 0-.092.016-.157.033Zm1.17 1.184v1.22l.87.87.871.871.065-.101a2.734 2.734 0 0 0 .326-2.1 2.701 2.701 0 0 0-1.682-1.865 2.472 2.472 0 0 0-.422-.115c-.026 0-.029.12-.029 1.22Zm5.198-1.158a.507.507 0 0 0-.313.4.513.513 0 0 0 .27.498c.073.04.078.04 1.422.044 1.51.006 1.449.01 1.6-.122.116-.103.163-.222.152-.395-.006-.106-.018-.151-.054-.208a.515.515 0 0 0-.23-.205c-.079-.036-.11-.037-1.43-.036-1.069 0-1.365.005-1.417.024Zm-.012 2.486a.517.517 0 0 0-.3.398.494.494 0 0 0 .309.51c.095.035.135.036 1.417.036 1.463 0 1.413.004 1.556-.118a.6.6 0 0 0 .121-.161c.044-.09.048-.114.04-.243-.007-.125-.015-.154-.068-.23a.68.68 0 0 0-.149-.15l-.09-.06-1.388-.005c-1.186-.003-1.397 0-1.448.023Zm2.793 3.303a.63.63 0 0 0-.135.045c-.033.016-.718.687-1.522 1.49l-1.463 1.46-.751-.747c-.418-.416-.792-.773-.842-.804a1.052 1.052 0 0 0-.98-.047c-.132.063-.176.105-1.662 1.588-1.393 1.392-1.529 1.532-1.561 1.619a.485.485 0 0 0 .198.588c.132.084.343.09.49.017.033-.016.717-.687 1.522-1.49l1.462-1.46.77.767c.73.728.776.77.904.831.306.145.674.132.967-.034.057-.033.6-.562 1.593-1.553 1.654-1.65 1.586-1.574 1.586-1.794a.462.462 0 0 0-.263-.429.485.485 0 0 0-.313-.047Z",
|
|
12
|
+
clipRule: "evenodd"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
module.exports = StatisticsIcon;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function CheckBoldIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
viewBox: "0 0 13 12",
|
|
5
|
+
fill: "currentColor",
|
|
6
|
+
"aria-hidden": "true",
|
|
7
|
+
width: "1em",
|
|
8
|
+
height: "1em"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
10
|
+
clipPath: "url(#a)"
|
|
11
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
d: "M12.424 2.207 10.94.594a.265.265 0 0 0-.086-.062.248.248 0 0 0-.29.062L4.298 7.392a.265.265 0 0 1-.087.063.248.248 0 0 1-.29-.063L2.438 5.78a.266.266 0 0 0-.087-.062.248.248 0 0 0-.29.062L.579 7.392a.3.3 0 0 0-.078.204.3.3 0 0 0 .078.204l3.343 3.625a.266.266 0 0 0 .087.063.248.248 0 0 0 .29-.063l8.126-8.814a.301.301 0 0 0 .076-.202.301.301 0 0 0-.076-.202Z"
|
|
13
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
14
|
+
id: "a"
|
|
15
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
d: "M0 0h12v12H0z",
|
|
17
|
+
transform: "translate(.5 .01)"
|
|
18
|
+
}))));
|
|
19
|
+
}
|
|
20
|
+
export default CheckBoldIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function SlashIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
viewBox: "0 0 7 3",
|
|
5
|
+
fill: "currentColor",
|
|
6
|
+
"aria-hidden": "true",
|
|
7
|
+
width: "1em",
|
|
8
|
+
height: "1em"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M.39.054H6.59v2.044H.39V.054Z"
|
|
11
|
+
}));
|
|
12
|
+
}
|
|
13
|
+
export default SlashIcon;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function StatisticsIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
viewBox: "0 0 19 18",
|
|
5
|
+
fill: "currentColor",
|
|
6
|
+
"aria-hidden": "true",
|
|
7
|
+
width: "1em",
|
|
8
|
+
height: "1em"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
fillRule: "evenodd",
|
|
11
|
+
d: "M2.395.542c-.747.072-1.265.611-1.354 1.408-.025.228-.026 13.872 0 14.132.022.232.073.416.163.585.236.449.676.728 1.246.792.23.026 13.829.027 14.115.001.245-.021.427-.07.603-.163.448-.236.727-.677.791-1.247.026-.229.027-13.828.001-14.115a1.513 1.513 0 0 0-.163-.602C17.56.885 17.12.605 16.55.542 16.345.519 2.632.519 2.395.542Zm-.014.995c-.173.055-.242.12-.318.3l-.042.098v14.166l.048.101c.053.113.121.173.267.235l.1.042H16.6l.101-.047c.113-.053.173-.121.235-.268l.042-.099V1.9l-.047-.1c-.053-.114-.122-.174-.268-.236l-.099-.042-7.056-.003c-5.656-.003-7.07.001-7.128.02Zm4.212 1.309a3.681 3.681 0 0 0-3.061 5.281 3.67 3.67 0 0 0 3.556 2.06 3.683 3.683 0 0 0 3.359-4.403 3.683 3.683 0 0 0-3.854-2.938Zm-.44 1.06c-.483.13-.893.371-1.245.732a2.5 2.5 0 0 0-.629 1.034c-.102.31-.13.496-.13.844 0 .35.029.542.13.849.143.428.35.759.68 1.083.419.413.96.673 1.567.752.344.045.83-.006 1.172-.122.158-.053.457-.195.585-.277l.088-.056-.963-.966C6.76 7.13 6.43 6.787 6.4 6.732l-.042-.08-.005-1.391-.005-1.39-.04.001c-.022 0-.092.016-.157.033Zm1.17 1.184v1.22l.87.87.871.871.065-.101a2.734 2.734 0 0 0 .326-2.1 2.701 2.701 0 0 0-1.682-1.865 2.472 2.472 0 0 0-.422-.115c-.026 0-.029.12-.029 1.22Zm5.198-1.158a.507.507 0 0 0-.313.4.513.513 0 0 0 .27.498c.073.04.078.04 1.422.044 1.51.006 1.449.01 1.6-.122.116-.103.163-.222.152-.395-.006-.106-.018-.151-.054-.208a.515.515 0 0 0-.23-.205c-.079-.036-.11-.037-1.43-.036-1.069 0-1.365.005-1.417.024Zm-.012 2.486a.517.517 0 0 0-.3.398.494.494 0 0 0 .309.51c.095.035.135.036 1.417.036 1.463 0 1.413.004 1.556-.118a.6.6 0 0 0 .121-.161c.044-.09.048-.114.04-.243-.007-.125-.015-.154-.068-.23a.68.68 0 0 0-.149-.15l-.09-.06-1.388-.005c-1.186-.003-1.397 0-1.448.023Zm2.793 3.303a.63.63 0 0 0-.135.045c-.033.016-.718.687-1.522 1.49l-1.463 1.46-.751-.747c-.418-.416-.792-.773-.842-.804a1.052 1.052 0 0 0-.98-.047c-.132.063-.176.105-1.662 1.588-1.393 1.392-1.529 1.532-1.561 1.619a.485.485 0 0 0 .198.588c.132.084.343.09.49.017.033-.016.717-.687 1.522-1.49l1.462-1.46.77.767c.73.728.776.77.904.831.306.145.674.132.967-.034.057-.033.6-.562 1.593-1.553 1.654-1.65 1.586-1.574 1.586-1.794a.462.462 0 0 0-.263-.429.485.485 0 0 0-.313-.047Z",
|
|
12
|
+
clipRule: "evenodd"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
export default StatisticsIcon;
|
package/solid/esm/index.d.ts
CHANGED
|
@@ -23,6 +23,7 @@ export { default as BookmarkedIcon } from './BookmarkedIcon'
|
|
|
23
23
|
export { default as BookmarksIcon } from './BookmarksIcon'
|
|
24
24
|
export { default as CakeBirthdayIcon } from './CakeBirthdayIcon'
|
|
25
25
|
export { default as ChatTranslateIcon } from './ChatTranslateIcon'
|
|
26
|
+
export { default as CheckBoldIcon } from './CheckBoldIcon'
|
|
26
27
|
export { default as CheckIcon } from './CheckIcon'
|
|
27
28
|
export { default as ClassIcon } from './ClassIcon'
|
|
28
29
|
export { default as CommentIcon } from './CommentIcon'
|
|
@@ -150,8 +151,10 @@ export { default as SettingMenuHorizontalIcon } from './SettingMenuHorizontalIco
|
|
|
150
151
|
export { default as SettingMenuVerticalIcon } from './SettingMenuVerticalIcon'
|
|
151
152
|
export { default as SettingsIcon } from './SettingsIcon'
|
|
152
153
|
export { default as ShapePyramidIcon } from './ShapePyramidIcon'
|
|
154
|
+
export { default as SlashIcon } from './SlashIcon'
|
|
153
155
|
export { default as StarAlternateIcon } from './StarAlternateIcon'
|
|
154
156
|
export { default as StarIcon } from './StarIcon'
|
|
157
|
+
export { default as StatisticsIcon } from './StatisticsIcon'
|
|
155
158
|
export { default as StudentIcon } from './StudentIcon'
|
|
156
159
|
export { default as SubtractCircleAlternateIcon } from './SubtractCircleAlternateIcon'
|
|
157
160
|
export { default as SubtractSquareAlternateIcon } from './SubtractSquareAlternateIcon'
|
package/solid/esm/index.js
CHANGED
|
@@ -23,6 +23,7 @@ export { default as BookmarkedIcon } from './BookmarkedIcon.js'
|
|
|
23
23
|
export { default as BookmarksIcon } from './BookmarksIcon.js'
|
|
24
24
|
export { default as CakeBirthdayIcon } from './CakeBirthdayIcon.js'
|
|
25
25
|
export { default as ChatTranslateIcon } from './ChatTranslateIcon.js'
|
|
26
|
+
export { default as CheckBoldIcon } from './CheckBoldIcon.js'
|
|
26
27
|
export { default as CheckIcon } from './CheckIcon.js'
|
|
27
28
|
export { default as ClassIcon } from './ClassIcon.js'
|
|
28
29
|
export { default as CommentIcon } from './CommentIcon.js'
|
|
@@ -150,8 +151,10 @@ export { default as SettingMenuHorizontalIcon } from './SettingMenuHorizontalIco
|
|
|
150
151
|
export { default as SettingMenuVerticalIcon } from './SettingMenuVerticalIcon.js'
|
|
151
152
|
export { default as SettingsIcon } from './SettingsIcon.js'
|
|
152
153
|
export { default as ShapePyramidIcon } from './ShapePyramidIcon.js'
|
|
154
|
+
export { default as SlashIcon } from './SlashIcon.js'
|
|
153
155
|
export { default as StarAlternateIcon } from './StarAlternateIcon.js'
|
|
154
156
|
export { default as StarIcon } from './StarIcon.js'
|
|
157
|
+
export { default as StatisticsIcon } from './StatisticsIcon.js'
|
|
155
158
|
export { default as StudentIcon } from './StudentIcon.js'
|
|
156
159
|
export { default as SubtractCircleAlternateIcon } from './SubtractCircleAlternateIcon.js'
|
|
157
160
|
export { default as SubtractSquareAlternateIcon } from './SubtractSquareAlternateIcon.js'
|
package/solid/index.d.ts
CHANGED
|
@@ -23,6 +23,7 @@ export { default as BookmarkedIcon } from './BookmarkedIcon'
|
|
|
23
23
|
export { default as BookmarksIcon } from './BookmarksIcon'
|
|
24
24
|
export { default as CakeBirthdayIcon } from './CakeBirthdayIcon'
|
|
25
25
|
export { default as ChatTranslateIcon } from './ChatTranslateIcon'
|
|
26
|
+
export { default as CheckBoldIcon } from './CheckBoldIcon'
|
|
26
27
|
export { default as CheckIcon } from './CheckIcon'
|
|
27
28
|
export { default as ClassIcon } from './ClassIcon'
|
|
28
29
|
export { default as CommentIcon } from './CommentIcon'
|
|
@@ -150,8 +151,10 @@ export { default as SettingMenuHorizontalIcon } from './SettingMenuHorizontalIco
|
|
|
150
151
|
export { default as SettingMenuVerticalIcon } from './SettingMenuVerticalIcon'
|
|
151
152
|
export { default as SettingsIcon } from './SettingsIcon'
|
|
152
153
|
export { default as ShapePyramidIcon } from './ShapePyramidIcon'
|
|
154
|
+
export { default as SlashIcon } from './SlashIcon'
|
|
153
155
|
export { default as StarAlternateIcon } from './StarAlternateIcon'
|
|
154
156
|
export { default as StarIcon } from './StarIcon'
|
|
157
|
+
export { default as StatisticsIcon } from './StatisticsIcon'
|
|
155
158
|
export { default as StudentIcon } from './StudentIcon'
|
|
156
159
|
export { default as SubtractCircleAlternateIcon } from './SubtractCircleAlternateIcon'
|
|
157
160
|
export { default as SubtractSquareAlternateIcon } from './SubtractSquareAlternateIcon'
|
package/solid/index.js
CHANGED
|
@@ -23,6 +23,7 @@ module.exports.BookmarkedIcon = require("./BookmarkedIcon.js")
|
|
|
23
23
|
module.exports.BookmarksIcon = require("./BookmarksIcon.js")
|
|
24
24
|
module.exports.CakeBirthdayIcon = require("./CakeBirthdayIcon.js")
|
|
25
25
|
module.exports.ChatTranslateIcon = require("./ChatTranslateIcon.js")
|
|
26
|
+
module.exports.CheckBoldIcon = require("./CheckBoldIcon.js")
|
|
26
27
|
module.exports.CheckIcon = require("./CheckIcon.js")
|
|
27
28
|
module.exports.ClassIcon = require("./ClassIcon.js")
|
|
28
29
|
module.exports.CommentIcon = require("./CommentIcon.js")
|
|
@@ -150,8 +151,10 @@ module.exports.SettingMenuHorizontalIcon = require("./SettingMenuHorizontalIcon.
|
|
|
150
151
|
module.exports.SettingMenuVerticalIcon = require("./SettingMenuVerticalIcon.js")
|
|
151
152
|
module.exports.SettingsIcon = require("./SettingsIcon.js")
|
|
152
153
|
module.exports.ShapePyramidIcon = require("./ShapePyramidIcon.js")
|
|
154
|
+
module.exports.SlashIcon = require("./SlashIcon.js")
|
|
153
155
|
module.exports.StarAlternateIcon = require("./StarAlternateIcon.js")
|
|
154
156
|
module.exports.StarIcon = require("./StarIcon.js")
|
|
157
|
+
module.exports.StatisticsIcon = require("./StatisticsIcon.js")
|
|
155
158
|
module.exports.StudentIcon = require("./StudentIcon.js")
|
|
156
159
|
module.exports.SubtractCircleAlternateIcon = require("./SubtractCircleAlternateIcon.js")
|
|
157
160
|
module.exports.SubtractSquareAlternateIcon = require("./SubtractSquareAlternateIcon.js")
|