@shulex/icons 1.0.31 → 1.0.34

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 28 28", ...props }, /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M9.88 3.5c.57-.04 1.1.35 1.21.92l.38 1.7a12 12 0 0 1 3.97-.2l.38-1.54c.14-.54.64-.9 1.2-.88h.11a14 14 0 0 1 1.12.13c.66.1 1.57.27 2.3.6.93.42 1.93 1.27 2.42 1.71q.6.57.86 1.3c.37 1.01 1.25 3.5 1.72 5.3.47 1.81.88 4.32 1.1 5.74a3.3 3.3 0 0 1-1.05 2.98c-.64.57-1.6 1.37-2.49 1.85-.8.43-1.83.77-2.6 1l-1.32.34-.09.02h-.03a1.2 1.2 0 0 1-1.3-.61l-1-2.01-.89.17c1.76-.28 3.25-.9 4.3-1.5a.7.7 0 0 0-.69-1.21c-1.25.7-3.22 1.46-5.49 1.46s-4.24-.76-5.49-1.46a.7.7 0 1 0-.69 1.22 13 13 0 0 0 2.52 1.08L9.4 23.8c-.23.52-.8.8-1.35.67l.28-1.14-.28 1.14-.03-.01-.07-.02-1.17-.35c-.69-.22-1.61-.57-2.33-1.01-.8-.5-1.68-1.34-2.23-1.9a3.3 3.3 0 0 1-.9-2.76c.18-1.4.55-3.99.97-5.84.42-1.81 1.2-4.32 1.52-5.32q.21-.7.75-1.27c.41-.43 1.3-1.3 2.15-1.74.66-.34 1.5-.52 2.08-.61l1-.13h.09m.04 8.75c-.97 0-1.75.91-1.75 2.04s.78 2.04 1.75 2.04c.96 0 1.75-.91 1.75-2.04s-.79-2.04-1.75-2.04m8.16 0c-.96 0-1.75.91-1.75 2.04s.79 2.04 1.75 2.04c.97 0 1.75-.91 1.75-2.04s-.78-2.04-1.75-2.04", clipRule: "evenodd" }));
4
+ const DiscordFilled = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
5
+ const RefIcon = React.forwardRef(DiscordFilled);
6
+ if (process.env.NODE_ENV !== "production") {
7
+ RefIcon.displayName = "DiscordFilled";
8
+ }
9
+ export default RefIcon;
@@ -1,6 +1,6 @@
1
1
  import ShulexIcon from "../components/ShulexIcon.mjs";
2
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" }))));
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
4
  const EmailCircle2Colored = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: true });
5
5
  const RefIcon = React.forwardRef(EmailCircle2Colored);
6
6
  if (process.env.NODE_ENV !== "production") {
@@ -1,6 +1,6 @@
1
1
  import ShulexIcon from "../components/ShulexIcon.mjs";
2
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" }))));
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
4
  const MessageCircleColored = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: true });
5
5
  const RefIcon = React.forwardRef(MessageCircleColored);
6
6
  if (process.env.NODE_ENV !== "production") {
@@ -1,6 +1,6 @@
1
1
  import ShulexIcon from "../components/ShulexIcon.mjs";
2
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" }))));
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
4
  const PhoneCircleColored = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: true });
5
5
  const RefIcon = React.forwardRef(PhoneCircleColored);
6
6
  if (process.env.NODE_ENV !== "production") {
@@ -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 DiscordFilled } from './DiscordFilled';
74
75
  export { default as DiscordOutlined } from './DiscordOutlined';
75
76
  export { default as DiscoverFilled } from './DiscoverFilled';
76
77
  export { default as DiscoverOutlined } from './DiscoverOutlined';
@@ -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 DiscordFilled } from "./DiscordFilled.mjs";
74
75
  export { default as DiscordOutlined } from "./DiscordOutlined.mjs";
75
76
  export { default as DiscoverFilled } from "./DiscoverFilled.mjs";
76
77
  export { default as DiscoverOutlined } from "./DiscoverOutlined.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shulex/icons",
3
- "version": "1.0.31",
3
+ "version": "1.0.34",
4
4
  "private": false,
5
5
  "description": "Shulex 图标组件库",
6
6
  "license": "MIT",