@shulex/icons 1.0.39 → 1.0.41
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.
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import ShulexIcon from "../components/ShulexIcon.mjs";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
const InnerSvg = (props) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M22 5.5a1 1 0 0 1 1 1V21a2 2 0 0 1-2 2H6.5a1 1 0 1 1 0-2H21V6.5a1 1 0 0 1 1-1M7 11a1 1 0 1 1 0 2h-.5a1 1 0 1 1 0-2z" }), /* @__PURE__ */ React.createElement("path", { d: "M14 11a1 1 0 1 1 0 2h-4a1 1 0 1 1 0-2zM7 7a1 1 0 0 1 0 2h-.5a1 1 0 0 1 0-2zM14 7a1 1 0 1 1 0 2h-4a1 1 0 0 1 0-2z" }), /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M17 1.5A2.5 2.5 0 0 1 19.5 4v13a2.5 2.5 0 0 1-2.5 2.5H4A2.5 2.5 0 0 1 1.5 17V4A2.5 2.5 0 0 1 4 1.5zm-13 2a.5.5 0 0 0-.5.5v13c0 .28.22.5.5.5h13a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5z", clipRule: "evenodd" }));
|
|
4
|
+
const BatchNumberOutlined = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(BatchNumberOutlined);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "BatchNumberOutlined";
|
|
8
|
+
}
|
|
9
|
+
export default RefIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import ShulexIcon from "../components/ShulexIcon.mjs";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
const InnerSvg = (props) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M6.04 2.03a2 2 0 0 1 1.38.62q.43.4.84.84l.21.21.21.22 1.25 1.25c.34.33.66.8.66 1.41S10.27 7.66 9.93 8l-.4.4-.16.17-.14.13-.03.02-.02.02-.14.12v.02c.28.66.67 1.3 1.32 2.12v.02a16 16 0 0 0 3.83 3.47q.2.14.48.26.22.1.5.27l.9-.9c.2-.2.7-.64 1.4-.64.67 0 1.15.4 1.37.64l2.52 2.51.1.12c.5.59.43 1.33.36 1.67a3 3 0 0 1-.22.7l-.02.06-.01.02-.1.15-.1.14h-.02q0 .03-.04.04l-.13.13-1.23 1.27a3.2 3.2 0 0 1-2.45 1.04h-.28c-1.56-.1-2.96-.7-3.93-1.17a21 21 0 0 1-7.1-5.54 20 20 0 0 1-3.47-5.78l-.16-.45a7 7 0 0 1-.41-2.84 3 3 0 0 1 .92-1.98l1.56-1.56.03-.02c.33-.32.8-.6 1.38-.6" }));
|
|
4
|
+
const PhoneFilled = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(PhoneFilled);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "PhoneFilled";
|
|
8
|
+
}
|
|
9
|
+
export default RefIcon;
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -18,6 +18,7 @@ export { default as ArrowRightUpOutlined } from './ArrowRightUpOutlined';
|
|
|
18
18
|
export { default as ArrowsAltOutlined } from './ArrowsAltOutlined';
|
|
19
19
|
export { default as AttentionOutlined } from './AttentionOutlined';
|
|
20
20
|
export { default as BarcodeOutlined } from './BarcodeOutlined';
|
|
21
|
+
export { default as BatchNumberOutlined } from './BatchNumberOutlined';
|
|
21
22
|
export { default as Bell2Outlined } from './Bell2Outlined';
|
|
22
23
|
export { default as BellFilled } from './BellFilled';
|
|
23
24
|
export { default as BellOutlined } from './BellOutlined';
|
|
@@ -226,6 +227,7 @@ export { default as PhoneCallOutlined } from './PhoneCallOutlined';
|
|
|
226
227
|
export { default as PhoneCircleColored } from './PhoneCircleColored';
|
|
227
228
|
export { default as PhoneComingFilled } from './PhoneComingFilled';
|
|
228
229
|
export { default as PhoneComingOutlined } from './PhoneComingOutlined';
|
|
230
|
+
export { default as PhoneFilled } from './PhoneFilled';
|
|
229
231
|
export { default as PhoneForbidFilled } from './PhoneForbidFilled';
|
|
230
232
|
export { default as PhoneOutgoingFilled } from './PhoneOutgoingFilled';
|
|
231
233
|
export { default as PhoneOutlined } from './PhoneOutlined';
|
package/dist/icons/index.mjs
CHANGED
|
@@ -18,6 +18,7 @@ export { default as ArrowRightUpOutlined } from "./ArrowRightUpOutlined.mjs";
|
|
|
18
18
|
export { default as ArrowsAltOutlined } from "./ArrowsAltOutlined.mjs";
|
|
19
19
|
export { default as AttentionOutlined } from "./AttentionOutlined.mjs";
|
|
20
20
|
export { default as BarcodeOutlined } from "./BarcodeOutlined.mjs";
|
|
21
|
+
export { default as BatchNumberOutlined } from "./BatchNumberOutlined.mjs";
|
|
21
22
|
export { default as Bell2Outlined } from "./Bell2Outlined.mjs";
|
|
22
23
|
export { default as BellFilled } from "./BellFilled.mjs";
|
|
23
24
|
export { default as BellOutlined } from "./BellOutlined.mjs";
|
|
@@ -226,6 +227,7 @@ export { default as PhoneCallOutlined } from "./PhoneCallOutlined.mjs";
|
|
|
226
227
|
export { default as PhoneCircleColored } from "./PhoneCircleColored.mjs";
|
|
227
228
|
export { default as PhoneComingFilled } from "./PhoneComingFilled.mjs";
|
|
228
229
|
export { default as PhoneComingOutlined } from "./PhoneComingOutlined.mjs";
|
|
230
|
+
export { default as PhoneFilled } from "./PhoneFilled.mjs";
|
|
229
231
|
export { default as PhoneForbidFilled } from "./PhoneForbidFilled.mjs";
|
|
230
232
|
export { default as PhoneOutgoingFilled } from "./PhoneOutgoingFilled.mjs";
|
|
231
233
|
export { default as PhoneOutlined } from "./PhoneOutlined.mjs";
|