@bubbles-ui/icons 1.2.213 → 1.2.214

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.213",
3
+ "version": "1.2.214",
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 CalculatorIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default CalculatorIcon;
@@ -0,0 +1,17 @@
1
+ const React = require("react");
2
+ function CalculatorIcon(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: "M3.765 5.973V17.01h10.542V5.973H3.765Zm-.99-.495v11.74c0 .432.35.782.783.782h10.956c.432 0 .783-.35.783-.783V.783A.783.783 0 0 0 14.514 0H3.558a.783.783 0 0 0-.783.783v4.695Zm.99-.495h10.542V.99H3.765v3.993Zm2.224 4.055a.694.694 0 1 0 0-1.388.694.694 0 0 0 0 1.388Zm6.8 2.373a.694.694 0 1 1-1.387 0 .694.694 0 0 1 1.387 0ZM8.293 13.98a.482.482 0 1 0 0 .964h4.192a.482.482 0 0 0 0-.965H8.293Zm-2.304 1.193a.694.694 0 1 0 0-1.388.694.694 0 0 0 0 1.388Zm.694-3.762a.694.694 0 1 1-1.388 0 .694.694 0 0 1 1.388 0ZM9.75 8.344a.694.694 0 1 1-1.388 0 .694.694 0 0 1 1.388 0Zm2.345.694a.694.694 0 1 0 0-1.388.694.694 0 0 0 0 1.388ZM9.75 11.41a.694.694 0 1 1-1.388 0 .694.694 0 0 1 1.388 0Z",
12
+ clipRule: "evenodd"
13
+ }), /*#__PURE__*/React.createElement("path", {
14
+ d: "M12.317 2.287c.266 0 .482.215.482.482v.762a.482.482 0 1 1-.964 0v-.762c0-.267.216-.482.482-.482Z"
15
+ }));
16
+ }
17
+ module.exports = CalculatorIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function CalculatorIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default CalculatorIcon;
@@ -0,0 +1,17 @@
1
+ import * as React from "react";
2
+ function CalculatorIcon(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: "M3.765 5.973V17.01h10.542V5.973H3.765Zm-.99-.495v11.74c0 .432.35.782.783.782h10.956c.432 0 .783-.35.783-.783V.783A.783.783 0 0 0 14.514 0H3.558a.783.783 0 0 0-.783.783v4.695Zm.99-.495h10.542V.99H3.765v3.993Zm2.224 4.055a.694.694 0 1 0 0-1.388.694.694 0 0 0 0 1.388Zm6.8 2.373a.694.694 0 1 1-1.387 0 .694.694 0 0 1 1.387 0ZM8.293 13.98a.482.482 0 1 0 0 .964h4.192a.482.482 0 0 0 0-.965H8.293Zm-2.304 1.193a.694.694 0 1 0 0-1.388.694.694 0 0 0 0 1.388Zm.694-3.762a.694.694 0 1 1-1.388 0 .694.694 0 0 1 1.388 0ZM9.75 8.344a.694.694 0 1 1-1.388 0 .694.694 0 0 1 1.388 0Zm2.345.694a.694.694 0 1 0 0-1.388.694.694 0 0 0 0 1.388ZM9.75 11.41a.694.694 0 1 1-1.388 0 .694.694 0 0 1 1.388 0Z",
12
+ clipRule: "evenodd"
13
+ }), /*#__PURE__*/React.createElement("path", {
14
+ d: "M12.317 2.287c.266 0 .482.215.482.482v.762a.482.482 0 1 1-.964 0v-.762c0-.267.216-.482.482-.482Z"
15
+ }));
16
+ }
17
+ export default CalculatorIcon;
@@ -22,6 +22,7 @@ export { default as BlockIcon } from './BlockIcon'
22
22
  export { default as BookmarkedIcon } from './BookmarkedIcon'
23
23
  export { default as BookmarksIcon } from './BookmarksIcon'
24
24
  export { default as CakeBirthdayIcon } from './CakeBirthdayIcon'
25
+ export { default as CalculatorIcon } from './CalculatorIcon'
25
26
  export { default as ChatTranslateIcon } from './ChatTranslateIcon'
26
27
  export { default as CheckBoldIcon } from './CheckBoldIcon'
27
28
  export { default as CheckIcon } from './CheckIcon'
@@ -22,6 +22,7 @@ export { default as BlockIcon } from './BlockIcon.js'
22
22
  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
+ export { default as CalculatorIcon } from './CalculatorIcon.js'
25
26
  export { default as ChatTranslateIcon } from './ChatTranslateIcon.js'
26
27
  export { default as CheckBoldIcon } from './CheckBoldIcon.js'
27
28
  export { default as CheckIcon } from './CheckIcon.js'
package/solid/index.d.ts CHANGED
@@ -22,6 +22,7 @@ export { default as BlockIcon } from './BlockIcon'
22
22
  export { default as BookmarkedIcon } from './BookmarkedIcon'
23
23
  export { default as BookmarksIcon } from './BookmarksIcon'
24
24
  export { default as CakeBirthdayIcon } from './CakeBirthdayIcon'
25
+ export { default as CalculatorIcon } from './CalculatorIcon'
25
26
  export { default as ChatTranslateIcon } from './ChatTranslateIcon'
26
27
  export { default as CheckBoldIcon } from './CheckBoldIcon'
27
28
  export { default as CheckIcon } from './CheckIcon'
package/solid/index.js CHANGED
@@ -22,6 +22,7 @@ module.exports.BlockIcon = require("./BlockIcon.js")
22
22
  module.exports.BookmarkedIcon = require("./BookmarkedIcon.js")
23
23
  module.exports.BookmarksIcon = require("./BookmarksIcon.js")
24
24
  module.exports.CakeBirthdayIcon = require("./CakeBirthdayIcon.js")
25
+ module.exports.CalculatorIcon = require("./CalculatorIcon.js")
25
26
  module.exports.ChatTranslateIcon = require("./ChatTranslateIcon.js")
26
27
  module.exports.CheckBoldIcon = require("./CheckBoldIcon.js")
27
28
  module.exports.CheckIcon = require("./CheckIcon.js")