@xsolla/xui-icons-base 0.90.0 → 0.91.0
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/native/communication.d.mts +3 -1
- package/native/communication.d.ts +3 -1
- package/native/communication.js +39 -31
- package/native/communication.js.flow +2 -0
- package/native/communication.js.map +1 -1
- package/native/communication.mjs +38 -31
- package/native/communication.mjs.map +1 -1
- package/native/controls.js +1 -1
- package/native/controls.js.map +1 -1
- package/native/controls.mjs +1 -1
- package/native/controls.mjs.map +1 -1
- package/native/index.d.mts +1 -1
- package/native/index.d.ts +1 -1
- package/native/index.js +1355 -1347
- package/native/index.js.map +1 -1
- package/native/index.mjs +1354 -1347
- package/native/index.mjs.map +1 -1
- package/native/navigation-travel.js +1 -1
- package/native/navigation-travel.js.map +1 -1
- package/native/navigation-travel.mjs +1 -1
- package/native/navigation-travel.mjs.map +1 -1
- package/native/user-interface.js +4 -4
- package/native/user-interface.js.map +1 -1
- package/native/user-interface.mjs +4 -4
- package/native/user-interface.mjs.map +1 -1
- package/package.json +1 -1
- package/web/communication.d.mts +3 -1
- package/web/communication.d.ts +3 -1
- package/web/communication.js +39 -31
- package/web/communication.js.flow +2 -0
- package/web/communication.js.map +1 -1
- package/web/communication.mjs +38 -31
- package/web/communication.mjs.map +1 -1
- package/web/controls.js +1 -1
- package/web/controls.js.map +1 -1
- package/web/controls.mjs +1 -1
- package/web/controls.mjs.map +1 -1
- package/web/index.d.mts +1 -1
- package/web/index.d.ts +1 -1
- package/web/index.js +1355 -1347
- package/web/index.js.map +1 -1
- package/web/index.mjs +1354 -1347
- package/web/index.mjs.map +1 -1
- package/web/navigation-travel.js +1 -1
- package/web/navigation-travel.js.map +1 -1
- package/web/navigation-travel.mjs +1 -1
- package/web/navigation-travel.mjs.map +1 -1
- package/web/user-interface.js +4 -4
- package/web/user-interface.js.map +1 -1
- package/web/user-interface.mjs +4 -4
- package/web/user-interface.mjs.map +1 -1
|
@@ -40,6 +40,8 @@ declare const MailUploadOut: React.FC<BaseIconProps>;
|
|
|
40
40
|
|
|
41
41
|
declare const MailViewOut: React.FC<BaseIconProps>;
|
|
42
42
|
|
|
43
|
+
declare const News: React.FC<BaseIconProps>;
|
|
44
|
+
|
|
43
45
|
declare const Phone: React.FC<BaseIconProps>;
|
|
44
46
|
|
|
45
47
|
declare const PhoneAdd: React.FC<BaseIconProps>;
|
|
@@ -54,4 +56,4 @@ declare const PhoneSubtract: React.FC<BaseIconProps>;
|
|
|
54
56
|
|
|
55
57
|
declare const PhoneVoice: React.FC<BaseIconProps>;
|
|
56
58
|
|
|
57
|
-
export { At, BaseIconProps, Chat, ChatDots, ChatText, ChatTwoMessages, Mail, MailAddOut, MailCheckOut, MailDownloadOut, MailEditOut, MailExportOut, MailFavouriteOut, MailImportOut, MailLockedOut, MailRemoveOut, MailSearchOut, MailSubtractOut, MailUploadOut, MailViewOut, Phone, PhoneAdd, PhoneBlock, PhoneIncoming, PhoneOutgoing, PhoneSubtract, PhoneVoice };
|
|
59
|
+
export { At, BaseIconProps, Chat, ChatDots, ChatText, ChatTwoMessages, Mail, MailAddOut, MailCheckOut, MailDownloadOut, MailEditOut, MailExportOut, MailFavouriteOut, MailImportOut, MailLockedOut, MailRemoveOut, MailSearchOut, MailSubtractOut, MailUploadOut, MailViewOut, News, Phone, PhoneAdd, PhoneBlock, PhoneIncoming, PhoneOutgoing, PhoneSubtract, PhoneVoice };
|
|
@@ -40,6 +40,8 @@ declare const MailUploadOut: React.FC<BaseIconProps>;
|
|
|
40
40
|
|
|
41
41
|
declare const MailViewOut: React.FC<BaseIconProps>;
|
|
42
42
|
|
|
43
|
+
declare const News: React.FC<BaseIconProps>;
|
|
44
|
+
|
|
43
45
|
declare const Phone: React.FC<BaseIconProps>;
|
|
44
46
|
|
|
45
47
|
declare const PhoneAdd: React.FC<BaseIconProps>;
|
|
@@ -54,4 +56,4 @@ declare const PhoneSubtract: React.FC<BaseIconProps>;
|
|
|
54
56
|
|
|
55
57
|
declare const PhoneVoice: React.FC<BaseIconProps>;
|
|
56
58
|
|
|
57
|
-
export { At, BaseIconProps, Chat, ChatDots, ChatText, ChatTwoMessages, Mail, MailAddOut, MailCheckOut, MailDownloadOut, MailEditOut, MailExportOut, MailFavouriteOut, MailImportOut, MailLockedOut, MailRemoveOut, MailSearchOut, MailSubtractOut, MailUploadOut, MailViewOut, Phone, PhoneAdd, PhoneBlock, PhoneIncoming, PhoneOutgoing, PhoneSubtract, PhoneVoice };
|
|
59
|
+
export { At, BaseIconProps, Chat, ChatDots, ChatText, ChatTwoMessages, Mail, MailAddOut, MailCheckOut, MailDownloadOut, MailEditOut, MailExportOut, MailFavouriteOut, MailImportOut, MailLockedOut, MailRemoveOut, MailSearchOut, MailSubtractOut, MailUploadOut, MailViewOut, News, Phone, PhoneAdd, PhoneBlock, PhoneIncoming, PhoneOutgoing, PhoneSubtract, PhoneVoice };
|
package/native/communication.js
CHANGED
|
@@ -40,6 +40,7 @@ __export(communication_exports, {
|
|
|
40
40
|
MailSubtractOut: () => MailSubtractOut,
|
|
41
41
|
MailUploadOut: () => MailUploadOut,
|
|
42
42
|
MailViewOut: () => MailViewOut,
|
|
43
|
+
News: () => News,
|
|
43
44
|
Phone: () => Phone,
|
|
44
45
|
PhoneAdd: () => PhoneAdd,
|
|
45
46
|
PhoneBlock: () => PhoneBlock,
|
|
@@ -58,13 +59,13 @@ var BaseIcon = ({
|
|
|
58
59
|
variant = "line",
|
|
59
60
|
size = 24,
|
|
60
61
|
color = "currentColor",
|
|
61
|
-
solidContent:
|
|
62
|
-
lineContent:
|
|
62
|
+
solidContent: solidContent28,
|
|
63
|
+
lineContent: lineContent28,
|
|
63
64
|
style,
|
|
64
65
|
testID,
|
|
65
66
|
"aria-label": ariaLabel
|
|
66
67
|
}) => {
|
|
67
|
-
const svgContent = variant === "line" ?
|
|
68
|
+
const svgContent = variant === "line" ? lineContent28 : solidContent28;
|
|
68
69
|
const numericSize = typeof size === "number" ? size : 24;
|
|
69
70
|
const containerStyle = {
|
|
70
71
|
width: numericSize,
|
|
@@ -201,47 +202,53 @@ var solidContent19 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.
|
|
|
201
202
|
var lineContent19 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_mail-view-ou--line"><g id="Union"><path fill-rule="evenodd" clip-rule="evenodd" d="M21 4C21.5523 4 22 4.44772 22 5V12H20V7.41406L12.707 14.707C12.3165 15.0975 11.6835 15.0975 11.293 14.707L4 7.41406V18H12V20H3C2.44772 20 2 19.5523 2 19V5C2 4.44772 2.44772 4 3 4H21ZM12 12.5859L18.5859 6H5.41406L12 12.5859Z" style="fill: currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18 14C20.5 14 22 17 22 17C22 17 20.4997 20 18 20C15.8125 20 14.3906 17.7031 14.0693 17.1289L14 17C14 17 15.5 14 18 14ZM18 16C17.4477 16 17 16.4477 17 17C17 17.5523 17.4477 18 18 18C18.5523 18 19 17.5523 19 17C19 16.4477 18.5523 16 18 16Z" style="fill: currentColor"/></g></g></svg>`;
|
|
202
203
|
var MailViewOut = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(BaseIcon, { ...props, solidContent: solidContent19, lineContent: lineContent19 });
|
|
203
204
|
|
|
204
|
-
// src/components/communication/
|
|
205
|
+
// src/components/communication/News.tsx
|
|
205
206
|
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
206
|
-
var solidContent20 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><
|
|
207
|
-
var lineContent20 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><
|
|
208
|
-
var
|
|
207
|
+
var solidContent20 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><path d="M20 3C20.5523 3 21 3.44772 21 4V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V12C3 11.4477 3.44772 11 4 11H7V4C7 3.44772 7.44772 3 8 3H20ZM5 18C5 18.5523 5.44772 19 6 19C6.55228 19 7 18.5523 7 18V13H5V18ZM11 13H15V11H11V13ZM11 9H17V7H11V9Z" style="fill: currentColor"/></svg>`;
|
|
208
|
+
var lineContent20 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><path d="M20 3C20.5523 3 21 3.44772 21 4V18C21 19.6569 19.6569 21 18 21H6L5.8457 20.9961C4.26055 20.9158 3 19.6051 3 18V12C3 11.4477 3.44772 11 4 11H7V4C7 3.44772 7.44772 3 8 3H20ZM5 18C5 18.5523 5.44772 19 6 19C6.55228 19 7 18.5523 7 18V13H5V18ZM9 19H18C18.5523 19 19 18.5523 19 18V5H9V19ZM15 13H11V11H15V13ZM17 9H11V7H17V9Z" style="fill: currentColor"/></svg>`;
|
|
209
|
+
var News = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(BaseIcon, { ...props, solidContent: solidContent20, lineContent: lineContent20 });
|
|
209
210
|
|
|
210
|
-
// src/components/communication/
|
|
211
|
+
// src/components/communication/Phone.tsx
|
|
211
212
|
var import_jsx_runtime22 = require("react/jsx-runtime");
|
|
212
|
-
var solidContent21 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_phone
|
|
213
|
-
var lineContent21 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_phone
|
|
214
|
-
var
|
|
213
|
+
var solidContent21 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_phone--line"><path id="Union" d="M4.70613 2.61415C5.57919 1.74109 7.0151 1.81284 7.79696 2.76845L10.1124 5.59855C11.4419 7.22359 11.0801 9.64095 9.3331 10.8056L9.25888 10.8544L8.587 11.3037C8.50207 11.3603 8.48944 11.4805 8.56161 11.5527L12.4552 15.4453C12.5274 15.517 12.6467 15.5047 12.7032 15.4199L13.1505 14.748L13.2013 14.6738C14.3659 12.9268 16.7833 12.565 18.4083 13.8945L21.2384 16.21C22.194 16.9918 22.2657 18.4277 21.3927 19.3008C17.8012 22.8923 11.8025 22.855 8.06063 19.4785L7.70614 19.1416L4.8653 16.3008C1.27371 12.7091 1.01213 6.71057 4.37019 2.96865L4.70613 2.61415ZM6.2491 4.03506C6.21652 3.99524 6.15658 3.99185 6.12019 4.02822C3.23604 6.91241 3.3103 11.9176 6.27937 14.8867L9.1202 17.7266C12.0895 20.6956 17.0948 20.7706 19.9786 17.8867C20.015 17.8503 20.0116 17.7904 19.9718 17.7578L17.1417 15.4424C16.4313 14.8613 15.3745 15.0195 14.8653 15.7832L14.3673 16.5293C13.6106 17.6644 12.0048 17.824 11.0401 16.8594L7.14754 12.9668C6.18294 12.0022 6.34256 10.3963 7.47762 9.6396L8.22372 9.14155C8.98744 8.63239 9.14569 7.57562 8.56454 6.86516L6.2491 4.03506Z" style="fill: currentColor"/></g></svg>`;
|
|
214
|
+
var lineContent21 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_phone--line"><path id="Union" d="M4.70613 2.61415C5.57919 1.74109 7.0151 1.81284 7.79696 2.76845L10.1124 5.59855C11.4419 7.22359 11.0801 9.64095 9.3331 10.8056L9.25888 10.8544L8.587 11.3037C8.50207 11.3603 8.48944 11.4805 8.56161 11.5527L12.4552 15.4453C12.5274 15.517 12.6467 15.5047 12.7032 15.4199L13.1505 14.748L13.2013 14.6738C14.3659 12.9268 16.7833 12.565 18.4083 13.8945L21.2384 16.21C22.194 16.9918 22.2657 18.4277 21.3927 19.3008C17.8012 22.8923 11.8025 22.855 8.06063 19.4785L7.70614 19.1416L4.8653 16.3008C1.27371 12.7091 1.01213 6.71057 4.37019 2.96865L4.70613 2.61415ZM6.2491 4.03506C6.21652 3.99524 6.15658 3.99185 6.12019 4.02822C3.23604 6.91241 3.3103 11.9176 6.27937 14.8867L9.1202 17.7266C12.0895 20.6956 17.0948 20.7706 19.9786 17.8867C20.015 17.8503 20.0116 17.7904 19.9718 17.7578L17.1417 15.4424C16.4313 14.8613 15.3745 15.0195 14.8653 15.7832L14.3673 16.5293C13.6106 17.6644 12.0048 17.824 11.0401 16.8594L7.14754 12.9668C6.18294 12.0022 6.34256 10.3963 7.47762 9.6396L8.22372 9.14155C8.98744 8.63239 9.14569 7.57562 8.56454 6.86516L6.2491 4.03506Z" style="fill: currentColor"/></g></svg>`;
|
|
215
|
+
var Phone = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(BaseIcon, { ...props, solidContent: solidContent21, lineContent: lineContent21 });
|
|
215
216
|
|
|
216
|
-
// src/components/communication/
|
|
217
|
+
// src/components/communication/PhoneAdd.tsx
|
|
217
218
|
var import_jsx_runtime23 = require("react/jsx-runtime");
|
|
218
|
-
var solidContent22 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_phone-
|
|
219
|
-
var lineContent22 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_phone-
|
|
220
|
-
var
|
|
219
|
+
var solidContent22 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_phone-add--line"><path id="Union" d="M4.70606 2.61328C5.57913 1.74022 7.01503 1.81197 7.79688 2.76758L10.1123 5.59766C11.4419 7.2227 11.08 9.64001 9.33301 10.8047L9.2588 10.8535L8.58692 11.3027C8.50208 11.3594 8.48941 11.4796 8.56153 11.5518L12.4551 15.4443C12.5273 15.516 12.6466 15.5037 12.7031 15.4189L13.1504 14.7471L13.2012 14.6729C14.3658 12.9259 16.7832 12.5641 18.4082 13.8936L21.2383 16.209C22.1939 16.9908 22.2656 18.4267 21.3926 19.2998C17.8011 22.8913 11.8025 22.854 8.06055 19.4775L7.70606 19.1406L4.86524 16.2998C1.27371 12.7082 1.01217 6.70969 4.37012 2.96777L4.70606 2.61328ZM6.24903 4.03418C6.21645 3.99436 6.1565 3.99097 6.12012 4.02734C3.23607 6.91153 3.3103 11.9167 6.2793 14.8857L9.12012 17.7256C12.0894 20.6946 17.0946 20.7696 19.9785 17.8857C20.0148 17.8493 20.0115 17.7894 19.9717 17.7568L17.1416 15.4414C16.4312 14.8604 15.3744 15.0185 14.8652 15.7822L14.3672 16.5283C13.6105 17.6633 12.0047 17.823 11.04 16.8584L7.14747 12.9658C6.18293 12.0012 6.34257 10.3954 7.47755 9.63867L8.22364 9.14063C8.98736 8.63147 9.14561 7.57472 8.56446 6.86426L6.24903 4.03418ZM20.0039 4.00195H22.0039V6.00195H20.0039V8.00195H18.0039V6.00195H16.0039V4.00195H18.0039V2.00195H20.0039V4.00195Z" style="fill: currentColor"/></g></svg>`;
|
|
220
|
+
var lineContent22 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_phone-add--line"><path id="Union" d="M4.70606 2.61328C5.57913 1.74022 7.01503 1.81197 7.79688 2.76758L10.1123 5.59766C11.4419 7.2227 11.08 9.64001 9.33301 10.8047L9.2588 10.8535L8.58692 11.3027C8.50208 11.3594 8.48941 11.4796 8.56153 11.5518L12.4551 15.4443C12.5273 15.516 12.6466 15.5037 12.7031 15.4189L13.1504 14.7471L13.2012 14.6729C14.3658 12.9259 16.7832 12.5641 18.4082 13.8936L21.2383 16.209C22.1939 16.9908 22.2656 18.4267 21.3926 19.2998C17.8011 22.8913 11.8025 22.854 8.06055 19.4775L7.70606 19.1406L4.86524 16.2998C1.27371 12.7082 1.01217 6.70969 4.37012 2.96777L4.70606 2.61328ZM6.24903 4.03418C6.21645 3.99436 6.1565 3.99097 6.12012 4.02734C3.23607 6.91153 3.3103 11.9167 6.2793 14.8857L9.12012 17.7256C12.0894 20.6946 17.0946 20.7696 19.9785 17.8857C20.0148 17.8493 20.0115 17.7894 19.9717 17.7568L17.1416 15.4414C16.4312 14.8604 15.3744 15.0185 14.8652 15.7822L14.3672 16.5283C13.6105 17.6633 12.0047 17.823 11.04 16.8584L7.14747 12.9658C6.18293 12.0012 6.34257 10.3954 7.47755 9.63867L8.22364 9.14063C8.98736 8.63147 9.14561 7.57472 8.56446 6.86426L6.24903 4.03418ZM20.0039 4.00195H22.0039V6.00195H20.0039V8.00195H18.0039V6.00195H16.0039V4.00195H18.0039V2.00195H20.0039V4.00195Z" style="fill: currentColor"/></g></svg>`;
|
|
221
|
+
var PhoneAdd = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(BaseIcon, { ...props, solidContent: solidContent22, lineContent: lineContent22 });
|
|
221
222
|
|
|
222
|
-
// src/components/communication/
|
|
223
|
+
// src/components/communication/PhoneBlock.tsx
|
|
223
224
|
var import_jsx_runtime24 = require("react/jsx-runtime");
|
|
224
|
-
var solidContent23 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_phone-
|
|
225
|
-
var lineContent23 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_phone-
|
|
226
|
-
var
|
|
225
|
+
var solidContent23 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_phone-block--line"><path id="Union" d="M4.70606 2.61328C5.57913 1.74022 7.01503 1.81197 7.79688 2.76758L10.1123 5.59766C11.4419 7.2227 11.08 9.64001 9.33302 10.8047L9.2588 10.8535L8.58692 11.3027C8.50208 11.3594 8.48942 11.4796 8.56153 11.5518L12.4551 15.4443C12.5273 15.516 12.6466 15.5037 12.7031 15.4189L13.1504 14.7471L13.2012 14.6729C14.3658 12.9259 16.7832 12.5641 18.4082 13.8936L21.2383 16.209C22.1939 16.9908 22.2656 18.4267 21.3926 19.2998C17.8011 22.8913 11.8025 22.854 8.06055 19.4775L7.70606 19.1406L4.86524 16.2998C1.27371 12.7082 1.01217 6.70969 4.37012 2.96777L4.70606 2.61328ZM6.24903 4.03418C6.21645 3.99436 6.15651 3.99097 6.12012 4.02734C3.23607 6.91153 3.3103 11.9167 6.2793 14.8857L9.12013 17.7256C12.0894 20.6946 17.0946 20.7696 19.9785 17.8857C20.0149 17.8493 20.0115 17.7894 19.9717 17.7568L17.1416 15.4414C16.4312 14.8604 15.3744 15.0185 14.8652 15.7822L14.3672 16.5283C13.6105 17.6633 12.0047 17.823 11.04 16.8584L7.14747 12.9658C6.18293 12.0012 6.34257 10.3954 7.47755 9.63867L8.22364 9.14063C8.98736 8.63147 9.14562 7.57472 8.56446 6.86426L6.24903 4.03418ZM21.9766 3.40234L21.7139 3.66406L21.1895 4.18945L20.1397 5.23828L21.9776 7.07617L20.5791 8.47656L18.7412 6.63867L16.9033 8.47754L15.5039 7.07715L15.7656 6.81445L17.3408 5.23828L15.5049 3.40234L16.9043 2.00195L18.7402 3.83887L20.5772 2.00195L21.9766 3.40234Z" style="fill: currentColor"/></g></svg>`;
|
|
226
|
+
var lineContent23 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_phone-block--line"><path id="Union" d="M4.70606 2.61328C5.57913 1.74022 7.01503 1.81197 7.79688 2.76758L10.1123 5.59766C11.4419 7.2227 11.08 9.64001 9.33302 10.8047L9.2588 10.8535L8.58692 11.3027C8.50208 11.3594 8.48942 11.4796 8.56153 11.5518L12.4551 15.4443C12.5273 15.516 12.6466 15.5037 12.7031 15.4189L13.1504 14.7471L13.2012 14.6729C14.3658 12.9259 16.7832 12.5641 18.4082 13.8936L21.2383 16.209C22.1939 16.9908 22.2656 18.4267 21.3926 19.2998C17.8011 22.8913 11.8025 22.854 8.06055 19.4775L7.70606 19.1406L4.86524 16.2998C1.27371 12.7082 1.01217 6.70969 4.37012 2.96777L4.70606 2.61328ZM6.24903 4.03418C6.21645 3.99436 6.15651 3.99097 6.12012 4.02734C3.23607 6.91153 3.3103 11.9167 6.2793 14.8857L9.12013 17.7256C12.0894 20.6946 17.0946 20.7696 19.9785 17.8857C20.0149 17.8493 20.0115 17.7894 19.9717 17.7568L17.1416 15.4414C16.4312 14.8604 15.3744 15.0185 14.8652 15.7822L14.3672 16.5283C13.6105 17.6633 12.0047 17.823 11.04 16.8584L7.14747 12.9658C6.18293 12.0012 6.34257 10.3954 7.47755 9.63867L8.22364 9.14063C8.98736 8.63147 9.14562 7.57472 8.56446 6.86426L6.24903 4.03418ZM21.9766 3.40234L21.7139 3.66406L21.1895 4.18945L20.1397 5.23828L21.9776 7.07617L20.5791 8.47656L18.7412 6.63867L16.9033 8.47754L15.5039 7.07715L15.7656 6.81445L17.3408 5.23828L15.5049 3.40234L16.9043 2.00195L18.7402 3.83887L20.5772 2.00195L21.9766 3.40234Z" style="fill: currentColor"/></g></svg>`;
|
|
227
|
+
var PhoneBlock = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(BaseIcon, { ...props, solidContent: solidContent23, lineContent: lineContent23 });
|
|
227
228
|
|
|
228
|
-
// src/components/communication/
|
|
229
|
+
// src/components/communication/PhoneIncoming.tsx
|
|
229
230
|
var import_jsx_runtime25 = require("react/jsx-runtime");
|
|
230
|
-
var solidContent24 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_phone-
|
|
231
|
-
var lineContent24 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_phone-
|
|
232
|
-
var
|
|
231
|
+
var solidContent24 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_phone-incoming--line"><path id="Union" d="M4.70605 2.61318C5.57912 1.74011 7.01502 1.81186 7.79687 2.76747L10.1123 5.59756C11.4418 7.2226 11.08 9.63993 9.33301 10.8046L9.25879 10.8534L8.58691 11.3026C8.50211 11.3593 8.48939 11.4795 8.56152 11.5517L12.4551 15.4442C12.5273 15.5159 12.6466 15.5035 12.7031 15.4189L13.1504 14.747L13.2012 14.6728C14.3658 12.9258 16.7832 12.564 18.4082 13.8935L21.2383 16.2089C22.1939 16.9907 22.2656 18.4266 21.3926 19.2997C17.8011 22.8911 11.8024 22.8539 8.06055 19.4775L7.70605 19.1405L4.86523 16.2997C1.27368 12.7081 1.0122 6.70961 4.37011 2.96767L4.70605 2.61318ZM6.24902 4.03408C6.21644 3.99425 6.1565 3.99087 6.12012 4.02724C3.2361 6.91145 3.31027 11.9166 6.2793 14.8857L9.12012 17.7255C12.0894 20.6945 17.0946 20.7694 19.9785 17.8857C20.0148 17.8493 20.0115 17.7893 19.9717 17.7568L17.1416 15.4413C16.4312 14.8602 15.3744 15.0184 14.8652 15.7821L14.3672 16.5282C13.6105 17.6632 12.0046 17.8229 11.04 16.8583L7.14746 12.9657C6.1829 12.0012 6.34259 10.3953 7.47754 9.63858L8.22363 9.14053C8.98734 8.63139 9.14555 7.57462 8.56445 6.86416L6.24902 4.03408ZM21.8438 3.56923L17.1182 8.29483H20.7031V10.2948H14.7031C14.1509 10.2948 13.7032 9.84703 13.7031 9.29483V3.29482H15.7031V6.88174L20.4297 2.15517L21.8438 3.56923Z" style="fill: currentColor"/></g></svg>`;
|
|
232
|
+
var lineContent24 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_phone-incoming--line"><path id="Union" d="M4.70605 2.61318C5.57912 1.74011 7.01502 1.81186 7.79687 2.76747L10.1123 5.59756C11.4418 7.2226 11.08 9.63993 9.33301 10.8046L9.25879 10.8534L8.58691 11.3026C8.50211 11.3593 8.48939 11.4795 8.56152 11.5517L12.4551 15.4442C12.5273 15.5159 12.6466 15.5035 12.7031 15.4189L13.1504 14.747L13.2012 14.6728C14.3658 12.9258 16.7832 12.564 18.4082 13.8935L21.2383 16.2089C22.1939 16.9907 22.2656 18.4266 21.3926 19.2997C17.8011 22.8911 11.8024 22.8539 8.06055 19.4775L7.70605 19.1405L4.86523 16.2997C1.27368 12.7081 1.0122 6.70961 4.37011 2.96767L4.70605 2.61318ZM6.24902 4.03408C6.21644 3.99425 6.1565 3.99087 6.12012 4.02724C3.2361 6.91145 3.31027 11.9166 6.2793 14.8857L9.12012 17.7255C12.0894 20.6945 17.0946 20.7694 19.9785 17.8857C20.0148 17.8493 20.0115 17.7893 19.9717 17.7568L17.1416 15.4413C16.4312 14.8602 15.3744 15.0184 14.8652 15.7821L14.3672 16.5282C13.6105 17.6632 12.0046 17.8229 11.04 16.8583L7.14746 12.9657C6.1829 12.0012 6.34259 10.3953 7.47754 9.63858L8.22363 9.14053C8.98734 8.63139 9.14555 7.57462 8.56445 6.86416L6.24902 4.03408ZM21.8438 3.56923L17.1182 8.29483H20.7031V10.2948H14.7031C14.1509 10.2948 13.7032 9.84703 13.7031 9.29483V3.29482H15.7031V6.88174L20.4297 2.15517L21.8438 3.56923Z" style="fill: currentColor"/></g></svg>`;
|
|
233
|
+
var PhoneIncoming = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(BaseIcon, { ...props, solidContent: solidContent24, lineContent: lineContent24 });
|
|
233
234
|
|
|
234
|
-
// src/components/communication/
|
|
235
|
+
// src/components/communication/PhoneOutgoing.tsx
|
|
235
236
|
var import_jsx_runtime26 = require("react/jsx-runtime");
|
|
236
|
-
var solidContent25 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_phone-
|
|
237
|
-
var lineContent25 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_phone-
|
|
238
|
-
var
|
|
237
|
+
var solidContent25 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_phone-outgoing--line"><path id="Union" d="M4.70606 2.61328C5.57913 1.74022 7.01503 1.81197 7.79688 2.76758L10.1123 5.59766C11.4419 7.2227 11.08 9.64001 9.33302 10.8047L9.2588 10.8535L8.58692 11.3027C8.50208 11.3594 8.48942 11.4796 8.56153 11.5518L12.4551 15.4443C12.5273 15.516 12.6466 15.5037 12.7031 15.4189L13.1504 14.7471L13.2012 14.6729C14.3658 12.9259 16.7832 12.5641 18.4082 13.8936L21.2383 16.209C22.1939 16.9908 22.2656 18.4267 21.3926 19.2998C17.8011 22.8913 11.8025 22.854 8.06055 19.4775L7.70606 19.1406L4.86524 16.2998C1.27371 12.7082 1.01217 6.70969 4.37012 2.96777L4.70606 2.61328ZM6.24903 4.03418C6.21645 3.99436 6.15651 3.99097 6.12012 4.02734C3.23607 6.91153 3.3103 11.9167 6.2793 14.8857L9.12013 17.7256C12.0894 20.6946 17.0946 20.7696 19.9785 17.8857C20.0149 17.8493 20.0115 17.7894 19.9717 17.7568L17.1416 15.4414C16.4312 14.8604 15.3744 15.0185 14.8652 15.7822L14.3672 16.5283C13.6105 17.6633 12.0047 17.823 11.04 16.8584L7.14747 12.9658C6.18293 12.0012 6.34257 10.3954 7.47755 9.63867L8.22364 9.14063C8.98736 8.63147 9.14562 7.57472 8.56446 6.86426L6.24903 4.03418ZM20.9971 2.00195C21.5493 2.00206 21.9971 2.44973 21.9971 3.00195V9.00195H19.9971V5.41504L15.4229 9.98926L14.0078 8.5752L14.3135 8.27051L18.582 4.00195H14.9971V2.00195H20.9971Z" style="fill: currentColor"/></g></svg>`;
|
|
238
|
+
var lineContent25 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_phone-outgoing--line"><path id="Union" d="M4.70606 2.61328C5.57913 1.74022 7.01503 1.81197 7.79688 2.76758L10.1123 5.59766C11.4419 7.2227 11.08 9.64001 9.33302 10.8047L9.2588 10.8535L8.58692 11.3027C8.50208 11.3594 8.48942 11.4796 8.56153 11.5518L12.4551 15.4443C12.5273 15.516 12.6466 15.5037 12.7031 15.4189L13.1504 14.7471L13.2012 14.6729C14.3658 12.9259 16.7832 12.5641 18.4082 13.8936L21.2383 16.209C22.1939 16.9908 22.2656 18.4267 21.3926 19.2998C17.8011 22.8913 11.8025 22.854 8.06055 19.4775L7.70606 19.1406L4.86524 16.2998C1.27371 12.7082 1.01217 6.70969 4.37012 2.96777L4.70606 2.61328ZM6.24903 4.03418C6.21645 3.99436 6.15651 3.99097 6.12012 4.02734C3.23607 6.91153 3.3103 11.9167 6.2793 14.8857L9.12013 17.7256C12.0894 20.6946 17.0946 20.7696 19.9785 17.8857C20.0149 17.8493 20.0115 17.7894 19.9717 17.7568L17.1416 15.4414C16.4312 14.8604 15.3744 15.0185 14.8652 15.7822L14.3672 16.5283C13.6105 17.6633 12.0047 17.823 11.04 16.8584L7.14747 12.9658C6.18293 12.0012 6.34257 10.3954 7.47755 9.63867L8.22364 9.14063C8.98736 8.63147 9.14562 7.57472 8.56446 6.86426L6.24903 4.03418ZM20.9971 2.00195C21.5493 2.00206 21.9971 2.44973 21.9971 3.00195V9.00195H19.9971V5.41504L15.4229 9.98926L14.0078 8.5752L14.3135 8.27051L18.582 4.00195H14.9971V2.00195H20.9971Z" style="fill: currentColor"/></g></svg>`;
|
|
239
|
+
var PhoneOutgoing = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(BaseIcon, { ...props, solidContent: solidContent25, lineContent: lineContent25 });
|
|
239
240
|
|
|
240
|
-
// src/components/communication/
|
|
241
|
+
// src/components/communication/PhoneSubtract.tsx
|
|
241
242
|
var import_jsx_runtime27 = require("react/jsx-runtime");
|
|
242
|
-
var solidContent26 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_phone-
|
|
243
|
-
var lineContent26 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_phone-
|
|
244
|
-
var
|
|
243
|
+
var solidContent26 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_phone-subtract--line"><path id="Union" d="M4.70605 2.61415C5.57912 1.74109 7.01502 1.81284 7.79687 2.76845L10.1123 5.59853C11.4418 7.22358 11.08 9.64091 9.33301 10.8056L9.25879 10.8544L8.58691 11.3036C8.50211 11.3603 8.48939 11.4805 8.56152 11.5526L12.4551 15.4452C12.5273 15.5169 12.6466 15.5045 12.7031 15.4198L13.1504 14.748L13.2012 14.6737C14.3658 12.9268 16.7832 12.5649 18.4082 13.8944L21.2383 16.2099C22.1939 16.9917 22.2656 18.4276 21.3926 19.3007C17.8011 22.8921 11.8024 22.8549 8.06055 19.4784L7.70605 19.1415L4.86523 16.3007C1.27368 12.7091 1.0122 6.71058 4.37011 2.96865L4.70605 2.61415ZM6.24902 4.03505C6.21644 3.99523 6.1565 3.99184 6.12011 4.02822C3.2361 6.91243 3.31027 11.9176 6.27929 14.8866L9.12012 17.7265C12.0894 20.6955 17.0946 20.7704 19.9785 17.8866C20.0148 17.8502 20.0115 17.7903 19.9717 17.7577L17.1416 15.4423C16.4312 14.8612 15.3744 15.0194 14.8652 15.7831L14.3672 16.5292C13.6105 17.6642 12.0046 17.8239 11.04 16.8593L7.14746 12.9667C6.1829 12.0021 6.34259 10.3963 7.47754 9.63955L8.22363 9.14151C8.98734 8.63237 9.14555 7.5756 8.56445 6.86514L6.24902 4.03505ZM22.0039 6.00283H16.0039V4.00283H22.0039V6.00283Z" style="fill: currentColor"/></g></svg>`;
|
|
244
|
+
var lineContent26 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_phone-subtract--line"><path id="Union" d="M4.70605 2.61415C5.57912 1.74109 7.01502 1.81284 7.79687 2.76845L10.1123 5.59853C11.4418 7.22358 11.08 9.64091 9.33301 10.8056L9.25879 10.8544L8.58691 11.3036C8.50211 11.3603 8.48939 11.4805 8.56152 11.5526L12.4551 15.4452C12.5273 15.5169 12.6466 15.5045 12.7031 15.4198L13.1504 14.748L13.2012 14.6737C14.3658 12.9268 16.7832 12.5649 18.4082 13.8944L21.2383 16.2099C22.1939 16.9917 22.2656 18.4276 21.3926 19.3007C17.8011 22.8921 11.8024 22.8549 8.06055 19.4784L7.70605 19.1415L4.86523 16.3007C1.27368 12.7091 1.0122 6.71058 4.37011 2.96865L4.70605 2.61415ZM6.24902 4.03505C6.21644 3.99523 6.1565 3.99184 6.12011 4.02822C3.2361 6.91243 3.31027 11.9176 6.27929 14.8866L9.12012 17.7265C12.0894 20.6955 17.0946 20.7704 19.9785 17.8866C20.0148 17.8502 20.0115 17.7903 19.9717 17.7577L17.1416 15.4423C16.4312 14.8612 15.3744 15.0194 14.8652 15.7831L14.3672 16.5292C13.6105 17.6642 12.0046 17.8239 11.04 16.8593L7.14746 12.9667C6.1829 12.0021 6.34259 10.3963 7.47754 9.63955L8.22363 9.14151C8.98734 8.63237 9.14555 7.5756 8.56445 6.86514L6.24902 4.03505ZM22.0039 6.00283H16.0039V4.00283H22.0039V6.00283Z" style="fill: currentColor"/></g></svg>`;
|
|
245
|
+
var PhoneSubtract = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(BaseIcon, { ...props, solidContent: solidContent26, lineContent: lineContent26 });
|
|
246
|
+
|
|
247
|
+
// src/components/communication/PhoneVoice.tsx
|
|
248
|
+
var import_jsx_runtime28 = require("react/jsx-runtime");
|
|
249
|
+
var solidContent27 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_phone-voice--line"><path id="Union" d="M4.70605 2.61318C5.57912 1.74011 7.01502 1.81186 7.79687 2.76747L10.1123 5.59756C11.4418 7.2226 11.08 9.63993 9.33301 10.8046L9.25879 10.8534L8.58691 11.3026C8.50211 11.3593 8.48939 11.4795 8.56152 11.5517L12.4551 15.4442C12.5273 15.5159 12.6466 15.5035 12.7031 15.4189L13.1504 14.747L13.2012 14.6728C14.3658 12.9258 16.7832 12.564 18.4082 13.8935L21.2383 16.2089C22.1939 16.9907 22.2656 18.4266 21.3926 19.2997C17.8011 22.8911 11.8024 22.8539 8.06055 19.4775L7.70605 19.1405L4.86523 16.2997C1.27368 12.7081 1.0122 6.70961 4.37011 2.96767L4.70605 2.61318ZM6.24902 4.03408C6.21644 3.99425 6.1565 3.99087 6.12011 4.02724C3.2361 6.91145 3.31027 11.9166 6.27929 14.8857L9.12012 17.7255C12.0894 20.6945 17.0946 20.7694 19.9785 17.8857C20.0148 17.8493 20.0115 17.7893 19.9717 17.7568L17.1416 15.4413C16.4312 14.8602 15.3744 15.0184 14.8652 15.7821L14.3672 16.5282C13.6105 17.6632 12.0046 17.8229 11.04 16.8583L7.14746 12.9657C6.1829 12.0012 6.34259 10.3953 7.47754 9.63858L8.22363 9.14053C8.98734 8.63139 9.14555 7.57462 8.56445 6.86416L6.24902 4.03408ZM13.0039 6.08584C15.5162 6.5074 17.4973 8.48956 17.919 11.0019H15.8779C15.5162 9.59625 14.4095 8.48961 13.0039 8.12783V6.08584ZM13.0039 2.05165C17.7283 2.52074 21.485 6.27747 21.9541 11.0019H19.9395C19.4881 7.38335 16.6224 4.51664 13.0039 4.06533V2.05165Z" style="fill: currentColor"/></g></svg>`;
|
|
250
|
+
var lineContent27 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_phone-voice--line"><path id="Union" d="M4.70605 2.61318C5.57912 1.74011 7.01502 1.81186 7.79687 2.76747L10.1123 5.59756C11.4418 7.2226 11.08 9.63993 9.33301 10.8046L9.25879 10.8534L8.58691 11.3026C8.50211 11.3593 8.48939 11.4795 8.56152 11.5517L12.4551 15.4442C12.5273 15.5159 12.6466 15.5035 12.7031 15.4189L13.1504 14.747L13.2012 14.6728C14.3658 12.9258 16.7832 12.564 18.4082 13.8935L21.2383 16.2089C22.1939 16.9907 22.2656 18.4266 21.3926 19.2997C17.8011 22.8911 11.8024 22.8539 8.06055 19.4775L7.70605 19.1405L4.86523 16.2997C1.27368 12.7081 1.0122 6.70961 4.37011 2.96767L4.70605 2.61318ZM6.24902 4.03408C6.21644 3.99425 6.1565 3.99087 6.12011 4.02724C3.2361 6.91145 3.31027 11.9166 6.27929 14.8857L9.12012 17.7255C12.0894 20.6945 17.0946 20.7694 19.9785 17.8857C20.0148 17.8493 20.0115 17.7893 19.9717 17.7568L17.1416 15.4413C16.4312 14.8602 15.3744 15.0184 14.8652 15.7821L14.3672 16.5282C13.6105 17.6632 12.0046 17.8229 11.04 16.8583L7.14746 12.9657C6.1829 12.0012 6.34259 10.3953 7.47754 9.63858L8.22363 9.14053C8.98734 8.63139 9.14555 7.57462 8.56445 6.86416L6.24902 4.03408ZM13.0039 6.08584C15.5162 6.5074 17.4973 8.48956 17.919 11.0019H15.8779C15.5162 9.59625 14.4095 8.48961 13.0039 8.12783V6.08584ZM13.0039 2.05165C17.7283 2.52074 21.485 6.27747 21.9541 11.0019H19.9395C19.4881 7.38335 16.6224 4.51664 13.0039 4.06533V2.05165Z" style="fill: currentColor"/></g></svg>`;
|
|
251
|
+
var PhoneVoice = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(BaseIcon, { ...props, solidContent: solidContent27, lineContent: lineContent27 });
|
|
245
252
|
// Annotate the CommonJS export names for ESM import in node:
|
|
246
253
|
0 && (module.exports = {
|
|
247
254
|
At,
|
|
@@ -264,6 +271,7 @@ var PhoneVoice = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(BaseIc
|
|
|
264
271
|
MailSubtractOut,
|
|
265
272
|
MailUploadOut,
|
|
266
273
|
MailViewOut,
|
|
274
|
+
News,
|
|
267
275
|
Phone,
|
|
268
276
|
PhoneAdd,
|
|
269
277
|
PhoneBlock,
|
|
@@ -31,6 +31,7 @@ declare var MailSearchOut: React.FC<BaseIconProps>;
|
|
|
31
31
|
declare var MailSubtractOut: React.FC<BaseIconProps>;
|
|
32
32
|
declare var MailUploadOut: React.FC<BaseIconProps>;
|
|
33
33
|
declare var MailViewOut: React.FC<BaseIconProps>;
|
|
34
|
+
declare var News: React.FC<BaseIconProps>;
|
|
34
35
|
declare var Phone: React.FC<BaseIconProps>;
|
|
35
36
|
declare var PhoneAdd: React.FC<BaseIconProps>;
|
|
36
37
|
declare var PhoneBlock: React.FC<BaseIconProps>;
|
|
@@ -59,6 +60,7 @@ declare export {
|
|
|
59
60
|
MailSubtractOut,
|
|
60
61
|
MailUploadOut,
|
|
61
62
|
MailViewOut,
|
|
63
|
+
News,
|
|
62
64
|
Phone,
|
|
63
65
|
PhoneAdd,
|
|
64
66
|
PhoneBlock,
|