@bubbles-ui/icons 1.2.115 → 1.2.117
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/outline/SortDragIcon.js +1 -1
- package/outline/esm/SortDragIcon.js +1 -1
- package/package.json +1 -1
- package/solid/AddCircleIcon.d.ts +3 -0
- package/solid/AddCircleIcon.js +15 -0
- package/solid/DeleteBinIcon.js +4 -2
- package/solid/EditWriteIcon.js +4 -2
- package/solid/ViewOffIcon.d.ts +3 -0
- package/solid/ViewOffIcon.js +15 -0
- package/solid/esm/AddCircleIcon.d.ts +3 -0
- package/solid/esm/AddCircleIcon.js +15 -0
- package/solid/esm/DeleteBinIcon.js +4 -2
- package/solid/esm/EditWriteIcon.js +4 -2
- package/solid/esm/ViewOffIcon.d.ts +3 -0
- package/solid/esm/ViewOffIcon.js +15 -0
- package/solid/esm/index.d.ts +2 -0
- package/solid/esm/index.js +2 -0
- package/solid/index.d.ts +2 -0
- package/solid/index.js +2 -0
package/outline/SortDragIcon.js
CHANGED
package/package.json
CHANGED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function AddCircleIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
viewBox: "0 0 19 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.176.004A8.996 8.996 0 0 0 .96 6.147 8.826 8.826 0 0 0 .503 9c0 .428.011.64.051 1.005a8.987 8.987 0 0 0 3.654 6.278c.726.53 1.567.963 2.437 1.255a8.815 8.815 0 0 0 2.855.458c.428 0 .64-.01 1.004-.05a8.99 8.99 0 0 0 5.015-2.253c.126-.111.562-.548.674-.674a8.86 8.86 0 0 0 1.37-2.02 8.878 8.878 0 0 0 .93-3.652c0-.044.002-.073.007-.073.004 0 .007-.098.007-.278a1.92 1.92 0 0 0-.007-.273c-.005.003-.008-.022-.008-.07a8.987 8.987 0 0 0-1.349-4.409 8.851 8.851 0 0 0-1.134-1.458A8.85 8.85 0 0 0 13.5.936a8.86 8.86 0 0 0-3.416-.919C9.94.007 9.31-.002 9.176.004Zm-.087.99a8.006 8.006 0 0 0-4.172 1.427 8.246 8.246 0 0 0-1.673 1.567 8.012 8.012 0 0 0-1.531 3.1 8.161 8.161 0 0 0-.18 2.808 8.007 8.007 0 0 0 3.175 5.531 8.06 8.06 0 0 0 2.581 1.28 8.125 8.125 0 0 0 3.136.256 7.907 7.907 0 0 0 2.635-.78 7.853 7.853 0 0 0 2.106-1.516 7.852 7.852 0 0 0 1.516-2.107c.558-1.13.831-2.299.831-3.56a7.88 7.88 0 0 0-.831-3.56 7.844 7.844 0 0 0-1.515-2.107 7.844 7.844 0 0 0-2.107-1.515A7.9 7.9 0 0 0 9.885.994c-.173-.009-.62-.008-.796 0Zm.306 4.121a.506.506 0 0 0-.365.328l-.016.047-.004 1.508-.004 1.509-1.508.003-1.508.004-.047.016a.517.517 0 0 0-.315.315.38.38 0 0 0-.02.155.38.38 0 0 0 .02.155c.047.142.17.266.315.315l.047.016 1.508.004 1.508.003.004 1.509.004 1.508.016.047c.049.144.172.267.315.315a.38.38 0 0 0 .155.019.38.38 0 0 0 .154-.02.517.517 0 0 0 .316-.314l.016-.047.003-1.508.004-1.509L11.5 9.49l1.509-.004.046-.016a.518.518 0 0 0 .315-.315.38.38 0 0 0 .02-.155.38.38 0 0 0-.02-.155.518.518 0 0 0-.315-.315l-.046-.016L11.5 8.51l-1.508-.003-.004-1.509-.003-1.508-.016-.047a.514.514 0 0 0-.316-.314.597.597 0 0 0-.259-.014ZM.503 9.004c0 .154 0 .216.002.138V8.86c-.001-.076-.002-.012-.002.143Z",
|
|
12
|
+
clipRule: "evenodd"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
module.exports = AddCircleIcon;
|
package/solid/DeleteBinIcon.js
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
const React = require("react");
|
|
2
2
|
function DeleteBinIcon(props) {
|
|
3
3
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
-
viewBox: "0 0
|
|
4
|
+
viewBox: "0 0 19 18",
|
|
5
5
|
fill: "currentColor",
|
|
6
6
|
"aria-hidden": "true",
|
|
7
7
|
width: "1em",
|
|
8
8
|
height: "1em"
|
|
9
9
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
-
|
|
10
|
+
fillRule: "evenodd",
|
|
11
|
+
d: "M7.36.006c-.256.026-.565.14-.785.29a1.974 1.974 0 0 0-.577.62 2.23 2.23 0 0 0-.228.583c-.045.197-.046.217-.05.786l-.002.526-2.401.002-2.401.002-.061.022A.57.57 0 0 0 .52 3.2a.773.773 0 0 0-.012.296.562.562 0 0 0 .369.419c.043.014.111.015 1.138.017l1.093.003v6.105c0 4.32.002 6.132.008 6.196.017.18.063.382.125.544.25.65.779 1.096 1.428 1.206.084.014.296.015 4.826.015 4.58 0 4.741 0 4.83-.015a1.79 1.79 0 0 0 .85-.386 2.39 2.39 0 0 0 .317-.334c.22-.3.355-.658.39-1.034.006-.058.008-2.029.008-6.191V3.934l1.093-.003c1.025-.002 1.095-.003 1.138-.017a.565.565 0 0 0 .369-.418.775.775 0 0 0-.012-.297.57.57 0 0 0-.334-.362l-.06-.022-2.402-.002-2.402-.002v-.478c0-.471-.004-.577-.027-.719a2.094 2.094 0 0 0-.37-.879 2.388 2.388 0 0 0-.317-.333 1.788 1.788 0 0 0-.66-.343c-.23-.063-.023-.057-2.373-.059C8.377 0 7.4.002 7.361.006Zm.053 1.122a.91.91 0 0 0-.22.08.829.829 0 0 0-.385.459c-.045.132-.043.108-.046.647l-.003.497h5.481v-.468c0-.271-.003-.49-.008-.52a.84.84 0 0 0-.524-.66c-.126-.046-.01-.044-2.219-.043-1.12 0-2.054.004-2.076.008ZM4.15 10.032c0 5.532 0 6.105.012 6.163a.841.841 0 0 0 .58.665l.054.017 4.662.003c3.434.002 4.677 0 4.722-.007a.768.768 0 0 0 .38-.18.858.858 0 0 0 .27-.446l.016-.063.002-6.125.002-6.126H4.15v6.1ZM7.418 7.05a.534.534 0 0 0-.28.194.652.652 0 0 0-.104.23c-.015.081-.015 5.79 0 5.868a.595.595 0 0 0 .18.314.465.465 0 0 0 .323.124c.099 0 .15-.012.233-.055a.567.567 0 0 0 .28-.38c.01-.053.01-.424.01-2.963l-.003-2.903-.016-.051a.609.609 0 0 0-.253-.327.531.531 0 0 0-.37-.05Zm3.905.004a.472.472 0 0 0-.231.148.465.465 0 0 0-.098.14c-.06.13-.055-.141-.055 3.067 0 3.206-.005 2.936.055 3.065a.456.456 0 0 0 .098.142.41.41 0 0 0 .138.109.428.428 0 0 0 .233.055.465.465 0 0 0 .323-.124.596.596 0 0 0 .18-.314c.015-.079.015-5.787 0-5.867-.037-.199-.207-.384-.388-.425a.6.6 0 0 0-.255.004Z",
|
|
12
|
+
clipRule: "evenodd"
|
|
11
13
|
}));
|
|
12
14
|
}
|
|
13
15
|
module.exports = DeleteBinIcon;
|
package/solid/EditWriteIcon.js
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
const React = require("react");
|
|
2
2
|
function EditWriteIcon(props) {
|
|
3
3
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
-
viewBox: "0 0
|
|
4
|
+
viewBox: "0 0 19 18",
|
|
5
5
|
fill: "currentColor",
|
|
6
6
|
"aria-hidden": "true",
|
|
7
7
|
width: "1em",
|
|
8
8
|
height: "1em"
|
|
9
9
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
-
|
|
10
|
+
fillRule: "evenodd",
|
|
11
|
+
d: "M14.658.54a3.112 3.112 0 0 0-1.778.755c-.02.017-2.388 2.382-5.262 5.256-3.348 3.346-5.236 5.24-5.253 5.265a.529.529 0 0 0-.042.08c-.009.02-.302 1.153-.651 2.515l-.636 2.477v.097c0 .09.002.102.02.153.087.236.324.37.565.319.128-.027 4.964-1.272 4.995-1.286a.574.574 0 0 0 .076-.043 4703.09 4703.09 0 0 0 10.51-10.505c.395-.447.659-1.025.739-1.62.04-.302.033-.659-.02-.954A3.055 3.055 0 0 0 15.508.591c-.2-.04-.323-.052-.565-.055-.12-.001-.249 0-.285.004Zm.12.973a2.114 2.114 0 0 0-1.267.53l-.052.049 1.475 1.475L16.41 5.04l.059-.066c.362-.41.549-.948.519-1.494a2.083 2.083 0 0 0-.424-1.155 2.282 2.282 0 0 0-.541-.495 2.1 2.1 0 0 0-1.246-.318Zm-6.66 5.921L3.47 12.082l1.474 1.474 1.474 1.474 4.65-4.65 4.649-4.649-1.473-1.472c-.81-.81-1.474-1.473-1.476-1.473-.002 0-2.095 2.092-4.65 4.648Zm-5.084 5.6-.418 1.633c-.23.896-.416 1.63-.415 1.631.002.002 3.15-.803 3.236-.827l.03-.009-1.216-1.217c-.67-.669-1.217-1.214-1.217-1.212Z",
|
|
12
|
+
clipRule: "evenodd"
|
|
11
13
|
}));
|
|
12
14
|
}
|
|
13
15
|
module.exports = EditWriteIcon;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function ViewOffIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
viewBox: "0 0 19 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: "M16.203 2.131a.455.455 0 0 0-.238.097c-.031.025-1.376 1.313-2.7 2.587l-.25.24-.035-.017a8.517 8.517 0 0 0-3.58-.782C8.187 4.254 6.9 4.591 5.567 5.26c-1.414.71-2.841 1.795-3.992 3.036-.206.222-.288.334-.372.506-.3.616-.198 1.333.262 1.847a14.623 14.623 0 0 0 3.032 2.58c0 .002-.43.416-.956.921-.637.612-.966.932-.984.959a.458.458 0 0 0-.081.299.463.463 0 0 0 .173.351c.09.076.188.11.315.11.113 0 .203-.029.285-.09.02-.016.54-.512 1.154-1.102.82-.787 1.127-1.078 1.155-1.093a.46.46 0 0 0 .168-.154c.037-.056.139-.156.951-.936.602-.577.927-.885.962-.908a.58.58 0 0 0 .145-.144c.022-.037 3.696-3.561 3.748-3.595a.506.506 0 0 0 .142-.135c.022-.03.31-.312.847-.827l.98-.94c.09-.089.823-.792 1.627-1.563.804-.77 1.48-1.423 1.504-1.45a.489.489 0 0 0-.427-.8ZM9.05 5.242c-.975.067-1.95.35-2.995.867-1.046.519-2.042 1.214-3.013 2.102-.265.242-.815.804-.905.924a.746.746 0 0 0-.105.215.53.53 0 0 0-.016.18.56.56 0 0 0 .062.3c.039.08.073.123.24.304.341.373.757.775 1.149 1.113.516.446 1.14.903 1.7 1.248l.057.035.02-.017a389.299 389.299 0 0 0 1.48-1.418c.014-.013.013-.016-.04-.127a3.21 3.21 0 0 1-.218-2.172 3.224 3.224 0 0 1 2.717-2.41c.283-.034.634-.029.908.015.351.056.72.18 1.014.34l.097.053.525-.504.525-.504-.06-.024a7.571 7.571 0 0 0-2.091-.499 8.665 8.665 0 0 0-1.05-.02Zm5.836 1.069a.511.511 0 0 0-.351.318.537.537 0 0 0-.01.275.481.481 0 0 0 .133.234c.013.011.1.079.195.15.397.3.715.563 1.073.89.277.253.842.83.937.957.04.053.084.142.104.21.02.07.027.222.014.3a.665.665 0 0 1-.122.29c-.05.065-.238.267-.447.479-1.658 1.684-3.68 2.89-5.49 3.273a6.238 6.238 0 0 1-1.382.144c-.71 0-1.295-.082-1.933-.271l-.14-.042h-.102a.368.368 0 0 0-.23.057.477.477 0 0 0-.235.304.552.552 0 0 0-.006.227.57.57 0 0 0 .16.268c.075.06.108.074.31.134.54.158 1.091.253 1.686.289.19.012.806.012.969 0a7.816 7.816 0 0 0 1.67-.296c1.12-.32 2.28-.896 3.402-1.688a14.97 14.97 0 0 0 2.023-1.719c.239-.243.454-.476.523-.568a1.66 1.66 0 0 0-.034-2.03c-.14-.174-.676-.724-.982-1.006a14.91 14.91 0 0 0-1.175-.978c-.19-.142-.223-.163-.295-.189a.587.587 0 0 0-.265-.012ZM9.422 7.344c-.731.061-1.37.451-1.749 1.07-.053.087-.15.284-.184.377a2.278 2.278 0 0 0-.007 1.56c.004.006.522-.487 1.488-1.414 1.42-1.362 1.481-1.423 1.465-1.431a2.422 2.422 0 0 0-.418-.125 2.573 2.573 0 0 0-.595-.037Zm2.654 1.706a.496.496 0 0 0-.386.354.935.935 0 0 0-.019.168 2.13 2.13 0 0 1-.215.9 2.14 2.14 0 0 1-.995 1.005c-.294.144-.54.207-.88.223-.182.009-.21.014-.293.054a.487.487 0 0 0 .108.915c.107.023.443.002.676-.04a3.16 3.16 0 0 0 2.353-1.934c.145-.368.216-.725.217-1.09.001-.156 0-.173-.015-.22a.506.506 0 0 0-.315-.317.61.61 0 0 0-.236-.018Z",
|
|
12
|
+
clipRule: "evenodd"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
module.exports = ViewOffIcon;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function AddCircleIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
viewBox: "0 0 19 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.176.004A8.996 8.996 0 0 0 .96 6.147 8.826 8.826 0 0 0 .503 9c0 .428.011.64.051 1.005a8.987 8.987 0 0 0 3.654 6.278c.726.53 1.567.963 2.437 1.255a8.815 8.815 0 0 0 2.855.458c.428 0 .64-.01 1.004-.05a8.99 8.99 0 0 0 5.015-2.253c.126-.111.562-.548.674-.674a8.86 8.86 0 0 0 1.37-2.02 8.878 8.878 0 0 0 .93-3.652c0-.044.002-.073.007-.073.004 0 .007-.098.007-.278a1.92 1.92 0 0 0-.007-.273c-.005.003-.008-.022-.008-.07a8.987 8.987 0 0 0-1.349-4.409 8.851 8.851 0 0 0-1.134-1.458A8.85 8.85 0 0 0 13.5.936a8.86 8.86 0 0 0-3.416-.919C9.94.007 9.31-.002 9.176.004Zm-.087.99a8.006 8.006 0 0 0-4.172 1.427 8.246 8.246 0 0 0-1.673 1.567 8.012 8.012 0 0 0-1.531 3.1 8.161 8.161 0 0 0-.18 2.808 8.007 8.007 0 0 0 3.175 5.531 8.06 8.06 0 0 0 2.581 1.28 8.125 8.125 0 0 0 3.136.256 7.907 7.907 0 0 0 2.635-.78 7.853 7.853 0 0 0 2.106-1.516 7.852 7.852 0 0 0 1.516-2.107c.558-1.13.831-2.299.831-3.56a7.88 7.88 0 0 0-.831-3.56 7.844 7.844 0 0 0-1.515-2.107 7.844 7.844 0 0 0-2.107-1.515A7.9 7.9 0 0 0 9.885.994c-.173-.009-.62-.008-.796 0Zm.306 4.121a.506.506 0 0 0-.365.328l-.016.047-.004 1.508-.004 1.509-1.508.003-1.508.004-.047.016a.517.517 0 0 0-.315.315.38.38 0 0 0-.02.155.38.38 0 0 0 .02.155c.047.142.17.266.315.315l.047.016 1.508.004 1.508.003.004 1.509.004 1.508.016.047c.049.144.172.267.315.315a.38.38 0 0 0 .155.019.38.38 0 0 0 .154-.02.517.517 0 0 0 .316-.314l.016-.047.003-1.508.004-1.509L11.5 9.49l1.509-.004.046-.016a.518.518 0 0 0 .315-.315.38.38 0 0 0 .02-.155.38.38 0 0 0-.02-.155.518.518 0 0 0-.315-.315l-.046-.016L11.5 8.51l-1.508-.003-.004-1.509-.003-1.508-.016-.047a.514.514 0 0 0-.316-.314.597.597 0 0 0-.259-.014ZM.503 9.004c0 .154 0 .216.002.138V8.86c-.001-.076-.002-.012-.002.143Z",
|
|
12
|
+
clipRule: "evenodd"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
export default AddCircleIcon;
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
function DeleteBinIcon(props) {
|
|
3
3
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
-
viewBox: "0 0
|
|
4
|
+
viewBox: "0 0 19 18",
|
|
5
5
|
fill: "currentColor",
|
|
6
6
|
"aria-hidden": "true",
|
|
7
7
|
width: "1em",
|
|
8
8
|
height: "1em"
|
|
9
9
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
-
|
|
10
|
+
fillRule: "evenodd",
|
|
11
|
+
d: "M7.36.006c-.256.026-.565.14-.785.29a1.974 1.974 0 0 0-.577.62 2.23 2.23 0 0 0-.228.583c-.045.197-.046.217-.05.786l-.002.526-2.401.002-2.401.002-.061.022A.57.57 0 0 0 .52 3.2a.773.773 0 0 0-.012.296.562.562 0 0 0 .369.419c.043.014.111.015 1.138.017l1.093.003v6.105c0 4.32.002 6.132.008 6.196.017.18.063.382.125.544.25.65.779 1.096 1.428 1.206.084.014.296.015 4.826.015 4.58 0 4.741 0 4.83-.015a1.79 1.79 0 0 0 .85-.386 2.39 2.39 0 0 0 .317-.334c.22-.3.355-.658.39-1.034.006-.058.008-2.029.008-6.191V3.934l1.093-.003c1.025-.002 1.095-.003 1.138-.017a.565.565 0 0 0 .369-.418.775.775 0 0 0-.012-.297.57.57 0 0 0-.334-.362l-.06-.022-2.402-.002-2.402-.002v-.478c0-.471-.004-.577-.027-.719a2.094 2.094 0 0 0-.37-.879 2.388 2.388 0 0 0-.317-.333 1.788 1.788 0 0 0-.66-.343c-.23-.063-.023-.057-2.373-.059C8.377 0 7.4.002 7.361.006Zm.053 1.122a.91.91 0 0 0-.22.08.829.829 0 0 0-.385.459c-.045.132-.043.108-.046.647l-.003.497h5.481v-.468c0-.271-.003-.49-.008-.52a.84.84 0 0 0-.524-.66c-.126-.046-.01-.044-2.219-.043-1.12 0-2.054.004-2.076.008ZM4.15 10.032c0 5.532 0 6.105.012 6.163a.841.841 0 0 0 .58.665l.054.017 4.662.003c3.434.002 4.677 0 4.722-.007a.768.768 0 0 0 .38-.18.858.858 0 0 0 .27-.446l.016-.063.002-6.125.002-6.126H4.15v6.1ZM7.418 7.05a.534.534 0 0 0-.28.194.652.652 0 0 0-.104.23c-.015.081-.015 5.79 0 5.868a.595.595 0 0 0 .18.314.465.465 0 0 0 .323.124c.099 0 .15-.012.233-.055a.567.567 0 0 0 .28-.38c.01-.053.01-.424.01-2.963l-.003-2.903-.016-.051a.609.609 0 0 0-.253-.327.531.531 0 0 0-.37-.05Zm3.905.004a.472.472 0 0 0-.231.148.465.465 0 0 0-.098.14c-.06.13-.055-.141-.055 3.067 0 3.206-.005 2.936.055 3.065a.456.456 0 0 0 .098.142.41.41 0 0 0 .138.109.428.428 0 0 0 .233.055.465.465 0 0 0 .323-.124.596.596 0 0 0 .18-.314c.015-.079.015-5.787 0-5.867-.037-.199-.207-.384-.388-.425a.6.6 0 0 0-.255.004Z",
|
|
12
|
+
clipRule: "evenodd"
|
|
11
13
|
}));
|
|
12
14
|
}
|
|
13
15
|
export default DeleteBinIcon;
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
function EditWriteIcon(props) {
|
|
3
3
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
-
viewBox: "0 0
|
|
4
|
+
viewBox: "0 0 19 18",
|
|
5
5
|
fill: "currentColor",
|
|
6
6
|
"aria-hidden": "true",
|
|
7
7
|
width: "1em",
|
|
8
8
|
height: "1em"
|
|
9
9
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
-
|
|
10
|
+
fillRule: "evenodd",
|
|
11
|
+
d: "M14.658.54a3.112 3.112 0 0 0-1.778.755c-.02.017-2.388 2.382-5.262 5.256-3.348 3.346-5.236 5.24-5.253 5.265a.529.529 0 0 0-.042.08c-.009.02-.302 1.153-.651 2.515l-.636 2.477v.097c0 .09.002.102.02.153.087.236.324.37.565.319.128-.027 4.964-1.272 4.995-1.286a.574.574 0 0 0 .076-.043 4703.09 4703.09 0 0 0 10.51-10.505c.395-.447.659-1.025.739-1.62.04-.302.033-.659-.02-.954A3.055 3.055 0 0 0 15.508.591c-.2-.04-.323-.052-.565-.055-.12-.001-.249 0-.285.004Zm.12.973a2.114 2.114 0 0 0-1.267.53l-.052.049 1.475 1.475L16.41 5.04l.059-.066c.362-.41.549-.948.519-1.494a2.083 2.083 0 0 0-.424-1.155 2.282 2.282 0 0 0-.541-.495 2.1 2.1 0 0 0-1.246-.318Zm-6.66 5.921L3.47 12.082l1.474 1.474 1.474 1.474 4.65-4.65 4.649-4.649-1.473-1.472c-.81-.81-1.474-1.473-1.476-1.473-.002 0-2.095 2.092-4.65 4.648Zm-5.084 5.6-.418 1.633c-.23.896-.416 1.63-.415 1.631.002.002 3.15-.803 3.236-.827l.03-.009-1.216-1.217c-.67-.669-1.217-1.214-1.217-1.212Z",
|
|
12
|
+
clipRule: "evenodd"
|
|
11
13
|
}));
|
|
12
14
|
}
|
|
13
15
|
export default EditWriteIcon;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function ViewOffIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
viewBox: "0 0 19 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: "M16.203 2.131a.455.455 0 0 0-.238.097c-.031.025-1.376 1.313-2.7 2.587l-.25.24-.035-.017a8.517 8.517 0 0 0-3.58-.782C8.187 4.254 6.9 4.591 5.567 5.26c-1.414.71-2.841 1.795-3.992 3.036-.206.222-.288.334-.372.506-.3.616-.198 1.333.262 1.847a14.623 14.623 0 0 0 3.032 2.58c0 .002-.43.416-.956.921-.637.612-.966.932-.984.959a.458.458 0 0 0-.081.299.463.463 0 0 0 .173.351c.09.076.188.11.315.11.113 0 .203-.029.285-.09.02-.016.54-.512 1.154-1.102.82-.787 1.127-1.078 1.155-1.093a.46.46 0 0 0 .168-.154c.037-.056.139-.156.951-.936.602-.577.927-.885.962-.908a.58.58 0 0 0 .145-.144c.022-.037 3.696-3.561 3.748-3.595a.506.506 0 0 0 .142-.135c.022-.03.31-.312.847-.827l.98-.94c.09-.089.823-.792 1.627-1.563.804-.77 1.48-1.423 1.504-1.45a.489.489 0 0 0-.427-.8ZM9.05 5.242c-.975.067-1.95.35-2.995.867-1.046.519-2.042 1.214-3.013 2.102-.265.242-.815.804-.905.924a.746.746 0 0 0-.105.215.53.53 0 0 0-.016.18.56.56 0 0 0 .062.3c.039.08.073.123.24.304.341.373.757.775 1.149 1.113.516.446 1.14.903 1.7 1.248l.057.035.02-.017a389.299 389.299 0 0 0 1.48-1.418c.014-.013.013-.016-.04-.127a3.21 3.21 0 0 1-.218-2.172 3.224 3.224 0 0 1 2.717-2.41c.283-.034.634-.029.908.015.351.056.72.18 1.014.34l.097.053.525-.504.525-.504-.06-.024a7.571 7.571 0 0 0-2.091-.499 8.665 8.665 0 0 0-1.05-.02Zm5.836 1.069a.511.511 0 0 0-.351.318.537.537 0 0 0-.01.275.481.481 0 0 0 .133.234c.013.011.1.079.195.15.397.3.715.563 1.073.89.277.253.842.83.937.957.04.053.084.142.104.21.02.07.027.222.014.3a.665.665 0 0 1-.122.29c-.05.065-.238.267-.447.479-1.658 1.684-3.68 2.89-5.49 3.273a6.238 6.238 0 0 1-1.382.144c-.71 0-1.295-.082-1.933-.271l-.14-.042h-.102a.368.368 0 0 0-.23.057.477.477 0 0 0-.235.304.552.552 0 0 0-.006.227.57.57 0 0 0 .16.268c.075.06.108.074.31.134.54.158 1.091.253 1.686.289.19.012.806.012.969 0a7.816 7.816 0 0 0 1.67-.296c1.12-.32 2.28-.896 3.402-1.688a14.97 14.97 0 0 0 2.023-1.719c.239-.243.454-.476.523-.568a1.66 1.66 0 0 0-.034-2.03c-.14-.174-.676-.724-.982-1.006a14.91 14.91 0 0 0-1.175-.978c-.19-.142-.223-.163-.295-.189a.587.587 0 0 0-.265-.012ZM9.422 7.344c-.731.061-1.37.451-1.749 1.07-.053.087-.15.284-.184.377a2.278 2.278 0 0 0-.007 1.56c.004.006.522-.487 1.488-1.414 1.42-1.362 1.481-1.423 1.465-1.431a2.422 2.422 0 0 0-.418-.125 2.573 2.573 0 0 0-.595-.037Zm2.654 1.706a.496.496 0 0 0-.386.354.935.935 0 0 0-.019.168 2.13 2.13 0 0 1-.215.9 2.14 2.14 0 0 1-.995 1.005c-.294.144-.54.207-.88.223-.182.009-.21.014-.293.054a.487.487 0 0 0 .108.915c.107.023.443.002.676-.04a3.16 3.16 0 0 0 2.353-1.934c.145-.368.216-.725.217-1.09.001-.156 0-.173-.015-.22a.506.506 0 0 0-.315-.317.61.61 0 0 0-.236-.018Z",
|
|
12
|
+
clipRule: "evenodd"
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
export default ViewOffIcon;
|
package/solid/esm/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { default as ActivitiesIcon } from './ActivitiesIcon'
|
|
2
|
+
export { default as AddCircleIcon } from './AddCircleIcon'
|
|
2
3
|
export { default as AddCommentIcon } from './AddCommentIcon'
|
|
3
4
|
export { default as AlertInformationCircleIcon } from './AlertInformationCircleIcon'
|
|
4
5
|
export { default as AlertWarningTriangleIcon } from './AlertWarningTriangleIcon'
|
|
@@ -159,6 +160,7 @@ export { default as TwitterIcon } from './TwitterIcon'
|
|
|
159
160
|
export { default as UnlockIcon } from './UnlockIcon'
|
|
160
161
|
export { default as UserGroupIcon } from './UserGroupIcon'
|
|
161
162
|
export { default as VideoEditCcTitlesIcon } from './VideoEditCcTitlesIcon'
|
|
163
|
+
export { default as ViewOffIcon } from './ViewOffIcon'
|
|
162
164
|
export { default as VolumeControlDownIcon } from './VolumeControlDownIcon'
|
|
163
165
|
export { default as VolumeControlFullIcon } from './VolumeControlFullIcon'
|
|
164
166
|
export { default as VolumeControlLowIcon } from './VolumeControlLowIcon'
|
package/solid/esm/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { default as ActivitiesIcon } from './ActivitiesIcon.js'
|
|
2
|
+
export { default as AddCircleIcon } from './AddCircleIcon.js'
|
|
2
3
|
export { default as AddCommentIcon } from './AddCommentIcon.js'
|
|
3
4
|
export { default as AlertInformationCircleIcon } from './AlertInformationCircleIcon.js'
|
|
4
5
|
export { default as AlertWarningTriangleIcon } from './AlertWarningTriangleIcon.js'
|
|
@@ -159,6 +160,7 @@ export { default as TwitterIcon } from './TwitterIcon.js'
|
|
|
159
160
|
export { default as UnlockIcon } from './UnlockIcon.js'
|
|
160
161
|
export { default as UserGroupIcon } from './UserGroupIcon.js'
|
|
161
162
|
export { default as VideoEditCcTitlesIcon } from './VideoEditCcTitlesIcon.js'
|
|
163
|
+
export { default as ViewOffIcon } from './ViewOffIcon.js'
|
|
162
164
|
export { default as VolumeControlDownIcon } from './VolumeControlDownIcon.js'
|
|
163
165
|
export { default as VolumeControlFullIcon } from './VolumeControlFullIcon.js'
|
|
164
166
|
export { default as VolumeControlLowIcon } from './VolumeControlLowIcon.js'
|
package/solid/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { default as ActivitiesIcon } from './ActivitiesIcon'
|
|
2
|
+
export { default as AddCircleIcon } from './AddCircleIcon'
|
|
2
3
|
export { default as AddCommentIcon } from './AddCommentIcon'
|
|
3
4
|
export { default as AlertInformationCircleIcon } from './AlertInformationCircleIcon'
|
|
4
5
|
export { default as AlertWarningTriangleIcon } from './AlertWarningTriangleIcon'
|
|
@@ -159,6 +160,7 @@ export { default as TwitterIcon } from './TwitterIcon'
|
|
|
159
160
|
export { default as UnlockIcon } from './UnlockIcon'
|
|
160
161
|
export { default as UserGroupIcon } from './UserGroupIcon'
|
|
161
162
|
export { default as VideoEditCcTitlesIcon } from './VideoEditCcTitlesIcon'
|
|
163
|
+
export { default as ViewOffIcon } from './ViewOffIcon'
|
|
162
164
|
export { default as VolumeControlDownIcon } from './VolumeControlDownIcon'
|
|
163
165
|
export { default as VolumeControlFullIcon } from './VolumeControlFullIcon'
|
|
164
166
|
export { default as VolumeControlLowIcon } from './VolumeControlLowIcon'
|
package/solid/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
module.exports.ActivitiesIcon = require("./ActivitiesIcon.js")
|
|
2
|
+
module.exports.AddCircleIcon = require("./AddCircleIcon.js")
|
|
2
3
|
module.exports.AddCommentIcon = require("./AddCommentIcon.js")
|
|
3
4
|
module.exports.AlertInformationCircleIcon = require("./AlertInformationCircleIcon.js")
|
|
4
5
|
module.exports.AlertWarningTriangleIcon = require("./AlertWarningTriangleIcon.js")
|
|
@@ -159,6 +160,7 @@ module.exports.TwitterIcon = require("./TwitterIcon.js")
|
|
|
159
160
|
module.exports.UnlockIcon = require("./UnlockIcon.js")
|
|
160
161
|
module.exports.UserGroupIcon = require("./UserGroupIcon.js")
|
|
161
162
|
module.exports.VideoEditCcTitlesIcon = require("./VideoEditCcTitlesIcon.js")
|
|
163
|
+
module.exports.ViewOffIcon = require("./ViewOffIcon.js")
|
|
162
164
|
module.exports.VolumeControlDownIcon = require("./VolumeControlDownIcon.js")
|
|
163
165
|
module.exports.VolumeControlFullIcon = require("./VolumeControlFullIcon.js")
|
|
164
166
|
module.exports.VolumeControlLowIcon = require("./VolumeControlLowIcon.js")
|