@shulex/icons 1.0.29 → 1.0.31

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 14 14", ...props }, /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M4.96 5.54c.88 0 1.46.8 1.46 1.6s-.58 1.61-1.46 1.61c-.89 0-1.46-.8-1.46-1.6s.57-1.6 1.46-1.6m0 1.17q-.08-.01-.18.1a.5.5 0 0 0-.11.34q.01.21.11.34.1.1.18.1t.17-.1q.11-.12.12-.34a.5.5 0 0 0-.12-.35q-.1-.1-.17-.1M9.04 5.54c.89 0 1.46.8 1.46 1.6s-.57 1.61-1.46 1.61c-.88 0-1.46-.8-1.46-1.6s.58-1.6 1.46-1.6m0 1.17q-.08-.01-.17.1a.5.5 0 0 0-.12.34q0 .21.12.34.1.1.17.1t.18-.1q.1-.12.11-.34a.5.5 0 0 0-.11-.35q-.1-.1-.18-.1", clipRule: "evenodd" }), /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M4.94 1.75c.29-.02.55.18.6.46l.2.85a6 6 0 0 1 1.98-.1l.2-.77a.6.6 0 0 1 .6-.44h.04a7 7 0 0 1 1.71.36c.47.21.97.64 1.21.86q.3.27.43.65c.19.5.63 1.75.87 2.65s.44 2.16.55 2.87c.08.54-.1 1.1-.53 1.49-.32.28-.8.69-1.24.93a7 7 0 0 1-1.81.63l-.2.04h-.01a.6.6 0 0 1-.65-.3l-.5-1a6.3 6.3 0 0 1-3.22-.12L4.7 11.9c-.12.26-.4.4-.68.33l.14-.56-.14.56H4l-.04-.01-.14-.04-.45-.13c-.34-.12-.8-.29-1.16-.51-.4-.25-.84-.67-1.12-.95A1.7 1.7 0 0 1 .65 9.2c.1-.7.28-2 .5-2.92.2-.9.59-2.16.75-2.66Q2 3.28 2.27 3c.21-.22.66-.66 1.08-.87a4 4 0 0 1 1.42-.36l.12-.01h.04m3.92 1.47c.65.21 1.15.5 1.4.69a.58.58 0 1 1-.7.93 4.7 4.7 0 0 0-5.13 0 .58.58 0 1 1-.7-.93q.3-.22.89-.5l-.1-.43c-.25.04-.49.1-.64.18-.23.12-.55.42-.77.65a.4.4 0 0 0-.1.17c-.16.5-.54 1.72-.73 2.57-.2.87-.38 2.11-.47 2.81q-.03.25.13.41c.27.28.62.6.9.78.23.14.58.28.9.39l.1.02.24-.58a5 5 0 0 1-.95-.6.58.58 0 0 1 .74-.9c.39.33 1.61 1.04 3.13 1.04s2.74-.71 3.13-1.04a.58.58 0 0 1 .74.9c-.26.22-.73.52-1.36.79l.21.42.21-.06c.38-.1.8-.25 1.07-.4.32-.17.71-.5 1.02-.77q.19-.17.15-.44c-.1-.71-.3-1.91-.52-2.75s-.65-2.04-.83-2.55a1 1 0 0 0-.12-.18 4 4 0 0 0-.9-.66c-.21-.1-.53-.16-.84-.2l-.04-.01z", clipRule: "evenodd" }));
4
+ const DiscordOutlined = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
5
+ const RefIcon = React.forwardRef(DiscordOutlined);
6
+ if (process.env.NODE_ENV !== "production") {
7
+ RefIcon.displayName = "DiscordOutlined";
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 20 21", ...props }, /* @__PURE__ */ React.createElement("rect", { width: 20, height: 20, fill: "url(#paint0_linear_6094_18141)", rx: 10 }), /* @__PURE__ */ React.createElement("g", { fill: "#fff", filter: "url(#filter0_d_6094_18141)" }, /* @__PURE__ */ React.createElement("path", { d: "M15.35 6.48a1 1 0 0 1 .15.52v6a1 1 0 0 1-1 1h-9a1 1 0 0 1-1-1V7a1 1 0 0 1 .1-.42l4.73 4.3a1 1 0 0 0 1.34 0l4.74-4.3z" }), /* @__PURE__ */ React.createElement("path", { d: "M14.5 6q.4.01.68.26l-4.55 3.72a1 1 0 0 1-1.26 0L4.82 6.26A1 1 0 0 1 5.5 6z" })), /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("filter", { id: "filter0_d_6094_18141", width: 20, height: 20, x: 0, y: 1, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ React.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), /* @__PURE__ */ React.createElement("feOffset", { dy: 1 }), /* @__PURE__ */ React.createElement("feGaussianBlur", { stdDeviation: 2 }), /* @__PURE__ */ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }), /* @__PURE__ */ React.createElement("feColorMatrix", { values: "0 0 0 0 0.239216 0 0 0 0 0.509804 0 0 0 0 0.92549 0 0 0 1 0" }), /* @__PURE__ */ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_6094_18141" }), /* @__PURE__ */ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_6094_18141", result: "shape" })), /* @__PURE__ */ React.createElement("linearGradient", { id: "paint0_linear_6094_18141", x1: 10, x2: 10, y1: 0, y2: 20, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("stop", { stopColor: "#5CC4F7" }), /* @__PURE__ */ React.createElement("stop", { offset: 1, stopColor: "#3978EB" }))));
4
+ const EmailCircle2Colored = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: true });
5
+ const RefIcon = React.forwardRef(EmailCircle2Colored);
6
+ if (process.env.NODE_ENV !== "production") {
7
+ RefIcon.displayName = "EmailCircle2Colored";
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 14 14", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M8.75 3.5a.58.58 0 1 1 0 1.17h-3.5a.58.58 0 0 1 0-1.17z" }), /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M11.67 1.17c.32 0 .58.26.58.58v8.17c0 .32-.26.58-.58.58H3.42a.58.58 0 0 0 .08 1.17h8.17a.58.58 0 0 1 0 1.16H3.5c-.97 0-1.75-.78-1.75-1.75V2.92c0-.97.78-1.75 1.75-1.75zM3.5 2.33a.6.6 0 0 0-.58.59v6.51l.12-.03.04-.01.26-.05h7.74v-7z", clipRule: "evenodd" }));
4
+ const Knowledge2Outlined = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
5
+ const RefIcon = React.forwardRef(Knowledge2Outlined);
6
+ if (process.env.NODE_ENV !== "production") {
7
+ RefIcon.displayName = "Knowledge2Outlined";
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 20 20", ...props }, /* @__PURE__ */ React.createElement("rect", { width: 20, height: 20, fill: "url(#paint0_linear_6094_18143)", rx: 10 }), /* @__PURE__ */ React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M14 5.25c.83 0 1.5.67 1.5 1.5v5.5c0 .83-.67 1.5-1.5 1.5h-3.88l-2.9 1.45a.5.5 0 0 1-.72-.45v-1H6a1.5 1.5 0 0 1-1.5-1.5v-5.5c0-.83.67-1.5 1.5-1.5zM8 9.88a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zm0-2a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1z", clipRule: "evenodd" }), /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("linearGradient", { id: "paint0_linear_6094_18143", x1: 10, x2: 10, y1: 0, y2: 20, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("stop", { stopColor: "#FBAC50" }), /* @__PURE__ */ React.createElement("stop", { offset: 1, stopColor: "#EA7F21" }))));
4
+ const MessageCircleColored = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: true });
5
+ const RefIcon = React.forwardRef(MessageCircleColored);
6
+ if (process.env.NODE_ENV !== "production") {
7
+ RefIcon.displayName = "MessageCircleColored";
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 20 20", ...props }, /* @__PURE__ */ React.createElement("rect", { width: 20, height: 20, fill: "url(#paint0_linear_6094_18139)", rx: 10 }), /* @__PURE__ */ React.createElement("g", { filter: "url(#filter0_d_6094_18139)" }, /* @__PURE__ */ React.createElement("path", { fill: "#fff", d: "M7.02 5.02c.34 0 .58.2.69.3l.42.42.1.11.11.1.63.63a1 1 0 0 1 .33.71 1 1 0 0 1-.33.71l-.2.2-.09.09-.06.06H8.6v.01l-.08.07c.14.34.34.66.66 1.07a8 8 0 0 0 1.92 1.75l.23.13q.13.05.25.13l.45-.45c.1-.1.35-.32.7-.32s.58.2.7.32l1.25 1.25.05.06c.25.3.21.67.18.84l-.11.35-.01.03v.01l-.05.08-.06.06-.02.03-.07.06-.61.63a1.6 1.6 0 0 1-1.23.52h-.14a6 6 0 0 1-1.97-.58 11 11 0 0 1-3.54-2.77 10 10 0 0 1-1.74-2.89l-.08-.22a4 4 0 0 1-.2-1.43q.04-.57.46-.99l.78-.78c.18-.17.41-.3.7-.3" })), /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("filter", { id: "filter0_d_6094_18139", width: 18, height: 18, x: 1, y: 2, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ React.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), /* @__PURE__ */ React.createElement("feOffset", { dy: 1 }), /* @__PURE__ */ React.createElement("feGaussianBlur", { stdDeviation: 1.5 }), /* @__PURE__ */ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }), /* @__PURE__ */ React.createElement("feColorMatrix", { values: "0 0 0 0 0.384314 0 0 0 0 0.717647 0 0 0 0 0.356863 0 0 0 1 0" }), /* @__PURE__ */ React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_6094_18139" }), /* @__PURE__ */ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_6094_18139", result: "shape" })), /* @__PURE__ */ React.createElement("linearGradient", { id: "paint0_linear_6094_18139", x1: 10, x2: 10, y1: 0, y2: 20, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("stop", { stopColor: "#8AF385" }), /* @__PURE__ */ React.createElement("stop", { offset: 1, stopColor: "#57BA45" }))));
4
+ const PhoneCircleColored = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: true });
5
+ const RefIcon = React.forwardRef(PhoneCircleColored);
6
+ if (process.env.NODE_ENV !== "production") {
7
+ RefIcon.displayName = "PhoneCircleColored";
8
+ }
9
+ export default RefIcon;
@@ -71,6 +71,7 @@ export { default as DesktopOutlined } from './DesktopOutlined';
71
71
  export { default as DialCircleOutlined } from './DialCircleOutlined';
72
72
  export { default as DiamondOutlined } from './DiamondOutlined';
73
73
  export { default as DingTalkLogoColored } from './DingTalkLogoColored';
74
+ export { default as DiscordOutlined } from './DiscordOutlined';
74
75
  export { default as DiscoverFilled } from './DiscoverFilled';
75
76
  export { default as DiscoverOutlined } from './DiscoverOutlined';
76
77
  export { default as DiversityOutlined } from './DiversityOutlined';
@@ -95,6 +96,7 @@ export { default as EditFlashTwoOutlinedAiColored } from './EditFlashTwoOutlined
95
96
  export { default as EditOutlined } from './EditOutlined';
96
97
  export { default as EllipsisOutlined } from './EllipsisOutlined';
97
98
  export { default as Email2Colored } from './Email2Colored';
99
+ export { default as EmailCircle2Colored } from './EmailCircle2Colored';
98
100
  export { default as EmailCircleColored } from './EmailCircleColored';
99
101
  export { default as EmailColored } from './EmailColored';
100
102
  export { default as EmailFilled } from './EmailFilled';
@@ -161,6 +163,7 @@ export { default as IntegrationFilled } from './IntegrationFilled';
161
163
  export { default as IntercomLogoColored } from './IntercomLogoColored';
162
164
  export { default as ItalicOutlined } from './ItalicOutlined';
163
165
  export { default as JijiaLogoColored } from './JijiaLogoColored';
166
+ export { default as Knowledge2Outlined } from './Knowledge2Outlined';
164
167
  export { default as KnowledgeFilled } from './KnowledgeFilled';
165
168
  export { default as KnowledgeOutlined } from './KnowledgeOutlined';
166
169
  export { default as LanguageOutlined } from './LanguageOutlined';
@@ -194,6 +197,7 @@ export { default as MenuRightFilled } from './MenuRightFilled';
194
197
  export { default as MenuRightOutlined } from './MenuRightOutlined';
195
198
  export { default as MenuTriggerOutlined } from './MenuTriggerOutlined';
196
199
  export { default as MenuUnfoldOutlined } from './MenuUnfoldOutlined';
200
+ export { default as MessageCircleColored } from './MessageCircleColored';
197
201
  export { default as MessageCloseOutlined } from './MessageCloseOutlined';
198
202
  export { default as MessageOutlined } from './MessageOutlined';
199
203
  export { default as MinusCircleFilled } from './MinusCircleFilled';
@@ -214,6 +218,7 @@ export { default as PauseOutlined } from './PauseOutlined';
214
218
  export { default as PeopleOutlined } from './PeopleOutlined';
215
219
  export { default as PhoneCallFilled } from './PhoneCallFilled';
216
220
  export { default as PhoneCallOutlined } from './PhoneCallOutlined';
221
+ export { default as PhoneCircleColored } from './PhoneCircleColored';
217
222
  export { default as PhoneComingFilled } from './PhoneComingFilled';
218
223
  export { default as PhoneComingOutlined } from './PhoneComingOutlined';
219
224
  export { default as PhoneForbidFilled } from './PhoneForbidFilled';
@@ -71,6 +71,7 @@ export { default as DesktopOutlined } from "./DesktopOutlined.mjs";
71
71
  export { default as DialCircleOutlined } from "./DialCircleOutlined.mjs";
72
72
  export { default as DiamondOutlined } from "./DiamondOutlined.mjs";
73
73
  export { default as DingTalkLogoColored } from "./DingTalkLogoColored.mjs";
74
+ export { default as DiscordOutlined } from "./DiscordOutlined.mjs";
74
75
  export { default as DiscoverFilled } from "./DiscoverFilled.mjs";
75
76
  export { default as DiscoverOutlined } from "./DiscoverOutlined.mjs";
76
77
  export { default as DiversityOutlined } from "./DiversityOutlined.mjs";
@@ -95,6 +96,7 @@ export { default as EditFlashTwoOutlinedAiColored } from "./EditFlashTwoOutlined
95
96
  export { default as EditOutlined } from "./EditOutlined.mjs";
96
97
  export { default as EllipsisOutlined } from "./EllipsisOutlined.mjs";
97
98
  export { default as Email2Colored } from "./Email2Colored.mjs";
99
+ export { default as EmailCircle2Colored } from "./EmailCircle2Colored.mjs";
98
100
  export { default as EmailCircleColored } from "./EmailCircleColored.mjs";
99
101
  export { default as EmailColored } from "./EmailColored.mjs";
100
102
  export { default as EmailFilled } from "./EmailFilled.mjs";
@@ -161,6 +163,7 @@ export { default as IntegrationFilled } from "./IntegrationFilled.mjs";
161
163
  export { default as IntercomLogoColored } from "./IntercomLogoColored.mjs";
162
164
  export { default as ItalicOutlined } from "./ItalicOutlined.mjs";
163
165
  export { default as JijiaLogoColored } from "./JijiaLogoColored.mjs";
166
+ export { default as Knowledge2Outlined } from "./Knowledge2Outlined.mjs";
164
167
  export { default as KnowledgeFilled } from "./KnowledgeFilled.mjs";
165
168
  export { default as KnowledgeOutlined } from "./KnowledgeOutlined.mjs";
166
169
  export { default as LanguageOutlined } from "./LanguageOutlined.mjs";
@@ -194,6 +197,7 @@ export { default as MenuRightFilled } from "./MenuRightFilled.mjs";
194
197
  export { default as MenuRightOutlined } from "./MenuRightOutlined.mjs";
195
198
  export { default as MenuTriggerOutlined } from "./MenuTriggerOutlined.mjs";
196
199
  export { default as MenuUnfoldOutlined } from "./MenuUnfoldOutlined.mjs";
200
+ export { default as MessageCircleColored } from "./MessageCircleColored.mjs";
197
201
  export { default as MessageCloseOutlined } from "./MessageCloseOutlined.mjs";
198
202
  export { default as MessageOutlined } from "./MessageOutlined.mjs";
199
203
  export { default as MinusCircleFilled } from "./MinusCircleFilled.mjs";
@@ -214,6 +218,7 @@ export { default as PauseOutlined } from "./PauseOutlined.mjs";
214
218
  export { default as PeopleOutlined } from "./PeopleOutlined.mjs";
215
219
  export { default as PhoneCallFilled } from "./PhoneCallFilled.mjs";
216
220
  export { default as PhoneCallOutlined } from "./PhoneCallOutlined.mjs";
221
+ export { default as PhoneCircleColored } from "./PhoneCircleColored.mjs";
217
222
  export { default as PhoneComingFilled } from "./PhoneComingFilled.mjs";
218
223
  export { default as PhoneComingOutlined } from "./PhoneComingOutlined.mjs";
219
224
  export { default as PhoneForbidFilled } from "./PhoneForbidFilled.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shulex/icons",
3
- "version": "1.0.29",
3
+ "version": "1.0.31",
4
4
  "private": false,
5
5
  "description": "Shulex 图标组件库",
6
6
  "license": "MIT",
@@ -66,6 +66,8 @@
66
66
  },
67
67
  "scripts": {
68
68
  "build": "unbuild",
69
+ "docs:build": "vite build --config playground/vite.config.ts",
70
+ "docs:preview": "vite preview --config playground/vite.config.ts",
69
71
  "dev": "vite --config playground/vite.config.ts",
70
72
  "generate": "rimraf src/icons && cross-env TS_NODE_PROJECT=tsconfig.node.json node --no-warnings=ExperimentalWarning --loader ts-node/esm scripts/generate.ts",
71
73
  "pull": "node syncByFigma.js",