@bubbles-ui/icons 1.2.267 → 1.2.268

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.267",
3
+ "version": "1.2.268",
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 UploadIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default UploadIcon;
@@ -0,0 +1,15 @@
1
+ const React = require("react");
2
+ function UploadIcon(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: "M9.031 10.999a.507.507 0 0 1-.403-.376c-.009-.041-.01-.605-.01-4.022V2.626L7.322 3.92c-.712.711-1.31 1.305-1.331 1.32a.492.492 0 0 1-.702-.665c.029-.043.395-.414 1.784-1.801C8.71 1.14 8.826 1.025 8.873 1a.483.483 0 0 1 .228-.056c.093 0 .14.01.222.049l.068.032 1.765 1.765 1.765 1.766.03.06c.04.082.053.15.049.246a.46.46 0 0 1-.137.32.462.462 0 0 1-.329.146.456.456 0 0 1-.245-.05l-.06-.03-1.313-1.31-1.312-1.312v3.931c0 2.271-.003 3.959-.007 3.996a.478.478 0 0 1-.063.204.502.502 0 0 1-.268.22.375.375 0 0 1-.137.023.88.88 0 0 1-.098-.001ZM.372 13.59a.501.501 0 0 0-.337.331l-.017.054v.713c0 .768 0 .777.04 1.004a2.77 2.77 0 0 0 2.412 2.252c.1.012.387.012 6.545.012 6.16 0 6.445 0 6.544-.012.336-.042.606-.12.892-.258a2.774 2.774 0 0 0 1.554-2.232c.01-.093.013-.22.015-.78.001-.398 0-.676-.005-.685a.562.562 0 0 1-.018-.061.464.464 0 0 0-.13-.213.378.378 0 0 0-.127-.092.605.605 0 0 0-.105-.04.68.68 0 0 0-.243.007.506.506 0 0 0-.343.338c-.016.054-.016.056-.021.767-.004.463-.008.728-.013.758-.061.344-.18.615-.377.858a2.584 2.584 0 0 1-.24.247 1.806 1.806 0 0 1-.885.399c-.084.013-.264.013-6.498.013-6.124 0-6.416 0-6.495-.013a2.198 2.198 0 0 1-.351-.088 1.785 1.785 0 0 1-1.114-1.234c-.05-.202-.049-.176-.054-.954-.005-.774-.002-.728-.049-.827a.499.499 0 0 0-.315-.264.607.607 0 0 0-.265 0Zm-.354 1.083c0 .373 0 .524.002.336v-.676c-.001-.185-.002-.032-.002.34Z",
12
+ clipRule: "evenodd"
13
+ }));
14
+ }
15
+ module.exports = UploadIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function UploadIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default UploadIcon;
@@ -0,0 +1,15 @@
1
+ import * as React from "react";
2
+ function UploadIcon(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: "M9.031 10.999a.507.507 0 0 1-.403-.376c-.009-.041-.01-.605-.01-4.022V2.626L7.322 3.92c-.712.711-1.31 1.305-1.331 1.32a.492.492 0 0 1-.702-.665c.029-.043.395-.414 1.784-1.801C8.71 1.14 8.826 1.025 8.873 1a.483.483 0 0 1 .228-.056c.093 0 .14.01.222.049l.068.032 1.765 1.765 1.765 1.766.03.06c.04.082.053.15.049.246a.46.46 0 0 1-.137.32.462.462 0 0 1-.329.146.456.456 0 0 1-.245-.05l-.06-.03-1.313-1.31-1.312-1.312v3.931c0 2.271-.003 3.959-.007 3.996a.478.478 0 0 1-.063.204.502.502 0 0 1-.268.22.375.375 0 0 1-.137.023.88.88 0 0 1-.098-.001ZM.372 13.59a.501.501 0 0 0-.337.331l-.017.054v.713c0 .768 0 .777.04 1.004a2.77 2.77 0 0 0 2.412 2.252c.1.012.387.012 6.545.012 6.16 0 6.445 0 6.544-.012.336-.042.606-.12.892-.258a2.774 2.774 0 0 0 1.554-2.232c.01-.093.013-.22.015-.78.001-.398 0-.676-.005-.685a.562.562 0 0 1-.018-.061.464.464 0 0 0-.13-.213.378.378 0 0 0-.127-.092.605.605 0 0 0-.105-.04.68.68 0 0 0-.243.007.506.506 0 0 0-.343.338c-.016.054-.016.056-.021.767-.004.463-.008.728-.013.758-.061.344-.18.615-.377.858a2.584 2.584 0 0 1-.24.247 1.806 1.806 0 0 1-.885.399c-.084.013-.264.013-6.498.013-6.124 0-6.416 0-6.495-.013a2.198 2.198 0 0 1-.351-.088 1.785 1.785 0 0 1-1.114-1.234c-.05-.202-.049-.176-.054-.954-.005-.774-.002-.728-.049-.827a.499.499 0 0 0-.315-.264.607.607 0 0 0-.265 0Zm-.354 1.083c0 .373 0 .524.002.336v-.676c-.001-.185-.002-.032-.002.34Z",
12
+ clipRule: "evenodd"
13
+ }));
14
+ }
15
+ export default UploadIcon;
@@ -181,6 +181,7 @@ export { default as TwitterIcon } from './TwitterIcon'
181
181
  export { default as UnarchiveIcon } from './UnarchiveIcon'
182
182
  export { default as UndeleteIcon } from './UndeleteIcon'
183
183
  export { default as UnlockIcon } from './UnlockIcon'
184
+ export { default as UploadIcon } from './UploadIcon'
184
185
  export { default as UserGroupIcon } from './UserGroupIcon'
185
186
  export { default as VideoEditCcTitlesIcon } from './VideoEditCcTitlesIcon'
186
187
  export { default as ViewOffIcon } from './ViewOffIcon'
@@ -181,6 +181,7 @@ export { default as TwitterIcon } from './TwitterIcon.js'
181
181
  export { default as UnarchiveIcon } from './UnarchiveIcon.js'
182
182
  export { default as UndeleteIcon } from './UndeleteIcon.js'
183
183
  export { default as UnlockIcon } from './UnlockIcon.js'
184
+ export { default as UploadIcon } from './UploadIcon.js'
184
185
  export { default as UserGroupIcon } from './UserGroupIcon.js'
185
186
  export { default as VideoEditCcTitlesIcon } from './VideoEditCcTitlesIcon.js'
186
187
  export { default as ViewOffIcon } from './ViewOffIcon.js'
package/solid/index.d.ts CHANGED
@@ -181,6 +181,7 @@ export { default as TwitterIcon } from './TwitterIcon'
181
181
  export { default as UnarchiveIcon } from './UnarchiveIcon'
182
182
  export { default as UndeleteIcon } from './UndeleteIcon'
183
183
  export { default as UnlockIcon } from './UnlockIcon'
184
+ export { default as UploadIcon } from './UploadIcon'
184
185
  export { default as UserGroupIcon } from './UserGroupIcon'
185
186
  export { default as VideoEditCcTitlesIcon } from './VideoEditCcTitlesIcon'
186
187
  export { default as ViewOffIcon } from './ViewOffIcon'
package/solid/index.js CHANGED
@@ -181,6 +181,7 @@ module.exports.TwitterIcon = require("./TwitterIcon.js")
181
181
  module.exports.UnarchiveIcon = require("./UnarchiveIcon.js")
182
182
  module.exports.UndeleteIcon = require("./UndeleteIcon.js")
183
183
  module.exports.UnlockIcon = require("./UnlockIcon.js")
184
+ module.exports.UploadIcon = require("./UploadIcon.js")
184
185
  module.exports.UserGroupIcon = require("./UserGroupIcon.js")
185
186
  module.exports.VideoEditCcTitlesIcon = require("./VideoEditCcTitlesIcon.js")
186
187
  module.exports.ViewOffIcon = require("./ViewOffIcon.js")