@bubbles-ui/icons 1.2.256 → 1.2.258

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.256",
3
+ "version": "1.2.258",
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 ReportPageIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default ReportPageIcon;
@@ -0,0 +1,15 @@
1
+ const React = require("react");
2
+ function ReportPageIcon(props) {
3
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
4
+ viewBox: "0 0 20 20",
5
+ fill: "currentColor",
6
+ "aria-hidden": "true",
7
+ width: "1em",
8
+ height: "1em"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M4.44.6c-.756.075-1.284.58-1.444 1.38-.039.193-.038 13.524 0 13.729.124.652.59 1.11 1.306 1.284.14.034.482.036 6.718.042 4.338.004 6.658 0 6.83-.014.296-.023.472-.068.677-.172.45-.228.768-.689.852-1.232.017-.109.021-1.918.017-6.937l-.006-6.79-.064-.184c-.153-.437-.392-.711-.796-.914A1.854 1.854 0 0 0 17.87.6C17.66.577 4.68.577 4.44.6ZM4.406 1.63c-.18.057-.288.162-.378.371-.037.088-.038.232-.043 6.79-.006 7.303-.013 6.81.105 6.97a.67.67 0 0 0 .345.22c.128.04.199.04 6.77.04 7.441 0 6.786.014 6.966-.145.105-.092.153-.178.198-.35.028-.109.031-.779.031-6.747 0-7.516.018-6.78-.169-6.97a.63.63 0 0 0-.221-.15l-.12-.048-6.7-.004c-5.473-.003-6.715.001-6.784.023ZM.97 2.978a.536.536 0 0 0-.342.295C.604 3.328.6 4.489.6 10.63c0 8.035-.01 7.422.123 7.733.2.472.57.805 1.087.98l.14.047 7.35.005 7.349.005.107-.052a.5.5 0 0 0 .223-.668.566.566 0 0 0-.259-.238c-.09-.041-.093-.041-7.3-.042-7.604 0-7.302.003-7.47-.085A.812.812 0 0 1 1.662 18l-.052-.11-.01-7.28c-.01-7.051-.011-7.282-.047-7.35a.624.624 0 0 0-.24-.243.589.589 0 0 0-.343-.04Zm5.897 2.384c-.092.027-.257.184-.297.283a.575.575 0 0 0 .005.398.607.607 0 0 0 .235.254c.055.03.388.033 4.38.033h4.32l.082-.053c.172-.112.248-.247.248-.442 0-.2-.103-.359-.29-.447l-.1-.048-4.26.002c-2.497 0-4.286.01-4.323.02ZM6.845 7.75a.49.49 0 0 0-.309.456.491.491 0 0 0 .274.46l.08.044 4.257.005c2.891.004 4.282-.001 4.334-.015a.513.513 0 0 0 .359-.489.454.454 0 0 0-.153-.355c-.154-.148.25-.136-4.501-.135-3.643 0-4.286.005-4.341.029Zm.075 2.352a.51.51 0 0 0-.379.391.497.497 0 0 0 .4.587c.074.014 1.14.019 3.13.015 3.34-.006 3.076.005 3.234-.133a.509.509 0 0 0-.003-.746c-.154-.136.107-.126-3.252-.129-1.706-.002-3.08.005-3.13.015Z",
12
+ clipRule: "evenodd"
13
+ }));
14
+ }
15
+ module.exports = ReportPageIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function ReportPageIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default ReportPageIcon;
@@ -0,0 +1,15 @@
1
+ import * as React from "react";
2
+ function ReportPageIcon(props) {
3
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
4
+ viewBox: "0 0 20 20",
5
+ fill: "currentColor",
6
+ "aria-hidden": "true",
7
+ width: "1em",
8
+ height: "1em"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M4.44.6c-.756.075-1.284.58-1.444 1.38-.039.193-.038 13.524 0 13.729.124.652.59 1.11 1.306 1.284.14.034.482.036 6.718.042 4.338.004 6.658 0 6.83-.014.296-.023.472-.068.677-.172.45-.228.768-.689.852-1.232.017-.109.021-1.918.017-6.937l-.006-6.79-.064-.184c-.153-.437-.392-.711-.796-.914A1.854 1.854 0 0 0 17.87.6C17.66.577 4.68.577 4.44.6ZM4.406 1.63c-.18.057-.288.162-.378.371-.037.088-.038.232-.043 6.79-.006 7.303-.013 6.81.105 6.97a.67.67 0 0 0 .345.22c.128.04.199.04 6.77.04 7.441 0 6.786.014 6.966-.145.105-.092.153-.178.198-.35.028-.109.031-.779.031-6.747 0-7.516.018-6.78-.169-6.97a.63.63 0 0 0-.221-.15l-.12-.048-6.7-.004c-5.473-.003-6.715.001-6.784.023ZM.97 2.978a.536.536 0 0 0-.342.295C.604 3.328.6 4.489.6 10.63c0 8.035-.01 7.422.123 7.733.2.472.57.805 1.087.98l.14.047 7.35.005 7.349.005.107-.052a.5.5 0 0 0 .223-.668.566.566 0 0 0-.259-.238c-.09-.041-.093-.041-7.3-.042-7.604 0-7.302.003-7.47-.085A.812.812 0 0 1 1.662 18l-.052-.11-.01-7.28c-.01-7.051-.011-7.282-.047-7.35a.624.624 0 0 0-.24-.243.589.589 0 0 0-.343-.04Zm5.897 2.384c-.092.027-.257.184-.297.283a.575.575 0 0 0 .005.398.607.607 0 0 0 .235.254c.055.03.388.033 4.38.033h4.32l.082-.053c.172-.112.248-.247.248-.442 0-.2-.103-.359-.29-.447l-.1-.048-4.26.002c-2.497 0-4.286.01-4.323.02ZM6.845 7.75a.49.49 0 0 0-.309.456.491.491 0 0 0 .274.46l.08.044 4.257.005c2.891.004 4.282-.001 4.334-.015a.513.513 0 0 0 .359-.489.454.454 0 0 0-.153-.355c-.154-.148.25-.136-4.501-.135-3.643 0-4.286.005-4.341.029Zm.075 2.352a.51.51 0 0 0-.379.391.497.497 0 0 0 .4.587c.074.014 1.14.019 3.13.015 3.34-.006 3.076.005 3.234-.133a.509.509 0 0 0-.003-.746c-.154-.136.107-.126-3.252-.129-1.706-.002-3.08.005-3.13.015Z",
12
+ clipRule: "evenodd"
13
+ }));
14
+ }
15
+ export default ReportPageIcon;
@@ -159,6 +159,7 @@ export { default as RedirectIcon } from './RedirectIcon'
159
159
  export { default as RefreshIcon } from './RefreshIcon'
160
160
  export { default as RemoveBoldIcon } from './RemoveBoldIcon'
161
161
  export { default as ReorderDownIcon } from './ReorderDownIcon'
162
+ export { default as ReportPageIcon } from './ReportPageIcon'
162
163
  export { default as RestoreIcon } from './RestoreIcon'
163
164
  export { default as SearchPlusIcon } from './SearchPlusIcon'
164
165
  export { default as SettingMenuHorizontalIcon } from './SettingMenuHorizontalIcon'
@@ -159,6 +159,7 @@ export { default as RedirectIcon } from './RedirectIcon.js'
159
159
  export { default as RefreshIcon } from './RefreshIcon.js'
160
160
  export { default as RemoveBoldIcon } from './RemoveBoldIcon.js'
161
161
  export { default as ReorderDownIcon } from './ReorderDownIcon.js'
162
+ export { default as ReportPageIcon } from './ReportPageIcon.js'
162
163
  export { default as RestoreIcon } from './RestoreIcon.js'
163
164
  export { default as SearchPlusIcon } from './SearchPlusIcon.js'
164
165
  export { default as SettingMenuHorizontalIcon } from './SettingMenuHorizontalIcon.js'
package/solid/index.d.ts CHANGED
@@ -159,6 +159,7 @@ export { default as RedirectIcon } from './RedirectIcon'
159
159
  export { default as RefreshIcon } from './RefreshIcon'
160
160
  export { default as RemoveBoldIcon } from './RemoveBoldIcon'
161
161
  export { default as ReorderDownIcon } from './ReorderDownIcon'
162
+ export { default as ReportPageIcon } from './ReportPageIcon'
162
163
  export { default as RestoreIcon } from './RestoreIcon'
163
164
  export { default as SearchPlusIcon } from './SearchPlusIcon'
164
165
  export { default as SettingMenuHorizontalIcon } from './SettingMenuHorizontalIcon'
package/solid/index.js CHANGED
@@ -159,6 +159,7 @@ module.exports.RedirectIcon = require("./RedirectIcon.js")
159
159
  module.exports.RefreshIcon = require("./RefreshIcon.js")
160
160
  module.exports.RemoveBoldIcon = require("./RemoveBoldIcon.js")
161
161
  module.exports.ReorderDownIcon = require("./ReorderDownIcon.js")
162
+ module.exports.ReportPageIcon = require("./ReportPageIcon.js")
162
163
  module.exports.RestoreIcon = require("./RestoreIcon.js")
163
164
  module.exports.SearchPlusIcon = require("./SearchPlusIcon.js")
164
165
  module.exports.SettingMenuHorizontalIcon = require("./SettingMenuHorizontalIcon.js")