@shulex/icons 1.0.32 → 1.0.35

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;
@@ -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 16 16", ...props }, /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M8 .67a4.7 4.7 0 0 1 4.63 4.06 3.33 3.33 0 0 1 0 6.54A4.7 4.7 0 0 1 8 15.33.67.67 0 0 1 8 14c1.84 0 3.33-1.5 3.33-3.33V5.33a3.33 3.33 0 1 0-6.66 0v5.34c0 .36-.3.66-.67.66a3.33 3.33 0 0 1-.63-6.6A4.7 4.7 0 0 1 8 .67M3.33 6.12a2 2 0 0 0 0 3.76zm9.34 3.76a2 2 0 0 0 0-3.76z", clipRule: "evenodd" }));
4
+ const InstantOutlined = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
5
+ const RefIcon = React.forwardRef(InstantOutlined);
6
+ if (process.env.NODE_ENV !== "production") {
7
+ RefIcon.displayName = "InstantOutlined";
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 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';
@@ -159,6 +160,7 @@ export { default as InstagramLogoColored } from './InstagramLogoColored';
159
160
  export { default as InstagramLogoFilled } from './InstagramLogoFilled';
160
161
  export { default as InstallFilled } from './InstallFilled';
161
162
  export { default as InstallOutlined } from './InstallOutlined';
163
+ export { default as InstantOutlined } from './InstantOutlined';
162
164
  export { default as IntegrationFilled } from './IntegrationFilled';
163
165
  export { default as IntercomLogoColored } from './IntercomLogoColored';
164
166
  export { default as ItalicOutlined } from './ItalicOutlined';
@@ -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";
@@ -159,6 +160,7 @@ export { default as InstagramLogoColored } from "./InstagramLogoColored.mjs";
159
160
  export { default as InstagramLogoFilled } from "./InstagramLogoFilled.mjs";
160
161
  export { default as InstallFilled } from "./InstallFilled.mjs";
161
162
  export { default as InstallOutlined } from "./InstallOutlined.mjs";
163
+ export { default as InstantOutlined } from "./InstantOutlined.mjs";
162
164
  export { default as IntegrationFilled } from "./IntegrationFilled.mjs";
163
165
  export { default as IntercomLogoColored } from "./IntercomLogoColored.mjs";
164
166
  export { default as ItalicOutlined } from "./ItalicOutlined.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shulex/icons",
3
- "version": "1.0.32",
3
+ "version": "1.0.35",
4
4
  "private": false,
5
5
  "description": "Shulex 图标组件库",
6
6
  "license": "MIT",