@bubbles-ui/icons 1.2.201 → 1.2.203
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/ClockIcon.d.ts +3 -0
- package/solid/ClockIcon.js +15 -0
- package/solid/esm/ClockIcon.d.ts +3 -0
- package/solid/esm/ClockIcon.js +15 -0
- package/solid/esm/index.d.ts +1 -0
- package/solid/esm/index.js +1 -0
- package/solid/index.d.ts +1 -0
- package/solid/index.js +1 -0
package/package.json
CHANGED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function ClockIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
viewBox: "0 0 18 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: "M8.647.573a8.406 8.406 0 0 0-6.077 2.97 8.426 8.426 0 0 0-1.968 4.68c-.026.288-.03.383-.03.777 0 .393.004.49.03.777a8.406 8.406 0 0 0 2.94 5.653 8.43 8.43 0 0 0 4.68 1.968c.289.026.385.03.778.03s.49-.004.778-.03a8.407 8.407 0 0 0 5.652-2.94 8.43 8.43 0 0 0 1.968-4.68c.026-.289.03-.385.03-.778 0-.394-.004-.49-.03-.778a8.407 8.407 0 0 0-2.94-5.652A8.429 8.429 0 0 0 9.587.586a17.52 17.52 0 0 0-.94-.013Zm.223.98A7.42 7.42 0 0 0 3.935 3.54 7.397 7.397 0 0 0 2.07 6.267c-.297.75-.46 1.5-.508 2.33-.01.171-.01.634 0 .806.048.83.211 1.579.508 2.33a7.397 7.397 0 0 0 1.865 2.726 7.357 7.357 0 0 0 2.333 1.471c.75.296 1.507.461 2.327.507a7.375 7.375 0 0 0 3.706-.76 7.287 7.287 0 0 0 1.616-1.082c.154-.134.544-.524.678-.678a7.283 7.283 0 0 0 1.083-1.616 7.372 7.372 0 0 0 .76-3.706 7.37 7.37 0 0 0-.764-2.904 7.391 7.391 0 0 0-1.609-2.15 7.355 7.355 0 0 0-2.333-1.471 7.381 7.381 0 0 0-2.862-.517Zm.002 4.135a.451.451 0 0 0-.218.13.442.442 0 0 0-.13.22c-.013.053-.013.09-.014 1.548 0 1.312.001 1.498.01 1.535.016.06.038.106.074.156.017.024.848.86 1.847 1.859 1.976 1.974 1.841 1.845 1.96 1.88a.496.496 0 0 0 .58-.242.429.429 0 0 0 .053-.228.47.47 0 0 0-.082-.28 310.75 310.75 0 0 0-1.739-1.747L9.49 8.794v-1.35c0-1.324 0-1.352-.015-1.407a.445.445 0 0 0-.13-.22.445.445 0 0 0-.22-.13.575.575 0 0 0-.253.001Z",
|
|
12
|
+
clipRule: "evenodd"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
module.exports = ClockIcon;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function ClockIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
viewBox: "0 0 18 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: "M8.647.573a8.406 8.406 0 0 0-6.077 2.97 8.426 8.426 0 0 0-1.968 4.68c-.026.288-.03.383-.03.777 0 .393.004.49.03.777a8.406 8.406 0 0 0 2.94 5.653 8.43 8.43 0 0 0 4.68 1.968c.289.026.385.03.778.03s.49-.004.778-.03a8.407 8.407 0 0 0 5.652-2.94 8.43 8.43 0 0 0 1.968-4.68c.026-.289.03-.385.03-.778 0-.394-.004-.49-.03-.778a8.407 8.407 0 0 0-2.94-5.652A8.429 8.429 0 0 0 9.587.586a17.52 17.52 0 0 0-.94-.013Zm.223.98A7.42 7.42 0 0 0 3.935 3.54 7.397 7.397 0 0 0 2.07 6.267c-.297.75-.46 1.5-.508 2.33-.01.171-.01.634 0 .806.048.83.211 1.579.508 2.33a7.397 7.397 0 0 0 1.865 2.726 7.357 7.357 0 0 0 2.333 1.471c.75.296 1.507.461 2.327.507a7.375 7.375 0 0 0 3.706-.76 7.287 7.287 0 0 0 1.616-1.082c.154-.134.544-.524.678-.678a7.283 7.283 0 0 0 1.083-1.616 7.372 7.372 0 0 0 .76-3.706 7.37 7.37 0 0 0-.764-2.904 7.391 7.391 0 0 0-1.609-2.15 7.355 7.355 0 0 0-2.333-1.471 7.381 7.381 0 0 0-2.862-.517Zm.002 4.135a.451.451 0 0 0-.218.13.442.442 0 0 0-.13.22c-.013.053-.013.09-.014 1.548 0 1.312.001 1.498.01 1.535.016.06.038.106.074.156.017.024.848.86 1.847 1.859 1.976 1.974 1.841 1.845 1.96 1.88a.496.496 0 0 0 .58-.242.429.429 0 0 0 .053-.228.47.47 0 0 0-.082-.28 310.75 310.75 0 0 0-1.739-1.747L9.49 8.794v-1.35c0-1.324 0-1.352-.015-1.407a.445.445 0 0 0-.13-.22.445.445 0 0 0-.22-.13.575.575 0 0 0-.253.001Z",
|
|
12
|
+
clipRule: "evenodd"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
export default ClockIcon;
|
package/solid/esm/index.d.ts
CHANGED
|
@@ -26,6 +26,7 @@ export { default as ChatTranslateIcon } from './ChatTranslateIcon'
|
|
|
26
26
|
export { default as CheckBoldIcon } from './CheckBoldIcon'
|
|
27
27
|
export { default as CheckIcon } from './CheckIcon'
|
|
28
28
|
export { default as ClassIcon } from './ClassIcon'
|
|
29
|
+
export { default as ClockIcon } from './ClockIcon'
|
|
29
30
|
export { default as CommentIcon } from './CommentIcon'
|
|
30
31
|
export { default as CommentedIcon } from './CommentedIcon'
|
|
31
32
|
export { default as ComputerKeyboardNextIcon } from './ComputerKeyboardNextIcon'
|
package/solid/esm/index.js
CHANGED
|
@@ -26,6 +26,7 @@ export { default as ChatTranslateIcon } from './ChatTranslateIcon.js'
|
|
|
26
26
|
export { default as CheckBoldIcon } from './CheckBoldIcon.js'
|
|
27
27
|
export { default as CheckIcon } from './CheckIcon.js'
|
|
28
28
|
export { default as ClassIcon } from './ClassIcon.js'
|
|
29
|
+
export { default as ClockIcon } from './ClockIcon.js'
|
|
29
30
|
export { default as CommentIcon } from './CommentIcon.js'
|
|
30
31
|
export { default as CommentedIcon } from './CommentedIcon.js'
|
|
31
32
|
export { default as ComputerKeyboardNextIcon } from './ComputerKeyboardNextIcon.js'
|
package/solid/index.d.ts
CHANGED
|
@@ -26,6 +26,7 @@ export { default as ChatTranslateIcon } from './ChatTranslateIcon'
|
|
|
26
26
|
export { default as CheckBoldIcon } from './CheckBoldIcon'
|
|
27
27
|
export { default as CheckIcon } from './CheckIcon'
|
|
28
28
|
export { default as ClassIcon } from './ClassIcon'
|
|
29
|
+
export { default as ClockIcon } from './ClockIcon'
|
|
29
30
|
export { default as CommentIcon } from './CommentIcon'
|
|
30
31
|
export { default as CommentedIcon } from './CommentedIcon'
|
|
31
32
|
export { default as ComputerKeyboardNextIcon } from './ComputerKeyboardNextIcon'
|
package/solid/index.js
CHANGED
|
@@ -26,6 +26,7 @@ module.exports.ChatTranslateIcon = require("./ChatTranslateIcon.js")
|
|
|
26
26
|
module.exports.CheckBoldIcon = require("./CheckBoldIcon.js")
|
|
27
27
|
module.exports.CheckIcon = require("./CheckIcon.js")
|
|
28
28
|
module.exports.ClassIcon = require("./ClassIcon.js")
|
|
29
|
+
module.exports.ClockIcon = require("./ClockIcon.js")
|
|
29
30
|
module.exports.CommentIcon = require("./CommentIcon.js")
|
|
30
31
|
module.exports.CommentedIcon = require("./CommentedIcon.js")
|
|
31
32
|
module.exports.ComputerKeyboardNextIcon = require("./ComputerKeyboardNextIcon.js")
|