@shulex/icons 1.0.34 → 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,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;
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -160,6 +160,7 @@ export { default as InstagramLogoColored } from './InstagramLogoColored';
|
|
|
160
160
|
export { default as InstagramLogoFilled } from './InstagramLogoFilled';
|
|
161
161
|
export { default as InstallFilled } from './InstallFilled';
|
|
162
162
|
export { default as InstallOutlined } from './InstallOutlined';
|
|
163
|
+
export { default as InstantOutlined } from './InstantOutlined';
|
|
163
164
|
export { default as IntegrationFilled } from './IntegrationFilled';
|
|
164
165
|
export { default as IntercomLogoColored } from './IntercomLogoColored';
|
|
165
166
|
export { default as ItalicOutlined } from './ItalicOutlined';
|
package/dist/icons/index.mjs
CHANGED
|
@@ -160,6 +160,7 @@ export { default as InstagramLogoColored } from "./InstagramLogoColored.mjs";
|
|
|
160
160
|
export { default as InstagramLogoFilled } from "./InstagramLogoFilled.mjs";
|
|
161
161
|
export { default as InstallFilled } from "./InstallFilled.mjs";
|
|
162
162
|
export { default as InstallOutlined } from "./InstallOutlined.mjs";
|
|
163
|
+
export { default as InstantOutlined } from "./InstantOutlined.mjs";
|
|
163
164
|
export { default as IntegrationFilled } from "./IntegrationFilled.mjs";
|
|
164
165
|
export { default as IntercomLogoColored } from "./IntercomLogoColored.mjs";
|
|
165
166
|
export { default as ItalicOutlined } from "./ItalicOutlined.mjs";
|