@shulex/icons 1.0.18 → 1.0.19
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/AmountCircleOutlined.d.ts +4 -0
- package/dist/icons/AmountCircleOutlined.mjs +9 -0
- package/dist/icons/CarFilled.d.ts +4 -0
- package/dist/icons/CarFilled.mjs +9 -0
- package/dist/icons/CommunicationOutlined.d.ts +4 -0
- package/dist/icons/CommunicationOutlined.mjs +9 -0
- package/dist/icons/ConversationStopOutlined.d.ts +4 -0
- package/dist/icons/ConversationStopOutlined.mjs +9 -0
- package/dist/icons/EndCallFilled.d.ts +4 -0
- package/dist/icons/EndCallFilled.mjs +9 -0
- package/dist/icons/EndCallOutlined.d.ts +4 -0
- package/dist/icons/EndCallOutlined.mjs +9 -0
- package/dist/icons/LineChartOutlined.d.ts +4 -0
- package/dist/icons/LineChartOutlined.mjs +9 -0
- package/dist/icons/MuteFilled.d.ts +4 -0
- package/dist/icons/MuteFilled.mjs +9 -0
- package/dist/icons/Pause2Outlined.d.ts +4 -0
- package/dist/icons/Pause2Outlined.mjs +9 -0
- package/dist/icons/PhoneCallFilled.d.ts +4 -0
- package/dist/icons/PhoneCallFilled.mjs +9 -0
- package/dist/icons/PhoneCallOutlined.d.ts +4 -0
- package/dist/icons/PhoneCallOutlined.mjs +9 -0
- package/dist/icons/PhoneComingFilled.d.ts +4 -0
- package/dist/icons/PhoneComingFilled.mjs +9 -0
- package/dist/icons/PhoneComingOutlined.d.ts +4 -0
- package/dist/icons/PhoneComingOutlined.mjs +9 -0
- package/dist/icons/PhoneOutgoingFilled.d.ts +4 -0
- package/dist/icons/PhoneOutgoingFilled.mjs +9 -0
- package/dist/icons/PieChartOutlined.d.ts +4 -0
- package/dist/icons/PieChartOutlined.mjs +9 -0
- package/dist/icons/PlayCircleOutlined.d.ts +4 -0
- package/dist/icons/PlayCircleOutlined.mjs +9 -0
- package/dist/icons/PlayOutlined.d.ts +4 -0
- package/dist/icons/PlayOutlined.mjs +9 -0
- package/dist/icons/PositionOutlined.d.ts +4 -0
- package/dist/icons/PositionOutlined.mjs +9 -0
- package/dist/icons/TypeFilled.d.ts +4 -0
- package/dist/icons/TypeFilled.mjs +9 -0
- package/dist/icons/VoiceFilled.d.ts +4 -0
- package/dist/icons/VoiceFilled.mjs +9 -0
- package/dist/icons/VolumeFilled.d.ts +4 -0
- package/dist/icons/VolumeFilled.mjs +9 -0
- package/dist/icons/VolumeOutlined.d.ts +4 -0
- package/dist/icons/VolumeOutlined.mjs +9 -0
- package/dist/icons/index.d.ts +22 -0
- package/dist/icons/index.mjs +22 -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 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M14.3 6.8a1 1 0 1 1 1.4 1.4L13.92 10H15a1 1 0 1 1 0 2h-2v1h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2H9a1 1 0 1 1 0-2h2v-1H9a1 1 0 1 1 0-2h1.09l-1.8-1.8a1 1 0 1 1 1.42-1.4L12 9.08z" }), /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M12 1a11 11 0 1 1 0 22 11 11 0 0 1 0-22m0 2a9 9 0 1 0 0 18 9 9 0 0 0 0-18", clipRule: "evenodd" }));
|
|
4
|
+
const AmountCircleOutlined = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(AmountCircleOutlined);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "AmountCircleOutlined";
|
|
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 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M21 3a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2 3 3 0 0 1-6 0h-5a3 3 0 0 1-6 0H2a1 1 0 0 1-1-1v-3.77a1 1 0 0 1 .32-.73l3.5-3.23A1 1 0 0 1 5.5 9H8V5c0-1.1.9-2 2-2zM6 18.1a1 1 0 0 0 2 0V18H6zm11-.1v.1a1 1 0 0 0 2 0V18z", clipRule: "evenodd" }));
|
|
4
|
+
const CarFilled = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(CarFilled);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "CarFilled";
|
|
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 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M6.5 8a1 1 0 0 1 0 2H6a1 1 0 0 1 0-2zM10 8a1 1 0 1 1 0 2h-.5a1 1 0 0 1 0-2zM13.5 8a1 1 0 1 1 0 2H13a1 1 0 1 1 0-2z" }), /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M18 2a1 1 0 0 1 1 1v7h3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.09l-1.2 1.2a1 1 0 0 1-1.42 0L16.1 20H11a1 1 0 0 1-1-1v-3H8.91l-1.7 1.7a1 1 0 0 1-1.42 0L4.1 16H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm1 13a1 1 0 0 1-1 1h-6v2h4.5a1 1 0 0 1 .7.3l.8.79.8-.8.07-.06a1 1 0 0 1 .63-.23H21v-6h-2zM3 14h1.5a1 1 0 0 1 .7.3l1.3 1.29 1.3-1.3.07-.06A1 1 0 0 1 8.5 14H17V4H3z", clipRule: "evenodd" }));
|
|
4
|
+
const CommunicationOutlined = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(CommunicationOutlined);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "CommunicationOutlined";
|
|
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 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M12 2c5.4 0 10.02 3.6 10.86 8.46a8.5 8.5 0 0 0-12.23 11.6 12 12 0 0 1-3.43-.92L4.07 22.8c-1.42.74-3.01-.64-2.44-2.12l1.18-3.05A9.5 9.5 0 0 1 1 12.07C1 6.42 6.01 2 12 2" }), /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M17.5 11.56a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11m-1.5 3a1 1 0 0 0-1 1v3a1 1 0 0 0 2 0v-3a1 1 0 0 0-1-1m3 0a1 1 0 0 0-1 1v3a1 1 0 0 0 2 0v-3a1 1 0 0 0-1-1", clipRule: "evenodd" }));
|
|
4
|
+
const ConversationStopOutlined = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(ConversationStopOutlined);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "ConversationStopOutlined";
|
|
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 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M12.09 6.82c3.55 0 7.42 1.62 9.68 2.75a2.75 2.75 0 0 1 .68 4.43l-1.7 1.7c-.47.47-1.14.66-1.78.52l-.13-.03-2.29-.65a2 2 0 0 1-1.22-1.04l-.09-.22-.67-2a5.5 5.5 0 0 0-2.48-.62 5.4 5.4 0 0 0-2.48.62l-.67 2-.09.22c-.23.5-.68.88-1.22 1.04l-2.3.65c-.67.2-1.4 0-1.9-.5L1.73 14a2.75 2.75 0 0 1 .67-4.43c2.27-1.13 6.14-2.75 9.69-2.75" }));
|
|
4
|
+
const EndCallFilled = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(EndCallFilled);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "EndCallFilled";
|
|
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 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M12.09 6.82c3.55 0 7.42 1.62 9.68 2.75a2.75 2.75 0 0 1 .68 4.43l-1.7 1.7c-.47.47-1.14.66-1.78.52l-.13-.03-2.29-.65a2 2 0 0 1-1.22-1.04l-.09-.22-.67-2a5.5 5.5 0 0 0-2.48-.62 5.4 5.4 0 0 0-2.48.62l-.67 2-.09.22c-.23.5-.68.88-1.22 1.04l-2.3.65c-.67.2-1.4 0-1.9-.5L1.73 14a2.75 2.75 0 0 1 .67-4.43c2.27-1.13 6.14-2.75 9.69-2.75m-.29 2c-2.99.09-6.35 1.47-8.51 2.54-.43.21-.57.8-.15 1.23l1.68 1.67 2.24-.64.77-2.33a1 1 0 0 1 .4-.52l.03-.02.29-.17a7.4 7.4 0 0 1 7.31.13l.07.04.02.01v.01h.01a1 1 0 0 1 .39.52l.78 2.33 2.23.64 1.67-1.67c.42-.42.29-1.02-.14-1.23-2.23-1.1-5.74-2.54-8.8-2.54z", clipRule: "evenodd" }));
|
|
4
|
+
const EndCallOutlined = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(EndCallOutlined);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "EndCallOutlined";
|
|
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 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M22 20a1 1 0 0 1 0 2H2a1 1 0 0 1 0-2z" }), /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M21.17 2.44A1 1 0 0 1 23 3v14a1 1 0 0 1-1 1H2a1 1 0 0 1-.81-1.58l5.71-8 .06-.08a1 1 0 0 1 1.29-.19l6.32 3.99zm-5.49 11.62a1 1 0 0 1-1.36.29l-6.34-4L3.94 16H21V6.25z", clipRule: "evenodd" }));
|
|
4
|
+
const LineChartOutlined = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(LineChartOutlined);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "LineChartOutlined";
|
|
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 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M12 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1c-2.18 0-3.95-1.4-5.09-2.6a15 15 0 0 1-1.56-1.98H3a2 2 0 0 1-1.99-1.8l-.01-.2V8.51c0-1.1.9-2 2-2h2.35a14 14 0 0 1 1.57-1.95C8.06 3.38 9.83 2 12 2M19.66 9.44a1 1 0 0 1 1.42 1.41l-1.42 1.41 1.42 1.42a1 1 0 0 1-1.42 1.41l-1.41-1.41-1.42 1.41a1 1 0 0 1-1.41-1.41l1.41-1.42-1.41-1.41a1 1 0 1 1 1.41-1.41l1.42 1.4z" }));
|
|
4
|
+
const MuteFilled = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(MuteFilled);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "MuteFilled";
|
|
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 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M9.5 19h-3V5h3zM17.5 19h-3V5h3z" }));
|
|
4
|
+
const Pause2Outlined = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(Pause2Outlined);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "Pause2Outlined";
|
|
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 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M7.19 3.4a2 2 0 0 1 1.75 1.03l1.22 2.2a2 2 0 0 1 .04 1.86l-1 2.02a6 6 0 0 0 1.4 2.37 6 6 0 0 0 2.37 1.41l2.02-1a2 2 0 0 1 1.86.03l2.21 1.23a2 2 0 0 1 1.03 1.75v2.54a2.85 2.85 0 0 1-3.74 2.76c-2.54-.86-6.63-2.53-9.28-5.18S2.75 9.68 1.89 7.14A2.85 2.85 0 0 1 4.65 3.4zM13.35 1.92a7.5 7.5 0 0 1 6.41 2.12 7.5 7.5 0 0 1 2.12 6.41 1 1 0 0 1-1.98-.3 5.5 5.5 0 0 0-1.55-4.7 5.5 5.5 0 0 0-4.7-1.55 1 1 0 0 1-.3-1.98" }), /* @__PURE__ */ React.createElement("path", { d: "M13.54 5.5a4 4 0 0 1 4.54 4.55 1 1 0 1 1-1.97-.3 2 2 0 0 0-2.28-2.27 1 1 0 0 1-.3-1.98" }));
|
|
4
|
+
const PhoneCallFilled = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(PhoneCallFilled);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "PhoneCallFilled";
|
|
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 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M7.19 3.4a2 2 0 0 1 1.75 1.03l1.22 2.2a2 2 0 0 1 .04 1.86l-1 2.02a6 6 0 0 0 1.4 2.37 6 6 0 0 0 2.37 1.41l2.02-1a2 2 0 0 1 1.86.03l2.21 1.23a2 2 0 0 1 1.03 1.75v2.54a2.85 2.85 0 0 1-3.74 2.76c-2.54-.86-6.63-2.53-9.28-5.18S2.75 9.68 1.89 7.14A2.85 2.85 0 0 1 4.65 3.4zm-2.54 2c-.66 0-1.04.58-.86 1.1.84 2.5 2.4 6.2 4.7 8.5s6 3.86 8.5 4.7c.52.18 1.1-.2 1.1-.86V16.3l-2.2-1.23-2.37 1.18a1 1 0 0 1-.47.1l-.16-.01h-.02l-.02-.01-.08-.02a6 6 0 0 1-1.14-.38c-.7-.3-1.61-.8-2.44-1.63a8 8 0 0 1-2.04-3.66v-.04a1 1 0 0 1 .08-.64L8.41 7.6 7.2 5.4z", clipRule: "evenodd" }), /* @__PURE__ */ React.createElement("path", { d: "M13.35 1.92a7.5 7.5 0 0 1 6.41 2.12 7.5 7.5 0 0 1 2.12 6.41 1 1 0 0 1-1.98-.3 5.5 5.5 0 0 0-1.55-4.7 5.5 5.5 0 0 0-4.7-1.55 1 1 0 0 1-.3-1.98" }), /* @__PURE__ */ React.createElement("path", { d: "M13.54 5.5a4 4 0 0 1 4.54 4.55 1 1 0 1 1-1.97-.3 2 2 0 0 0-2.28-2.27 1 1 0 0 1-.3-1.98" }));
|
|
4
|
+
const PhoneCallOutlined = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(PhoneCallOutlined);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "PhoneCallOutlined";
|
|
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 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M7.69 3.9a2 2 0 0 1 1.75 1.03l1.22 2.2A2 2 0 0 1 10.7 9L9.7 11a6 6 0 0 0 1.4 2.37 6 6 0 0 0 2.37 1.41l2.02-1a2 2 0 0 1 1.86.03l2.21 1.23a2 2 0 0 1 1.03 1.75v2.54a2.85 2.85 0 0 1-3.74 2.76c-2.54-.86-6.63-2.53-9.28-5.18s-4.32-6.74-5.18-9.28A2.85 2.85 0 0 1 5.15 3.9z" }), /* @__PURE__ */ React.createElement("path", { d: "M14.5 2.5a1 1 0 0 1 1 1v4.15l4.8-4.62a1 1 0 0 1 1.4 1.44L16.97 9H21a1 1 0 1 1 0 2h-6.61l-.03-.01-.07-.01-.04-.01a1 1 0 0 1-.43-.24l-.03-.02-.01-.02-.03-.03-.03-.04-.02-.02-.04-.05-.07-.14-.02-.04-.01-.04-.02-.05-.04-.24V3.5a1 1 0 0 1 1-1" }));
|
|
4
|
+
const PhoneComingFilled = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(PhoneComingFilled);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "PhoneComingFilled";
|
|
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 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M7.69 3.9a2 2 0 0 1 1.75 1.03l1.22 2.2A2 2 0 0 1 10.7 9L9.7 11a6 6 0 0 0 1.4 2.37 6 6 0 0 0 2.37 1.41l2.02-1a2 2 0 0 1 1.86.03l2.21 1.23a2 2 0 0 1 1.03 1.75v2.54a2.85 2.85 0 0 1-3.74 2.76c-2.54-.86-6.63-2.53-9.28-5.18s-4.32-6.74-5.18-9.28A2.85 2.85 0 0 1 5.15 3.9zm-2.54 2c-.66 0-1.04.58-.86 1.1.84 2.5 2.4 6.2 4.7 8.5s6 3.86 8.5 4.7c.52.18 1.1-.2 1.1-.86V16.8l-2.2-1.23-2.37 1.18a1 1 0 0 1-.47.1l-.16-.01h-.02l-.02-.01-.35-.09a7.7 7.7 0 0 1-4.94-4.39 8 8 0 0 1-.4-1.21l-.01-.03v-.01a1 1 0 0 1 .08-.64L8.91 8.1 7.7 5.9z", clipRule: "evenodd" }), /* @__PURE__ */ React.createElement("path", { d: "M14.5 2.5a1 1 0 0 1 1 1v4.15l4.8-4.62a1 1 0 0 1 1.4 1.44L16.97 9H21a1 1 0 1 1 0 2h-6.61l-.03-.01-.07-.01-.04-.01a1 1 0 0 1-.43-.24l-.03-.02-.01-.02-.03-.03-.03-.04-.02-.02-.04-.05-.07-.14-.02-.04-.01-.04-.02-.05-.04-.24V3.5a1 1 0 0 1 1-1" }));
|
|
4
|
+
const PhoneComingOutlined = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(PhoneComingOutlined);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "PhoneComingOutlined";
|
|
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 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M7.19 3.9a2 2 0 0 1 1.75 1.03l1.22 2.2A2 2 0 0 1 10.2 9L9.2 11a6 6 0 0 0 1.4 2.37 6 6 0 0 0 2.37 1.41l2.02-1a2 2 0 0 1 1.86.03l2.21 1.23.12.07a2 2 0 0 1 .91 1.68v2.54a2.85 2.85 0 0 1-3.74 2.76c-2.54-.86-6.63-2.53-9.28-5.18s-4.32-6.74-5.18-9.28A2.85 2.85 0 0 1 4.65 3.9z" }), /* @__PURE__ */ React.createElement("path", { d: "M20.5 2.5a1 1 0 0 1 1 1V10a1 1 0 1 1-2 0V6.1l-4.8 4.62a1 1 0 0 1-1.4-1.44l4.98-4.78H14a1 1 0 0 1 0-2z" }));
|
|
4
|
+
const PhoneOutgoingFilled = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(PhoneOutgoingFilled);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "PhoneOutgoingFilled";
|
|
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 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M12 1a1 1 0 0 1 1 1v9h9a1 1 0 0 1 1 1A11 11 0 1 1 12 1m-1 2.06A9 9 0 1 0 20.94 13H12a1 1 0 0 1-1-1z", clipRule: "evenodd" }), /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M14.4 1.65a1 1 0 0 1 .9-.15 11 11 0 0 1 7.2 7.2 1 1 0 0 1-.96 1.3H15a1 1 0 0 1-1-1V2.46a1 1 0 0 1 .4-.8M16 8h4.06A9 9 0 0 0 16 3.94z", clipRule: "evenodd" }));
|
|
4
|
+
const PieChartOutlined = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(PieChartOutlined);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "PieChartOutlined";
|
|
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 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M9.5 7.67a1 1 0 0 1 1 0l6 3.46a1 1 0 0 1 0 1.74l-6 3.46a1 1 0 0 1-1.5-.87V8.54a1 1 0 0 1 .5-.87m1.5 6.06L14 12l-3-1.73z", clipRule: "evenodd" }), /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M12 1a11 11 0 1 1 0 22 11 11 0 0 1 0-22m0 2a9 9 0 1 0 0 18 9 9 0 0 0 0-18", clipRule: "evenodd" }));
|
|
4
|
+
const PlayCircleOutlined = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(PlayCircleOutlined);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "PlayCircleOutlined";
|
|
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 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M7 5.07a1 1 0 0 1 1 0l10.5 6.06a1 1 0 0 1 0 1.74L8 18.93a1 1 0 0 1-1.5-.87V5.94a1 1 0 0 1 .5-.87" }));
|
|
4
|
+
const PlayOutlined = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(PlayOutlined);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "PlayOutlined";
|
|
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 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M12 8a4 4 0 1 1 0 8 4 4 0 0 1 0-8m0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4", clipRule: "evenodd" }), /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M12 1a1 1 0 0 1 1 1v.05A10 10 0 0 1 21.95 11H22a1 1 0 1 1 0 2h-.05A10 10 0 0 1 13 21.95V22a1 1 0 1 1-2 0v-.05A10 10 0 0 1 2.05 13H2a1 1 0 1 1 0-2h.05A10 10 0 0 1 11 2.05V2a1 1 0 0 1 1-1m1 4.5a1 1 0 1 1-2 0V4.06A8 8 0 0 0 4.06 11H5.5a1 1 0 1 1 0 2H4.06A8 8 0 0 0 11 19.94V18.5a1 1 0 1 1 2 0v1.44A8 8 0 0 0 19.94 13H18a1 1 0 1 1 0-2h1.94A8 8 0 0 0 13 4.06z", clipRule: "evenodd" }));
|
|
4
|
+
const PositionOutlined = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(PositionOutlined);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "PositionOutlined";
|
|
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 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M22 22H2l1.82-4h16.36zM22 16H2l1.82-4h16.36zM22 10H2l3.64-8h12.72z" }));
|
|
4
|
+
const TypeFilled = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(TypeFilled);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "TypeFilled";
|
|
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 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M19.5 10.5a1 1 0 0 1 1 1 8.5 8.5 0 0 1-7.5 8.44V22a1 1 0 1 1-2 0v-2.06a8.5 8.5 0 0 1-7.5-8.44 1 1 0 1 1 2 0 6.5 6.5 0 1 0 13 0 1 1 0 0 1 1-1" }), /* @__PURE__ */ React.createElement("path", { d: "M12 1a4.5 4.5 0 0 1 4.5 4.5V12a4.5 4.5 0 1 1-9 0V5.5A4.5 4.5 0 0 1 12 1" }));
|
|
4
|
+
const VoiceFilled = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(VoiceFilled);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "VoiceFilled";
|
|
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 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M12 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1c-2.18 0-3.95-1.4-5.09-2.6a15 15 0 0 1-1.56-1.98H3a2 2 0 0 1-1.99-1.8l-.01-.2V8.51c0-1.1.9-2 2-2h2.35a14 14 0 0 1 1.57-1.95C8.06 3.38 9.83 2 12 2M16.4 2.96a1 1 0 0 1 1.38-.32 11 11 0 0 1-.15 18.81 1 1 0 0 1-1.02-1.72 9 9 0 0 0 .12-15.39 1 1 0 0 1-.33-1.38" }), /* @__PURE__ */ React.createElement("path", { d: "M15.25 6.83a1 1 0 0 1 1.42-.08A7 7 0 0 1 19 12a7 7 0 0 1-2.33 5.25 1 1 0 0 1-1.34-1.5A5 5 0 0 0 17 12a5 5 0 0 0-1.67-3.75 1 1 0 0 1-.08-1.42" }));
|
|
4
|
+
const VolumeFilled = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(VolumeFilled);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "VolumeFilled";
|
|
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 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M12 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1c-2.18 0-3.95-1.4-5.09-2.6a15 15 0 0 1-1.56-1.98H3a2 2 0 0 1-1.99-1.8l-.01-.2V8.51c0-1.1.9-2 2-2h2.35a14 14 0 0 1 1.57-1.95C8.06 3.38 9.83 2 12 2m-1 2.16a6.6 6.6 0 0 0-2.64 1.79 12 12 0 0 0-1.57 2.02L6.77 8a1 1 0 0 1-.87.5H3v6.92h3.03a1 1 0 0 1 .74.5v.01l.02.03.4.6c.27.4.67.94 1.17 1.46A6.6 6.6 0 0 0 11 19.84z", clipRule: "evenodd" }), /* @__PURE__ */ React.createElement("path", { d: "M16.4 2.96a1 1 0 0 1 1.38-.32 11 11 0 0 1-.15 18.81 1 1 0 0 1-1.02-1.72 9 9 0 0 0 .12-15.39 1 1 0 0 1-.33-1.38" }), /* @__PURE__ */ React.createElement("path", { d: "M15.25 6.83a1 1 0 0 1 1.42-.08A7 7 0 0 1 19 12a7 7 0 0 1-2.33 5.25 1 1 0 0 1-1.34-1.5A5 5 0 0 0 17 12a5 5 0 0 0-1.67-3.75 1 1 0 0 1-.08-1.42" }));
|
|
4
|
+
const VolumeOutlined = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(VolumeOutlined);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "VolumeOutlined";
|
|
8
|
+
}
|
|
9
|
+
export default RefIcon;
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ export { default as AddressFilled } from './AddressFilled';
|
|
|
5
5
|
export { default as AiFilled } from './AiFilled';
|
|
6
6
|
export { default as AmazonLogoColored } from './AmazonLogoColored';
|
|
7
7
|
export { default as AmazonLogoFilled } from './AmazonLogoFilled';
|
|
8
|
+
export { default as AmountCircleOutlined } from './AmountCircleOutlined';
|
|
8
9
|
export { default as AppListFilled } from './AppListFilled';
|
|
9
10
|
export { default as AppstoreFilled } from './AppstoreFilled';
|
|
10
11
|
export { default as AppstoreOutlined } from './AppstoreOutlined';
|
|
@@ -32,6 +33,7 @@ export { default as BulbOutlined } from './BulbOutlined';
|
|
|
32
33
|
export { default as CalendarFilled } from './CalendarFilled';
|
|
33
34
|
export { default as CalendarOutlined } from './CalendarOutlined';
|
|
34
35
|
export { default as CallOutlined } from './CallOutlined';
|
|
36
|
+
export { default as CarFilled } from './CarFilled';
|
|
35
37
|
export { default as CarOutlined } from './CarOutlined';
|
|
36
38
|
export { default as CaretDownOutlined } from './CaretDownOutlined';
|
|
37
39
|
export { default as CaretLeftOutlined } from './CaretLeftOutlined';
|
|
@@ -53,11 +55,13 @@ export { default as CloseOutlined } from './CloseOutlined';
|
|
|
53
55
|
export { default as CodeOutlined } from './CodeOutlined';
|
|
54
56
|
export { default as ColorsOutlined } from './ColorsOutlined';
|
|
55
57
|
export { default as CommentOutlined } from './CommentOutlined';
|
|
58
|
+
export { default as CommunicationOutlined } from './CommunicationOutlined';
|
|
56
59
|
export { default as ConnectOutlined } from './ConnectOutlined';
|
|
57
60
|
export { default as ContactFilled } from './ContactFilled';
|
|
58
61
|
export { default as ContactOutlined } from './ContactOutlined';
|
|
59
62
|
export { default as ConversationCloseOutlined } from './ConversationCloseOutlined';
|
|
60
63
|
export { default as ConversationMessageOutlined } from './ConversationMessageOutlined';
|
|
64
|
+
export { default as ConversationStopOutlined } from './ConversationStopOutlined';
|
|
61
65
|
export { default as CopyOutlined } from './CopyOutlined';
|
|
62
66
|
export { default as DeleteFilled } from './DeleteFilled';
|
|
63
67
|
export { default as DeleteOutlined } from './DeleteOutlined';
|
|
@@ -94,6 +98,8 @@ export { default as EmailColored } from './EmailColored';
|
|
|
94
98
|
export { default as EmailFilled } from './EmailFilled';
|
|
95
99
|
export { default as EmailRadiusColored } from './EmailRadiusColored';
|
|
96
100
|
export { default as EmailUnreadOutlined } from './EmailUnreadOutlined';
|
|
101
|
+
export { default as EndCallFilled } from './EndCallFilled';
|
|
102
|
+
export { default as EndCallOutlined } from './EndCallOutlined';
|
|
97
103
|
export { default as EnterOutlined } from './EnterOutlined';
|
|
98
104
|
export { default as EnvelopeOutlined } from './EnvelopeOutlined';
|
|
99
105
|
export { default as EstateOutlined } from './EstateOutlined';
|
|
@@ -159,6 +165,7 @@ export { default as LayoutFilled } from './LayoutFilled';
|
|
|
159
165
|
export { default as LeftOutlined } from './LeftOutlined';
|
|
160
166
|
export { default as LightningFilled } from './LightningFilled';
|
|
161
167
|
export { default as LikeOutlined } from './LikeOutlined';
|
|
168
|
+
export { default as LineChartOutlined } from './LineChartOutlined';
|
|
162
169
|
export { default as LineLogoColored } from './LineLogoColored';
|
|
163
170
|
export { default as LineLogoFilled } from './LineLogoFilled';
|
|
164
171
|
export { default as LinkAngledOutlined } from './LinkAngledOutlined';
|
|
@@ -188,6 +195,7 @@ export { default as MinusCircleFilled } from './MinusCircleFilled';
|
|
|
188
195
|
export { default as MinusCircleOutlined } from './MinusCircleOutlined';
|
|
189
196
|
export { default as MobileOutlined } from './MobileOutlined';
|
|
190
197
|
export { default as MoreOutlined } from './MoreOutlined';
|
|
198
|
+
export { default as MuteFilled } from './MuteFilled';
|
|
191
199
|
export { default as MyTicketFilled } from './MyTicketFilled';
|
|
192
200
|
export { default as NewDocumentOutlined } from './NewDocumentOutlined';
|
|
193
201
|
export { default as NewFileOutlined } from './NewFileOutlined';
|
|
@@ -195,18 +203,28 @@ export { default as OpenSeparatelyOutlined } from './OpenSeparatelyOutlined';
|
|
|
195
203
|
export { default as OrderOutlined } from './OrderOutlined';
|
|
196
204
|
export { default as OutlookLogoColored } from './OutlookLogoColored';
|
|
197
205
|
export { default as PaperClipOutlined } from './PaperClipOutlined';
|
|
206
|
+
export { default as Pause2Outlined } from './Pause2Outlined';
|
|
198
207
|
export { default as PauseCircleOutlined } from './PauseCircleOutlined';
|
|
199
208
|
export { default as PauseOutlined } from './PauseOutlined';
|
|
200
209
|
export { default as PeopleOutlined } from './PeopleOutlined';
|
|
210
|
+
export { default as PhoneCallFilled } from './PhoneCallFilled';
|
|
211
|
+
export { default as PhoneCallOutlined } from './PhoneCallOutlined';
|
|
212
|
+
export { default as PhoneComingFilled } from './PhoneComingFilled';
|
|
213
|
+
export { default as PhoneComingOutlined } from './PhoneComingOutlined';
|
|
201
214
|
export { default as PhoneForbidFilled } from './PhoneForbidFilled';
|
|
215
|
+
export { default as PhoneOutgoingFilled } from './PhoneOutgoingFilled';
|
|
202
216
|
export { default as PhoneOutlined } from './PhoneOutlined';
|
|
203
217
|
export { default as PhoneRadiusColored } from './PhoneRadiusColored';
|
|
218
|
+
export { default as PieChartOutlined } from './PieChartOutlined';
|
|
204
219
|
export { default as PinFilled } from './PinFilled';
|
|
205
220
|
export { default as PinOutlined } from './PinOutlined';
|
|
206
221
|
export { default as PlatformOutlined } from './PlatformOutlined';
|
|
222
|
+
export { default as PlayCircleOutlined } from './PlayCircleOutlined';
|
|
223
|
+
export { default as PlayOutlined } from './PlayOutlined';
|
|
207
224
|
export { default as PlusCircleFilled } from './PlusCircleFilled';
|
|
208
225
|
export { default as PlusCircleOutlined } from './PlusCircleOutlined';
|
|
209
226
|
export { default as PlusOutlined } from './PlusOutlined';
|
|
227
|
+
export { default as PositionOutlined } from './PositionOutlined';
|
|
210
228
|
export { default as PushpinOutlined } from './PushpinOutlined';
|
|
211
229
|
export { default as QuestionMessageFilled } from './QuestionMessageFilled';
|
|
212
230
|
export { default as QuestionMessageOutlined } from './QuestionMessageOutlined';
|
|
@@ -281,6 +299,7 @@ export { default as TranslationTextOutlined } from './TranslationTextOutlined';
|
|
|
281
299
|
export { default as TrendingDownOutlined } from './TrendingDownOutlined';
|
|
282
300
|
export { default as TrendingUpOutlined } from './TrendingUpOutlined';
|
|
283
301
|
export { default as TrendingZeroOutlined } from './TrendingZeroOutlined';
|
|
302
|
+
export { default as TypeFilled } from './TypeFilled';
|
|
284
303
|
export { default as UdeskLogoColored } from './UdeskLogoColored';
|
|
285
304
|
export { default as UnderlineOutlined } from './UnderlineOutlined';
|
|
286
305
|
export { default as UpOutlined } from './UpOutlined';
|
|
@@ -290,7 +309,10 @@ export { default as UserFilled } from './UserFilled';
|
|
|
290
309
|
export { default as UserOutlined } from './UserOutlined';
|
|
291
310
|
export { default as ViewOutlined } from './ViewOutlined';
|
|
292
311
|
export { default as ViewSimpleOutlined } from './ViewSimpleOutlined';
|
|
312
|
+
export { default as VoiceFilled } from './VoiceFilled';
|
|
293
313
|
export { default as VoiceOutlined } from './VoiceOutlined';
|
|
314
|
+
export { default as VolumeFilled } from './VolumeFilled';
|
|
315
|
+
export { default as VolumeOutlined } from './VolumeOutlined';
|
|
294
316
|
export { default as WalmartLogoColored } from './WalmartLogoColored';
|
|
295
317
|
export { default as WalmartLogoFilled } from './WalmartLogoFilled';
|
|
296
318
|
export { default as WarningFilled } from './WarningFilled';
|
package/dist/icons/index.mjs
CHANGED
|
@@ -5,6 +5,7 @@ export { default as AddressFilled } from "./AddressFilled.mjs";
|
|
|
5
5
|
export { default as AiFilled } from "./AiFilled.mjs";
|
|
6
6
|
export { default as AmazonLogoColored } from "./AmazonLogoColored.mjs";
|
|
7
7
|
export { default as AmazonLogoFilled } from "./AmazonLogoFilled.mjs";
|
|
8
|
+
export { default as AmountCircleOutlined } from "./AmountCircleOutlined.mjs";
|
|
8
9
|
export { default as AppListFilled } from "./AppListFilled.mjs";
|
|
9
10
|
export { default as AppstoreFilled } from "./AppstoreFilled.mjs";
|
|
10
11
|
export { default as AppstoreOutlined } from "./AppstoreOutlined.mjs";
|
|
@@ -32,6 +33,7 @@ export { default as BulbOutlined } from "./BulbOutlined.mjs";
|
|
|
32
33
|
export { default as CalendarFilled } from "./CalendarFilled.mjs";
|
|
33
34
|
export { default as CalendarOutlined } from "./CalendarOutlined.mjs";
|
|
34
35
|
export { default as CallOutlined } from "./CallOutlined.mjs";
|
|
36
|
+
export { default as CarFilled } from "./CarFilled.mjs";
|
|
35
37
|
export { default as CarOutlined } from "./CarOutlined.mjs";
|
|
36
38
|
export { default as CaretDownOutlined } from "./CaretDownOutlined.mjs";
|
|
37
39
|
export { default as CaretLeftOutlined } from "./CaretLeftOutlined.mjs";
|
|
@@ -53,11 +55,13 @@ export { default as CloseOutlined } from "./CloseOutlined.mjs";
|
|
|
53
55
|
export { default as CodeOutlined } from "./CodeOutlined.mjs";
|
|
54
56
|
export { default as ColorsOutlined } from "./ColorsOutlined.mjs";
|
|
55
57
|
export { default as CommentOutlined } from "./CommentOutlined.mjs";
|
|
58
|
+
export { default as CommunicationOutlined } from "./CommunicationOutlined.mjs";
|
|
56
59
|
export { default as ConnectOutlined } from "./ConnectOutlined.mjs";
|
|
57
60
|
export { default as ContactFilled } from "./ContactFilled.mjs";
|
|
58
61
|
export { default as ContactOutlined } from "./ContactOutlined.mjs";
|
|
59
62
|
export { default as ConversationCloseOutlined } from "./ConversationCloseOutlined.mjs";
|
|
60
63
|
export { default as ConversationMessageOutlined } from "./ConversationMessageOutlined.mjs";
|
|
64
|
+
export { default as ConversationStopOutlined } from "./ConversationStopOutlined.mjs";
|
|
61
65
|
export { default as CopyOutlined } from "./CopyOutlined.mjs";
|
|
62
66
|
export { default as DeleteFilled } from "./DeleteFilled.mjs";
|
|
63
67
|
export { default as DeleteOutlined } from "./DeleteOutlined.mjs";
|
|
@@ -94,6 +98,8 @@ export { default as EmailColored } from "./EmailColored.mjs";
|
|
|
94
98
|
export { default as EmailFilled } from "./EmailFilled.mjs";
|
|
95
99
|
export { default as EmailRadiusColored } from "./EmailRadiusColored.mjs";
|
|
96
100
|
export { default as EmailUnreadOutlined } from "./EmailUnreadOutlined.mjs";
|
|
101
|
+
export { default as EndCallFilled } from "./EndCallFilled.mjs";
|
|
102
|
+
export { default as EndCallOutlined } from "./EndCallOutlined.mjs";
|
|
97
103
|
export { default as EnterOutlined } from "./EnterOutlined.mjs";
|
|
98
104
|
export { default as EnvelopeOutlined } from "./EnvelopeOutlined.mjs";
|
|
99
105
|
export { default as EstateOutlined } from "./EstateOutlined.mjs";
|
|
@@ -159,6 +165,7 @@ export { default as LayoutFilled } from "./LayoutFilled.mjs";
|
|
|
159
165
|
export { default as LeftOutlined } from "./LeftOutlined.mjs";
|
|
160
166
|
export { default as LightningFilled } from "./LightningFilled.mjs";
|
|
161
167
|
export { default as LikeOutlined } from "./LikeOutlined.mjs";
|
|
168
|
+
export { default as LineChartOutlined } from "./LineChartOutlined.mjs";
|
|
162
169
|
export { default as LineLogoColored } from "./LineLogoColored.mjs";
|
|
163
170
|
export { default as LineLogoFilled } from "./LineLogoFilled.mjs";
|
|
164
171
|
export { default as LinkAngledOutlined } from "./LinkAngledOutlined.mjs";
|
|
@@ -188,6 +195,7 @@ export { default as MinusCircleFilled } from "./MinusCircleFilled.mjs";
|
|
|
188
195
|
export { default as MinusCircleOutlined } from "./MinusCircleOutlined.mjs";
|
|
189
196
|
export { default as MobileOutlined } from "./MobileOutlined.mjs";
|
|
190
197
|
export { default as MoreOutlined } from "./MoreOutlined.mjs";
|
|
198
|
+
export { default as MuteFilled } from "./MuteFilled.mjs";
|
|
191
199
|
export { default as MyTicketFilled } from "./MyTicketFilled.mjs";
|
|
192
200
|
export { default as NewDocumentOutlined } from "./NewDocumentOutlined.mjs";
|
|
193
201
|
export { default as NewFileOutlined } from "./NewFileOutlined.mjs";
|
|
@@ -195,18 +203,28 @@ export { default as OpenSeparatelyOutlined } from "./OpenSeparatelyOutlined.mjs"
|
|
|
195
203
|
export { default as OrderOutlined } from "./OrderOutlined.mjs";
|
|
196
204
|
export { default as OutlookLogoColored } from "./OutlookLogoColored.mjs";
|
|
197
205
|
export { default as PaperClipOutlined } from "./PaperClipOutlined.mjs";
|
|
206
|
+
export { default as Pause2Outlined } from "./Pause2Outlined.mjs";
|
|
198
207
|
export { default as PauseCircleOutlined } from "./PauseCircleOutlined.mjs";
|
|
199
208
|
export { default as PauseOutlined } from "./PauseOutlined.mjs";
|
|
200
209
|
export { default as PeopleOutlined } from "./PeopleOutlined.mjs";
|
|
210
|
+
export { default as PhoneCallFilled } from "./PhoneCallFilled.mjs";
|
|
211
|
+
export { default as PhoneCallOutlined } from "./PhoneCallOutlined.mjs";
|
|
212
|
+
export { default as PhoneComingFilled } from "./PhoneComingFilled.mjs";
|
|
213
|
+
export { default as PhoneComingOutlined } from "./PhoneComingOutlined.mjs";
|
|
201
214
|
export { default as PhoneForbidFilled } from "./PhoneForbidFilled.mjs";
|
|
215
|
+
export { default as PhoneOutgoingFilled } from "./PhoneOutgoingFilled.mjs";
|
|
202
216
|
export { default as PhoneOutlined } from "./PhoneOutlined.mjs";
|
|
203
217
|
export { default as PhoneRadiusColored } from "./PhoneRadiusColored.mjs";
|
|
218
|
+
export { default as PieChartOutlined } from "./PieChartOutlined.mjs";
|
|
204
219
|
export { default as PinFilled } from "./PinFilled.mjs";
|
|
205
220
|
export { default as PinOutlined } from "./PinOutlined.mjs";
|
|
206
221
|
export { default as PlatformOutlined } from "./PlatformOutlined.mjs";
|
|
222
|
+
export { default as PlayCircleOutlined } from "./PlayCircleOutlined.mjs";
|
|
223
|
+
export { default as PlayOutlined } from "./PlayOutlined.mjs";
|
|
207
224
|
export { default as PlusCircleFilled } from "./PlusCircleFilled.mjs";
|
|
208
225
|
export { default as PlusCircleOutlined } from "./PlusCircleOutlined.mjs";
|
|
209
226
|
export { default as PlusOutlined } from "./PlusOutlined.mjs";
|
|
227
|
+
export { default as PositionOutlined } from "./PositionOutlined.mjs";
|
|
210
228
|
export { default as PushpinOutlined } from "./PushpinOutlined.mjs";
|
|
211
229
|
export { default as QuestionMessageFilled } from "./QuestionMessageFilled.mjs";
|
|
212
230
|
export { default as QuestionMessageOutlined } from "./QuestionMessageOutlined.mjs";
|
|
@@ -281,6 +299,7 @@ export { default as TranslationTextOutlined } from "./TranslationTextOutlined.mj
|
|
|
281
299
|
export { default as TrendingDownOutlined } from "./TrendingDownOutlined.mjs";
|
|
282
300
|
export { default as TrendingUpOutlined } from "./TrendingUpOutlined.mjs";
|
|
283
301
|
export { default as TrendingZeroOutlined } from "./TrendingZeroOutlined.mjs";
|
|
302
|
+
export { default as TypeFilled } from "./TypeFilled.mjs";
|
|
284
303
|
export { default as UdeskLogoColored } from "./UdeskLogoColored.mjs";
|
|
285
304
|
export { default as UnderlineOutlined } from "./UnderlineOutlined.mjs";
|
|
286
305
|
export { default as UpOutlined } from "./UpOutlined.mjs";
|
|
@@ -290,7 +309,10 @@ export { default as UserFilled } from "./UserFilled.mjs";
|
|
|
290
309
|
export { default as UserOutlined } from "./UserOutlined.mjs";
|
|
291
310
|
export { default as ViewOutlined } from "./ViewOutlined.mjs";
|
|
292
311
|
export { default as ViewSimpleOutlined } from "./ViewSimpleOutlined.mjs";
|
|
312
|
+
export { default as VoiceFilled } from "./VoiceFilled.mjs";
|
|
293
313
|
export { default as VoiceOutlined } from "./VoiceOutlined.mjs";
|
|
314
|
+
export { default as VolumeFilled } from "./VolumeFilled.mjs";
|
|
315
|
+
export { default as VolumeOutlined } from "./VolumeOutlined.mjs";
|
|
294
316
|
export { default as WalmartLogoColored } from "./WalmartLogoColored.mjs";
|
|
295
317
|
export { default as WalmartLogoFilled } from "./WalmartLogoFilled.mjs";
|
|
296
318
|
export { default as WarningFilled } from "./WarningFilled.mjs";
|