@wix/wix-ui-icons-common 3.150.0 → 3.152.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/dist/cjs/default/general/dist/components/AreaPin.js +37 -0
- package/dist/cjs/default/general/dist/components/AreaPinSmall.js +37 -0
- package/dist/cjs/default/general/dist/components/Opacity.js +37 -0
- package/dist/cjs/default/general/dist/components/OpacitySmall.js +37 -0
- package/dist/cjs/default/general/dist/index.js +12 -0
- package/dist/cjs/default/general/metadata.js +14 -0
- package/dist/cjs/lazy/general/dist/components/AreaPin.js +31 -0
- package/dist/cjs/lazy/general/dist/components/AreaPinSmall.js +31 -0
- package/dist/cjs/lazy/general/dist/components/CallEnded.js +1 -1
- package/dist/cjs/lazy/general/dist/components/CallEndedFilled.js +31 -0
- package/dist/cjs/lazy/general/dist/components/CallEndedFilledSmall.js +31 -0
- package/dist/cjs/lazy/general/dist/components/CallEndedSmall.js +1 -1
- package/dist/cjs/lazy/general/dist/components/ConnectSettings.js +31 -0
- package/dist/cjs/lazy/general/dist/components/ConnectSettingsSmall.js +31 -0
- package/dist/cjs/lazy/general/dist/components/Opacity.js +1 -1
- package/dist/cjs/lazy/general/dist/components/OpacitySmall.js +1 -1
- package/dist/cjs/lazy/general/dist/components/TextTwist.js +31 -0
- package/dist/cjs/lazy/general/dist/components/TextTwistSmall.js +31 -0
- package/dist/cjs/lazy/general/dist/index.js +26 -2
- package/dist/cjs/odeditor/general/dist/components/CallEnded.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/CallEndedFilled.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/CallEndedFilledSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/CallEndedSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/ConnectSettings.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/ConnectSettingsSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/TextTwist.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/TextTwistSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/index.js +24 -0
- package/dist/cjs/odeditor/general/metadata.js +28 -0
- package/dist/cjs/stories/default/system/index.story.js +1 -1
- package/dist/esm/default/general/dist/components/AreaPin.js +7 -0
- package/dist/esm/default/general/dist/components/AreaPinSmall.js +7 -0
- package/dist/esm/default/general/dist/components/Opacity.js +7 -0
- package/dist/esm/default/general/dist/components/OpacitySmall.js +7 -0
- package/dist/esm/default/general/dist/index.js +3016 -3008
- package/dist/esm/default/general/metadata.js +14 -0
- package/dist/esm/lazy/general/dist/components/AreaPin.js +11 -0
- package/dist/esm/lazy/general/dist/components/AreaPinSmall.js +11 -0
- package/dist/esm/lazy/general/dist/components/CallEnded.js +1 -1
- package/dist/esm/lazy/general/dist/components/CallEndedFilled.js +11 -0
- package/dist/esm/lazy/general/dist/components/CallEndedFilledSmall.js +11 -0
- package/dist/esm/lazy/general/dist/components/CallEndedSmall.js +1 -1
- package/dist/esm/lazy/general/dist/components/ConnectSettings.js +11 -0
- package/dist/esm/lazy/general/dist/components/ConnectSettingsSmall.js +11 -0
- package/dist/esm/lazy/general/dist/components/Opacity.js +1 -1
- package/dist/esm/lazy/general/dist/components/OpacitySmall.js +1 -1
- package/dist/esm/lazy/general/dist/components/TextTwist.js +11 -0
- package/dist/esm/lazy/general/dist/components/TextTwistSmall.js +11 -0
- package/dist/esm/lazy/general/dist/index.js +3476 -3460
- package/dist/esm/odeditor/general/dist/components/CallEnded.js +7 -0
- package/dist/esm/odeditor/general/dist/components/CallEndedFilled.js +7 -0
- package/dist/esm/odeditor/general/dist/components/CallEndedFilledSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/CallEndedSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/ConnectSettings.js +7 -0
- package/dist/esm/odeditor/general/dist/components/ConnectSettingsSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/TextTwist.js +7 -0
- package/dist/esm/odeditor/general/dist/components/TextTwistSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/index.js +1824 -1808
- package/dist/esm/odeditor/general/metadata.js +28 -0
- package/dist/esm/stories/default/system/index.story.js +1 -1
- package/dist/statics/icons/default/general/AreaPin.2ea4.json +3 -0
- package/dist/statics/icons/default/general/AreaPinSmall.4618.json +3 -0
- package/dist/statics/icons/default/general/Opacity.5b75.json +3 -0
- package/dist/statics/icons/default/general/OpacitySmall.93f7.json +3 -0
- package/dist/statics/icons/odeditor/general/CallEnded.009a.json +3 -0
- package/dist/statics/icons/odeditor/general/CallEndedFilled.8e7b.json +3 -0
- package/dist/statics/icons/odeditor/general/CallEndedFilledSmall.5189.json +3 -0
- package/dist/statics/icons/odeditor/general/CallEndedSmall.865a.json +3 -0
- package/dist/statics/icons/odeditor/general/ConnectSettings.45cf.json +3 -0
- package/dist/statics/icons/odeditor/general/ConnectSettingsSmall.9fe4.json +3 -0
- package/dist/statics/icons/odeditor/general/TextTwist.c983.json +3 -0
- package/dist/statics/icons/odeditor/general/TextTwistSmall.7a76.json +3 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/default/general/dist/components/AreaPin.d.ts +7 -0
- package/dist/types/default/general/dist/components/AreaPin.d.ts.map +1 -0
- package/dist/types/default/general/dist/components/AreaPinSmall.d.ts +7 -0
- package/dist/types/default/general/dist/components/AreaPinSmall.d.ts.map +1 -0
- package/dist/types/default/general/dist/components/Opacity.d.ts +7 -0
- package/dist/types/default/general/dist/components/Opacity.d.ts.map +1 -0
- package/dist/types/default/general/dist/components/OpacitySmall.d.ts +7 -0
- package/dist/types/default/general/dist/components/OpacitySmall.d.ts.map +1 -0
- package/dist/types/default/general/dist/index.d.ts +4 -0
- package/dist/types/default/general/dist/index.d.ts.map +1 -1
- package/dist/types/default/general/metadata.d.ts.map +1 -1
- package/dist/types/lazy/general/dist/components/AreaPin.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/AreaPin.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/components/AreaPinSmall.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/AreaPinSmall.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/components/CallEndedFilled.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/CallEndedFilled.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/components/CallEndedFilledSmall.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/CallEndedFilledSmall.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/components/ConnectSettings.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/ConnectSettings.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/components/ConnectSettingsSmall.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/ConnectSettingsSmall.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/components/TextTwist.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/TextTwist.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/components/TextTwistSmall.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/TextTwistSmall.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/index.d.ts +10 -2
- package/dist/types/lazy/general/dist/index.d.ts.map +1 -1
- package/dist/types/odeditor/general/dist/components/CallEnded.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/CallEnded.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/CallEndedFilled.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/CallEndedFilled.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/CallEndedFilledSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/CallEndedFilledSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/CallEndedSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/CallEndedSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/ConnectSettings.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/ConnectSettings.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/ConnectSettingsSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/ConnectSettingsSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/TextTwist.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/TextTwist.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/TextTwistSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/TextTwistSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/index.d.ts +8 -0
- package/dist/types/odeditor/general/dist/index.d.ts.map +1 -1
- package/dist/types/odeditor/general/metadata.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -110,6 +110,8 @@ __export(dist_exports, {
|
|
|
110
110
|
AppleSmall: () => import_AppleSmall.default,
|
|
111
111
|
Archive: () => import_Archive.default,
|
|
112
112
|
ArchiveSmall: () => import_ArchiveSmall.default,
|
|
113
|
+
AreaPin: () => import_AreaPin.default,
|
|
114
|
+
AreaPinSmall: () => import_AreaPinSmall.default,
|
|
113
115
|
ArrowBentUpLeft: () => import_ArrowBentUpLeft.default,
|
|
114
116
|
ArrowBentUpLeftFilled: () => import_ArrowBentUpLeftFilled.default,
|
|
115
117
|
ArrowBentUpLeftFilledSmall: () => import_ArrowBentUpLeftFilledSmall.default,
|
|
@@ -238,6 +240,8 @@ __export(dist_exports, {
|
|
|
238
240
|
CSSSmall: () => import_CSSSmall.default,
|
|
239
241
|
CahtFilledSmall: () => import_CahtFilledSmall.default,
|
|
240
242
|
CallEnded: () => import_CallEnded.default,
|
|
243
|
+
CallEndedFilled: () => import_CallEndedFilled.default,
|
|
244
|
+
CallEndedFilledSmall: () => import_CallEndedFilledSmall.default,
|
|
241
245
|
CallEndedSmall: () => import_CallEndedSmall.default,
|
|
242
246
|
CallMissed: () => import_CallMissed.default,
|
|
243
247
|
CallMissedSmall: () => import_CallMissedSmall.default,
|
|
@@ -363,6 +367,8 @@ __export(dist_exports, {
|
|
|
363
367
|
ConfettiSmall: () => import_ConfettiSmall.default,
|
|
364
368
|
Confirm: () => import_Confirm.default,
|
|
365
369
|
ConfirmSmall: () => import_ConfirmSmall.default,
|
|
370
|
+
ConnectSettings: () => import_ConnectSettings.default,
|
|
371
|
+
ConnectSettingsSmall: () => import_ConnectSettingsSmall.default,
|
|
366
372
|
Connection: () => import_Connection.default,
|
|
367
373
|
ConnectionSmall: () => import_ConnectionSmall.default,
|
|
368
374
|
Container: () => import_Container.default,
|
|
@@ -1627,6 +1633,8 @@ __export(dist_exports, {
|
|
|
1627
1633
|
TextStrokeColorSmall: () => import_TextStrokeColorSmall.default,
|
|
1628
1634
|
TextStyles: () => import_TextStyles.default,
|
|
1629
1635
|
TextStylesSmall: () => import_TextStylesSmall.default,
|
|
1636
|
+
TextTwist: () => import_TextTwist.default,
|
|
1637
|
+
TextTwistSmall: () => import_TextTwistSmall.default,
|
|
1630
1638
|
ThreeFourRatio: () => import_ThreeFourRatio.default,
|
|
1631
1639
|
ThreeFourRatioSmall: () => import_ThreeFourRatioSmall.default,
|
|
1632
1640
|
Thumbnails: () => import_Thumbnails.default,
|
|
@@ -1896,6 +1904,8 @@ var import_Apple = __toESM(require("./components/Apple"));
|
|
|
1896
1904
|
var import_AppleSmall = __toESM(require("./components/AppleSmall"));
|
|
1897
1905
|
var import_Archive = __toESM(require("./components/Archive"));
|
|
1898
1906
|
var import_ArchiveSmall = __toESM(require("./components/ArchiveSmall"));
|
|
1907
|
+
var import_AreaPin = __toESM(require("./components/AreaPin"));
|
|
1908
|
+
var import_AreaPinSmall = __toESM(require("./components/AreaPinSmall"));
|
|
1899
1909
|
var import_ArrowBentUpLeft = __toESM(require("./components/ArrowBentUpLeft"));
|
|
1900
1910
|
var import_ArrowBentUpLeftFilled = __toESM(require("./components/ArrowBentUpLeftFilled"));
|
|
1901
1911
|
var import_ArrowBentUpLeftFilledSmall = __toESM(require("./components/ArrowBentUpLeftFilledSmall"));
|
|
@@ -2756,6 +2766,8 @@ var import_Objects = __toESM(require("./components/Objects"));
|
|
|
2756
2766
|
var import_ObjectsSmall = __toESM(require("./components/ObjectsSmall"));
|
|
2757
2767
|
var import_OnlinePrograms = __toESM(require("./components/OnlinePrograms"));
|
|
2758
2768
|
var import_OnlineProgramsSmall = __toESM(require("./components/OnlineProgramsSmall"));
|
|
2769
|
+
var import_Opacity = __toESM(require("./components/Opacity"));
|
|
2770
|
+
var import_OpacitySmall = __toESM(require("./components/OpacitySmall"));
|
|
2759
2771
|
var import_OpenModal = __toESM(require("./components/OpenModal"));
|
|
2760
2772
|
var import_OpenModalSmall = __toESM(require("./components/OpenModalSmall"));
|
|
2761
2773
|
var import_OptimizeImage = __toESM(require("./components/OptimizeImage"));
|
|
@@ -3436,6 +3448,8 @@ var import_BlankSmall = __toESM(require("./components/BlankSmall"));
|
|
|
3436
3448
|
var import_Brand = __toESM(require("./components/Brand"));
|
|
3437
3449
|
var import_BrandSmall = __toESM(require("./components/BrandSmall"));
|
|
3438
3450
|
var import_BulletListSmall = __toESM(require("./components/BulletListSmall"));
|
|
3451
|
+
var import_CallEndedFilled = __toESM(require("./components/CallEndedFilled"));
|
|
3452
|
+
var import_CallEndedFilledSmall = __toESM(require("./components/CallEndedFilledSmall"));
|
|
3439
3453
|
var import_Cards = __toESM(require("./components/Cards"));
|
|
3440
3454
|
var import_CardsSmall = __toESM(require("./components/CardsSmall"));
|
|
3441
3455
|
var import_CenterAlignmentInner = __toESM(require("./components/CenterAlignmentInner"));
|
|
@@ -3448,6 +3462,8 @@ var import_CollapseKeyboard = __toESM(require("./components/CollapseKeyboard"));
|
|
|
3448
3462
|
var import_CollapseKeyboardSmall = __toESM(require("./components/CollapseKeyboardSmall"));
|
|
3449
3463
|
var import_CollectionsSparkles = __toESM(require("./components/CollectionsSparkles"));
|
|
3450
3464
|
var import_CollectionsSparklesSmall = __toESM(require("./components/CollectionsSparklesSmall"));
|
|
3465
|
+
var import_ConnectSettings = __toESM(require("./components/ConnectSettings"));
|
|
3466
|
+
var import_ConnectSettingsSmall = __toESM(require("./components/ConnectSettingsSmall"));
|
|
3451
3467
|
var import_Connection = __toESM(require("./components/Connection"));
|
|
3452
3468
|
var import_ConnectionSmall = __toESM(require("./components/ConnectionSmall"));
|
|
3453
3469
|
var import_ContainerFilled = __toESM(require("./components/ContainerFilled"));
|
|
@@ -3556,8 +3572,6 @@ var import_NoneSmall = __toESM(require("./components/NoneSmall"));
|
|
|
3556
3572
|
var import_NumberedListSmall = __toESM(require("./components/NumberedListSmall"));
|
|
3557
3573
|
var import_Offline = __toESM(require("./components/Offline"));
|
|
3558
3574
|
var import_OfflineSmall = __toESM(require("./components/OfflineSmall"));
|
|
3559
|
-
var import_Opacity = __toESM(require("./components/Opacity"));
|
|
3560
|
-
var import_OpacitySmall = __toESM(require("./components/OpacitySmall"));
|
|
3561
3575
|
var import_OpenSidebar = __toESM(require("./components/OpenSidebar"));
|
|
3562
3576
|
var import_OpenSidebarSmall = __toESM(require("./components/OpenSidebarSmall"));
|
|
3563
3577
|
var import_Paste = __toESM(require("./components/Paste"));
|
|
@@ -3612,6 +3626,8 @@ var import_TextHighlightColorSmall = __toESM(require("./components/TextHighlight
|
|
|
3612
3626
|
var import_TextSettings = __toESM(require("./components/TextSettings"));
|
|
3613
3627
|
var import_TextSettingsSmall = __toESM(require("./components/TextSettingsSmall"));
|
|
3614
3628
|
var import_TextStrokeColorSmall = __toESM(require("./components/TextStrokeColorSmall"));
|
|
3629
|
+
var import_TextTwist = __toESM(require("./components/TextTwist"));
|
|
3630
|
+
var import_TextTwistSmall = __toESM(require("./components/TextTwistSmall"));
|
|
3615
3631
|
var import_TimelineView = __toESM(require("./components/TimelineView"));
|
|
3616
3632
|
var import_TimelineViewSmall = __toESM(require("./components/TimelineViewSmall"));
|
|
3617
3633
|
var import_Transition = __toESM(require("./components/Transition"));
|
|
@@ -3710,6 +3726,8 @@ var import_VideoFileSmall = __toESM(require("./components/VideoFileSmall"));
|
|
|
3710
3726
|
AppleSmall,
|
|
3711
3727
|
Archive,
|
|
3712
3728
|
ArchiveSmall,
|
|
3729
|
+
AreaPin,
|
|
3730
|
+
AreaPinSmall,
|
|
3713
3731
|
ArrowBentUpLeft,
|
|
3714
3732
|
ArrowBentUpLeftFilled,
|
|
3715
3733
|
ArrowBentUpLeftFilledSmall,
|
|
@@ -3838,6 +3856,8 @@ var import_VideoFileSmall = __toESM(require("./components/VideoFileSmall"));
|
|
|
3838
3856
|
CSSSmall,
|
|
3839
3857
|
CahtFilledSmall,
|
|
3840
3858
|
CallEnded,
|
|
3859
|
+
CallEndedFilled,
|
|
3860
|
+
CallEndedFilledSmall,
|
|
3841
3861
|
CallEndedSmall,
|
|
3842
3862
|
CallMissed,
|
|
3843
3863
|
CallMissedSmall,
|
|
@@ -3963,6 +3983,8 @@ var import_VideoFileSmall = __toESM(require("./components/VideoFileSmall"));
|
|
|
3963
3983
|
ConfettiSmall,
|
|
3964
3984
|
Confirm,
|
|
3965
3985
|
ConfirmSmall,
|
|
3986
|
+
ConnectSettings,
|
|
3987
|
+
ConnectSettingsSmall,
|
|
3966
3988
|
Connection,
|
|
3967
3989
|
ConnectionSmall,
|
|
3968
3990
|
Container,
|
|
@@ -5227,6 +5249,8 @@ var import_VideoFileSmall = __toESM(require("./components/VideoFileSmall"));
|
|
|
5227
5249
|
TextStrokeColorSmall,
|
|
5228
5250
|
TextStyles,
|
|
5229
5251
|
TextStylesSmall,
|
|
5252
|
+
TextTwist,
|
|
5253
|
+
TextTwistSmall,
|
|
5230
5254
|
ThreeFourRatio,
|
|
5231
5255
|
ThreeFourRatioSmall,
|
|
5232
5256
|
Thumbnails,
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var CallEnded_exports = {};
|
|
30
|
+
__export(CallEnded_exports, {
|
|
31
|
+
default: () => CallEnded_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(CallEnded_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const CallEnded = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("g", { clipPath: "url(#clip0_2458_445)" }, /* @__PURE__ */ React.createElement("path", { d: "M12.04 7.27C15.24 7.27 18.52 8.61 21.86 11.23C21.9 11.27 21.97 11.32 22.06 11.4C22.55 11.8 22.67 12.5 22.33 13.04L20.36 16.13C19.99 16.71 19.22 16.88 18.64 16.51L15.5 14.51C15.01 14.21 14.8 13.61 14.98 13.07L15.24 12.3H8.83L9.09 13.07C9.27 13.61 9.06 14.21 8.57 14.51L5.43 16.51C4.85 16.88 4.08 16.71 3.71 16.13L1.74 13.04C1.4 12.5 1.52 11.8 2.01 11.4C2.19 11.25 2.32 11.15 2.4 11.09C5.67 8.56 8.89 7.27 12.04 7.27ZM12.04 8.77C9.21 8.77 6.25 9.96 3.13 12.42L4.84 15.11L7.6 13.35L7.3 12.45C7.08 11.79 7.44 11.08 8.09 10.87C8.22 10.82 8.35 10.8 8.49 10.8H15.58C16.27 10.8 16.83 11.36 16.83 12.05C16.83 12.19 16.81 12.32 16.77 12.45L16.47 13.35L19.23 15.11L20.94 12.42C17.82 9.97 14.86 8.77 12.04 8.77Z" })));
|
|
36
|
+
CallEnded.displayName = "CallEnded";
|
|
37
|
+
var CallEnded_default = CallEnded;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var CallEndedFilled_exports = {};
|
|
30
|
+
__export(CallEndedFilled_exports, {
|
|
31
|
+
default: () => CallEndedFilled_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(CallEndedFilled_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const CallEndedFilled = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("g", { clipPath: "url(#clip0_2458_451)" }, /* @__PURE__ */ React.createElement("path", { d: "M8.45 12.06L8.81 13.16C8.96 13.59 8.79 14.07 8.4 14.32L5.27 16.31C4.8 16.61 4.18 16.47 3.88 16.01L1.92 12.92C1.65 12.49 1.74 11.92 2.13 11.6C2.31 11.46 2.44 11.36 2.52 11.3C5.76 8.79 8.92 7.53 12 7.53C15.14 7.53 18.36 8.84 21.67 11.44C21.71 11.48 21.78 11.53 21.87 11.6C22.26 11.92 22.35 12.49 22.08 12.92L20.11 16.01C19.82 16.47 19.2 16.61 18.73 16.31L15.6 14.32C15.21 14.07 15.04 13.59 15.18 13.16L15.55 12.06H8.45Z" })));
|
|
36
|
+
CallEndedFilled.displayName = "CallEndedFilled";
|
|
37
|
+
var CallEndedFilled_default = CallEndedFilled;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var CallEndedFilledSmall_exports = {};
|
|
30
|
+
__export(CallEndedFilledSmall_exports, {
|
|
31
|
+
default: () => CallEndedFilledSmall_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(CallEndedFilledSmall_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const CallEndedFilledSmall = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("g", { clipPath: "url(#clip0_2458_454)" }, /* @__PURE__ */ React.createElement("path", { d: "M6.53 11.57L4.08 12.11C3.65 12.21 3.2 12.01 2.99 11.62L1.76 9.38C1.53 8.96 1.62 8.44 1.99 8.13C3.84 6.57 6.17 5.79 8.99 5.79C11.82 5.79 14.16 6.58 16.01 8.16C16.37 8.45 16.47 8.95 16.26 9.37L15.12 11.65C14.9 12.09 14.4 12.3 13.94 12.17L11.53 11.45C11.05 11.31 10.75 10.84 10.83 10.34L10.99 9.29L6.99 9.29L7.28 10.32C7.43 10.85 7.1 11.46 6.53 11.57Z" })));
|
|
36
|
+
CallEndedFilledSmall.displayName = "CallEndedFilledSmall";
|
|
37
|
+
var CallEndedFilledSmall_default = CallEndedFilledSmall;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var CallEndedSmall_exports = {};
|
|
30
|
+
__export(CallEndedSmall_exports, {
|
|
31
|
+
default: () => CallEndedSmall_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(CallEndedSmall_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const CallEndedSmall = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("g", { clipPath: "url(#clip0_2458_448)" }, /* @__PURE__ */ React.createElement("path", { d: "M8.99 5.25C11.87 5.25 14.27 6.06 16.17 7.68C16.61 8.05 16.74 8.67 16.48 9.19L15.34 11.48C15.07 12.02 14.45 12.29 13.86 12.12L11.46 11.4C10.85 11.23 10.48 10.63 10.58 10.01L10.69 9.25H7.32L7.52 9.96C7.7 10.62 7.31 11.38 6.58 11.52L6.58 11.52L4.13 12.07C3.59 12.19 3.03 11.94 2.76 11.45L1.53 9.21C1.25 8.69 1.37 8.04 1.82 7.65C3.72 6.05 6.12 5.25 8.99 5.25ZM8.99 6.75C6.4 6.75 4.39 7.4 2.92 8.66L3.98 10.48L5.86 10.1L5.66 9.29C5.58 8.96 5.62 8.59 5.81 8.29C6 7.97 6.35 7.76 6.82 7.75H10.99C11.67 7.76 12.35 8.39 12.25 9.18L12.25 9.19L12.15 10.03L14.14 10.56L15.06 8.67C13.59 7.4 11.58 6.75 8.99 6.75Z" })));
|
|
36
|
+
CallEndedSmall.displayName = "CallEndedSmall";
|
|
37
|
+
var CallEndedSmall_default = CallEndedSmall;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var ConnectSettings_exports = {};
|
|
30
|
+
__export(ConnectSettings_exports, {
|
|
31
|
+
default: () => ConnectSettings_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(ConnectSettings_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const ConnectSettings = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M17.28 12C17.56 12 17.78 12.22 17.78 12.5V13.18C18.13 13.3 18.44 13.49 18.72 13.72L19.31 13.38C19.55 13.24 19.85 13.32 19.99 13.56L20.49 14.43C20.63 14.67 20.55 14.97 20.31 15.11L19.72 15.45C19.75 15.63 19.77 15.81 19.77 16 19.77 16.19 19.75 16.37 19.72 16.55L20.31 16.89C20.55 17.02 20.63 17.33 20.49 17.57L19.99 18.44C19.85 18.68 19.55 18.76 19.31 18.62L18.72 18.28C18.44 18.51 18.13 18.7 17.78 18.82V19.5C17.78 19.78 17.56 20 17.28 20H16.28C16 20 15.78 19.78 15.78 19.5V18.82C15.43 18.7 15.12 18.51 14.84 18.28L14.25 18.62C14.01 18.76 13.71 18.68 13.57 18.44L13.07 17.57C12.93 17.33 13.01 17.03 13.25 16.89L13.84 16.55C13.81 16.37 13.79 16.19 13.79 16 13.79 15.81 13.81 15.63 13.84 15.45L13.25 15.11C13.01 14.98 12.93 14.67 13.07 14.43L13.57 13.56C13.71 13.32 14.01 13.24 14.25 13.38L14.84 13.72C15.12 13.49 15.43 13.3 15.78 13.18V12.5C15.78 12.22 16 12 16.28 12H17.28ZM16.78 15.01C16.23 15.01 15.78 15.46 15.78 16.01 15.78 16.56 16.23 17.01 16.78 17.01 17.33 17.01 17.78 16.56 17.78 16.01 17.78 15.46 17.33 15.01 16.78 15.01ZM15.5 4C16.88 4 18 5.12 18 6.5 18 7.88 16.88 9 15.5 9 14.38 9 13.43 8.26 13.12 7.25H13C12.31 7.25 11.75 7.81 11.75 8.5V13.5C11.75 15.01 10.51 16.25 9 16.25H8.88C8.57 17.26 7.62 18 6.5 18 5.12 18 4 16.88 4 15.5 4 14.12 5.12 13 6.5 13 7.62 13 8.57 13.74 8.88 14.75H9C9.69 14.75 10.25 14.19 10.25 13.5V8.5C10.25 6.97 11.49 5.75 13 5.75H13.12C13.43 4.74 14.38 4 15.5 4ZM6.5 14.5C5.95 14.5 5.5 14.95 5.5 15.5 5.5 16.05 5.95 16.5 6.5 16.5 7.05 16.5 7.5 16.05 7.5 15.5 7.5 14.95 7.05 14.5 6.5 14.5ZM15.5 5.5C14.95 5.5 14.5 5.95 14.5 6.5 14.5 7.05 14.95 7.5 15.5 7.5 16.05 7.5 16.5 7.05 16.5 6.5 16.5 5.95 16.05 5.5 15.5 5.5Z" }));
|
|
36
|
+
ConnectSettings.displayName = "ConnectSettings";
|
|
37
|
+
var ConnectSettings_default = ConnectSettings;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var ConnectSettingsSmall_exports = {};
|
|
30
|
+
__export(ConnectSettingsSmall_exports, {
|
|
31
|
+
default: () => ConnectSettingsSmall_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(ConnectSettingsSmall_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const ConnectSettingsSmall = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("g", { clipPath: "url(#clip0_2450_1249)" }, /* @__PURE__ */ React.createElement("path", { d: "M13 9.5C13.42 9.5 13.75 9.84 13.75 10.25V10.65C13.93 10.72 14.09 10.81 14.23 10.92L14.57 10.73C14.93 10.52 15.39 10.64 15.6 11 15.81 11.36 15.68 11.82 15.32 12.03L14.98 12.22C14.99 12.31 15 12.41 15 12.5 15 12.59 14.99 12.69 14.98 12.78L15.32 12.98C15.68 13.18 15.81 13.64 15.6 14 15.39 14.36 14.93 14.48 14.57 14.28L14.23 14.08C14.08 14.19 13.93 14.28 13.75 14.35V14.75C13.75 15.16 13.42 15.5 13 15.5 12.59 15.5 12.25 15.16 12.25 14.75V14.35C12.08 14.28 11.92 14.19 11.77 14.08L11.43 14.28C11.07 14.48 10.61 14.36 10.4 14 10.19 13.64 10.32 13.18 10.68 12.98L11.02 12.78C11.01 12.69 11 12.59 11 12.5 11 12.41 11.01 12.32 11.02 12.23L10.68 12.03C10.32 11.82 10.19 11.36 10.4 11 10.61 10.64 11.07 10.52 11.43 10.73L11.77 10.93C11.92 10.81 12.08 10.72 12.25 10.65V10.25C12.25 9.84 12.59 9.5 13 9.5ZM13 11.75C12.59 11.75 12.25 12.09 12.25 12.5 12.25 12.91 12.59 13.25 13 13.25 13.42 13.25 13.75 12.91 13.75 12.5 13.75 12.09 13.42 11.75 13 11.75ZM12.3 2.5C13.4 2.5 14.3 3.4 14.3 4.5 14.3 5.6 13.4 6.5 12.3 6.5 11.47 6.5 10.75 5.98 10.45 5.25H10.29C9.6 5.25 9.04 5.81 9.04 6.5V10.5C9.04 12.01 7.81 13.25 6.29 13.25H6.15C5.85 13.98 5.14 14.5 4.3 14.5 3.2 14.5 2.3 13.6 2.3 12.5 2.3 11.4 3.2 10.5 4.3 10.5 5.14 10.5 5.85 11.02 6.15 11.75H6.29C6.98 11.75 7.54 11.19 7.54 10.5V6.5C7.54 4.97 8.78 3.75 10.29 3.75H10.45C10.75 3.02 11.47 2.5 12.3 2.5ZM4.3 12C4.02 12 3.8 12.22 3.8 12.5 3.8 12.78 4.02 13 4.3 13 4.58 13 4.8 12.78 4.8 12.5 4.8 12.22 4.58 12 4.3 12ZM12.3 4C12.02 4 11.8 4.22 11.8 4.5 11.8 4.78 12.02 5 12.3 5 12.58 5 12.8 4.78 12.8 4.5 12.8 4.22 12.58 4 12.3 4Z" })));
|
|
36
|
+
ConnectSettingsSmall.displayName = "ConnectSettingsSmall";
|
|
37
|
+
var ConnectSettingsSmall_default = ConnectSettingsSmall;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var TextTwist_exports = {};
|
|
30
|
+
__export(TextTwist_exports, {
|
|
31
|
+
default: () => TextTwist_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(TextTwist_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const TextTwist = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M14.7 9.25C14.7 8.84 15.03 8.5 15.45 8.5H18.63C19.05 8.5 19.38 8.84 19.38 9.25V12.44C19.38 12.86 19.05 13.19 18.63 13.19C18.22 13.19 17.88 12.86 17.88 12.44V11.07L9.67 19.28C9.37 19.58 8.9 19.58 8.6 19.28C8.31 18.99 8.31 18.51 8.6 18.22L16.82 10L15.45 10.01C15.03 10.01 14.7 9.67 14.7 9.25Z" }), /* @__PURE__ */ React.createElement("path", { d: "M4.22 6.22C4.44 6 4.77 5.94 5.06 6.07L13.36 9.78C13.74 9.95 13.91 10.39 13.74 10.77C13.57 11.15 13.13 11.32 12.75 11.15L10.78 10.27L8.27 12.78L9.15 14.75C9.32 15.13 9.15 15.57 8.77 15.74C8.39 15.91 7.95 15.74 7.78 15.36L4.07 7.06L4.03 6.95C3.96 6.69 4.03 6.41 4.22 6.22ZM7.61 11.31L9.31 9.61L6.23 8.23L7.61 11.31Z" }));
|
|
36
|
+
TextTwist.displayName = "TextTwist";
|
|
37
|
+
var TextTwist_default = TextTwist;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var TextTwistSmall_exports = {};
|
|
30
|
+
__export(TextTwistSmall_exports, {
|
|
31
|
+
default: () => TextTwistSmall_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(TextTwistSmall_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const TextTwistSmall = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M15.27 5.75C15.67 5.75 16 6.08 16 6.5V9.32C16 9.73 15.67 10.07 15.27 10.07C14.87 10.07 14.54 9.73 14.54 9.32V8.3L8.23 14.78C7.94 15.07 7.48 15.07 7.2 14.78C6.91 14.49 6.91 14.02 7.2 13.72L13.51 7.24H12.52C12.12 7.24 11.79 6.91 11.79 6.5C11.79 6.08 12.12 5.75 12.52 5.75H15.27Z" }), /* @__PURE__ */ React.createElement("path", { d: "M3.21 3.72C3.43 3.5 3.75 3.44 4.03 3.57L10.86 6.7C11.23 6.87 11.39 7.31 11.23 7.69C11.07 8.07 10.64 8.24 10.27 8.07L8.3 7.17L6.57 8.94L7.45 10.96C7.62 11.33 7.45 11.78 7.08 11.94C6.72 12.11 6.29 11.94 6.12 11.57L3.06 4.55L3.03 4.44C2.96 4.19 3.03 3.91 3.21 3.72ZM5.94 7.48L6.88 6.51L5.17 5.73L5.94 7.48Z" }));
|
|
36
|
+
TextTwistSmall.displayName = "TextTwistSmall";
|
|
37
|
+
var TextTwistSmall_default = TextTwistSmall;
|
|
@@ -150,6 +150,10 @@ __export(dist_exports, {
|
|
|
150
150
|
ButtonPill: () => import_ButtonPill.default,
|
|
151
151
|
ButtonPillSmall: () => import_ButtonPillSmall.default,
|
|
152
152
|
ButtonSmall: () => import_ButtonSmall.default,
|
|
153
|
+
CallEnded: () => import_CallEnded.default,
|
|
154
|
+
CallEndedFilled: () => import_CallEndedFilled.default,
|
|
155
|
+
CallEndedFilledSmall: () => import_CallEndedFilledSmall.default,
|
|
156
|
+
CallEndedSmall: () => import_CallEndedSmall.default,
|
|
153
157
|
Cards: () => import_Cards.default,
|
|
154
158
|
CardsSmall: () => import_CardsSmall.default,
|
|
155
159
|
Carousel: () => import_Carousel.default,
|
|
@@ -220,6 +224,8 @@ __export(dist_exports, {
|
|
|
220
224
|
ComposeSmall: () => import_ComposeSmall.default,
|
|
221
225
|
Confirm: () => import_Confirm.default,
|
|
222
226
|
ConfirmSmall: () => import_ConfirmSmall.default,
|
|
227
|
+
ConnectSettings: () => import_ConnectSettings.default,
|
|
228
|
+
ConnectSettingsSmall: () => import_ConnectSettingsSmall.default,
|
|
223
229
|
Connection: () => import_Connection.default,
|
|
224
230
|
ConnectionSmall: () => import_ConnectionSmall.default,
|
|
225
231
|
Container: () => import_Container.default,
|
|
@@ -954,6 +960,8 @@ __export(dist_exports, {
|
|
|
954
960
|
TextStrokeColorSmall: () => import_TextStrokeColorSmall.default,
|
|
955
961
|
TextStyles: () => import_TextStyles.default,
|
|
956
962
|
TextStylesSmall: () => import_TextStylesSmall.default,
|
|
963
|
+
TextTwist: () => import_TextTwist.default,
|
|
964
|
+
TextTwistSmall: () => import_TextTwistSmall.default,
|
|
957
965
|
ThreeFourRatio: () => import_ThreeFourRatio.default,
|
|
958
966
|
ThreeFourRatioSmall: () => import_ThreeFourRatioSmall.default,
|
|
959
967
|
Thumbnails: () => import_Thumbnails.default,
|
|
@@ -1178,6 +1186,10 @@ var import_Button = __toESM(require("./components/Button"));
|
|
|
1178
1186
|
var import_ButtonPill = __toESM(require("./components/ButtonPill"));
|
|
1179
1187
|
var import_ButtonPillSmall = __toESM(require("./components/ButtonPillSmall"));
|
|
1180
1188
|
var import_ButtonSmall = __toESM(require("./components/ButtonSmall"));
|
|
1189
|
+
var import_CallEnded = __toESM(require("./components/CallEnded"));
|
|
1190
|
+
var import_CallEndedFilled = __toESM(require("./components/CallEndedFilled"));
|
|
1191
|
+
var import_CallEndedFilledSmall = __toESM(require("./components/CallEndedFilledSmall"));
|
|
1192
|
+
var import_CallEndedSmall = __toESM(require("./components/CallEndedSmall"));
|
|
1181
1193
|
var import_Cards = __toESM(require("./components/Cards"));
|
|
1182
1194
|
var import_CardsSmall = __toESM(require("./components/CardsSmall"));
|
|
1183
1195
|
var import_Carousel = __toESM(require("./components/Carousel"));
|
|
@@ -1248,6 +1260,8 @@ var import_Compose = __toESM(require("./components/Compose"));
|
|
|
1248
1260
|
var import_ComposeSmall = __toESM(require("./components/ComposeSmall"));
|
|
1249
1261
|
var import_Confirm = __toESM(require("./components/Confirm"));
|
|
1250
1262
|
var import_ConfirmSmall = __toESM(require("./components/ConfirmSmall"));
|
|
1263
|
+
var import_ConnectSettings = __toESM(require("./components/ConnectSettings"));
|
|
1264
|
+
var import_ConnectSettingsSmall = __toESM(require("./components/ConnectSettingsSmall"));
|
|
1251
1265
|
var import_Connection = __toESM(require("./components/Connection"));
|
|
1252
1266
|
var import_ConnectionSmall = __toESM(require("./components/ConnectionSmall"));
|
|
1253
1267
|
var import_Container = __toESM(require("./components/Container"));
|
|
@@ -1982,6 +1996,8 @@ var import_TextStrokeColor = __toESM(require("./components/TextStrokeColor"));
|
|
|
1982
1996
|
var import_TextStrokeColorSmall = __toESM(require("./components/TextStrokeColorSmall"));
|
|
1983
1997
|
var import_TextStyles = __toESM(require("./components/TextStyles"));
|
|
1984
1998
|
var import_TextStylesSmall = __toESM(require("./components/TextStylesSmall"));
|
|
1999
|
+
var import_TextTwist = __toESM(require("./components/TextTwist"));
|
|
2000
|
+
var import_TextTwistSmall = __toESM(require("./components/TextTwistSmall"));
|
|
1985
2001
|
var import_ThreeFourRatio = __toESM(require("./components/ThreeFourRatio"));
|
|
1986
2002
|
var import_ThreeFourRatioSmall = __toESM(require("./components/ThreeFourRatioSmall"));
|
|
1987
2003
|
var import_Thumbnails = __toESM(require("./components/Thumbnails"));
|
|
@@ -2206,6 +2222,10 @@ var import_ZoomOutSmall = __toESM(require("./components/ZoomOutSmall"));
|
|
|
2206
2222
|
ButtonPill,
|
|
2207
2223
|
ButtonPillSmall,
|
|
2208
2224
|
ButtonSmall,
|
|
2225
|
+
CallEnded,
|
|
2226
|
+
CallEndedFilled,
|
|
2227
|
+
CallEndedFilledSmall,
|
|
2228
|
+
CallEndedSmall,
|
|
2209
2229
|
Cards,
|
|
2210
2230
|
CardsSmall,
|
|
2211
2231
|
Carousel,
|
|
@@ -2276,6 +2296,8 @@ var import_ZoomOutSmall = __toESM(require("./components/ZoomOutSmall"));
|
|
|
2276
2296
|
ComposeSmall,
|
|
2277
2297
|
Confirm,
|
|
2278
2298
|
ConfirmSmall,
|
|
2299
|
+
ConnectSettings,
|
|
2300
|
+
ConnectSettingsSmall,
|
|
2279
2301
|
Connection,
|
|
2280
2302
|
ConnectionSmall,
|
|
2281
2303
|
Container,
|
|
@@ -3010,6 +3032,8 @@ var import_ZoomOutSmall = __toESM(require("./components/ZoomOutSmall"));
|
|
|
3010
3032
|
TextStrokeColorSmall,
|
|
3011
3033
|
TextStyles,
|
|
3012
3034
|
TextStylesSmall,
|
|
3035
|
+
TextTwist,
|
|
3036
|
+
TextTwistSmall,
|
|
3013
3037
|
ThreeFourRatio,
|
|
3014
3038
|
ThreeFourRatioSmall,
|
|
3015
3039
|
Thumbnails,
|
|
@@ -3832,6 +3832,20 @@ const generalIconsMetadata = [
|
|
|
3832
3832
|
tags: ["large", "desktop", "computer", "pc", "monitor", "app", "software"],
|
|
3833
3833
|
sizes: { "18": "LargeDesktopSmall", "24": "LargeDesktop" }
|
|
3834
3834
|
},
|
|
3835
|
+
{
|
|
3836
|
+
title: "ConnectSettings",
|
|
3837
|
+
category: import_types.IconCategory.WebAppsAndTechnology,
|
|
3838
|
+
description: "Icon - represents connection settings to context",
|
|
3839
|
+
tags: ["connect", "settings", "config", "configuration", "preferences", "gear", "app", "software"],
|
|
3840
|
+
sizes: { "18": "ConnectSettingsSmall", "24": "ConnectSettings" }
|
|
3841
|
+
},
|
|
3842
|
+
{
|
|
3843
|
+
title: "TextTwist",
|
|
3844
|
+
category: import_types.IconCategory.Text,
|
|
3845
|
+
description: "Icon - represents text curve or custom direction",
|
|
3846
|
+
tags: ["text", "twist", "document", "writing", "content"],
|
|
3847
|
+
sizes: { "18": "TextTwistSmall", "24": "TextTwist" }
|
|
3848
|
+
},
|
|
3835
3849
|
{
|
|
3836
3850
|
title: "EditSparkle",
|
|
3837
3851
|
category: import_types.IconCategory.Actions,
|
|
@@ -3845,6 +3859,20 @@ const generalIconsMetadata = [
|
|
|
3845
3859
|
description: "Icon - represents an image or picture",
|
|
3846
3860
|
tags: ["desktop", "computer", "pc", "monitor", "app", "software"],
|
|
3847
3861
|
sizes: { "18": "DesktopSmall", "24": "Desktop" }
|
|
3862
|
+
},
|
|
3863
|
+
{
|
|
3864
|
+
title: "CallEnded",
|
|
3865
|
+
category: import_types.IconCategory.MediaAndCommunication,
|
|
3866
|
+
description: "Button \u2013 ends a call, marks an ended phone call",
|
|
3867
|
+
tags: ["call", "ended", "phone", "contact", "telephone", "media", "content"],
|
|
3868
|
+
sizes: { "18": "CallEndedSmall", "24": "CallEnded" }
|
|
3869
|
+
},
|
|
3870
|
+
{
|
|
3871
|
+
title: "CallEndedFilled",
|
|
3872
|
+
category: import_types.IconCategory.MediaAndCommunication,
|
|
3873
|
+
description: "Button \u2013 ends a call, marks an ended phone call",
|
|
3874
|
+
tags: ["call", "ended", "filled", "phone", "contact", "telephone", "media", "content"],
|
|
3875
|
+
sizes: { "18": "CallEndedFilledSmall", "24": "CallEndedFilled" }
|
|
3848
3876
|
}
|
|
3849
3877
|
];
|
|
3850
3878
|
var metadata_default = generalIconsMetadata;
|
|
@@ -37,7 +37,7 @@ var import_SystemCategoryListBase = __toESM(require("../../components/system-cat
|
|
|
37
37
|
var import_header_icons = __toESM(require("../../components/header-icons"));
|
|
38
38
|
var import_icons_example = __toESM(require("../../components/icons-example"));
|
|
39
39
|
var import_metadata = require("../../../default/system/metadata");
|
|
40
|
-
var iconComponents = __toESM(require("../../../default"));
|
|
40
|
+
var iconComponents = __toESM(require("../../../default/system"));
|
|
41
41
|
var import_APITable = __toESM(require("../../APITable"));
|
|
42
42
|
var import_constants = require("../../constants");
|
|
43
43
|
var import_system = require("../../../default/system");
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const AreaPin = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M12 4.5C12.41 4.5 13.02 4.62 13.54 4.99C14.09 5.39 14.5 6.04 14.5 7H13.5C13.5 6.36 13.25 6.01 12.96 5.81C12.64 5.58 12.25 5.5 12 5.5V4.5Z" }), /* @__PURE__ */ React.createElement("path", { d: "M11.5 3C13.99 3 16 5.01 16 7.5C16 9.82 14.25 11.72 12 11.97V19.18L11.5 21L11 19.18V11.97C8.75 11.72 7 9.82 7 7.5C7 5.01 9.01 3 11.5 3ZM11.5 4C9.57 4 8 5.57 8 7.5C8 9.43 9.57 11 11.5 11C13.43 11 15 9.43 15 7.5C15 5.57 13.43 4 11.5 4Z" }));
|
|
3
|
+
AreaPin.displayName = "AreaPin";
|
|
4
|
+
var AreaPin_default = AreaPin;
|
|
5
|
+
export {
|
|
6
|
+
AreaPin_default as default
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const AreaPinSmall = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M8 4.5C8.41 4.5 9.02 4.62 9.54 4.99C10.09 5.39 10.5 6.04 10.5 7H9.5C9.5 6.36 9.25 6.01 8.96 5.81C8.64 5.58 8.25 5.5 8 5.5V4.5Z" }), /* @__PURE__ */ React.createElement("path", { d: "M8.5 3C10.43 3 12 4.57 12 6.5C12 8.26 10.7 9.72 9 9.96V15.18L8.5 16L8 15.18V9.96C6.3 9.72 5 8.26 5 6.5C5 4.57 6.57 3 8.5 3ZM8.5 4C7.12 4 6 5.12 6 6.5C6 7.88 7.12 9 8.5 9C9.88 9 11 7.88 11 6.5C11 5.12 9.88 4 8.5 4Z" }));
|
|
3
|
+
AreaPinSmall.displayName = "AreaPinSmall";
|
|
4
|
+
var AreaPinSmall_default = AreaPinSmall;
|
|
5
|
+
export {
|
|
6
|
+
AreaPinSmall_default as default
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const Opacity = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M6.5 16C7.33 16 8 16.67 8 17.5 8 18.33 7.33 19 6.5 19 5.67 19 5 18.33 5 17.5 5 16.67 5.67 16 6.5 16ZM10.92 16.25C11.61 16.25 12.17 16.81 12.17 17.5 12.17 18.19 11.61 18.75 10.92 18.75 10.23 18.75 9.67 18.19 9.67 17.5 9.67 16.81 10.23 16.25 10.92 16.25ZM14.83 16.5C15.38 16.5 15.83 16.95 15.83 17.5 15.83 18.05 15.38 18.5 14.83 18.5 14.28 18.5 13.83 18.05 13.83 17.5 13.83 16.95 14.28 16.5 14.83 16.5ZM18.25 16.75C18.66 16.75 19 17.09 19 17.5 19 17.91 18.66 18.25 18.25 18.25 17.84 18.25 17.5 17.91 17.5 17.5 17.5 17.09 17.84 16.75 18.25 16.75ZM8.58 13.38C9.34 13.38 9.96 14 9.96 14.76 9.96 15.52 9.34 16.14 8.58 16.14 7.82 16.14 7.2 15.52 7.2 14.76 7.2 14 7.82 13.38 8.58 13.38ZM12.75 13.62C13.37 13.62 13.87 14.12 13.87 14.74 13.87 15.36 13.37 15.86 12.75 15.86 12.13 15.86 11.63 15.36 11.63 14.74 11.63 14.12 12.13 13.62 12.75 13.62ZM16.42 13.88C16.91 13.88 17.3 14.27 17.3 14.76 17.3 15.25 16.91 15.64 16.42 15.64 15.93 15.64 15.54 15.25 15.54 14.76 15.54 14.27 15.94 13.88 16.42 13.88ZM6.5 10.5C7.33 10.5 8 11.17 8 12 8 12.83 7.33 13.5 6.5 13.5 5.67 13.5 5 12.83 5 12 5 11.17 5.67 10.5 6.5 10.5ZM10.92 10.75C11.61 10.75 12.17 11.31 12.17 12 12.17 12.69 11.61 13.25 10.92 13.25 10.23 13.25 9.67 12.69 9.67 12 9.67 11.31 10.23 10.75 10.92 10.75ZM14.83 11C15.38 11 15.83 11.45 15.83 12 15.83 12.55 15.38 13 14.83 13 14.28 13 13.83 12.55 13.83 12 13.83 11.45 14.28 11 14.83 11ZM18.25 11.25C18.66 11.25 19 11.59 19 12 19 12.41 18.66 12.75 18.25 12.75 17.84 12.75 17.5 12.41 17.5 12 17.5 11.59 17.84 11.25 18.25 11.25ZM8.58 7.88C9.34 7.88 9.96 8.5 9.96 9.26 9.96 10.02 9.34 10.64 8.58 10.64 7.82 10.64 7.2 10.02 7.2 9.26 7.2 8.5 7.82 7.88 8.58 7.88ZM12.75 8.12C13.37 8.12 13.87 8.62 13.87 9.24 13.87 9.86 13.37 10.36 12.75 10.36 12.13 10.36 11.63 9.86 11.63 9.24 11.63 8.62 12.13 8.12 12.75 8.12ZM16.42 8.38C16.91 8.38 17.3 8.77 17.3 9.26 17.3 9.75 16.91 10.14 16.42 10.14 15.93 10.14 15.54 9.75 15.54 9.26 15.54 8.77 15.94 8.38 16.42 8.38ZM6.5 5C7.33 5 8 5.67 8 6.5 8 7.33 7.33 8 6.5 8 5.67 8 5 7.33 5 6.5 5 5.67 5.67 5 6.5 5ZM10.92 5.25C11.61 5.25 12.17 5.81 12.17 6.5 12.17 7.19 11.61 7.75 10.92 7.75 10.23 7.75 9.67 7.19 9.67 6.5 9.67 5.81 10.23 5.25 10.92 5.25ZM14.83 5.5C15.38 5.5 15.83 5.95 15.83 6.5 15.83 7.05 15.38 7.5 14.83 7.5 14.28 7.5 13.83 7.05 13.83 6.5 13.83 5.95 14.28 5.5 14.83 5.5ZM18.25 5.75C18.66 5.75 19 6.09 19 6.5 19 6.91 18.66 7.25 18.25 7.25 17.84 7.25 17.5 6.91 17.5 6.5 17.5 6.09 17.84 5.75 18.25 5.75Z" }));
|
|
3
|
+
Opacity.displayName = "Opacity";
|
|
4
|
+
var Opacity_default = Opacity;
|
|
5
|
+
export {
|
|
6
|
+
Opacity_default as default
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const OpacitySmall = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M4.75 12C5.58 12 6.25 12.67 6.25 13.5 6.25 14.33 5.58 15 4.75 15 3.92 15 3.25 14.33 3.25 13.5 3.25 12.67 3.92 12 4.75 12ZM9.75 12.5C10.3 12.5 10.75 12.95 10.75 13.5 10.75 14.05 10.3 14.5 9.75 14.5 9.2 14.5 8.75 14.05 8.75 13.5 8.75 12.95 9.2 12.5 9.75 12.5ZM14.25 13C14.53 13 14.75 13.22 14.75 13.5 14.75 13.78 14.53 14 14.25 14 13.97 14 13.75 13.78 13.75 13.5 13.75 13.22 13.97 13 14.25 13ZM7.5 10C8.19 10 8.75 10.56 8.75 11.25 8.75 11.94 8.19 12.5 7.5 12.5 6.81 12.5 6.25 11.94 6.25 11.25 6.25 10.56 6.81 10 7.5 10ZM12.25 10.5C12.66 10.5 13 10.84 13 11.25 13 11.66 12.66 12 12.25 12 11.84 12 11.5 11.66 11.5 11.25 11.5 10.84 11.84 10.5 12.25 10.5ZM4.75 7.5C5.58 7.5 6.25 8.17 6.25 9 6.25 9.83 5.58 10.5 4.75 10.5 3.92 10.5 3.25 9.83 3.25 9 3.25 8.17 3.92 7.5 4.75 7.5ZM9.75 8C10.3 8 10.75 8.45 10.75 9 10.75 9.55 10.3 10 9.75 10 9.2 10 8.75 9.55 8.75 9 8.75 8.45 9.2 8 9.75 8ZM14.25 8.5C14.53 8.5 14.75 8.72 14.75 9 14.75 9.28 14.53 9.5 14.25 9.5 13.97 9.5 13.75 9.28 13.75 9 13.75 8.72 13.97 8.5 14.25 8.5ZM7.5 5.5C8.19 5.5 8.75 6.06 8.75 6.75 8.75 7.44 8.19 8 7.5 8 6.81 8 6.25 7.44 6.25 6.75 6.25 6.06 6.81 5.5 7.5 5.5ZM12.25 6C12.66 6 13 6.34 13 6.75 13 7.16 12.66 7.5 12.25 7.5 11.84 7.5 11.5 7.16 11.5 6.75 11.5 6.34 11.84 6 12.25 6ZM4.75 3C5.58 3 6.25 3.67 6.25 4.5 6.25 5.33 5.58 6 4.75 6 3.92 6 3.25 5.33 3.25 4.5 3.25 3.67 3.92 3 4.75 3ZM9.75 3.5C10.3 3.5 10.75 3.95 10.75 4.5 10.75 5.05 10.3 5.5 9.75 5.5 9.2 5.5 8.75 5.05 8.75 4.5 8.75 3.95 9.2 3.5 9.75 3.5ZM14.25 4C14.53 4 14.75 4.22 14.75 4.5 14.75 4.78 14.53 5 14.25 5 13.97 5 13.75 4.78 13.75 4.5 13.75 4.22 13.97 4 14.25 4Z" }));
|
|
3
|
+
OpacitySmall.displayName = "OpacitySmall";
|
|
4
|
+
var OpacitySmall_default = OpacitySmall;
|
|
5
|
+
export {
|
|
6
|
+
OpacitySmall_default as default
|
|
7
|
+
};
|