@bubbles-ui/icons 1.2.203 → 1.2.205

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bubbles-ui/icons",
3
- "version": "1.2.203",
3
+ "version": "1.2.205",
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 CloudUploadIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default CloudUploadIcon;
@@ -0,0 +1,15 @@
1
+ const React = require("react");
2
+ function CloudUploadIcon(props) {
3
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
4
+ viewBox: "0 0 16 16",
5
+ fill: "currentColor",
6
+ "aria-hidden": "true",
7
+ width: "1em",
8
+ height: "1em"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M7.941.855A.38.38 0 0 0 7.8.918c-.026.019-.55.54-1.487 1.477C5.206 3.502 4.86 3.851 4.846 3.877a.413.413 0 0 0 .221.606c.06.02.169.022.234.006.112-.028.021.056 1.232-1.152l1.09-1.09.002 3.33.001 3.33.013.04c.02.059.055.112.104.161.08.08.155.114.268.119.128.005.22-.03.309-.119A.315.315 0 0 0 8.399 9a.645.645 0 0 0 .035-.087c.006-.024.008-.656.01-3.345l.001-3.315 1.076 1.075c.591.59 1.086 1.082 1.1 1.092.073.056.147.08.248.08a.36.36 0 0 0 .186-.043.313.313 0 0 0 .099-.073.37.37 0 0 0 .121-.268.383.383 0 0 0-.072-.26c-.015-.02-.681-.69-1.481-1.49L8.268.915 8.217.889a.5.5 0 0 0-.093-.034.533.533 0 0 0-.183 0ZM.83 11.425a.418.418 0 0 0-.281.275l-.014.045v.594c0 .64 0 .647.034.837a2.308 2.308 0 0 0 2.01 1.876c.082.01.322.011 5.453.011 5.133 0 5.37 0 5.454-.01.28-.035.505-.1.743-.215a2.312 2.312 0 0 0 1.295-1.86c.009-.078.01-.184.012-.65.002-.332 0-.564-.003-.57a.467.467 0 0 1-.016-.052.387.387 0 0 0-.108-.178.316.316 0 0 0-.106-.076.507.507 0 0 0-.088-.033.569.569 0 0 0-.202.005.422.422 0 0 0-.286.282c-.013.045-.013.046-.017.64-.003.385-.007.606-.011.63a1.505 1.505 0 0 1-.514.921 1.506 1.506 0 0 1-.738.333c-.07.01-.22.011-5.415.011-5.103 0-5.346 0-5.412-.01a1.826 1.826 0 0 1-.293-.074 1.487 1.487 0 0 1-.929-1.028c-.041-.169-.04-.147-.044-.796-.004-.644-.002-.606-.04-.688a.415.415 0 0 0-.263-.22.506.506 0 0 0-.22 0Zm-.295.902c0 .31 0 .436.002.28a59.703 59.703 0 0 0-.002-.28Z",
12
+ clipRule: "evenodd"
13
+ }));
14
+ }
15
+ module.exports = CloudUploadIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function CloudUploadIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default CloudUploadIcon;
@@ -0,0 +1,15 @@
1
+ import * as React from "react";
2
+ function CloudUploadIcon(props) {
3
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
4
+ viewBox: "0 0 16 16",
5
+ fill: "currentColor",
6
+ "aria-hidden": "true",
7
+ width: "1em",
8
+ height: "1em"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M7.941.855A.38.38 0 0 0 7.8.918c-.026.019-.55.54-1.487 1.477C5.206 3.502 4.86 3.851 4.846 3.877a.413.413 0 0 0 .221.606c.06.02.169.022.234.006.112-.028.021.056 1.232-1.152l1.09-1.09.002 3.33.001 3.33.013.04c.02.059.055.112.104.161.08.08.155.114.268.119.128.005.22-.03.309-.119A.315.315 0 0 0 8.399 9a.645.645 0 0 0 .035-.087c.006-.024.008-.656.01-3.345l.001-3.315 1.076 1.075c.591.59 1.086 1.082 1.1 1.092.073.056.147.08.248.08a.36.36 0 0 0 .186-.043.313.313 0 0 0 .099-.073.37.37 0 0 0 .121-.268.383.383 0 0 0-.072-.26c-.015-.02-.681-.69-1.481-1.49L8.268.915 8.217.889a.5.5 0 0 0-.093-.034.533.533 0 0 0-.183 0ZM.83 11.425a.418.418 0 0 0-.281.275l-.014.045v.594c0 .64 0 .647.034.837a2.308 2.308 0 0 0 2.01 1.876c.082.01.322.011 5.453.011 5.133 0 5.37 0 5.454-.01.28-.035.505-.1.743-.215a2.312 2.312 0 0 0 1.295-1.86c.009-.078.01-.184.012-.65.002-.332 0-.564-.003-.57a.467.467 0 0 1-.016-.052.387.387 0 0 0-.108-.178.316.316 0 0 0-.106-.076.507.507 0 0 0-.088-.033.569.569 0 0 0-.202.005.422.422 0 0 0-.286.282c-.013.045-.013.046-.017.64-.003.385-.007.606-.011.63a1.505 1.505 0 0 1-.514.921 1.506 1.506 0 0 1-.738.333c-.07.01-.22.011-5.415.011-5.103 0-5.346 0-5.412-.01a1.826 1.826 0 0 1-.293-.074 1.487 1.487 0 0 1-.929-1.028c-.041-.169-.04-.147-.044-.796-.004-.644-.002-.606-.04-.688a.415.415 0 0 0-.263-.22.506.506 0 0 0-.22 0Zm-.295.902c0 .31 0 .436.002.28a59.703 59.703 0 0 0-.002-.28Z",
12
+ clipRule: "evenodd"
13
+ }));
14
+ }
15
+ export default CloudUploadIcon;
@@ -27,6 +27,7 @@ export { default as CheckBoldIcon } from './CheckBoldIcon'
27
27
  export { default as CheckIcon } from './CheckIcon'
28
28
  export { default as ClassIcon } from './ClassIcon'
29
29
  export { default as ClockIcon } from './ClockIcon'
30
+ export { default as CloudUploadIcon } from './CloudUploadIcon'
30
31
  export { default as CommentIcon } from './CommentIcon'
31
32
  export { default as CommentedIcon } from './CommentedIcon'
32
33
  export { default as ComputerKeyboardNextIcon } from './ComputerKeyboardNextIcon'
@@ -27,6 +27,7 @@ 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
29
  export { default as ClockIcon } from './ClockIcon.js'
30
+ export { default as CloudUploadIcon } from './CloudUploadIcon.js'
30
31
  export { default as CommentIcon } from './CommentIcon.js'
31
32
  export { default as CommentedIcon } from './CommentedIcon.js'
32
33
  export { default as ComputerKeyboardNextIcon } from './ComputerKeyboardNextIcon.js'
package/solid/index.d.ts CHANGED
@@ -27,6 +27,7 @@ export { default as CheckBoldIcon } from './CheckBoldIcon'
27
27
  export { default as CheckIcon } from './CheckIcon'
28
28
  export { default as ClassIcon } from './ClassIcon'
29
29
  export { default as ClockIcon } from './ClockIcon'
30
+ export { default as CloudUploadIcon } from './CloudUploadIcon'
30
31
  export { default as CommentIcon } from './CommentIcon'
31
32
  export { default as CommentedIcon } from './CommentedIcon'
32
33
  export { default as ComputerKeyboardNextIcon } from './ComputerKeyboardNextIcon'
package/solid/index.js CHANGED
@@ -27,6 +27,7 @@ module.exports.CheckBoldIcon = require("./CheckBoldIcon.js")
27
27
  module.exports.CheckIcon = require("./CheckIcon.js")
28
28
  module.exports.ClassIcon = require("./ClassIcon.js")
29
29
  module.exports.ClockIcon = require("./ClockIcon.js")
30
+ module.exports.CloudUploadIcon = require("./CloudUploadIcon.js")
30
31
  module.exports.CommentIcon = require("./CommentIcon.js")
31
32
  module.exports.CommentedIcon = require("./CommentedIcon.js")
32
33
  module.exports.ComputerKeyboardNextIcon = require("./ComputerKeyboardNextIcon.js")