@synerise/ds-icon 1.15.3 → 1.17.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/CHANGELOG.md +12 -0
- package/dist/icons/L/index.d.ts +33 -33
- package/dist/icons/L/index.js +132 -132
- package/dist/icons/M/ShowS.d.ts +3 -0
- package/dist/icons/M/ShowS.js +8 -0
- package/dist/icons/M/index.d.ts +468 -467
- package/dist/icons/M/index.js +1544 -1542
- package/dist/icons/XL/MobileEventXl.d.ts +3 -0
- package/dist/icons/XL/MobileEventXl.js +13 -0
- package/dist/icons/XL/MobileRefreshXl.d.ts +3 -0
- package/dist/icons/XL/MobileRefreshXl.js +11 -0
- package/dist/icons/XL/MobileSdkXl.d.ts +3 -0
- package/dist/icons/XL/MobileSdkXl.js +10 -0
- package/dist/icons/XL/index.d.ts +64 -61
- package/dist/icons/XL/index.js +194 -188
- package/dist/icons/additional/index.d.ts +55 -55
- package/dist/icons/additional/index.js +178 -178
- package/dist/icons/colorIcons/index.d.ts +7 -7
- package/dist/icons/colorIcons/index.js +22 -22
- package/dist/index.js +2090 -2082
- package/package.json +2 -2
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const MobileEventXl = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 96 96", "data-testid": "ds-icon-mobile-event-xl", className: "mobile-event-xl ds-icon-set-xlarge", ...props, children: [
|
|
3
|
+
/* @__PURE__ */ jsxs("g", { clipPath: "url(#svg-2278971434a)", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("path", { stroke: "currentColor", strokeWidth: 1.5, d: "M46.614 35c.482 0 .93.193 1.266.514.33.316.549.756.58 1.25l.218 3.594.02-.007c.11-.039.228-.066.349-.08l.184-.01a2.617 2.617 0 0 1 1.978.895l.028.035.014-.01a1.6 1.6 0 0 1 .803-.327l.184-.01a2.617 2.617 0 0 1 1.978.894l.028.036.014-.01a1.6 1.6 0 0 1 .803-.328l.185-.01c.71 0 1.353.28 1.823.73.482.46.781 1.1.794 1.805v4.847c0 .75-.311 1.878-.69 2.529-.254.416-1.695 2.718-1.695 3.499V56.6H53.34l-.817-1.658-.817 1.658h-5.683v-1.764c0-.823-2.704-2.91-2.714-2.919-.548-.483-1.209-1.444-1.468-2.124l-1.45-3.81a1.3 1.3 0 0 1-.001-.907c.107-.291.322-.524.598-.668l.243-.075c.62-.173 1.166-.178 1.673-.06l.215.057a3.221 3.221 0 0 1 1.627 1.126l.095.146V36.8c0-.436.152-.835.405-1.146l.114-.128c.32-.325.762-.526 1.254-.526Z", clipRule: "evenodd" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M48.5 73a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z" }),
|
|
6
|
+
/* @__PURE__ */ jsx("rect", { width: 12, height: 1.5, x: 42, y: 21, fill: "currentColor", rx: 0.75 }),
|
|
7
|
+
/* @__PURE__ */ jsx("rect", { width: 42.5, height: 60.5, x: 26.75, y: 16.75, stroke: "currentColor", strokeWidth: 1.5, rx: 5.25 })
|
|
8
|
+
] }),
|
|
9
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "svg-2278971434a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h96v96H0z" }) }) })
|
|
10
|
+
] });
|
|
11
|
+
export {
|
|
12
|
+
MobileEventXl as default
|
|
13
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const MobileRefreshXl = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 96 96", "data-testid": "ds-icon-mobile-refresh-xl", className: "mobile-refresh-xl ds-icon-set-xlarge", ...props, children: [
|
|
3
|
+
/* @__PURE__ */ jsx("rect", { width: 42.5, height: 60.5, x: 28.75, y: 16.75, stroke: "#384350", strokeWidth: 1.5, rx: 5.25 }),
|
|
4
|
+
/* @__PURE__ */ jsx("path", { fill: "#384350", d: "M48.5 72a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z" }),
|
|
5
|
+
/* @__PURE__ */ jsx("rect", { width: 12, height: 1.5, x: 43, y: 19, fill: "#384350", rx: 0.75 }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { stroke: "#384350", strokeWidth: 1.5, d: "M40.2 51a11 11 0 0 0 9.8 6c6.075 0 11-4.925 11-11s-4.925-11-11-11c-5.035 0-9.28 3.383-10.586 8" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { stroke: "#384350", strokeLinecap: "round", strokeWidth: 1.5, d: "M39.5 55.5v-5h5" })
|
|
8
|
+
] });
|
|
9
|
+
export {
|
|
10
|
+
MobileRefreshXl as default
|
|
11
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const MobileSdkXl = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 96 96", "data-testid": "ds-icon-mobile-sdk-xl", className: "mobile-sdk-xl ds-icon-set-xlarge", ...props, children: [
|
|
3
|
+
/* @__PURE__ */ jsx("path", { fill: "#384350", d: "M47.5 73a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z" }),
|
|
4
|
+
/* @__PURE__ */ jsx("rect", { width: 12, height: 1.5, x: 42, y: 21, fill: "#384350", rx: 0.75 }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { stroke: "#384350", strokeLinecap: "round", strokeWidth: 1.5, d: "M42 39h-7a2 2 0 0 0-2 2v2.5a2 2 0 0 0 2 2h5a2 2 0 0 1 2 2V51a2 2 0 0 1-2 2h-7m15 0h3a2 2 0 0 0 2-2v-3.5a2 2 0 0 0-2-2h-3a2 2 0 0 0-2 2V51a2 2 0 0 0 2 2Zm5-14v14m4.5-14v14m0-5 7 5m-7-5 5.5-2.5" }),
|
|
6
|
+
/* @__PURE__ */ jsx("rect", { width: 42.5, height: 60.5, x: 26.75, y: 16.75, stroke: "#384350", strokeWidth: 1.5, rx: 5.25 })
|
|
7
|
+
] });
|
|
8
|
+
export {
|
|
9
|
+
MobileSdkXl as default
|
|
10
|
+
};
|
package/dist/icons/XL/index.d.ts
CHANGED
|
@@ -1,105 +1,108 @@
|
|
|
1
1
|
export { default as WebhookXl } from './WebhookXl';
|
|
2
2
|
export { default as WthStarsXl } from './WthStarsXl';
|
|
3
|
-
export { default as WarningXl } from './WarningXl';
|
|
4
3
|
export { default as WeblayerXl } from './WeblayerXl';
|
|
5
|
-
export { default as
|
|
4
|
+
export { default as WarningXl } from './WarningXl';
|
|
5
|
+
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
6
6
|
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
7
|
-
export { default as
|
|
7
|
+
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
8
8
|
export { default as VoucherXl } from './VoucherXl';
|
|
9
|
-
export { default as
|
|
10
|
-
export { default as StopXl } from './StopXl';
|
|
11
|
-
export { default as TargetXl } from './TargetXl';
|
|
9
|
+
export { default as UserCircleXl } from './UserCircleXl';
|
|
12
10
|
export { default as ToolsXl } from './ToolsXl';
|
|
13
|
-
export { default as
|
|
14
|
-
export { default as
|
|
11
|
+
export { default as TargetXl } from './TargetXl';
|
|
12
|
+
export { default as StopXl } from './StopXl';
|
|
15
13
|
export { default as SmsXl } from './SmsXl';
|
|
16
|
-
export { default as
|
|
17
|
-
export { default as
|
|
18
|
-
export { default as
|
|
19
|
-
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
14
|
+
export { default as ShowXl } from './ShowXl';
|
|
15
|
+
export { default as SilentPushXl } from './SilentPushXl';
|
|
16
|
+
export { default as UserIdXl } from './UserIdXl';
|
|
20
17
|
export { default as SectionXl } from './SectionXl';
|
|
18
|
+
export { default as ShareSegmentationForAllXl } from './ShareSegmentationForAllXl';
|
|
19
|
+
export { default as ShareSegmentationForCurrentXl } from './ShareSegmentationForCurrentXl';
|
|
21
20
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
21
|
+
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
22
|
+
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
22
23
|
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
23
|
-
export { default as ReggressionXl } from './ReggressionXl';
|
|
24
24
|
export { default as PushXl } from './PushXl';
|
|
25
|
-
export { default as
|
|
26
|
-
export { default as
|
|
27
|
-
export { default as
|
|
25
|
+
export { default as ReggressionXl } from './ReggressionXl';
|
|
26
|
+
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
27
|
+
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
28
28
|
export { default as PlayXl } from './PlayXl';
|
|
29
|
+
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
30
|
+
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
31
|
+
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
29
32
|
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
30
33
|
export { default as PauseXl } from './PauseXl';
|
|
31
|
-
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
32
|
-
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
33
|
-
export { default as MultivalueXl } from './MultivalueXl';
|
|
34
34
|
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
35
|
+
export { default as MultivalueXl } from './MultivalueXl';
|
|
36
|
+
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
37
|
+
export { default as MobileRefreshXl } from './MobileRefreshXl';
|
|
35
38
|
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
36
|
-
export { default as
|
|
37
|
-
export { default as
|
|
38
|
-
export { default as
|
|
39
|
-
export { default as
|
|
39
|
+
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
40
|
+
export { default as MobileSdkXl } from './MobileSdkXl';
|
|
41
|
+
export { default as MobileEventXl } from './MobileEventXl';
|
|
42
|
+
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
43
|
+
export { default as MessageXl } from './MessageXl';
|
|
40
44
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
41
|
-
export { default as
|
|
42
|
-
export { default as
|
|
45
|
+
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
46
|
+
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
47
|
+
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
48
|
+
export { default as MetaXl } from './MetaXl';
|
|
43
49
|
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
50
|
+
export { default as LaunchXl } from './LaunchXl';
|
|
51
|
+
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
44
52
|
export { default as IntegrationXl } from './IntegrationXl';
|
|
45
|
-
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
46
|
-
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
47
53
|
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
48
|
-
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
49
|
-
export { default as GemsXl } from './GemsXl';
|
|
50
54
|
export { default as InfoXl } from './InfoXl';
|
|
51
|
-
export { default as FunctionXl } from './FunctionXl';
|
|
52
|
-
export { default as FormXl } from './FormXl';
|
|
53
|
-
export { default as MessageXl } from './MessageXl';
|
|
54
55
|
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
55
|
-
export { default as FolderXl } from './FolderXl';
|
|
56
56
|
export { default as FormulaXl } from './FormulaXl';
|
|
57
|
-
export { default as
|
|
58
|
-
export { default as
|
|
57
|
+
export { default as FunctionXl } from './FunctionXl';
|
|
58
|
+
export { default as GemsXl } from './GemsXl';
|
|
59
59
|
export { default as FolderUserXl } from './FolderUserXl';
|
|
60
|
-
export { default as
|
|
60
|
+
export { default as FolderTagXl } from './FolderTagXl';
|
|
61
|
+
export { default as FormXl } from './FormXl';
|
|
61
62
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
62
|
-
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
63
63
|
export { default as FolderCartXl } from './FolderCartXl';
|
|
64
|
-
export { default as
|
|
64
|
+
export { default as FolderAddXl } from './FolderAddXl';
|
|
65
|
+
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
66
|
+
export { default as FolderXl } from './FolderXl';
|
|
65
67
|
export { default as FirstRunXl } from './FirstRunXl';
|
|
66
|
-
export { default as
|
|
68
|
+
export { default as FileDownXl } from './FileDownXl';
|
|
67
69
|
export { default as FileUpXl } from './FileUpXl';
|
|
70
|
+
export { default as FileUrlXl } from './FileUrlXl';
|
|
71
|
+
export { default as FileXl } from './FileXl';
|
|
72
|
+
export { default as EventXl } from './EventXl';
|
|
73
|
+
export { default as DiscountXl } from './DiscountXl';
|
|
74
|
+
export { default as ErrorXl } from './ErrorXl';
|
|
68
75
|
export { default as CupXl } from './CupXl';
|
|
69
76
|
export { default as CouponXl } from './CouponXl';
|
|
70
|
-
export { default as ErrorXl } from './ErrorXl';
|
|
71
|
-
export { default as EventXl } from './EventXl';
|
|
72
|
-
export { default as FileUrlXl } from './FileUrlXl';
|
|
73
|
-
export { default as CheckInXl } from './CheckInXl';
|
|
74
|
-
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
75
|
-
export { default as FileDownXl } from './FileDownXl';
|
|
76
77
|
export { default as CompareXl } from './CompareXl';
|
|
77
78
|
export { default as CloneNodesXl } from './CloneNodesXl';
|
|
79
|
+
export { default as FileZipXl } from './FileZipXl';
|
|
80
|
+
export { default as CheckXl } from './CheckXl';
|
|
78
81
|
export { default as CheckOutXl } from './CheckOutXl';
|
|
82
|
+
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
79
83
|
export { default as ClassificationXl } from './ClassificationXl';
|
|
80
84
|
export { default as CardVisaXl } from './CardVisaXl';
|
|
81
|
-
export { default as
|
|
82
|
-
export { default as CheckXl } from './CheckXl';
|
|
83
|
-
export { default as CartAddXl } from './CartAddXl';
|
|
85
|
+
export { default as CheckInXl } from './CheckInXl';
|
|
84
86
|
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
87
|
+
export { default as CardAeXl } from './CardAeXl';
|
|
85
88
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
86
|
-
export { default as
|
|
87
|
-
export { default as
|
|
88
|
-
export { default as DiscountXl } from './DiscountXl';
|
|
89
|
-
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
89
|
+
export { default as CalculatorXl } from './CalculatorXl';
|
|
90
|
+
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
90
91
|
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
92
|
+
export { default as CalendarXl } from './CalendarXl';
|
|
93
|
+
export { default as BulbEditXl } from './BulbEditXl';
|
|
94
|
+
export { default as CartAddXl } from './CartAddXl';
|
|
91
95
|
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
96
|
+
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
92
97
|
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
93
|
-
export { default as
|
|
98
|
+
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
94
99
|
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
95
100
|
export { default as AttributeXl } from './AttributeXl';
|
|
96
|
-
export { default as
|
|
97
|
-
export { default as
|
|
98
|
-
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
101
|
+
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
102
|
+
export { default as BillingXl } from './BillingXl';
|
|
99
103
|
export { default as AfterEventXl } from './AfterEventXl';
|
|
100
|
-
export { default as
|
|
104
|
+
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
101
105
|
export { default as AbTestXl } from './AbTestXl';
|
|
102
|
-
export { default as
|
|
103
|
-
export { default as
|
|
104
|
-
export { default as
|
|
105
|
-
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
106
|
+
export { default as ApiXl } from './ApiXl';
|
|
107
|
+
export { default as AddXl } from './AddXl';
|
|
108
|
+
export { default as InteractionsXl } from './InteractionsXl';
|