@bubbles-ui/icons 1.2.143 → 1.2.145

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.143",
3
+ "version": "1.2.145",
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 EditIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default EditIcon;
@@ -0,0 +1,15 @@
1
+ const React = require("react");
2
+ function EditIcon(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: "M15.347 1.707a2.21 2.21 0 0 0-1.304.596c-.055.051-1.722 1.716-3.704 3.7C7.29 9.052 6.73 9.615 6.708 9.654a.614.614 0 0 0-.045.105c-.025.082-.422 2.874-.422 2.966.001.19.104.35.278.435a.41.41 0 0 0 .18.048c.051.003.229-.02 1.513-.204 1.565-.225 1.486-.211 1.586-.269.057-.033 7.37-7.344 7.464-7.462.145-.183.285-.431.36-.638a2.207 2.207 0 0 0-.347-2.108 2.892 2.892 0 0 0-.178-.192 2.019 2.019 0 0 0-.525-.388 2.229 2.229 0 0 0-.7-.227 3.22 3.22 0 0 0-.525-.014Zm.029.99a1.22 1.22 0 0 0-.624.293c-.037.034-1.663 1.657-3.612 3.606l-3.544 3.545-.14.987c-.078.543-.14.992-.14.998 0 .009.178-.015.994-.131l.995-.143 3.587-3.588c2.398-2.398 3.601-3.607 3.63-3.645.158-.213.24-.458.24-.727a1.21 1.21 0 0 0-.905-1.17 1.355 1.355 0 0 0-.481-.026Zm-13.929 8.09c-.304.033-.6.156-.839.348a1.638 1.638 0 0 0-.6 1.104c-.01.101-.01 2.49 0 2.594a1.62 1.62 0 0 0 .888 1.292c.16.08.316.13.5.16.08.012.389.012 7.604.012s7.524 0 7.603-.013a1.644 1.644 0 0 0 1.293-1.035 1.6 1.6 0 0 0 .094-.4.211.211 0 0 1 .011-.064c.003-.002.006-.568.006-1.257 0-.69-.003-1.251-.006-1.249-.003.002-.008-.022-.01-.053a1.625 1.625 0 0 0-1.448-1.44c-.04-.005-.537-.007-1.283-.007-1.358 0-1.269-.004-1.378.051a.541.541 0 0 0-.211.206.544.544 0 0 0-.048.337.527.527 0 0 0 .284.348c.094.042.012.04 1.357.044l1.235.004.052.016c.231.07.408.265.452.493.01.05.01.219.01 1.257 0 .781-.002 1.216-.007 1.245a.603.603 0 0 1-.164.327.638.638 0 0 1-.294.184l-.064.02H1.516l-.064-.02a.638.638 0 0 1-.294-.184.626.626 0 0 1-.136-.213c-.037-.113-.035-.055-.035-1.35 0-.8.002-1.222.007-1.253a.655.655 0 0 1 .454-.506l.053-.016 1.235-.004c1.345-.005 1.263-.002 1.357-.044a.52.52 0 0 0 .245-.24.426.426 0 0 0 .047-.217.453.453 0 0 0-.144-.342.404.404 0 0 0-.123-.092c-.11-.055-.019-.051-1.39-.05-.674 0-1.251.003-1.28.006ZM.003 13.535c0 .691.001.974.002.628v-1.256c0-.346-.002-.063-.002.628Z",
12
+ clipRule: "evenodd"
13
+ }));
14
+ }
15
+ module.exports = EditIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function EditIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default EditIcon;
@@ -0,0 +1,15 @@
1
+ import * as React from "react";
2
+ function EditIcon(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: "M15.347 1.707a2.21 2.21 0 0 0-1.304.596c-.055.051-1.722 1.716-3.704 3.7C7.29 9.052 6.73 9.615 6.708 9.654a.614.614 0 0 0-.045.105c-.025.082-.422 2.874-.422 2.966.001.19.104.35.278.435a.41.41 0 0 0 .18.048c.051.003.229-.02 1.513-.204 1.565-.225 1.486-.211 1.586-.269.057-.033 7.37-7.344 7.464-7.462.145-.183.285-.431.36-.638a2.207 2.207 0 0 0-.347-2.108 2.892 2.892 0 0 0-.178-.192 2.019 2.019 0 0 0-.525-.388 2.229 2.229 0 0 0-.7-.227 3.22 3.22 0 0 0-.525-.014Zm.029.99a1.22 1.22 0 0 0-.624.293c-.037.034-1.663 1.657-3.612 3.606l-3.544 3.545-.14.987c-.078.543-.14.992-.14.998 0 .009.178-.015.994-.131l.995-.143 3.587-3.588c2.398-2.398 3.601-3.607 3.63-3.645.158-.213.24-.458.24-.727a1.21 1.21 0 0 0-.905-1.17 1.355 1.355 0 0 0-.481-.026Zm-13.929 8.09c-.304.033-.6.156-.839.348a1.638 1.638 0 0 0-.6 1.104c-.01.101-.01 2.49 0 2.594a1.62 1.62 0 0 0 .888 1.292c.16.08.316.13.5.16.08.012.389.012 7.604.012s7.524 0 7.603-.013a1.644 1.644 0 0 0 1.293-1.035 1.6 1.6 0 0 0 .094-.4.211.211 0 0 1 .011-.064c.003-.002.006-.568.006-1.257 0-.69-.003-1.251-.006-1.249-.003.002-.008-.022-.01-.053a1.625 1.625 0 0 0-1.448-1.44c-.04-.005-.537-.007-1.283-.007-1.358 0-1.269-.004-1.378.051a.541.541 0 0 0-.211.206.544.544 0 0 0-.048.337.527.527 0 0 0 .284.348c.094.042.012.04 1.357.044l1.235.004.052.016c.231.07.408.265.452.493.01.05.01.219.01 1.257 0 .781-.002 1.216-.007 1.245a.603.603 0 0 1-.164.327.638.638 0 0 1-.294.184l-.064.02H1.516l-.064-.02a.638.638 0 0 1-.294-.184.626.626 0 0 1-.136-.213c-.037-.113-.035-.055-.035-1.35 0-.8.002-1.222.007-1.253a.655.655 0 0 1 .454-.506l.053-.016 1.235-.004c1.345-.005 1.263-.002 1.357-.044a.52.52 0 0 0 .245-.24.426.426 0 0 0 .047-.217.453.453 0 0 0-.144-.342.404.404 0 0 0-.123-.092c-.11-.055-.019-.051-1.39-.05-.674 0-1.251.003-1.28.006ZM.003 13.535c0 .691.001.974.002.628v-1.256c0-.346-.002-.063-.002.628Z",
12
+ clipRule: "evenodd"
13
+ }));
14
+ }
15
+ export default EditIcon;
@@ -51,6 +51,7 @@ export { default as DislikeIcon } from './DislikeIcon'
51
51
  export { default as DoneSquareAlternateIcon } from './DoneSquareAlternateIcon'
52
52
  export { default as DownloadIcon } from './DownloadIcon'
53
53
  export { default as EditWriteIcon } from './EditWriteIcon'
54
+ export { default as EditIcon } from './EditIcon'
54
55
  export { default as EditorCenterAlignIcon } from './EditorCenterAlignIcon'
55
56
  export { default as EditorHyperlinkIcon } from './EditorHyperlinkIcon'
56
57
  export { default as EditorIndentDecreaseIcon } from './EditorIndentDecreaseIcon'
@@ -51,6 +51,7 @@ export { default as DislikeIcon } from './DislikeIcon.js'
51
51
  export { default as DoneSquareAlternateIcon } from './DoneSquareAlternateIcon.js'
52
52
  export { default as DownloadIcon } from './DownloadIcon.js'
53
53
  export { default as EditWriteIcon } from './EditWriteIcon.js'
54
+ export { default as EditIcon } from './EditIcon.js'
54
55
  export { default as EditorCenterAlignIcon } from './EditorCenterAlignIcon.js'
55
56
  export { default as EditorHyperlinkIcon } from './EditorHyperlinkIcon.js'
56
57
  export { default as EditorIndentDecreaseIcon } from './EditorIndentDecreaseIcon.js'
package/solid/index.d.ts CHANGED
@@ -51,6 +51,7 @@ export { default as DislikeIcon } from './DislikeIcon'
51
51
  export { default as DoneSquareAlternateIcon } from './DoneSquareAlternateIcon'
52
52
  export { default as DownloadIcon } from './DownloadIcon'
53
53
  export { default as EditWriteIcon } from './EditWriteIcon'
54
+ export { default as EditIcon } from './EditIcon'
54
55
  export { default as EditorCenterAlignIcon } from './EditorCenterAlignIcon'
55
56
  export { default as EditorHyperlinkIcon } from './EditorHyperlinkIcon'
56
57
  export { default as EditorIndentDecreaseIcon } from './EditorIndentDecreaseIcon'
package/solid/index.js CHANGED
@@ -51,6 +51,7 @@ module.exports.DislikeIcon = require("./DislikeIcon.js")
51
51
  module.exports.DoneSquareAlternateIcon = require("./DoneSquareAlternateIcon.js")
52
52
  module.exports.DownloadIcon = require("./DownloadIcon.js")
53
53
  module.exports.EditWriteIcon = require("./EditWriteIcon.js")
54
+ module.exports.EditIcon = require("./EditIcon.js")
54
55
  module.exports.EditorCenterAlignIcon = require("./EditorCenterAlignIcon.js")
55
56
  module.exports.EditorHyperlinkIcon = require("./EditorHyperlinkIcon.js")
56
57
  module.exports.EditorIndentDecreaseIcon = require("./EditorIndentDecreaseIcon.js")