@shulex/icons 1.0.20 → 1.0.23

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,4 @@
1
+ import { ShulexIconProps } from '../components/ShulexIcon';
2
+ import * as React from "react";
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<ShulexIconProps, "ref"> & React.RefAttributes<HTMLSpanElement>>;
4
+ 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", { fillRule: "evenodd", d: "M6.03 1.8a3.14 3.14 0 0 1 4.73 2.81 7.9 7.9 0 0 1 7.96 3.51l.21.35.01.01.93 1.68c.57.99 1.44 1.6 2.2 1.94.59.26.86.82.92 1.28.05.47-.08 1.14-.72 1.51l-4.86 2.82a4.2 4.2 0 0 1-2.02 4.7 4.2 4.2 0 0 1-5.06-.58l-1.13.66a1.5 1.5 0 0 1-1.69-.15 1.6 1.6 0 0 1-.63-1.47l.03-.32c.05-.78-.07-1.7-.56-2.55v-.01l-1-1.77a7.9 7.9 0 0 1 .75-8.9q-.75-.4-1.22-1.2a3.17 3.17 0 0 1 1.15-4.31m6.16 18.95c.63.33 1.45.36 2.19-.07a2.3 2.3 0 0 0 1.16-1.88zm5-11.3a5.85 5.85 0 0 0-8-2.17 5.83 5.83 0 0 0-2.24 7.69l.15.26v.01l.99 1.77c.65 1.14.84 2.33.82 3.33l11.66-6.77a6.6 6.6 0 0 1-2.43-2.42v-.01zM8.6 3.97a1.14 1.14 0 0 0-1.56-.42 1.17 1.17 0 0 0-.42 1.59c.32.55 1.02.74 1.56.42.55-.32.75-1.03.42-1.59", clipRule: "evenodd" }), /* @__PURE__ */ React.createElement("path", { d: "M2.06 6.71a1 1 0 0 1 1.7 1.05 5.4 5.4 0 0 0-.7 3.57 1 1 0 0 1-1.98.29c-.24-1.7.07-3.43.98-4.9M11.92 1c1.7-.03 3.39.5 4.73 1.58a1 1 0 0 1-1.26 1.56A5.3 5.3 0 0 0 11.96 3a1 1 0 0 1-.04-2" }));
4
+ const Bell2Outlined = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
5
+ const RefIcon = React.forwardRef(Bell2Outlined);
6
+ if (process.env.NODE_ENV !== "production") {
7
+ RefIcon.displayName = "Bell2Outlined";
8
+ }
9
+ export default RefIcon;
@@ -0,0 +1,4 @@
1
+ import { ShulexIconProps } from '../components/ShulexIcon';
2
+ import * as React from "react";
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<ShulexIconProps, "ref"> & React.RefAttributes<HTMLSpanElement>>;
4
+ 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", { fill: "none", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { fill: "#33A954", d: "M21 7v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V3c0-1.1.9-2 2-2h10z" }), /* @__PURE__ */ React.createElement("path", { fill: "#178138", d: "M15 7V1l6 6z" }), /* @__PURE__ */ React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M17 17.5H7v-7h10zm-9-3v2h3.5v-2zm4.5 0v2H16v-2zm-4.5-1h3.5v-2H8zm4.5 0H16v-2h-3.5z", clipRule: "evenodd" }));
4
+ const GoogleSheetColored = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: true });
5
+ const RefIcon = React.forwardRef(GoogleSheetColored);
6
+ if (process.env.NODE_ENV !== "production") {
7
+ RefIcon.displayName = "GoogleSheetColored";
8
+ }
9
+ export default RefIcon;
@@ -0,0 +1,4 @@
1
+ import { ShulexIconProps } from '../components/ShulexIcon';
2
+ import * as React from "react";
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<ShulexIconProps, "ref"> & React.RefAttributes<HTMLSpanElement>>;
4
+ 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", { fill: "none", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { fill: "#4AC263", d: "M10 2a9.5 9.5 0 0 1 6.9 2.87Q15.52 4.5 14 4.5C8.2 4.5 3.5 8.75 3.5 14q0 .86.17 1.68A7.6 7.6 0 0 1 1 10c0-4.42 4.03-8 9-8" }), /* @__PURE__ */ React.createElement("path", { fill: "#4ECB68", fillRule: "evenodd", d: "M14 6c4.97 0 9 3.58 9 8s-4.03 8-9 8H5l1.8-3.2A7.4 7.4 0 0 1 5 14c0-4.42 4.03-8 9-8m-3.5 9a.5.5 0 0 0-.5.5v1c0 .28.22.5.5.5h4a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm0-4a.5.5 0 0 0-.5.5v1c0 .28.22.5.5.5h7a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z", clipRule: "evenodd" }));
4
+ const Livechat3Colored = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: true });
5
+ const RefIcon = React.forwardRef(Livechat3Colored);
6
+ if (process.env.NODE_ENV !== "production") {
7
+ RefIcon.displayName = "Livechat3Colored";
8
+ }
9
+ export default RefIcon;
@@ -0,0 +1,4 @@
1
+ import { ShulexIconProps } from '../components/ShulexIcon';
2
+ import * as React from "react";
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<ShulexIconProps, "ref"> & React.RefAttributes<HTMLSpanElement>>;
4
+ 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", { fill: "none", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { fill: "#D42D1F", d: "M19.9 8a1 1 0 0 1 .68.4l3.22 4.25a1 1 0 0 1 .2.6v4.25a1 1 0 0 1-1 1h-7.5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h4.4" }), /* @__PURE__ */ React.createElement("path", { fill: "#4BBBE1", d: "M19.63 8.53a.5.5 0 0 1 .55.17l3.22 4.25a.5.5 0 0 1-.4.8h-3.21a.5.5 0 0 1-.5-.5V9c0-.21.13-.4.34-.47" }), /* @__PURE__ */ React.createElement("path", { fill: "#D42D1F", d: "M15.5 4.5a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1H5a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1v-12a1 1 0 0 1 1-1z" }), /* @__PURE__ */ React.createElement("path", { fill: "#F3AC3C", d: "M15.5 4.5a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H9.35a4.5 4.5 0 0 0-6.7 0H1a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1z" }), /* @__PURE__ */ React.createElement("circle", { cx: 6, cy: 17.5, r: 3, fill: "#333" }), /* @__PURE__ */ React.createElement("circle", { cx: 17.5, cy: 17.5, r: 3, fill: "#333" }), /* @__PURE__ */ React.createElement("circle", { cx: 6, cy: 17.5, r: 1.5, fill: "#7B7C7F" }), /* @__PURE__ */ React.createElement("circle", { cx: 17.5, cy: 17.5, r: 1.5, fill: "#7B7C7F" }));
4
+ const LogisticsTrackingColored = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: true });
5
+ const RefIcon = React.forwardRef(LogisticsTrackingColored);
6
+ if (process.env.NODE_ENV !== "production") {
7
+ RefIcon.displayName = "LogisticsTrackingColored";
8
+ }
9
+ export default RefIcon;
@@ -0,0 +1,4 @@
1
+ import { ShulexIconProps } from '../components/ShulexIcon';
2
+ import * as React from "react";
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<ShulexIconProps, "ref"> & React.RefAttributes<HTMLSpanElement>>;
4
+ 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 20 20", ...props }, /* @__PURE__ */ React.createElement("g", { clipPath: "url(#clip0_2678_5386)" }, /* @__PURE__ */ React.createElement("path", { d: "M10 0C4.48 0 0 4.46 0 9.98V10c0 5.53 4.47 10 10 10s10-4.47 10-10S15.53 0 10 0m0 17.33a7.3 7.3 0 0 1-7.33-7.29V10a7.3 7.3 0 0 1 7.29-7.33H10a7.3 7.3 0 0 1 7.33 7.29V10a7.3 7.3 0 0 1-7.29 7.33zm4.53-9.8c0 1.14-.93 2.07-2.06 2.07a2.1 2.1 0 0 1-2.07-2.07c0-1.13.93-2.06 2.07-2.06s2.06.93 2.06 2.06m0 4.94c0 1.13-.93 2.06-2.06 2.06a2.1 2.1 0 0 1-2.07-2.06c0-1.14.93-2.07 2.07-2.07s2.06.93 2.06 2.07m-4.93 0c0 1.13-.93 2.06-2.06 2.06a2.1 2.1 0 0 1-2.07-2.06c0-1.14.93-2.07 2.07-2.07s2.06.93 2.06 2.07m0-4.94c0 1.14-.93 2.07-2.06 2.07a2.1 2.1 0 0 1-2.07-2.07c0-1.13.93-2.06 2.07-2.06S9.6 6.4 9.6 7.53" })), /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", { id: "clip0_2678_5386" }, /* @__PURE__ */ React.createElement("path", { d: "M0 0H20V20H0z" }))));
4
+ const TwilioLogoFilled = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
5
+ const RefIcon = React.forwardRef(TwilioLogoFilled);
6
+ if (process.env.NODE_ENV !== "production") {
7
+ RefIcon.displayName = "TwilioLogoFilled";
8
+ }
9
+ export default RefIcon;
@@ -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 Bell2Outlined } from './Bell2Outlined';
21
22
  export { default as BellFilled } from './BellFilled';
22
23
  export { default as BellOutlined } from './BellOutlined';
23
24
  export { default as BgColorsOutlined } from './BgColorsOutlined';
@@ -137,6 +138,7 @@ export { default as GenerationProcessOutlined } from './GenerationProcessOutline
137
138
  export { default as GmailLogoColored } from './GmailLogoColored';
138
139
  export { default as GoogleCalendarColored } from './GoogleCalendarColored';
139
140
  export { default as GoogleLogoColored } from './GoogleLogoColored';
141
+ export { default as GoogleSheetColored } from './GoogleSheetColored';
140
142
  export { default as HairClipperOutlined } from './HairClipperOutlined';
141
143
  export { default as HelpCircleOutlined } from './HelpCircleOutlined';
142
144
  export { default as HiChatOutlined } from './HiChatOutlined';
@@ -173,8 +175,10 @@ export { default as LinkAngledOutlined } from './LinkAngledOutlined';
173
175
  export { default as LinkOutlined } from './LinkOutlined';
174
176
  export { default as Livechat2Colored } from './Livechat2Colored';
175
177
  export { default as Livechat2Filled } from './Livechat2Filled';
178
+ export { default as Livechat3Colored } from './Livechat3Colored';
176
179
  export { default as LivechatColored } from './LivechatColored';
177
180
  export { default as LockOutlined } from './LockOutlined';
181
+ export { default as LogisticsTrackingColored } from './LogisticsTrackingColored';
178
182
  export { default as MagicOutlined } from './MagicOutlined';
179
183
  export { default as MailFilled } from './MailFilled';
180
184
  export { default as MailMoreFilled } from './MailMoreFilled';
@@ -300,6 +304,7 @@ export { default as TranslationTextOutlined } from './TranslationTextOutlined';
300
304
  export { default as TrendingDownOutlined } from './TrendingDownOutlined';
301
305
  export { default as TrendingUpOutlined } from './TrendingUpOutlined';
302
306
  export { default as TrendingZeroOutlined } from './TrendingZeroOutlined';
307
+ export { default as TwilioLogoFilled } from './TwilioLogoFilled';
303
308
  export { default as TypeFilled } from './TypeFilled';
304
309
  export { default as UdeskLogoColored } from './UdeskLogoColored';
305
310
  export { default as UnderlineOutlined } from './UnderlineOutlined';
@@ -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 Bell2Outlined } from "./Bell2Outlined.mjs";
21
22
  export { default as BellFilled } from "./BellFilled.mjs";
22
23
  export { default as BellOutlined } from "./BellOutlined.mjs";
23
24
  export { default as BgColorsOutlined } from "./BgColorsOutlined.mjs";
@@ -137,6 +138,7 @@ export { default as GenerationProcessOutlined } from "./GenerationProcessOutline
137
138
  export { default as GmailLogoColored } from "./GmailLogoColored.mjs";
138
139
  export { default as GoogleCalendarColored } from "./GoogleCalendarColored.mjs";
139
140
  export { default as GoogleLogoColored } from "./GoogleLogoColored.mjs";
141
+ export { default as GoogleSheetColored } from "./GoogleSheetColored.mjs";
140
142
  export { default as HairClipperOutlined } from "./HairClipperOutlined.mjs";
141
143
  export { default as HelpCircleOutlined } from "./HelpCircleOutlined.mjs";
142
144
  export { default as HiChatOutlined } from "./HiChatOutlined.mjs";
@@ -173,8 +175,10 @@ export { default as LinkAngledOutlined } from "./LinkAngledOutlined.mjs";
173
175
  export { default as LinkOutlined } from "./LinkOutlined.mjs";
174
176
  export { default as Livechat2Colored } from "./Livechat2Colored.mjs";
175
177
  export { default as Livechat2Filled } from "./Livechat2Filled.mjs";
178
+ export { default as Livechat3Colored } from "./Livechat3Colored.mjs";
176
179
  export { default as LivechatColored } from "./LivechatColored.mjs";
177
180
  export { default as LockOutlined } from "./LockOutlined.mjs";
181
+ export { default as LogisticsTrackingColored } from "./LogisticsTrackingColored.mjs";
178
182
  export { default as MagicOutlined } from "./MagicOutlined.mjs";
179
183
  export { default as MailFilled } from "./MailFilled.mjs";
180
184
  export { default as MailMoreFilled } from "./MailMoreFilled.mjs";
@@ -300,6 +304,7 @@ export { default as TranslationTextOutlined } from "./TranslationTextOutlined.mj
300
304
  export { default as TrendingDownOutlined } from "./TrendingDownOutlined.mjs";
301
305
  export { default as TrendingUpOutlined } from "./TrendingUpOutlined.mjs";
302
306
  export { default as TrendingZeroOutlined } from "./TrendingZeroOutlined.mjs";
307
+ export { default as TwilioLogoFilled } from "./TwilioLogoFilled.mjs";
303
308
  export { default as TypeFilled } from "./TypeFilled.mjs";
304
309
  export { default as UdeskLogoColored } from "./UdeskLogoColored.mjs";
305
310
  export { default as UnderlineOutlined } from "./UnderlineOutlined.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shulex/icons",
3
- "version": "1.0.20",
3
+ "version": "1.0.23",
4
4
  "private": false,
5
5
  "description": "Shulex 图标组件库",
6
6
  "license": "MIT",