@shulex/icons 1.0.30 → 1.0.32

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", { fill: "none", viewBox: "0 0 20 21", ...props }, /* @__PURE__ */ React.createElement("rect", { width: 19, height: 19, x: 0.5, y: 0.5, fill: "url(#paint0_linear_6094_18024)", rx: 9.5 }), /* @__PURE__ */ React.createElement("rect", { width: 19, height: 19, x: 0.5, y: 0.5, stroke: "#fff", rx: 9.5 }), /* @__PURE__ */ React.createElement("g", { fill: "#fff", filter: "url(#filter0_d_6094_18024)" }, /* @__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_18024", 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_18024" }), /* @__PURE__ */ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_6094_18024", result: "shape" })), /* @__PURE__ */ React.createElement("linearGradient", { id: "paint0_linear_6094_18024", 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", { fill: "none", viewBox: "0 0 20 20", ...props }, /* @__PURE__ */ React.createElement("rect", { width: 19, height: 19, x: 0.5, y: 0.5, fill: "url(#paint0_linear_6094_18026)", rx: 9.5 }), /* @__PURE__ */ React.createElement("rect", { width: 19, height: 19, x: 0.5, y: 0.5, stroke: "#fff", rx: 9.5 }), /* @__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_18026", 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: 19, height: 19, x: 0.5, y: 0.5, fill: "url(#paint0_linear_6094_18022)", rx: 9.5 }), /* @__PURE__ */ React.createElement("rect", { width: 19, height: 19, x: 0.5, y: 0.5, stroke: "#fff", rx: 9.5 }), /* @__PURE__ */ React.createElement("g", { filter: "url(#filter0_d_6094_18022)" }, /* @__PURE__ */ React.createElement("path", { fill: "#fff", d: "M7.02 5.02a1 1 0 0 1 .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_18022", 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_18022" }), /* @__PURE__ */ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_6094_18022", result: "shape" })), /* @__PURE__ */ React.createElement("linearGradient", { id: "paint0_linear_6094_18022", 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;
@@ -96,6 +96,7 @@ export { default as EditFlashTwoOutlinedAiColored } from './EditFlashTwoOutlined
96
96
  export { default as EditOutlined } from './EditOutlined';
97
97
  export { default as EllipsisOutlined } from './EllipsisOutlined';
98
98
  export { default as Email2Colored } from './Email2Colored';
99
+ export { default as EmailCircle2Colored } from './EmailCircle2Colored';
99
100
  export { default as EmailCircleColored } from './EmailCircleColored';
100
101
  export { default as EmailColored } from './EmailColored';
101
102
  export { default as EmailFilled } from './EmailFilled';
@@ -196,6 +197,7 @@ export { default as MenuRightFilled } from './MenuRightFilled';
196
197
  export { default as MenuRightOutlined } from './MenuRightOutlined';
197
198
  export { default as MenuTriggerOutlined } from './MenuTriggerOutlined';
198
199
  export { default as MenuUnfoldOutlined } from './MenuUnfoldOutlined';
200
+ export { default as MessageCircleColored } from './MessageCircleColored';
199
201
  export { default as MessageCloseOutlined } from './MessageCloseOutlined';
200
202
  export { default as MessageOutlined } from './MessageOutlined';
201
203
  export { default as MinusCircleFilled } from './MinusCircleFilled';
@@ -216,6 +218,7 @@ export { default as PauseOutlined } from './PauseOutlined';
216
218
  export { default as PeopleOutlined } from './PeopleOutlined';
217
219
  export { default as PhoneCallFilled } from './PhoneCallFilled';
218
220
  export { default as PhoneCallOutlined } from './PhoneCallOutlined';
221
+ export { default as PhoneCircleColored } from './PhoneCircleColored';
219
222
  export { default as PhoneComingFilled } from './PhoneComingFilled';
220
223
  export { default as PhoneComingOutlined } from './PhoneComingOutlined';
221
224
  export { default as PhoneForbidFilled } from './PhoneForbidFilled';
@@ -96,6 +96,7 @@ export { default as EditFlashTwoOutlinedAiColored } from "./EditFlashTwoOutlined
96
96
  export { default as EditOutlined } from "./EditOutlined.mjs";
97
97
  export { default as EllipsisOutlined } from "./EllipsisOutlined.mjs";
98
98
  export { default as Email2Colored } from "./Email2Colored.mjs";
99
+ export { default as EmailCircle2Colored } from "./EmailCircle2Colored.mjs";
99
100
  export { default as EmailCircleColored } from "./EmailCircleColored.mjs";
100
101
  export { default as EmailColored } from "./EmailColored.mjs";
101
102
  export { default as EmailFilled } from "./EmailFilled.mjs";
@@ -196,6 +197,7 @@ export { default as MenuRightFilled } from "./MenuRightFilled.mjs";
196
197
  export { default as MenuRightOutlined } from "./MenuRightOutlined.mjs";
197
198
  export { default as MenuTriggerOutlined } from "./MenuTriggerOutlined.mjs";
198
199
  export { default as MenuUnfoldOutlined } from "./MenuUnfoldOutlined.mjs";
200
+ export { default as MessageCircleColored } from "./MessageCircleColored.mjs";
199
201
  export { default as MessageCloseOutlined } from "./MessageCloseOutlined.mjs";
200
202
  export { default as MessageOutlined } from "./MessageOutlined.mjs";
201
203
  export { default as MinusCircleFilled } from "./MinusCircleFilled.mjs";
@@ -216,6 +218,7 @@ export { default as PauseOutlined } from "./PauseOutlined.mjs";
216
218
  export { default as PeopleOutlined } from "./PeopleOutlined.mjs";
217
219
  export { default as PhoneCallFilled } from "./PhoneCallFilled.mjs";
218
220
  export { default as PhoneCallOutlined } from "./PhoneCallOutlined.mjs";
221
+ export { default as PhoneCircleColored } from "./PhoneCircleColored.mjs";
219
222
  export { default as PhoneComingFilled } from "./PhoneComingFilled.mjs";
220
223
  export { default as PhoneComingOutlined } from "./PhoneComingOutlined.mjs";
221
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.30",
3
+ "version": "1.0.32",
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",