@shulex/icons 1.0.20 → 1.0.21
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,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("path", { fill: "#4AC263", d: "M10 2a9.5 9.5 0 0 1 6.9 2.87Q15.52 4.5 14 4.5C8.2 4.5 3.5 8.75 3.5 14q0 .86.17 1.68A7.6 7.6 0 0 1 1 10c0-4.42 4.03-8 9-8" }), /* @__PURE__ */ React.createElement("path", { fill: "#4ECB68", fillRule: "evenodd", d: "M14 6c4.97 0 9 3.58 9 8s-4.03 8-9 8H5l1.8-3.2A7.4 7.4 0 0 1 5 14c0-4.42 4.03-8 9-8m-3.5 9a.5.5 0 0 0-.5.5v1c0 .28.22.5.5.5h4a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm0-4a.5.5 0 0 0-.5.5v1c0 .28.22.5.5.5h7a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z", clipRule: "evenodd" }));
|
|
4
|
+
const Livechat3Colored = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: true });
|
|
5
|
+
const RefIcon = React.forwardRef(Livechat3Colored);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "Livechat3Colored";
|
|
8
|
+
}
|
|
9
|
+
export default RefIcon;
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -173,6 +173,7 @@ export { default as LinkAngledOutlined } from './LinkAngledOutlined';
|
|
|
173
173
|
export { default as LinkOutlined } from './LinkOutlined';
|
|
174
174
|
export { default as Livechat2Colored } from './Livechat2Colored';
|
|
175
175
|
export { default as Livechat2Filled } from './Livechat2Filled';
|
|
176
|
+
export { default as Livechat3Colored } from './Livechat3Colored';
|
|
176
177
|
export { default as LivechatColored } from './LivechatColored';
|
|
177
178
|
export { default as LockOutlined } from './LockOutlined';
|
|
178
179
|
export { default as MagicOutlined } from './MagicOutlined';
|
package/dist/icons/index.mjs
CHANGED
|
@@ -173,6 +173,7 @@ export { default as LinkAngledOutlined } from "./LinkAngledOutlined.mjs";
|
|
|
173
173
|
export { default as LinkOutlined } from "./LinkOutlined.mjs";
|
|
174
174
|
export { default as Livechat2Colored } from "./Livechat2Colored.mjs";
|
|
175
175
|
export { default as Livechat2Filled } from "./Livechat2Filled.mjs";
|
|
176
|
+
export { default as Livechat3Colored } from "./Livechat3Colored.mjs";
|
|
176
177
|
export { default as LivechatColored } from "./LivechatColored.mjs";
|
|
177
178
|
export { default as LockOutlined } from "./LockOutlined.mjs";
|
|
178
179
|
export { default as MagicOutlined } from "./MagicOutlined.mjs";
|