@shulex/icons 1.0.39 → 1.0.40
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 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M6.04 2.03a2 2 0 0 1 1.38.62q.43.4.84.84l.21.21.21.22 1.25 1.25c.34.33.66.8.66 1.41S10.27 7.66 9.93 8l-.4.4-.16.17-.14.13-.03.02-.02.02-.14.12v.02c.28.66.67 1.3 1.32 2.12v.02a16 16 0 0 0 3.83 3.47q.2.14.48.26.22.1.5.27l.9-.9c.2-.2.7-.64 1.4-.64.67 0 1.15.4 1.37.64l2.52 2.51.1.12c.5.59.43 1.33.36 1.67a3 3 0 0 1-.22.7l-.02.06-.01.02-.1.15-.1.14h-.02q0 .03-.04.04l-.13.13-1.23 1.27a3.2 3.2 0 0 1-2.45 1.04h-.28c-1.56-.1-2.96-.7-3.93-1.17a21 21 0 0 1-7.1-5.54 20 20 0 0 1-3.47-5.78l-.16-.45a7 7 0 0 1-.41-2.84 3 3 0 0 1 .92-1.98l1.56-1.56.03-.02c.33-.32.8-.6 1.38-.6" }));
|
|
4
|
+
const PhoneFilled = (props, ref) => /* @__PURE__ */ React.createElement(ShulexIcon, { ...props, ref, Icon: InnerSvg, colored: false });
|
|
5
|
+
const RefIcon = React.forwardRef(PhoneFilled);
|
|
6
|
+
if (process.env.NODE_ENV !== "production") {
|
|
7
|
+
RefIcon.displayName = "PhoneFilled";
|
|
8
|
+
}
|
|
9
|
+
export default RefIcon;
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -226,6 +226,7 @@ export { default as PhoneCallOutlined } from './PhoneCallOutlined';
|
|
|
226
226
|
export { default as PhoneCircleColored } from './PhoneCircleColored';
|
|
227
227
|
export { default as PhoneComingFilled } from './PhoneComingFilled';
|
|
228
228
|
export { default as PhoneComingOutlined } from './PhoneComingOutlined';
|
|
229
|
+
export { default as PhoneFilled } from './PhoneFilled';
|
|
229
230
|
export { default as PhoneForbidFilled } from './PhoneForbidFilled';
|
|
230
231
|
export { default as PhoneOutgoingFilled } from './PhoneOutgoingFilled';
|
|
231
232
|
export { default as PhoneOutlined } from './PhoneOutlined';
|
package/dist/icons/index.mjs
CHANGED
|
@@ -226,6 +226,7 @@ export { default as PhoneCallOutlined } from "./PhoneCallOutlined.mjs";
|
|
|
226
226
|
export { default as PhoneCircleColored } from "./PhoneCircleColored.mjs";
|
|
227
227
|
export { default as PhoneComingFilled } from "./PhoneComingFilled.mjs";
|
|
228
228
|
export { default as PhoneComingOutlined } from "./PhoneComingOutlined.mjs";
|
|
229
|
+
export { default as PhoneFilled } from "./PhoneFilled.mjs";
|
|
229
230
|
export { default as PhoneForbidFilled } from "./PhoneForbidFilled.mjs";
|
|
230
231
|
export { default as PhoneOutgoingFilled } from "./PhoneOutgoingFilled.mjs";
|
|
231
232
|
export { default as PhoneOutlined } from "./PhoneOutlined.mjs";
|