@synerise/ds-icon 0.47.1 → 0.49.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.
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ const ShowL = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 48 48", className: "show-l" }, props),
3
+ React.createElement("g", { fill: "#384350", fillRule: "nonzero" },
4
+ React.createElement("path", { d: "M24.124 11.993h-.021a18.424 18.424 0 00-7.606 1.762 28.8 28.8 0 00-6.027 3.77 35.788 35.788 0 00-5.5 5.435 1.253 1.253 0 00-.007 1.558 35.832 35.832 0 005.514 5.45 28.79 28.79 0 006.024 3.766 18.419 18.419 0 007.602 1.76 18.443 18.443 0 007.627-1.762 28.801 28.801 0 006.027-3.77 35.789 35.789 0 005.5-5.436 1.253 1.253 0 00.006-1.557 35.832 35.832 0 00-5.513-5.45 28.79 28.79 0 00-6.025-3.766 18.418 18.418 0 00-7.601-1.76zm-.483 1.514l.471-.014h-.01c2.418.034 4.8.586 6.987 1.619a27.32 27.32 0 015.721 3.577l.58.47a34.327 34.327 0 014.227 4.176l.339.408.13-.154a34.291 34.291 0 01-5.269 5.204 27.33 27.33 0 01-5.724 3.58 16.93 16.93 0 01-6.99 1.62 16.905 16.905 0 01-6.966-1.618 27.32 27.32 0 01-5.72-3.577l-.58-.47A34.328 34.328 0 016.61 24.15l-.34-.408-.128.155a34.291 34.291 0 015.269-5.204 27.33 27.33 0 015.723-3.58 16.93 16.93 0 016.508-1.607z" }),
5
+ React.createElement("path", { d: "M24.113 18.12a5.623 5.623 0 100 11.246 5.623 5.623 0 000-11.245zm0 1.5a4.123 4.123 0 110 8.246 4.123 4.123 0 010-8.245z" }))));
6
+ export default ShowL;
@@ -18,9 +18,9 @@ export { default as ImageLandscapeL } from './ImageLandscapeL';
18
18
  export { default as ImagePotraitL } from './ImagePotraitL';
19
19
  export { default as ImageUrlL } from './ImageUrlL';
20
20
  export { default as InboxNoResultsL } from './InboxNoResultsL';
21
- export { default as InfoL } from './InfoL';
22
21
  export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
23
22
  export { default as InputL } from './InputL';
23
+ export { default as InfoL } from './InfoL';
24
24
  export { default as LabelL } from './LabelL';
25
25
  export { default as LineL } from './LineL';
26
26
  export { default as LinkL } from './LinkL';
@@ -35,21 +35,22 @@ export { default as MobileLinkL } from './MobileLinkL';
35
35
  export { default as MobileUrlL } from './MobileUrlL';
36
36
  export { default as MultilineL } from './MultilineL';
37
37
  export { default as NavbarL } from './NavbarL';
38
- export { default as NoData } from './NoData';
39
38
  export { default as NoPermissionL } from './NoPermissionL';
40
- export { default as PieL } from './PieL';
39
+ export { default as NoData } from './NoData';
41
40
  export { default as QuoteL } from './QuoteL';
42
41
  export { default as RadioL } from './RadioL';
43
42
  export { default as RelationManyManyL } from './RelationManyManyL';
43
+ export { default as PieL } from './PieL';
44
44
  export { default as RelationManyOneL } from './RelationManyOneL';
45
- export { default as RelationOneManyL } from './RelationOneManyL';
46
45
  export { default as RelationOneOneL } from './RelationOneOneL';
46
+ export { default as RelationOneManyL } from './RelationOneManyL';
47
47
  export { default as SearchNoResultsL } from './SearchNoResultsL';
48
48
  export { default as Section12L } from './Section12L';
49
49
  export { default as Section13L } from './Section13L';
50
50
  export { default as Section37L } from './Section37L';
51
51
  export { default as SectionL } from './SectionL';
52
52
  export { default as SelectL } from './SelectL';
53
+ export { default as ShowL } from './ShowL';
53
54
  export { default as SliderL } from './SliderL';
54
55
  export { default as SpinnerL } from './SpinnerL';
55
56
  export { default as StackedL } from './StackedL';
@@ -18,9 +18,9 @@ export { default as ImageLandscapeL } from './ImageLandscapeL';
18
18
  export { default as ImagePotraitL } from './ImagePotraitL';
19
19
  export { default as ImageUrlL } from './ImageUrlL';
20
20
  export { default as InboxNoResultsL } from './InboxNoResultsL';
21
- export { default as InfoL } from './InfoL';
22
21
  export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
23
22
  export { default as InputL } from './InputL';
23
+ export { default as InfoL } from './InfoL';
24
24
  export { default as LabelL } from './LabelL';
25
25
  export { default as LineL } from './LineL';
26
26
  export { default as LinkL } from './LinkL';
@@ -35,21 +35,22 @@ export { default as MobileLinkL } from './MobileLinkL';
35
35
  export { default as MobileUrlL } from './MobileUrlL';
36
36
  export { default as MultilineL } from './MultilineL';
37
37
  export { default as NavbarL } from './NavbarL';
38
- export { default as NoData } from './NoData';
39
38
  export { default as NoPermissionL } from './NoPermissionL';
40
- export { default as PieL } from './PieL';
39
+ export { default as NoData } from './NoData';
41
40
  export { default as QuoteL } from './QuoteL';
42
41
  export { default as RadioL } from './RadioL';
43
42
  export { default as RelationManyManyL } from './RelationManyManyL';
43
+ export { default as PieL } from './PieL';
44
44
  export { default as RelationManyOneL } from './RelationManyOneL';
45
- export { default as RelationOneManyL } from './RelationOneManyL';
46
45
  export { default as RelationOneOneL } from './RelationOneOneL';
46
+ export { default as RelationOneManyL } from './RelationOneManyL';
47
47
  export { default as SearchNoResultsL } from './SearchNoResultsL';
48
48
  export { default as Section12L } from './Section12L';
49
49
  export { default as Section13L } from './Section13L';
50
50
  export { default as Section37L } from './Section37L';
51
51
  export { default as SectionL } from './SectionL';
52
52
  export { default as SelectL } from './SelectL';
53
+ export { default as ShowL } from './ShowL';
53
54
  export { default as SliderL } from './SliderL';
54
55
  export { default as SpinnerL } from './SpinnerL';
55
56
  export { default as StackedL } from './StackedL';
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const SyneriseM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SyneriseM;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const SyneriseM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "synerise-m" }, props),
3
+ React.createElement("path", { fill: "none", d: "M0 0h24v24H0z" }),
4
+ React.createElement("path", { d: "M14.505 11.218L9.551 9.54a1.586 1.586 0 01.495-3.08h4.103a1.23 1.23 0 100-2.46h-4.126a4.046 4.046 0 00-1.288 7.874l4.989 1.643c.644.22 1.078.825 1.08 1.506v.15a2.368 2.368 0 01-2.368 2.367H7.84a1.23 1.23 0 100 2.46h4.597a4.828 4.828 0 004.828-4.828v-.149a4.034 4.034 0 00-2.759-3.805" })));
5
+ export default SyneriseM;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const LaunchXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default LaunchXl;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const LaunchXl = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "launch-xl" }, props),
3
+ React.createElement("path", { d: "M73.01 17.01a4.94 4.94 0 013.809 1.445 4.94 4.94 0 011.446 3.809c-.602 9.232-4.398 18.122-10.696 25.06a.745.745 0 01-.164.248l-3.934 3.934c2.294 5.27 1.145 11.463-2.942 15.55L49.67 77.914a.75.75 0 01-1.232-.264l-4.854-12.776a11.094 11.094 0 01-6.16-3.126l-1.42-1.42-2.347 2.349a.748.748 0 01-1.061 0 .749.749 0 010-1.06l2.349-2.35-1.42-1.418a11.083 11.083 0 01-3.157-6.376l-12.885-4.895a.752.752 0 01-.264-1.232l10.859-10.858a14.084 14.084 0 0115.828-2.823l3.795-3.795a.733.733 0 01.248-.165c6.939-6.298 15.828-10.094 25.06-10.695zM25.64 62.267c4.063 0 7.367 3.305 7.367 7.366 0 4.062-3.304 7.366-7.366 7.366h-6.617a.75.75 0 01-.75-.75v-6.616c0-4.061 3.305-7.366 7.366-7.366zm36.688-9.618l-9.1 9.099a11.101 11.101 0 01-7.9 3.273l-.084-.004 4.186 11.016 10.039-10.038a12.585 12.585 0 002.859-13.346zM25.64 63.767a5.873 5.873 0 00-5.867 5.866v5.866h5.867a5.872 5.872 0 005.866-5.866 5.872 5.872 0 00-5.866-5.866zm47.675-45.268l-.208.008a39.228 39.228 0 00-10.484 2.163 43.548 43.548 0 016.59 5.39 43.901 43.901 0 012.935 3.245.75.75 0 11-1.161.949 42.024 42.024 0 00-9.975-8.863c-.034-.022-.054-.055-.083-.08a40.27 40.27 0 00-12.158 7.674.741.741 0 01-.194.13l-13.991 13.99a9.611 9.611 0 00-2.834 6.842 9.617 9.617 0 002.834 6.842l1.419 1.419 13.262-13.262a.75.75 0 011.06 1.06L37.068 59.268l1.418 1.419a9.613 9.613 0 006.843 2.834 9.609 9.609 0 006.84-2.834l14-14a.676.676 0 01.12-.185c6.173-6.715 9.895-15.358 10.48-24.335a3.441 3.441 0 00-1.01-2.651 3.434 3.434 0 00-2.65-1.01zM42.765 32.807a12.583 12.583 0 00-13.626 2.742L19.1 45.587l11.158 4.24c.03-2.94 1.186-5.7 3.268-7.782zm17.95-3.96c1.525 0 2.96.595 4.038 1.674a5.672 5.672 0 011.672 4.037 5.676 5.676 0 01-1.672 4.038 5.676 5.676 0 01-4.038 1.672 5.672 5.672 0 01-4.037-1.672 5.673 5.673 0 01-1.673-4.038 5.67 5.67 0 011.673-4.037 5.67 5.67 0 014.037-1.673zm0 1.503a4.2 4.2 0 00-2.977 1.23 4.216 4.216 0 000 5.955 4.215 4.215 0 005.954 0 4.216 4.216 0 000-5.954 4.2 4.2 0 00-2.977-1.231z", fill: "#384350", fillRule: "nonzero" })));
4
+ export default LaunchXl;
@@ -24,8 +24,8 @@ export { default as CheckXl } from './CheckXl';
24
24
  export { default as ClassificationXl } from './ClassificationXl';
25
25
  export { default as CompareXl } from './CompareXl';
26
26
  export { default as CouponXl } from './CouponXl';
27
- export { default as CupXl } from './CupXl';
28
27
  export { default as DiscountXl } from './DiscountXl';
28
+ export { default as CupXl } from './CupXl';
29
29
  export { default as EventXl } from './EventXl';
30
30
  export { default as FileUpXl } from './FileUpXl';
31
31
  export { default as FileUrlXl } from './FileUrlXl';
@@ -37,37 +37,38 @@ export { default as FolderStarXl } from './FolderStarXl';
37
37
  export { default as FolderUserXl } from './FolderUserXl';
38
38
  export { default as FormXl } from './FormXl';
39
39
  export { default as FormulaXl } from './FormulaXl';
40
- export { default as InboxNoResultsXl } from './InboxNoResultsXl';
41
40
  export { default as FunctionXl } from './FunctionXl';
42
41
  export { default as InfoXl } from './InfoXl';
43
- export { default as IntegrationXl } from './IntegrationXl';
42
+ export { default as InboxNoResultsXl } from './InboxNoResultsXl';
44
43
  export { default as InsertObjectXl } from './InsertObjectXl';
44
+ export { default as IntegrationXl } from './IntegrationXl';
45
45
  export { default as IntegrationsXl } from './IntegrationsXl';
46
46
  export { default as LaptopAiXl } from './LaptopAiXl';
47
47
  export { default as LaptopTargetXl } from './LaptopTargetXl';
48
+ export { default as LaunchXl } from './LaunchXl';
48
49
  export { default as LoyalityBoostXl } from './LoyalityBoostXl';
49
- export { default as MessageXl } from './MessageXl';
50
50
  export { default as MarketingAutomationXl } from './MarketingAutomationXl';
51
+ export { default as MessageXl } from './MessageXl';
51
52
  export { default as MobileBannerXl } from './MobileBannerXl';
52
53
  export { default as MobilePromotionXl } from './MobilePromotionXl';
53
54
  export { default as MobileStepsXl } from './MobileStepsXl';
54
55
  export { default as MobileUpdateXl } from './MobileUpdateXl';
55
56
  export { default as MultivalueXl } from './MultivalueXl';
56
- export { default as NetworkFileXl } from './NetworkFileXl';
57
57
  export { default as NoPermissionXl } from './NoPermissionXl';
58
+ export { default as NetworkFileXl } from './NetworkFileXl';
58
59
  export { default as NotificationsEditXl } from './NotificationsEditXl';
59
60
  export { default as ProductsBundleXl } from './ProductsBundleXl';
60
61
  export { default as ProductsFeedXl } from './ProductsFeedXl';
61
- export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
62
62
  export { default as ProductsSimilarXl } from './ProductsSimilarXl';
63
+ export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
63
64
  export { default as PushXl } from './PushXl';
64
- export { default as RecentInteractionsXl } from './RecentInteractionsXl';
65
65
  export { default as ReggressionXl } from './ReggressionXl';
66
- export { default as SearchNoResultsXl } from './SearchNoResultsXl';
67
66
  export { default as SectionXl } from './SectionXl';
67
+ export { default as SearchNoResultsXl } from './SearchNoResultsXl';
68
68
  export { default as ShowXl } from './ShowXl';
69
69
  export { default as SilentPushXl } from './SilentPushXl';
70
70
  export { default as ToolsXl } from './ToolsXl';
71
+ export { default as RecentInteractionsXl } from './RecentInteractionsXl';
71
72
  export { default as UserCircleUpXl } from './UserCircleUpXl';
72
73
  export { default as UserCircleXl } from './UserCircleXl';
73
74
  export { default as UserIdXl } from './UserIdXl';
@@ -24,8 +24,8 @@ export { default as CheckXl } from './CheckXl';
24
24
  export { default as ClassificationXl } from './ClassificationXl';
25
25
  export { default as CompareXl } from './CompareXl';
26
26
  export { default as CouponXl } from './CouponXl';
27
- export { default as CupXl } from './CupXl';
28
27
  export { default as DiscountXl } from './DiscountXl';
28
+ export { default as CupXl } from './CupXl';
29
29
  export { default as EventXl } from './EventXl';
30
30
  export { default as FileUpXl } from './FileUpXl';
31
31
  export { default as FileUrlXl } from './FileUrlXl';
@@ -37,37 +37,38 @@ export { default as FolderStarXl } from './FolderStarXl';
37
37
  export { default as FolderUserXl } from './FolderUserXl';
38
38
  export { default as FormXl } from './FormXl';
39
39
  export { default as FormulaXl } from './FormulaXl';
40
- export { default as InboxNoResultsXl } from './InboxNoResultsXl';
41
40
  export { default as FunctionXl } from './FunctionXl';
42
41
  export { default as InfoXl } from './InfoXl';
43
- export { default as IntegrationXl } from './IntegrationXl';
42
+ export { default as InboxNoResultsXl } from './InboxNoResultsXl';
44
43
  export { default as InsertObjectXl } from './InsertObjectXl';
44
+ export { default as IntegrationXl } from './IntegrationXl';
45
45
  export { default as IntegrationsXl } from './IntegrationsXl';
46
46
  export { default as LaptopAiXl } from './LaptopAiXl';
47
47
  export { default as LaptopTargetXl } from './LaptopTargetXl';
48
+ export { default as LaunchXl } from './LaunchXl';
48
49
  export { default as LoyalityBoostXl } from './LoyalityBoostXl';
49
- export { default as MessageXl } from './MessageXl';
50
50
  export { default as MarketingAutomationXl } from './MarketingAutomationXl';
51
+ export { default as MessageXl } from './MessageXl';
51
52
  export { default as MobileBannerXl } from './MobileBannerXl';
52
53
  export { default as MobilePromotionXl } from './MobilePromotionXl';
53
54
  export { default as MobileStepsXl } from './MobileStepsXl';
54
55
  export { default as MobileUpdateXl } from './MobileUpdateXl';
55
56
  export { default as MultivalueXl } from './MultivalueXl';
56
- export { default as NetworkFileXl } from './NetworkFileXl';
57
57
  export { default as NoPermissionXl } from './NoPermissionXl';
58
+ export { default as NetworkFileXl } from './NetworkFileXl';
58
59
  export { default as NotificationsEditXl } from './NotificationsEditXl';
59
60
  export { default as ProductsBundleXl } from './ProductsBundleXl';
60
61
  export { default as ProductsFeedXl } from './ProductsFeedXl';
61
- export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
62
62
  export { default as ProductsSimilarXl } from './ProductsSimilarXl';
63
+ export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
63
64
  export { default as PushXl } from './PushXl';
64
- export { default as RecentInteractionsXl } from './RecentInteractionsXl';
65
65
  export { default as ReggressionXl } from './ReggressionXl';
66
- export { default as SearchNoResultsXl } from './SearchNoResultsXl';
67
66
  export { default as SectionXl } from './SectionXl';
67
+ export { default as SearchNoResultsXl } from './SearchNoResultsXl';
68
68
  export { default as ShowXl } from './ShowXl';
69
69
  export { default as SilentPushXl } from './SilentPushXl';
70
70
  export { default as ToolsXl } from './ToolsXl';
71
+ export { default as RecentInteractionsXl } from './RecentInteractionsXl';
71
72
  export { default as UserCircleUpXl } from './UserCircleUpXl';
72
73
  export { default as UserCircleXl } from './UserCircleXl';
73
74
  export { default as UserIdXl } from './UserIdXl';
@@ -41,9 +41,6 @@ export { default as AdSlideDownL } from './AdSlideDownL';
41
41
  export { default as AdSlideLeftL } from './AdSlideLeftL';
42
42
  export { default as AdSlideRightL } from './AdSlideRightL';
43
43
  export { default as AdSlideUpL } from './AdSlideUpL';
44
- export { default as AdTextEditorL } from './AdTextEditorL';
45
- export { default as AdUserSegmentsL } from './AdUserSegmentsL';
46
- export { default as AdVisualAiL } from './AdVisualAiL';
47
44
  export { default as AdVisualEditorL } from './AdVisualEditorL';
48
45
  export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
49
46
  export { default as AdWalktroughL } from './AdWalktroughL';
@@ -59,8 +56,8 @@ export { default as ChartDonutL } from './ChartDonutL';
59
56
  export { default as ChartDonutLineL } from './ChartDonutLineL';
60
57
  export { default as ChartLineL } from './ChartLineL';
61
58
  export { default as ChartPieL } from './ChartPieL';
62
- export { default as ChartTableL } from './ChartTableL';
63
59
  export { default as DateMultipleXl } from './DateMultipleXl';
60
+ export { default as ChartTableL } from './ChartTableL';
64
61
  export { default as DateOntimeXl } from './DateOntimeXl';
65
62
  export { default as DateRecurringXl } from './DateRecurringXl';
66
63
  export { default as FileImportL } from './FileImportL';
@@ -89,3 +86,6 @@ export { default as ReportPreparedXl } from './ReportPreparedXl';
89
86
  export { default as TargetedCampaigns } from './TargetedCampaigns';
90
87
  export { default as TopProductsXl } from './TopProductsXl';
91
88
  export { default as UnderstandCustomer } from './UnderstandCustomer';
89
+ export { default as AdVisualAiL } from './AdVisualAiL';
90
+ export { default as AdTextEditorL } from './AdTextEditorL';
91
+ export { default as AdUserSegmentsL } from './AdUserSegmentsL';
@@ -41,9 +41,6 @@ export { default as AdSlideDownL } from './AdSlideDownL';
41
41
  export { default as AdSlideLeftL } from './AdSlideLeftL';
42
42
  export { default as AdSlideRightL } from './AdSlideRightL';
43
43
  export { default as AdSlideUpL } from './AdSlideUpL';
44
- export { default as AdTextEditorL } from './AdTextEditorL';
45
- export { default as AdUserSegmentsL } from './AdUserSegmentsL';
46
- export { default as AdVisualAiL } from './AdVisualAiL';
47
44
  export { default as AdVisualEditorL } from './AdVisualEditorL';
48
45
  export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
49
46
  export { default as AdWalktroughL } from './AdWalktroughL';
@@ -59,8 +56,8 @@ export { default as ChartDonutL } from './ChartDonutL';
59
56
  export { default as ChartDonutLineL } from './ChartDonutLineL';
60
57
  export { default as ChartLineL } from './ChartLineL';
61
58
  export { default as ChartPieL } from './ChartPieL';
62
- export { default as ChartTableL } from './ChartTableL';
63
59
  export { default as DateMultipleXl } from './DateMultipleXl';
60
+ export { default as ChartTableL } from './ChartTableL';
64
61
  export { default as DateOntimeXl } from './DateOntimeXl';
65
62
  export { default as DateRecurringXl } from './DateRecurringXl';
66
63
  export { default as FileImportL } from './FileImportL';
@@ -89,3 +86,6 @@ export { default as ReportPreparedXl } from './ReportPreparedXl';
89
86
  export { default as TargetedCampaigns } from './TargetedCampaigns';
90
87
  export { default as TopProductsXl } from './TopProductsXl';
91
88
  export { default as UnderstandCustomer } from './UnderstandCustomer';
89
+ export { default as AdVisualAiL } from './AdVisualAiL';
90
+ export { default as AdTextEditorL } from './AdTextEditorL';
91
+ export { default as AdUserSegmentsL } from './AdUserSegmentsL';
@@ -1,25 +1,24 @@
1
- export { default as AbTestM } from './AbTestM';
2
1
  export { default as AcademyM } from './AcademyM';
2
+ export { default as AbTestM } from './AbTestM';
3
3
  export { default as Add2M } from './Add2M';
4
4
  export { default as Add2S } from './Add2S';
5
5
  export { default as Add3M } from './Add3M';
6
6
  export { default as Add3S } from './Add3S';
7
7
  export { default as AddM } from './AddM';
8
- export { default as AddS } from './AddS';
9
- export { default as AggregateM } from './AggregateM';
10
8
  export { default as AgreementsOffM } from './AgreementsOffM';
11
9
  export { default as AgreementsOnM } from './AgreementsOnM';
10
+ export { default as AddS } from './AddS';
12
11
  export { default as AiIconM } from './AiIconM';
13
12
  export { default as AiSearchColorM } from './AiSearchColorM';
14
- export { default as AiSearchGreyM } from './AiSearchGreyM';
15
13
  export { default as AlertMailM } from './AlertMailM';
14
+ export { default as AiSearchGreyM } from './AiSearchGreyM';
16
15
  export { default as AlignCenterM } from './AlignCenterM';
16
+ export { default as AlertSmsM } from './AlertSmsM';
17
17
  export { default as AlignHorCenterM } from './AlignHorCenterM';
18
18
  export { default as AlignHorLeftM } from './AlignHorLeftM';
19
- export { default as AlertSmsM } from './AlertSmsM';
20
19
  export { default as AlignHorRightM } from './AlignHorRightM';
21
- export { default as AlignLeftM } from './AlignLeftM';
22
20
  export { default as AlignJustifyM } from './AlignJustifyM';
21
+ export { default as AlignLeftM } from './AlignLeftM';
23
22
  export { default as AlignRightM } from './AlignRightM';
24
23
  export { default as AlignVertCenterM } from './AlignVertCenterM';
25
24
  export { default as AlignVertDownM } from './AlignVertDownM';
@@ -28,26 +27,32 @@ export { default as AnalyticsColorM } from './AnalyticsColorM';
28
27
  export { default as AnalyticsGreyM } from './AnalyticsGreyM';
29
28
  export { default as AndroidFillM } from './AndroidFillM';
30
29
  export { default as AndroidM } from './AndroidM';
30
+ export { default as AngleBottomS } from './AngleBottomS';
31
+ export { default as AngleDownM } from './AngleDownM';
31
32
  export { default as AngleDownS } from './AngleDownS';
33
+ export { default as AngleLeftM } from './AngleLeftM';
34
+ export { default as AngleLeftS } from './AngleLeftS';
32
35
  export { default as AngleRightM } from './AngleRightM';
33
- export { default as AngleRightS } from './AngleRightS';
34
36
  export { default as AngleTopS } from './AngleTopS';
35
- export { default as AngleDownM } from './AngleDownM';
37
+ export { default as AngleRightS } from './AngleRightS';
36
38
  export { default as AngleUpM } from './AngleUpM';
37
39
  export { default as AngleUpS } from './AngleUpS';
38
40
  export { default as AnonymousM } from './AnonymousM';
39
41
  export { default as ApiAddM } from './ApiAddM';
40
42
  export { default as ApiBlockM } from './ApiBlockM';
43
+ export { default as ApiCheckM } from './ApiCheckM';
44
+ export { default as ApiEditM } from './ApiEditM';
45
+ export { default as ApiM } from './ApiM';
41
46
  export { default as ApiPlayM } from './ApiPlayM';
42
- export { default as AngleLeftS } from './AngleLeftS';
43
47
  export { default as ApiRemoveM } from './ApiRemoveM';
44
48
  export { default as ApiStopM } from './ApiStopM';
45
49
  export { default as ApiTimerM } from './ApiTimerM';
46
50
  export { default as AppleFillM } from './AppleFillM';
47
51
  export { default as AppleM } from './AppleM';
48
52
  export { default as AreaM } from './AreaM';
49
- export { default as ArrangeHorM } from './ArrangeHorM';
50
53
  export { default as AreaPercentageM } from './AreaPercentageM';
54
+ export { default as ArrangeHorM } from './ArrangeHorM';
55
+ export { default as ArrangeM } from './ArrangeM';
51
56
  export { default as ArrangeS } from './ArrangeS';
52
57
  export { default as ArrangeVerM } from './ArrangeVerM';
53
58
  export { default as ArrowDownCircleM } from './ArrowDownCircleM';
@@ -61,17 +66,14 @@ export { default as ArrowLeftCircleM } from './ArrowLeftCircleM';
61
66
  export { default as ArrowLeftM } from './ArrowLeftM';
62
67
  export { default as ArrowLeftRightM } from './ArrowLeftRightM';
63
68
  export { default as ArrowLeftRightS } from './ArrowLeftRightS';
64
- export { default as ArrangeM } from './ArrangeM';
65
69
  export { default as ArrowLeftS } from './ArrowLeftS';
66
- export { default as ArrowLuM } from './ArrowLuM';
67
70
  export { default as ArrowLuCircleM } from './ArrowLuCircleM';
71
+ export { default as ArrowLuM } from './ArrowLuM';
68
72
  export { default as ArrowLuS } from './ArrowLuS';
69
73
  export { default as ArrowRdCircleM } from './ArrowRdCircleM';
70
74
  export { default as ArrowRdM } from './ArrowRdM';
71
75
  export { default as ArrowRdS } from './ArrowRdS';
72
76
  export { default as ArrowRightCircleM } from './ArrowRightCircleM';
73
- export { default as AngleLeftM } from './AngleLeftM';
74
- export { default as AngleBottomS } from './AngleBottomS';
75
77
  export { default as ArrowRightM } from './ArrowRightM';
76
78
  export { default as ArrowRightS } from './ArrowRightS';
77
79
  export { default as ArrowRuCircleM } from './ArrowRuCircleM';
@@ -103,8 +105,8 @@ export { default as BluetoothM } from './BluetoothM';
103
105
  export { default as BoldM } from './BoldM';
104
106
  export { default as Book2M } from './Book2M';
105
107
  export { default as BookM } from './BookM';
106
- export { default as ApiCheckM } from './ApiCheckM';
107
108
  export { default as BookmarkM } from './BookmarkM';
109
+ export { default as BooleanM } from './BooleanM';
108
110
  export { default as BrightnessM } from './BrightnessM';
109
111
  export { default as BrowserAddM } from './BrowserAddM';
110
112
  export { default as BrowserBlockM } from './BrowserBlockM';
@@ -142,13 +144,13 @@ export { default as CallBlockM } from './CallBlockM';
142
144
  export { default as CallContinueM } from './CallContinueM';
143
145
  export { default as CallConversationM } from './CallConversationM';
144
146
  export { default as CallDeclineM } from './CallDeclineM';
147
+ export { default as CallDisconnectedM } from './CallDisconnectedM';
148
+ export { default as CallEndM } from './CallEndM';
149
+ export { default as CallFavouritesM } from './CallFavouritesM';
145
150
  export { default as CallForwardM } from './CallForwardM';
146
151
  export { default as CallHoldM } from './CallHoldM';
147
152
  export { default as CallIncomingM } from './CallIncomingM';
148
153
  export { default as CallInternalM } from './CallInternalM';
149
- export { default as CallDisconnectedM } from './CallDisconnectedM';
150
- export { default as CallEndM } from './CallEndM';
151
- export { default as CallFavouritesM } from './CallFavouritesM';
152
154
  export { default as CallLineNumberM } from './CallLineNumberM';
153
155
  export { default as CallM } from './CallM';
154
156
  export { default as CallMessageM } from './CallMessageM';
@@ -280,9 +282,9 @@ export { default as DirectionArrowM } from './DirectionArrowM';
280
282
  export { default as DirectionDownM } from './DirectionDownM';
281
283
  export { default as DirectionLeftM } from './DirectionLeftM';
282
284
  export { default as DirectionM } from './DirectionM';
283
- export { default as DirectionRightM } from './DirectionRightM';
284
285
  export { default as DirectionUpM } from './DirectionUpM';
285
286
  export { default as Discount2M } from './Discount2M';
287
+ export { default as DirectionRightM } from './DirectionRightM';
286
288
  export { default as DiscountM } from './DiscountM';
287
289
  export { default as DividerM } from './DividerM';
288
290
  export { default as DollarCircleM } from './DollarCircleM';
@@ -381,8 +383,8 @@ export { default as FirefoxFillM } from './FirefoxFillM';
381
383
  export { default as FirefoxM } from './FirefoxM';
382
384
  export { default as FlagM } from './FlagM';
383
385
  export { default as FolderActionM } from './FolderActionM';
384
- export { default as FolderAddM } from './FolderAddM';
385
386
  export { default as FolderArchiveM } from './FolderArchiveM';
387
+ export { default as FolderAddM } from './FolderAddM';
386
388
  export { default as FolderBlockM } from './FolderBlockM';
387
389
  export { default as FolderCheckM } from './FolderCheckM';
388
390
  export { default as FolderCodeM } from './FolderCodeM';
@@ -414,8 +416,8 @@ export { default as FullScreenM } from './FullScreenM';
414
416
  export { default as FullScreenMinM } from './FullScreenMinM';
415
417
  export { default as FunnelM } from './FunnelM';
416
418
  export { default as GeoanalyticsM } from './GeoanalyticsM';
417
- export { default as GlobeM } from './GlobeM';
418
419
  export { default as GoToStepM } from './GoToStepM';
420
+ export { default as GlobeM } from './GlobeM';
419
421
  export { default as GoogleM } from './GoogleM';
420
422
  export { default as GreaterM } from './GreaterM';
421
423
  export { default as GreaterorequalM } from './GreaterorequalM';
@@ -431,8 +433,8 @@ export { default as Grid8M } from './Grid8M';
431
433
  export { default as Grid9M } from './Grid9M';
432
434
  export { default as GridM } from './GridM';
433
435
  export { default as Group2M } from './Group2M';
434
- export { default as GroupM } from './GroupM';
435
436
  export { default as H1M } from './H1M';
437
+ export { default as GroupM } from './GroupM';
436
438
  export { default as H2M } from './H2M';
437
439
  export { default as H3M } from './H3M';
438
440
  export { default as HamburgerMenuM } from './HamburgerMenuM';
@@ -443,8 +445,8 @@ export { default as HelpFillS } from './HelpFillS';
443
445
  export { default as HelpM } from './HelpM';
444
446
  export { default as HelpS } from './HelpS';
445
447
  export { default as HideM } from './HideM';
446
- export { default as HistogramM } from './HistogramM';
447
448
  export { default as HomeM } from './HomeM';
449
+ export { default as HistogramM } from './HistogramM';
448
450
  export { default as HourglassM } from './HourglassM';
449
451
  export { default as IdentifiedM } from './IdentifiedM';
450
452
  export { default as ImageM } from './ImageM';
@@ -515,12 +517,15 @@ export { default as MailRemoveM } from './MailRemoveM';
515
517
  export { default as MailS } from './MailS';
516
518
  export { default as MailboxM } from './MailboxM';
517
519
  export { default as ManagePanelsM } from './ManagePanelsM';
520
+ export { default as MarketplaceM } from './MarketplaceM';
521
+ export { default as MastercardM } from './MastercardM';
522
+ export { default as MaximizeM } from './MaximizeM';
518
523
  export { default as MegaphoneM } from './MegaphoneM';
519
524
  export { default as MenuM } from './MenuM';
520
525
  export { default as MergeM } from './MergeM';
521
526
  export { default as MessageM } from './MessageM';
522
527
  export { default as MetricBracketM } from './MetricBracketM';
523
- export { default as MastercardM } from './MastercardM';
528
+ export { default as MetricBracketS } from './MetricBracketS';
524
529
  export { default as MetricsM } from './MetricsM';
525
530
  export { default as MicM } from './MicM';
526
531
  export { default as MinimizeM } from './MinimizeM';
@@ -539,16 +544,15 @@ export { default as MultivariantM } from './MultivariantM';
539
544
  export { default as NetworkBroadcastingM } from './NetworkBroadcastingM';
540
545
  export { default as NetworkComputerM } from './NetworkComputerM';
541
546
  export { default as NetworkDatabaseM } from './NetworkDatabaseM';
547
+ export { default as NetworkFileM } from './NetworkFileM';
548
+ export { default as NetworkFolderM } from './NetworkFolderM';
549
+ export { default as NetworkGlobeM } from './NetworkGlobeM';
542
550
  export { default as NetworkServerM } from './NetworkServerM';
543
551
  export { default as NetworkUserM } from './NetworkUserM';
544
552
  export { default as NewUserM } from './NewUserM';
545
553
  export { default as NotepadM } from './NotepadM';
546
- export { default as MetricBracketS } from './MetricBracketS';
547
554
  export { default as Notequal2M } from './Notequal2M';
548
555
  export { default as NotequalM } from './NotequalM';
549
- export { default as NetworkFileM } from './NetworkFileM';
550
- export { default as NetworkFolderM } from './NetworkFolderM';
551
- export { default as NetworkGlobeM } from './NetworkGlobeM';
552
556
  export { default as NotificationsActiveM } from './NotificationsActiveM';
553
557
  export { default as NotificationsCheckM } from './NotificationsCheckM';
554
558
  export { default as NotificationsEditM } from './NotificationsEditM';
@@ -563,19 +567,17 @@ export { default as PackageBoxM } from './PackageBoxM';
563
567
  export { default as ParagraphM } from './ParagraphM';
564
568
  export { default as ParamsBadgeM } from './ParamsBadgeM';
565
569
  export { default as PasteClipboardM } from './PasteClipboardM';
566
- export { default as PercentM } from './PercentM';
567
- export { default as MaximizeM } from './MaximizeM';
568
- export { default as PieM } from './PieM';
569
- export { default as MarketplaceM } from './MarketplaceM';
570
570
  export { default as PauseCircleM } from './PauseCircleM';
571
571
  export { default as PauseM } from './PauseM';
572
572
  export { default as PauseS } from './PauseS';
573
+ export { default as PercentM } from './PercentM';
574
+ export { default as PieM } from './PieM';
573
575
  export { default as PinM } from './PinM';
574
576
  export { default as PinterestFillM } from './PinterestFillM';
575
- export { default as PinterestM } from './PinterestM';
576
577
  export { default as PlayCircleM } from './PlayCircleM';
577
578
  export { default as PlayM } from './PlayM';
578
579
  export { default as PlayS } from './PlayS';
580
+ export { default as PinterestM } from './PinterestM';
579
581
  export { default as PoundCircleM } from './PoundCircleM';
580
582
  export { default as PoundM } from './PoundM';
581
583
  export { default as PredictionsA } from './PredictionsA';
@@ -632,8 +634,8 @@ export { default as ScreenExpandM } from './ScreenExpandM';
632
634
  export { default as ScreenMinimizeM } from './ScreenMinimizeM';
633
635
  export { default as ScreenViewM } from './ScreenViewM';
634
636
  export { default as SearchListlupeM } from './SearchListlupeM';
635
- export { default as SearchM } from './SearchM';
636
637
  export { default as SearchNoResultsM } from './SearchNoResultsM';
638
+ export { default as SearchM } from './SearchM';
637
639
  export { default as SectionM } from './SectionM';
638
640
  export { default as SectionRemoveM } from './SectionRemoveM';
639
641
  export { default as SegmentAiM } from './SegmentAiM';
@@ -717,6 +719,7 @@ export { default as SubscribeM } from './SubscribeM';
717
719
  export { default as SumM } from './SumM';
718
720
  export { default as SurveyM } from './SurveyM';
719
721
  export { default as SwitchM } from './SwitchM';
722
+ export { default as SyneriseM } from './SyneriseM';
720
723
  export { default as TabletM } from './TabletM';
721
724
  export { default as TabletS } from './TabletS';
722
725
  export { default as TabsM } from './TabsM';
@@ -830,6 +833,4 @@ export { default as YenCircleM } from './YenCircleM';
830
833
  export { default as YenM } from './YenM';
831
834
  export { default as YoutubeFillM } from './YoutubeFillM';
832
835
  export { default as YoutubeM } from './YoutubeM';
833
- export { default as BooleanM } from './BooleanM';
834
- export { default as ApiM } from './ApiM';
835
- export { default as ApiEditM } from './ApiEditM';
836
+ export { default as AggregateM } from './AggregateM';