@shulex/icons 1.0.16 → 1.0.17

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 24 24", ...props }, /* @__PURE__ */ React.createElement("rect", { width: 24, height: 24, fill: "#407BE6", rx: 8 }), /* @__PURE__ */ React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M16.08 6.75a2.33 2.33 0 0 1 2.34 2.33v5.84a2.33 2.33 0 0 1-2.34 2.33H7.92a2.33 2.33 0 0 1-2.34-2.33V9.08a2.33 2.33 0 0 1 2.34-2.33zm-3.44 4.43c-.4.25-.89.25-1.28 0L7.92 8.94v1.4l2.8 1.82c.78.5 1.78.5 2.55 0l2.81-1.83V8.94z", clipRule: "evenodd" }));
4
+ const EmailRadiusColored = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: true });
5
+ const RefIcon = React.forwardRef(EmailRadiusColored);
6
+ if (process.env.NODE_ENV !== "production") {
7
+ RefIcon.displayName = "EmailRadiusColored";
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("rect", { width: 24, height: 24, fill: "#9747FF", rx: 8 }), /* @__PURE__ */ React.createElement("path", { fill: "#fff", d: "M9.2 6.98c.42 0 .8.23 1.01.6l.72 1.29c.18.33.2.74.02 1.09l-.59 1.17a3.4 3.4 0 0 0 1.88 2.09l.32.12 1.18-.6c.35-.16.75-.16 1.1.03l1.28.72c.37.2.6.6.6 1.02v1.48a1.66 1.66 0 0 1-2.18 1.6c-1.48-.5-3.87-1.47-5.42-3.01-1.54-1.55-2.52-3.94-3.02-5.41a1.66 1.66 0 0 1 1.61-2.19zM12.79 6.12a4.4 4.4 0 0 1 4.89 3.26q.21.85.08 1.72a.58.58 0 0 1-1.15-.18 3.23 3.23 0 0 0-2.39-3.58q-.62-.16-1.26-.06a.58.58 0 0 1-.17-1.16" }), /* @__PURE__ */ React.createElement("path", { fill: "#fff", d: "M12.9 8.2a2.33 2.33 0 0 1 2.65 2.66.58.58 0 1 1-1.15-.17 1.16 1.16 0 0 0-1.33-1.33.58.58 0 0 1-.17-1.15" }));
4
+ const PhoneRadiusColored = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: true });
5
+ const RefIcon = React.forwardRef(PhoneRadiusColored);
6
+ if (process.env.NODE_ENV !== "production") {
7
+ RefIcon.displayName = "PhoneRadiusColored";
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", { fillRule: "evenodd", d: "M9.33 1.17c.33 0 .59.26.59.58v11.08c0 .33-.26.59-.59.59h-3.5a.6.6 0 0 1-.58-.59V5.25H1.17a.6.6 0 0 1-.59-.58V3.5l.01-.08q.05-.32.33-.45l3.8-1.75.05-.02.19-.03zm-7.58 2.7v.21h4.08c.33 0 .59.26.59.59v7.58h2.33V2.33H5.09zM12.83 1.17c.33 0 .59.26.59.58v2.92c0 .32-.26.58-.59.58h-1.75a.6.6 0 0 1-.58-.58V1.75c0-.32.26-.58.58-.58zm-1.16 2.91h.58V2.33h-.58z", clipRule: "evenodd" }));
4
+ const SkillOutlined = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
5
+ const RefIcon = React.forwardRef(SkillOutlined);
6
+ if (process.env.NODE_ENV !== "production") {
7
+ RefIcon.displayName = "SkillOutlined";
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: "M9.67 1.67c.73 0 1.33.6 1.33 1.33v.67h2.67c.73 0 1.33.6 1.33 1.33v2.67c0 .62-.43 1.14-1 1.29v3.7c0 .93-.75 1.67-1.67 1.67H3.67c-.92 0-1.67-.74-1.67-1.66V8.96c-.57-.15-1-.67-1-1.3V5c0-.74.6-1.33 1.33-1.33H5V3c0-.74.6-1.33 1.33-1.33zm-6.34 11c0 .18.15.33.34.33h8.66c.19 0 .34-.15.34-.33V9h-1v.67a.67.67 0 0 1-1.34 0V9H5.67v.67a.67.67 0 0 1-1.34 0V9h-1zm-1-5h2a.67.67 0 0 1 1.34 0h4.66a.67.67 0 0 1 1.34 0h2V5H2.33zm4-4h3.34V3H6.33z", clipRule: "evenodd" }));
4
+ const ToolsOutlined = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
5
+ const RefIcon = React.forwardRef(ToolsOutlined);
6
+ if (process.env.NODE_ENV !== "production") {
7
+ RefIcon.displayName = "ToolsOutlined";
8
+ }
9
+ export default RefIcon;
@@ -82,6 +82,7 @@ export { default as EllipsisOutlined } from './EllipsisOutlined';
82
82
  export { default as EmailCircleColored } from './EmailCircleColored';
83
83
  export { default as EmailColored } from './EmailColored';
84
84
  export { default as EmailFilled } from './EmailFilled';
85
+ export { default as EmailRadiusColored } from './EmailRadiusColored';
85
86
  export { default as EnterOutlined } from './EnterOutlined';
86
87
  export { default as EnvelopeOutlined } from './EnvelopeOutlined';
87
88
  export { default as ExclamationCircleFilled } from './ExclamationCircleFilled';
@@ -174,6 +175,7 @@ export { default as PauseCircleOutlined } from './PauseCircleOutlined';
174
175
  export { default as PauseOutlined } from './PauseOutlined';
175
176
  export { default as PeopleOutlined } from './PeopleOutlined';
176
177
  export { default as PhoneOutlined } from './PhoneOutlined';
178
+ export { default as PhoneRadiusColored } from './PhoneRadiusColored';
177
179
  export { default as PinFilled } from './PinFilled';
178
180
  export { default as PinOutlined } from './PinOutlined';
179
181
  export { default as PlatformOutlined } from './PlatformOutlined';
@@ -210,6 +212,7 @@ export { default as ShoppingFilled } from './ShoppingFilled';
210
212
  export { default as ShoppingOutlined } from './ShoppingOutlined';
211
213
  export { default as ShrinkOutlined } from './ShrinkOutlined';
212
214
  export { default as ShulexLogoColored } from './ShulexLogoColored';
215
+ export { default as SkillOutlined } from './SkillOutlined';
213
216
  export { default as SlackLogoColored } from './SlackLogoColored';
214
217
  export { default as SleepClockFilled } from './SleepClockFilled';
215
218
  export { default as SmallCloseOutlined } from './SmallCloseOutlined';
@@ -236,6 +239,7 @@ export { default as ThumbsdownFilled } from './ThumbsdownFilled';
236
239
  export { default as ThumbsdownOutlined } from './ThumbsdownOutlined';
237
240
  export { default as ThumbsupFilled } from './ThumbsupFilled';
238
241
  export { default as ThumbsupOutlined } from './ThumbsupOutlined';
242
+ export { default as ToolsOutlined } from './ToolsOutlined';
239
243
  export { default as TransferFilled } from './TransferFilled';
240
244
  export { default as TransferOutlined } from './TransferOutlined';
241
245
  export { default as TranslationOutlined } from './TranslationOutlined';
@@ -82,6 +82,7 @@ export { default as EllipsisOutlined } from "./EllipsisOutlined.mjs";
82
82
  export { default as EmailCircleColored } from "./EmailCircleColored.mjs";
83
83
  export { default as EmailColored } from "./EmailColored.mjs";
84
84
  export { default as EmailFilled } from "./EmailFilled.mjs";
85
+ export { default as EmailRadiusColored } from "./EmailRadiusColored.mjs";
85
86
  export { default as EnterOutlined } from "./EnterOutlined.mjs";
86
87
  export { default as EnvelopeOutlined } from "./EnvelopeOutlined.mjs";
87
88
  export { default as ExclamationCircleFilled } from "./ExclamationCircleFilled.mjs";
@@ -174,6 +175,7 @@ export { default as PauseCircleOutlined } from "./PauseCircleOutlined.mjs";
174
175
  export { default as PauseOutlined } from "./PauseOutlined.mjs";
175
176
  export { default as PeopleOutlined } from "./PeopleOutlined.mjs";
176
177
  export { default as PhoneOutlined } from "./PhoneOutlined.mjs";
178
+ export { default as PhoneRadiusColored } from "./PhoneRadiusColored.mjs";
177
179
  export { default as PinFilled } from "./PinFilled.mjs";
178
180
  export { default as PinOutlined } from "./PinOutlined.mjs";
179
181
  export { default as PlatformOutlined } from "./PlatformOutlined.mjs";
@@ -210,6 +212,7 @@ export { default as ShoppingFilled } from "./ShoppingFilled.mjs";
210
212
  export { default as ShoppingOutlined } from "./ShoppingOutlined.mjs";
211
213
  export { default as ShrinkOutlined } from "./ShrinkOutlined.mjs";
212
214
  export { default as ShulexLogoColored } from "./ShulexLogoColored.mjs";
215
+ export { default as SkillOutlined } from "./SkillOutlined.mjs";
213
216
  export { default as SlackLogoColored } from "./SlackLogoColored.mjs";
214
217
  export { default as SleepClockFilled } from "./SleepClockFilled.mjs";
215
218
  export { default as SmallCloseOutlined } from "./SmallCloseOutlined.mjs";
@@ -236,6 +239,7 @@ export { default as ThumbsdownFilled } from "./ThumbsdownFilled.mjs";
236
239
  export { default as ThumbsdownOutlined } from "./ThumbsdownOutlined.mjs";
237
240
  export { default as ThumbsupFilled } from "./ThumbsupFilled.mjs";
238
241
  export { default as ThumbsupOutlined } from "./ThumbsupOutlined.mjs";
242
+ export { default as ToolsOutlined } from "./ToolsOutlined.mjs";
239
243
  export { default as TransferFilled } from "./TransferFilled.mjs";
240
244
  export { default as TransferOutlined } from "./TransferOutlined.mjs";
241
245
  export { default as TranslationOutlined } from "./TranslationOutlined.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shulex/icons",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "private": false,
5
5
  "description": "Shulex 图标组件库",
6
6
  "license": "MIT",