@shulex/icons 1.0.27 → 1.0.29

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 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M6.03 1.8a3.14 3.14 0 0 1 4.73 2.81 7.9 7.9 0 0 1 7.96 3.51l.21.35.01.01.93 1.68c.57.99 1.44 1.6 2.2 1.94.59.26.86.82.92 1.28.05.47-.08 1.14-.72 1.51l-4.86 2.82a4.2 4.2 0 0 1-2.02 4.7 4.2 4.2 0 0 1-5.06-.58l-1.13.66a1.5 1.5 0 0 1-1.69-.15 1.6 1.6 0 0 1-.63-1.47l.03-.32c.05-.78-.07-1.7-.56-2.55v-.01l-1-1.77a7.9 7.9 0 0 1 .75-8.9q-.75-.4-1.22-1.2a3.17 3.17 0 0 1 1.15-4.31m6.16 18.95c.63.33 1.45.36 2.19-.07a2.3 2.3 0 0 0 1.16-1.88zm5-11.3a5.85 5.85 0 0 0-8-2.17 5.83 5.83 0 0 0-2.24 7.69l.15.26v.01l.99 1.77c.65 1.14.84 2.33.82 3.33l11.66-6.77a6.6 6.6 0 0 1-2.43-2.42v-.01zM8.6 3.97a1.14 1.14 0 0 0-1.56-.42 1.17 1.17 0 0 0-.42 1.59c.32.55 1.02.74 1.56.42.55-.32.75-1.03.42-1.59", clipRule: "evenodd" }), /* @__PURE__ */ React.createElement("path", { d: "M2.06 6.71a1 1 0 0 1 1.7 1.05 5.4 5.4 0 0 0-.7 3.57 1 1 0 0 1-1.98.29c-.24-1.7.07-3.43.98-4.9M11.92 1c1.7-.03 3.39.5 4.73 1.58a1 1 0 0 1-1.26 1.56A5.3 5.3 0 0 0 11.96 3a1 1 0 0 1-.04-2" }));
4
+ const Bell2Outlined = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
5
+ const RefIcon = React.forwardRef(Bell2Outlined);
6
+ if (process.env.NODE_ENV !== "production") {
7
+ RefIcon.displayName = "Bell2Outlined";
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 20 20", ...props }, /* @__PURE__ */ React.createElement("g", { clipPath: "url(#clip0_2678_5386)" }, /* @__PURE__ */ React.createElement("path", { d: "M10 0C4.48 0 0 4.46 0 9.98V10c0 5.53 4.47 10 10 10s10-4.47 10-10S15.53 0 10 0m0 17.33a7.3 7.3 0 0 1-7.33-7.29V10a7.3 7.3 0 0 1 7.29-7.33H10a7.3 7.3 0 0 1 7.33 7.29V10a7.3 7.3 0 0 1-7.29 7.33zm4.53-9.8c0 1.14-.93 2.07-2.06 2.07a2.1 2.1 0 0 1-2.07-2.07c0-1.13.93-2.06 2.07-2.06s2.06.93 2.06 2.06m0 4.94c0 1.13-.93 2.06-2.06 2.06a2.1 2.1 0 0 1-2.07-2.06c0-1.14.93-2.07 2.07-2.07s2.06.93 2.06 2.07m-4.93 0c0 1.13-.93 2.06-2.06 2.06a2.1 2.1 0 0 1-2.07-2.06c0-1.14.93-2.07 2.07-2.07s2.06.93 2.06 2.07m0-4.94c0 1.14-.93 2.07-2.06 2.07a2.1 2.1 0 0 1-2.07-2.07c0-1.13.93-2.06 2.07-2.06S9.6 6.4 9.6 7.53" })), /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", { id: "clip0_2678_5386" }, /* @__PURE__ */ React.createElement("path", { d: "M0 0H20V20H0z" }))));
4
+ const TwilioLogoFilled = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
5
+ const RefIcon = React.forwardRef(TwilioLogoFilled);
6
+ if (process.env.NODE_ENV !== "production") {
7
+ RefIcon.displayName = "TwilioLogoFilled";
8
+ }
9
+ export default RefIcon;
@@ -18,6 +18,7 @@ export { default as ArrowRightUpOutlined } from './ArrowRightUpOutlined';
18
18
  export { default as ArrowsAltOutlined } from './ArrowsAltOutlined';
19
19
  export { default as AttentionOutlined } from './AttentionOutlined';
20
20
  export { default as BarcodeOutlined } from './BarcodeOutlined';
21
+ export { default as Bell2Outlined } from './Bell2Outlined';
21
22
  export { default as BellFilled } from './BellFilled';
22
23
  export { default as BellOutlined } from './BellOutlined';
23
24
  export { default as BgColorsOutlined } from './BgColorsOutlined';
@@ -303,6 +304,7 @@ export { default as TranslationTextOutlined } from './TranslationTextOutlined';
303
304
  export { default as TrendingDownOutlined } from './TrendingDownOutlined';
304
305
  export { default as TrendingUpOutlined } from './TrendingUpOutlined';
305
306
  export { default as TrendingZeroOutlined } from './TrendingZeroOutlined';
307
+ export { default as TwilioLogoFilled } from './TwilioLogoFilled';
306
308
  export { default as TypeFilled } from './TypeFilled';
307
309
  export { default as UdeskLogoColored } from './UdeskLogoColored';
308
310
  export { default as UnderlineOutlined } from './UnderlineOutlined';
@@ -18,6 +18,7 @@ export { default as ArrowRightUpOutlined } from "./ArrowRightUpOutlined.mjs";
18
18
  export { default as ArrowsAltOutlined } from "./ArrowsAltOutlined.mjs";
19
19
  export { default as AttentionOutlined } from "./AttentionOutlined.mjs";
20
20
  export { default as BarcodeOutlined } from "./BarcodeOutlined.mjs";
21
+ export { default as Bell2Outlined } from "./Bell2Outlined.mjs";
21
22
  export { default as BellFilled } from "./BellFilled.mjs";
22
23
  export { default as BellOutlined } from "./BellOutlined.mjs";
23
24
  export { default as BgColorsOutlined } from "./BgColorsOutlined.mjs";
@@ -303,6 +304,7 @@ export { default as TranslationTextOutlined } from "./TranslationTextOutlined.mj
303
304
  export { default as TrendingDownOutlined } from "./TrendingDownOutlined.mjs";
304
305
  export { default as TrendingUpOutlined } from "./TrendingUpOutlined.mjs";
305
306
  export { default as TrendingZeroOutlined } from "./TrendingZeroOutlined.mjs";
307
+ export { default as TwilioLogoFilled } from "./TwilioLogoFilled.mjs";
306
308
  export { default as TypeFilled } from "./TypeFilled.mjs";
307
309
  export { default as UdeskLogoColored } from "./UdeskLogoColored.mjs";
308
310
  export { default as UnderlineOutlined } from "./UnderlineOutlined.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shulex/icons",
3
- "version": "1.0.27",
3
+ "version": "1.0.29",
4
4
  "private": false,
5
5
  "description": "Shulex 图标组件库",
6
6
  "license": "MIT",