@shulex/icons 1.0.5 → 1.0.15
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.
- package/dist/icons/CallOutlined.d.ts +4 -0
- package/dist/icons/CallOutlined.mjs +9 -0
- package/dist/icons/CodeOutlined.d.ts +4 -0
- package/dist/icons/CodeOutlined.mjs +9 -0
- package/dist/icons/VoiceOutlined.d.ts +4 -0
- package/dist/icons/VoiceOutlined.mjs +9 -0
- package/dist/icons/index.d.ts +3 -0
- package/dist/icons/index.mjs +3 -0
- package/package.json +1 -1
|
@@ -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 18 18", ...props }, /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M5.4 2.55c.54 0 1.04.3 1.3.77l.92 1.65c.24.44.25.96.03 1.4l-.76 1.51a4.4 4.4 0 0 0 2.42 2.69q.24.1.42.15l1.5-.76a1.5 1.5 0 0 1 1.4.03l1.67.92c.47.27.77.77.77 1.31v1.9a2.14 2.14 0 0 1-2.81 2.08c-1.9-.64-4.97-1.9-6.96-3.89-1.98-1.98-3.24-5.05-3.88-6.95a2.14 2.14 0 0 1 2.07-2.81zm-1.91 1.5c-.5 0-.78.44-.65.83.63 1.87 1.8 4.65 3.52 6.37 1.73 1.73 4.51 2.9 6.38 3.53.39.13.83-.15.83-.65v-1.9l-1.66-.93-1.77.89a1 1 0 0 1-.35.08l-.12-.02h-.03l-.06-.02a4 4 0 0 1-.86-.28 5.85 5.85 0 0 1-3.36-3.97v-.03a.8.8 0 0 1 .06-.48l.89-1.77-.92-1.65z", clipRule: "evenodd" }), /* @__PURE__ */ React.createElement("path", { d: "M10.01 1.44a5.65 5.65 0 0 1 6.3 4.2c.17.71.2 1.47.1 2.2a.75.75 0 0 1-1.48-.22A4.15 4.15 0 0 0 11.85 3a4 4 0 0 0-1.62-.07.75.75 0 0 1-.22-1.49" }), /* @__PURE__ */ React.createElement("path", { d: "M10.15 4.13a3 3 0 0 1 3.41 3.4.75.75 0 1 1-1.48-.21 1.5 1.5 0 0 0-1.7-1.71.75.75 0 0 1-.23-1.48" }));
|
|
4
|
+
const CallOutlined = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(CallOutlined);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "CallOutlined";
|
|
8
|
+
}
|
|
9
|
+
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 18 18", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M11.63 11.63a.75.75 0 0 1 0 1.5H6.37a.75.75 0 0 1 0-1.5zM5.63 8.25a.94.94 0 1 1 0 1.88.94.94 0 0 1 0-1.88M9 8.25a.94.94 0 1 1 0 1.88.94.94 0 0 1 0-1.88M12.38 8.25a.94.94 0 1 1 0 1.87.94.94 0 0 1 0-1.87M5.63 5.25a.94.94 0 1 1 0 1.88.94.94 0 0 1 0-1.88M9 5.25a.94.94 0 1 1 0 1.88.94.94 0 0 1 0-1.88M12.38 5.25a.94.94 0 1 1 0 1.87.94.94 0 0 1 0-1.87" }), /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M9 .75a8.25 8.25 0 1 1 0 16.5A8.25 8.25 0 0 1 9 .75m0 1.5a6.75 6.75 0 1 0 0 13.5 6.75 6.75 0 0 0 0-13.5", clipRule: "evenodd" }));
|
|
4
|
+
const CodeOutlined = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(CodeOutlined);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "CodeOutlined";
|
|
8
|
+
}
|
|
9
|
+
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 18 18", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M14.63 7.88c.4 0 .74.33.74.75a6.37 6.37 0 0 1-5.62 6.32v1.55a.75.75 0 0 1-1.5 0v-1.55a6.37 6.37 0 0 1-5.62-6.32.75.75 0 0 1 1.5 0 4.87 4.87 0 1 0 9.75 0c0-.42.33-.76.74-.76" }), /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M9 .75a3.37 3.37 0 0 1 3.38 3.38V9a3.37 3.37 0 1 1-6.76 0V4.13A3.4 3.4 0 0 1 9 .75m0 1.5c-1.04 0-1.87.84-1.87 1.88V9a1.88 1.88 0 0 0 3.75 0V4.13c0-1.04-.84-1.88-1.88-1.88", clipRule: "evenodd" }));
|
|
4
|
+
const VoiceOutlined = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(VoiceOutlined);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "VoiceOutlined";
|
|
8
|
+
}
|
|
9
|
+
export default RefIcon;
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -27,6 +27,7 @@ export { default as BoxOutlined } from './BoxOutlined';
|
|
|
27
27
|
export { default as BrandOutlined } from './BrandOutlined';
|
|
28
28
|
export { default as CalendarFilled } from './CalendarFilled';
|
|
29
29
|
export { default as CalendarOutlined } from './CalendarOutlined';
|
|
30
|
+
export { default as CallOutlined } from './CallOutlined';
|
|
30
31
|
export { default as CarOutlined } from './CarOutlined';
|
|
31
32
|
export { default as CaretDownOutlined } from './CaretDownOutlined';
|
|
32
33
|
export { default as CaretLeftOutlined } from './CaretLeftOutlined';
|
|
@@ -43,6 +44,7 @@ export { default as ClockOutlined } from './ClockOutlined';
|
|
|
43
44
|
export { default as CloseCircleFilled } from './CloseCircleFilled';
|
|
44
45
|
export { default as CloseCircleOutlined } from './CloseCircleOutlined';
|
|
45
46
|
export { default as CloseOutlined } from './CloseOutlined';
|
|
47
|
+
export { default as CodeOutlined } from './CodeOutlined';
|
|
46
48
|
export { default as ColorsOutlined } from './ColorsOutlined';
|
|
47
49
|
export { default as CommentOutlined } from './CommentOutlined';
|
|
48
50
|
export { default as ConnectOutlined } from './ConnectOutlined';
|
|
@@ -247,6 +249,7 @@ export { default as UserFilled } from './UserFilled';
|
|
|
247
249
|
export { default as UserOutlined } from './UserOutlined';
|
|
248
250
|
export { default as ViewOutlined } from './ViewOutlined';
|
|
249
251
|
export { default as ViewSimpleOutlined } from './ViewSimpleOutlined';
|
|
252
|
+
export { default as VoiceOutlined } from './VoiceOutlined';
|
|
250
253
|
export { default as WalmartLogoColored } from './WalmartLogoColored';
|
|
251
254
|
export { default as WalmartLogoFilled } from './WalmartLogoFilled';
|
|
252
255
|
export { default as WarningFilled } from './WarningFilled';
|
package/dist/icons/index.mjs
CHANGED
|
@@ -27,6 +27,7 @@ export { default as BoxOutlined } from "./BoxOutlined.mjs";
|
|
|
27
27
|
export { default as BrandOutlined } from "./BrandOutlined.mjs";
|
|
28
28
|
export { default as CalendarFilled } from "./CalendarFilled.mjs";
|
|
29
29
|
export { default as CalendarOutlined } from "./CalendarOutlined.mjs";
|
|
30
|
+
export { default as CallOutlined } from "./CallOutlined.mjs";
|
|
30
31
|
export { default as CarOutlined } from "./CarOutlined.mjs";
|
|
31
32
|
export { default as CaretDownOutlined } from "./CaretDownOutlined.mjs";
|
|
32
33
|
export { default as CaretLeftOutlined } from "./CaretLeftOutlined.mjs";
|
|
@@ -43,6 +44,7 @@ export { default as ClockOutlined } from "./ClockOutlined.mjs";
|
|
|
43
44
|
export { default as CloseCircleFilled } from "./CloseCircleFilled.mjs";
|
|
44
45
|
export { default as CloseCircleOutlined } from "./CloseCircleOutlined.mjs";
|
|
45
46
|
export { default as CloseOutlined } from "./CloseOutlined.mjs";
|
|
47
|
+
export { default as CodeOutlined } from "./CodeOutlined.mjs";
|
|
46
48
|
export { default as ColorsOutlined } from "./ColorsOutlined.mjs";
|
|
47
49
|
export { default as CommentOutlined } from "./CommentOutlined.mjs";
|
|
48
50
|
export { default as ConnectOutlined } from "./ConnectOutlined.mjs";
|
|
@@ -247,6 +249,7 @@ export { default as UserFilled } from "./UserFilled.mjs";
|
|
|
247
249
|
export { default as UserOutlined } from "./UserOutlined.mjs";
|
|
248
250
|
export { default as ViewOutlined } from "./ViewOutlined.mjs";
|
|
249
251
|
export { default as ViewSimpleOutlined } from "./ViewSimpleOutlined.mjs";
|
|
252
|
+
export { default as VoiceOutlined } from "./VoiceOutlined.mjs";
|
|
250
253
|
export { default as WalmartLogoColored } from "./WalmartLogoColored.mjs";
|
|
251
254
|
export { default as WalmartLogoFilled } from "./WalmartLogoFilled.mjs";
|
|
252
255
|
export { default as WarningFilled } from "./WarningFilled.mjs";
|