@bubbles-ui/icons 1.2.66 → 1.2.68
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/NonEvaluableIcon.d.ts +3 -0
- package/outline/NonEvaluableIcon.js +32 -0
- package/outline/PunctuableIcon.d.ts +3 -0
- package/outline/PunctuableIcon.js +22 -0
- package/outline/esm/NonEvaluableIcon.d.ts +3 -0
- package/outline/esm/NonEvaluableIcon.js +32 -0
- package/outline/esm/PunctuableIcon.d.ts +3 -0
- package/outline/esm/PunctuableIcon.js +22 -0
- package/outline/esm/index.d.ts +2 -0
- package/outline/esm/index.js +2 -0
- package/outline/index.d.ts +2 -0
- package/outline/index.js +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function NonEvaluableIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 18 18",
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "#878D96",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "M10.311.993a.607.607 0 0 0-.276.01l-6.444 2.14h7.226v-1.52a.655.655 0 0 0-.246-.51.616.616 0 0 0-.26-.12Zm1.46 2.15v-1.52c0-.25-.056-.496-.164-.72a1.614 1.614 0 0 0-.458-.571A1.535 1.535 0 0 0 9.753.065L2.056 2.622a1.577 1.577 0 0 0-.824.578 1.654 1.654 0 0 0-.322.982v11.805c0 .25.056.497.164.72.108.225 1.04-.205 1.04-.205h1.153c-.649 0-.649.981 0 .981h9.352c.419 0 .82-.17 1.116-.475.296-.305.462-.717.462-1.148V4.766c0-.43-.166-.843-.462-1.147-.156-.161-.41-.285-.675-.366a2.45 2.45 0 0 0-.68-.11h-.609ZM2.115 16.502h10.504a.615.615 0 0 0 .441-.188.652.652 0 0 0 .183-.454l.068-9.355c0-.677.886-.677.886 0V4.766c0-.17 0-1.27-1.137-.453a.615.615 0 0 0-.44-.188H1.865a.661.661 0 0 0-.002.058v11.804a.657.657 0 0 0 .246.51l.005.005Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fill: "#878D96",
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
d: "M5.997 7.577c.187 0 .356.112.433.286l1.974 4.466a.495.495 0 0 1-.236.648.47.47 0 0 1-.63-.243l-.18-.292.754-.772-.42-.951-.58.595-1.115-2.066-1.54 3.486a.47.47 0 0 1-.63.243.495.495 0 0 1-.236-.648l1.974-4.466a.475.475 0 0 1 .432-.286Z",
|
|
19
|
+
clipRule: "evenodd"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fill: "#878D96",
|
|
22
|
+
fillRule: "evenodd",
|
|
23
|
+
d: "M4.087 11.313c0-.27.213-.489.475-.489h2.87l-.543.54-.26.439H4.561a.482.482 0 0 1-.475-.49ZM9.68 10.066l.449-.46h1.357c.263 0 .476.22.476.49s-.213.489-.476.489H9.173l.506-.519Z",
|
|
24
|
+
clipRule: "evenodd"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
fill: "#878D96",
|
|
27
|
+
fillRule: "evenodd",
|
|
28
|
+
d: "M10.778 8.942v.664-.664 2.371c0 .27-.213.49-.476.49a.482.482 0 0 1-.475-.49V9.915l.95-.973ZM15.484 1.623a.41.41 0 0 0-.167.054c-.046.023-.469.456-7.644 7.798L.077 17.25l-.028.06a.485.485 0 0 0 .219.646.46.46 0 0 0 .451-.031c.038-.026 1.8-1.827 7.625-7.789 6.434-6.585 7.579-7.76 7.6-7.8a.412.412 0 0 0 .056-.24.409.409 0 0 0-.013-.137.524.524 0 0 0-.101-.178.45.45 0 0 0-.402-.157Z",
|
|
29
|
+
clipRule: "evenodd"
|
|
30
|
+
}));
|
|
31
|
+
}
|
|
32
|
+
module.exports = NonEvaluableIcon;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function PunctuableIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 18 18",
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "#878D96",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "M6.97.007A1.596 1.596 0 0 0 5.559 1.47c0 .012-.04.013-.74.013-.703 0-.744 0-.826.014a1.232 1.232 0 0 0-.522.215 1.272 1.272 0 0 0-.389.466l-.02.047h-.973c-.836 0-.983.001-1.047.01a1.215 1.215 0 0 0-.796.477c-.13.176-.208.364-.235.575-.01.077-.01.787-.009 6.865.002 6.196.004 6.783.014 6.833.03.141.058.225.109.329a1.246 1.246 0 0 0 .89.67c.05.01.578.012 6.092.014 5.427.002 6.046.001 6.123-.01.55-.07.971-.488 1.056-1.046.008-.049.01-.35.01-1.448 0-1.323 0-1.388-.013-1.432a.492.492 0 0 0-.32-.336.343.343 0 0 0-.142-.02.433.433 0 0 0-.329.124.47.47 0 0 0-.15.259 50.31 50.31 0 0 0-.007 1.366c0 .926-.003 1.338-.008 1.368a.258.258 0 0 1-.187.204c-.025.007-1.323.008-6.008.006l-5.976-.002-.04-.018a.298.298 0 0 1-.129-.13l-.018-.039V3.38l.019-.041a.302.302 0 0 1 .125-.128l.036-.018.904-.002.904-.002.005.186a1.227 1.227 0 0 0 .923 1.254c.154.039-.048.037 3.262.037 2.721 0 3.066-.002 3.134-.012.261-.038.487-.148.677-.33.166-.16.274-.343.334-.567a1.4 1.4 0 0 0 .041-.399V3.19l.905.002.906.002.04.019a.272.272 0 0 1 .125.129l.022.047.004 1.375.003 1.375.016.044a.51.51 0 0 0 .248.286c.081.039.121.048.214.048.142 0 .238-.04.34-.144a.378.378 0 0 0 .092-.123c.052-.11.048.005.048-1.522 0-1.483.001-1.43-.037-1.58a1.224 1.224 0 0 0-.942-.902l-.072-.016-1.004-.004-1.003-.004-.034-.065a1.237 1.237 0 0 0-.778-.634c-.14-.036-.106-.034-.922-.038l-.766-.004-.009-.078A1.595 1.595 0 0 0 7.416.02 2.34 2.34 0 0 0 6.97.007Zm.083.962a.632.632 0 0 0-.519.491.857.857 0 0 0-.003.246.608.608 0 0 0 .189.343.59.59 0 0 0 .425.169c.121 0 .237-.03.323-.084A.63.63 0 0 0 7.312.983a1.21 1.21 0 0 0-.26-.014ZM4.09 2.464a.299.299 0 0 0-.145.146l-.017.043v.843l.017.04a.296.296 0 0 0 .128.14l.042.021H10.178l.04-.02a.28.28 0 0 0 .127-.126l.02-.041v-.871l-.02-.041a.28.28 0 0 0-.127-.127l-.04-.02-.843-.001-.843-.002-.025.038a1.603 1.603 0 0 1-1.062.68 2.073 2.073 0 0 1-.457.006 1.612 1.612 0 0 1-.906-.432 1.87 1.87 0 0 1-.2-.236l-.04-.056h-.836c-.831 0-.837 0-.876.016Zm11.934 3.484c-.344.035-.657.16-.933.372-.077.059-4.597 4.574-4.636 4.631a.758.758 0 0 0-.04.064c-.021.042-.773 2.685-.78 2.744a.472.472 0 0 0 .214.459c.094.06.208.09.319.075.024-.004.684-.189 1.345-.376.633-.18 1.267-.361 1.341-.386.122-.04-.021.099 2.415-2.338a366.597 366.597 0 0 0 2.297-2.308 1.81 1.81 0 0 0 .407-.93 2.507 2.507 0 0 0-.004-.474 1.799 1.799 0 0 0-1.527-1.524 2.656 2.656 0 0 0-.418-.01Zm.036.968a.902.902 0 0 0-.353.147 308.55 308.55 0 0 0-2.234 2.22l-2.19 2.19-.234.817-.232.82.818-.232.816-.233 2.17-2.17a320.642 320.642 0 0 0 2.22-2.231.941.941 0 0 0 .144-.27.83.83 0 0 0-.925-1.058Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fill: "#878D96",
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
d: "M7.219 5.948a5.012 5.012 0 0 0-1.152.184 5.043 5.043 0 0 0-2.585 1.73 5.012 5.012 0 0 0-1.036 2.473c-.03.235-.037.356-.037.638 0 .281.007.402.037.637a5.022 5.022 0 0 0 4.352 4.352c.234.03.355.036.637.036.282 0 .403-.007.637-.036.505-.063.733-.083 1.195-.295.333-.2 0-1.134-.667-.82l.659-.332.59-.297L10.5 14l1.013-.083c.196-.27-1.15-.114-1.013-.417.247-.546.266-1.271.317-1.89.012-.14.985-2.135 1.421-1.689-.064-.782-.571-1.721-.571-1.721-.392-.683-.847-1.032-1.513-1.46a5.003 5.003 0 0 0-2.297-.78 8.92 8.92 0 0 0-.638-.012Zm-.108.993a4.038 4.038 0 0 0-2.849 1.522 4.052 4.052 0 0 0-.837 1.977c-.043.327-.043.74 0 1.065.05.386.158.764.323 1.132A4.071 4.071 0 0 0 5.77 14.66c.54.24 1.076.355 1.665.355a4 4 0 0 0 1.165-.168l1.248-.629c.287-.214.548-.467.77-.75.415-.527.228-1.02.34-1.682.084-.5.962-1.997 1.168-2.472L12.017 9l-.076-.202-.083-.198-.091-.2-.1-.2c.266.467-.467 1-.8.667 0 0-.373-.591-.768-.937a4.04 4.04 0 0 0-2.156-.97c-.232-.03-.6-.038-.832-.02Zm2.26 2.218a.51.51 0 0 0-.224.082c-.019.013-.602.59-1.296 1.284l-1.262 1.26-.408-.406a13.854 13.854 0 0 0-.444-.431.483.483 0 0 0-.315-.085.45.45 0 0 0-.302.126.495.495 0 0 0-.07.644c.018.025.305.316.637.647.656.655.64.641.758.678.07.021.21.023.277.003a.546.546 0 0 0 .193-.11c.028-.024.69-.684 1.471-1.466a83.874 83.874 0 0 0 1.448-1.464.493.493 0 0 0-.462-.762Z",
|
|
19
|
+
clipRule: "evenodd"
|
|
20
|
+
}));
|
|
21
|
+
}
|
|
22
|
+
module.exports = PunctuableIcon;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function NonEvaluableIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 18 18",
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "#878D96",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "M10.311.993a.607.607 0 0 0-.276.01l-6.444 2.14h7.226v-1.52a.655.655 0 0 0-.246-.51.616.616 0 0 0-.26-.12Zm1.46 2.15v-1.52c0-.25-.056-.496-.164-.72a1.614 1.614 0 0 0-.458-.571A1.535 1.535 0 0 0 9.753.065L2.056 2.622a1.577 1.577 0 0 0-.824.578 1.654 1.654 0 0 0-.322.982v11.805c0 .25.056.497.164.72.108.225 1.04-.205 1.04-.205h1.153c-.649 0-.649.981 0 .981h9.352c.419 0 .82-.17 1.116-.475.296-.305.462-.717.462-1.148V4.766c0-.43-.166-.843-.462-1.147-.156-.161-.41-.285-.675-.366a2.45 2.45 0 0 0-.68-.11h-.609ZM2.115 16.502h10.504a.615.615 0 0 0 .441-.188.652.652 0 0 0 .183-.454l.068-9.355c0-.677.886-.677.886 0V4.766c0-.17 0-1.27-1.137-.453a.615.615 0 0 0-.44-.188H1.865a.661.661 0 0 0-.002.058v11.804a.657.657 0 0 0 .246.51l.005.005Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fill: "#878D96",
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
d: "M5.997 7.577c.187 0 .356.112.433.286l1.974 4.466a.495.495 0 0 1-.236.648.47.47 0 0 1-.63-.243l-.18-.292.754-.772-.42-.951-.58.595-1.115-2.066-1.54 3.486a.47.47 0 0 1-.63.243.495.495 0 0 1-.236-.648l1.974-4.466a.475.475 0 0 1 .432-.286Z",
|
|
19
|
+
clipRule: "evenodd"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fill: "#878D96",
|
|
22
|
+
fillRule: "evenodd",
|
|
23
|
+
d: "M4.087 11.313c0-.27.213-.489.475-.489h2.87l-.543.54-.26.439H4.561a.482.482 0 0 1-.475-.49ZM9.68 10.066l.449-.46h1.357c.263 0 .476.22.476.49s-.213.489-.476.489H9.173l.506-.519Z",
|
|
24
|
+
clipRule: "evenodd"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
fill: "#878D96",
|
|
27
|
+
fillRule: "evenodd",
|
|
28
|
+
d: "M10.778 8.942v.664-.664 2.371c0 .27-.213.49-.476.49a.482.482 0 0 1-.475-.49V9.915l.95-.973ZM15.484 1.623a.41.41 0 0 0-.167.054c-.046.023-.469.456-7.644 7.798L.077 17.25l-.028.06a.485.485 0 0 0 .219.646.46.46 0 0 0 .451-.031c.038-.026 1.8-1.827 7.625-7.789 6.434-6.585 7.579-7.76 7.6-7.8a.412.412 0 0 0 .056-.24.409.409 0 0 0-.013-.137.524.524 0 0 0-.101-.178.45.45 0 0 0-.402-.157Z",
|
|
29
|
+
clipRule: "evenodd"
|
|
30
|
+
}));
|
|
31
|
+
}
|
|
32
|
+
export default NonEvaluableIcon;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function PunctuableIcon(props) {
|
|
3
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 18 18",
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"aria-hidden": "true",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "#878D96",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "M6.97.007A1.596 1.596 0 0 0 5.559 1.47c0 .012-.04.013-.74.013-.703 0-.744 0-.826.014a1.232 1.232 0 0 0-.522.215 1.272 1.272 0 0 0-.389.466l-.02.047h-.973c-.836 0-.983.001-1.047.01a1.215 1.215 0 0 0-.796.477c-.13.176-.208.364-.235.575-.01.077-.01.787-.009 6.865.002 6.196.004 6.783.014 6.833.03.141.058.225.109.329a1.246 1.246 0 0 0 .89.67c.05.01.578.012 6.092.014 5.427.002 6.046.001 6.123-.01.55-.07.971-.488 1.056-1.046.008-.049.01-.35.01-1.448 0-1.323 0-1.388-.013-1.432a.492.492 0 0 0-.32-.336.343.343 0 0 0-.142-.02.433.433 0 0 0-.329.124.47.47 0 0 0-.15.259 50.31 50.31 0 0 0-.007 1.366c0 .926-.003 1.338-.008 1.368a.258.258 0 0 1-.187.204c-.025.007-1.323.008-6.008.006l-5.976-.002-.04-.018a.298.298 0 0 1-.129-.13l-.018-.039V3.38l.019-.041a.302.302 0 0 1 .125-.128l.036-.018.904-.002.904-.002.005.186a1.227 1.227 0 0 0 .923 1.254c.154.039-.048.037 3.262.037 2.721 0 3.066-.002 3.134-.012.261-.038.487-.148.677-.33.166-.16.274-.343.334-.567a1.4 1.4 0 0 0 .041-.399V3.19l.905.002.906.002.04.019a.272.272 0 0 1 .125.129l.022.047.004 1.375.003 1.375.016.044a.51.51 0 0 0 .248.286c.081.039.121.048.214.048.142 0 .238-.04.34-.144a.378.378 0 0 0 .092-.123c.052-.11.048.005.048-1.522 0-1.483.001-1.43-.037-1.58a1.224 1.224 0 0 0-.942-.902l-.072-.016-1.004-.004-1.003-.004-.034-.065a1.237 1.237 0 0 0-.778-.634c-.14-.036-.106-.034-.922-.038l-.766-.004-.009-.078A1.595 1.595 0 0 0 7.416.02 2.34 2.34 0 0 0 6.97.007Zm.083.962a.632.632 0 0 0-.519.491.857.857 0 0 0-.003.246.608.608 0 0 0 .189.343.59.59 0 0 0 .425.169c.121 0 .237-.03.323-.084A.63.63 0 0 0 7.312.983a1.21 1.21 0 0 0-.26-.014ZM4.09 2.464a.299.299 0 0 0-.145.146l-.017.043v.843l.017.04a.296.296 0 0 0 .128.14l.042.021H10.178l.04-.02a.28.28 0 0 0 .127-.126l.02-.041v-.871l-.02-.041a.28.28 0 0 0-.127-.127l-.04-.02-.843-.001-.843-.002-.025.038a1.603 1.603 0 0 1-1.062.68 2.073 2.073 0 0 1-.457.006 1.612 1.612 0 0 1-.906-.432 1.87 1.87 0 0 1-.2-.236l-.04-.056h-.836c-.831 0-.837 0-.876.016Zm11.934 3.484c-.344.035-.657.16-.933.372-.077.059-4.597 4.574-4.636 4.631a.758.758 0 0 0-.04.064c-.021.042-.773 2.685-.78 2.744a.472.472 0 0 0 .214.459c.094.06.208.09.319.075.024-.004.684-.189 1.345-.376.633-.18 1.267-.361 1.341-.386.122-.04-.021.099 2.415-2.338a366.597 366.597 0 0 0 2.297-2.308 1.81 1.81 0 0 0 .407-.93 2.507 2.507 0 0 0-.004-.474 1.799 1.799 0 0 0-1.527-1.524 2.656 2.656 0 0 0-.418-.01Zm.036.968a.902.902 0 0 0-.353.147 308.55 308.55 0 0 0-2.234 2.22l-2.19 2.19-.234.817-.232.82.818-.232.816-.233 2.17-2.17a320.642 320.642 0 0 0 2.22-2.231.941.941 0 0 0 .144-.27.83.83 0 0 0-.925-1.058Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fill: "#878D96",
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
d: "M7.219 5.948a5.012 5.012 0 0 0-1.152.184 5.043 5.043 0 0 0-2.585 1.73 5.012 5.012 0 0 0-1.036 2.473c-.03.235-.037.356-.037.638 0 .281.007.402.037.637a5.022 5.022 0 0 0 4.352 4.352c.234.03.355.036.637.036.282 0 .403-.007.637-.036.505-.063.733-.083 1.195-.295.333-.2 0-1.134-.667-.82l.659-.332.59-.297L10.5 14l1.013-.083c.196-.27-1.15-.114-1.013-.417.247-.546.266-1.271.317-1.89.012-.14.985-2.135 1.421-1.689-.064-.782-.571-1.721-.571-1.721-.392-.683-.847-1.032-1.513-1.46a5.003 5.003 0 0 0-2.297-.78 8.92 8.92 0 0 0-.638-.012Zm-.108.993a4.038 4.038 0 0 0-2.849 1.522 4.052 4.052 0 0 0-.837 1.977c-.043.327-.043.74 0 1.065.05.386.158.764.323 1.132A4.071 4.071 0 0 0 5.77 14.66c.54.24 1.076.355 1.665.355a4 4 0 0 0 1.165-.168l1.248-.629c.287-.214.548-.467.77-.75.415-.527.228-1.02.34-1.682.084-.5.962-1.997 1.168-2.472L12.017 9l-.076-.202-.083-.198-.091-.2-.1-.2c.266.467-.467 1-.8.667 0 0-.373-.591-.768-.937a4.04 4.04 0 0 0-2.156-.97c-.232-.03-.6-.038-.832-.02Zm2.26 2.218a.51.51 0 0 0-.224.082c-.019.013-.602.59-1.296 1.284l-1.262 1.26-.408-.406a13.854 13.854 0 0 0-.444-.431.483.483 0 0 0-.315-.085.45.45 0 0 0-.302.126.495.495 0 0 0-.07.644c.018.025.305.316.637.647.656.655.64.641.758.678.07.021.21.023.277.003a.546.546 0 0 0 .193-.11c.028-.024.69-.684 1.471-1.466a83.874 83.874 0 0 0 1.448-1.464.493.493 0 0 0-.462-.762Z",
|
|
19
|
+
clipRule: "evenodd"
|
|
20
|
+
}));
|
|
21
|
+
}
|
|
22
|
+
export default PunctuableIcon;
|
package/outline/esm/index.d.ts
CHANGED
|
@@ -110,6 +110,7 @@ export { default as MoveRightIcon } from './MoveRightIcon'
|
|
|
110
110
|
export { default as MoveIcon } from './MoveIcon'
|
|
111
111
|
export { default as NavigationMenuLeftIcon } from './NavigationMenuLeftIcon'
|
|
112
112
|
export { default as NavigationMenuRightIcon } from './NavigationMenuRightIcon'
|
|
113
|
+
export { default as NonEvaluableIcon } from './NonEvaluableIcon'
|
|
113
114
|
export { default as OfficialBuildingIcon } from './OfficialBuildingIcon'
|
|
114
115
|
export { default as OpenIcon } from './OpenIcon'
|
|
115
116
|
export { default as PeopleManGraduateIcon } from './PeopleManGraduateIcon'
|
|
@@ -152,6 +153,7 @@ export { default as PluginTransactionalIcon } from './PluginTransactionalIcon'
|
|
|
152
153
|
export { default as PluginTranslatorIcon } from './PluginTranslatorIcon'
|
|
153
154
|
export { default as PluginUsersIcon } from './PluginUsersIcon'
|
|
154
155
|
export { default as PluginVirtualBlackboadIcon } from './PluginVirtualBlackboadIcon'
|
|
156
|
+
export { default as PunctuableIcon } from './PunctuableIcon'
|
|
155
157
|
export { default as QrCodeScanIcon } from './QrCodeScanIcon'
|
|
156
158
|
export { default as QuestionExclamationIcon } from './QuestionExclamationIcon'
|
|
157
159
|
export { default as RatingStarIcon } from './RatingStarIcon'
|
package/outline/esm/index.js
CHANGED
|
@@ -110,6 +110,7 @@ export { default as MoveRightIcon } from './MoveRightIcon.js'
|
|
|
110
110
|
export { default as MoveIcon } from './MoveIcon.js'
|
|
111
111
|
export { default as NavigationMenuLeftIcon } from './NavigationMenuLeftIcon.js'
|
|
112
112
|
export { default as NavigationMenuRightIcon } from './NavigationMenuRightIcon.js'
|
|
113
|
+
export { default as NonEvaluableIcon } from './NonEvaluableIcon.js'
|
|
113
114
|
export { default as OfficialBuildingIcon } from './OfficialBuildingIcon.js'
|
|
114
115
|
export { default as OpenIcon } from './OpenIcon.js'
|
|
115
116
|
export { default as PeopleManGraduateIcon } from './PeopleManGraduateIcon.js'
|
|
@@ -152,6 +153,7 @@ export { default as PluginTransactionalIcon } from './PluginTransactionalIcon.js
|
|
|
152
153
|
export { default as PluginTranslatorIcon } from './PluginTranslatorIcon.js'
|
|
153
154
|
export { default as PluginUsersIcon } from './PluginUsersIcon.js'
|
|
154
155
|
export { default as PluginVirtualBlackboadIcon } from './PluginVirtualBlackboadIcon.js'
|
|
156
|
+
export { default as PunctuableIcon } from './PunctuableIcon.js'
|
|
155
157
|
export { default as QrCodeScanIcon } from './QrCodeScanIcon.js'
|
|
156
158
|
export { default as QuestionExclamationIcon } from './QuestionExclamationIcon.js'
|
|
157
159
|
export { default as RatingStarIcon } from './RatingStarIcon.js'
|
package/outline/index.d.ts
CHANGED
|
@@ -110,6 +110,7 @@ export { default as MoveRightIcon } from './MoveRightIcon'
|
|
|
110
110
|
export { default as MoveIcon } from './MoveIcon'
|
|
111
111
|
export { default as NavigationMenuLeftIcon } from './NavigationMenuLeftIcon'
|
|
112
112
|
export { default as NavigationMenuRightIcon } from './NavigationMenuRightIcon'
|
|
113
|
+
export { default as NonEvaluableIcon } from './NonEvaluableIcon'
|
|
113
114
|
export { default as OfficialBuildingIcon } from './OfficialBuildingIcon'
|
|
114
115
|
export { default as OpenIcon } from './OpenIcon'
|
|
115
116
|
export { default as PeopleManGraduateIcon } from './PeopleManGraduateIcon'
|
|
@@ -152,6 +153,7 @@ export { default as PluginTransactionalIcon } from './PluginTransactionalIcon'
|
|
|
152
153
|
export { default as PluginTranslatorIcon } from './PluginTranslatorIcon'
|
|
153
154
|
export { default as PluginUsersIcon } from './PluginUsersIcon'
|
|
154
155
|
export { default as PluginVirtualBlackboadIcon } from './PluginVirtualBlackboadIcon'
|
|
156
|
+
export { default as PunctuableIcon } from './PunctuableIcon'
|
|
155
157
|
export { default as QrCodeScanIcon } from './QrCodeScanIcon'
|
|
156
158
|
export { default as QuestionExclamationIcon } from './QuestionExclamationIcon'
|
|
157
159
|
export { default as RatingStarIcon } from './RatingStarIcon'
|
package/outline/index.js
CHANGED
|
@@ -110,6 +110,7 @@ module.exports.MoveRightIcon = require("./MoveRightIcon.js")
|
|
|
110
110
|
module.exports.MoveIcon = require("./MoveIcon.js")
|
|
111
111
|
module.exports.NavigationMenuLeftIcon = require("./NavigationMenuLeftIcon.js")
|
|
112
112
|
module.exports.NavigationMenuRightIcon = require("./NavigationMenuRightIcon.js")
|
|
113
|
+
module.exports.NonEvaluableIcon = require("./NonEvaluableIcon.js")
|
|
113
114
|
module.exports.OfficialBuildingIcon = require("./OfficialBuildingIcon.js")
|
|
114
115
|
module.exports.OpenIcon = require("./OpenIcon.js")
|
|
115
116
|
module.exports.PeopleManGraduateIcon = require("./PeopleManGraduateIcon.js")
|
|
@@ -152,6 +153,7 @@ module.exports.PluginTransactionalIcon = require("./PluginTransactionalIcon.js")
|
|
|
152
153
|
module.exports.PluginTranslatorIcon = require("./PluginTranslatorIcon.js")
|
|
153
154
|
module.exports.PluginUsersIcon = require("./PluginUsersIcon.js")
|
|
154
155
|
module.exports.PluginVirtualBlackboadIcon = require("./PluginVirtualBlackboadIcon.js")
|
|
156
|
+
module.exports.PunctuableIcon = require("./PunctuableIcon.js")
|
|
155
157
|
module.exports.QrCodeScanIcon = require("./QrCodeScanIcon.js")
|
|
156
158
|
module.exports.QuestionExclamationIcon = require("./QuestionExclamationIcon.js")
|
|
157
159
|
module.exports.RatingStarIcon = require("./RatingStarIcon.js")
|