@synerise/ds-icon 0.59.1 → 0.60.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.
Files changed (38) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/cjs/icons/L/FolderPlainL.d.ts +3 -0
  3. package/dist/cjs/icons/L/FolderPlainL.js +6 -0
  4. package/dist/cjs/icons/L/FolderPredefinedL.d.ts +3 -0
  5. package/dist/cjs/icons/L/FolderPredefinedL.js +8 -0
  6. package/dist/cjs/icons/L/index.d.ts +4 -2
  7. package/dist/cjs/icons/L/index.js +10 -6
  8. package/dist/cjs/icons/XL/SearchHybridXl.d.ts +3 -0
  9. package/dist/cjs/icons/XL/SearchHybridXl.js +8 -0
  10. package/dist/cjs/icons/XL/SearchKeywordsXl.d.ts +3 -0
  11. package/dist/cjs/icons/XL/SearchKeywordsXl.js +9 -0
  12. package/dist/cjs/icons/XL/SearchSemanticXl.d.ts +3 -0
  13. package/dist/cjs/icons/XL/SearchSemanticXl.js +9 -0
  14. package/dist/cjs/icons/XL/SmsXl.d.ts +3 -0
  15. package/dist/cjs/icons/XL/SmsXl.js +9 -0
  16. package/dist/cjs/icons/XL/index.d.ts +4 -0
  17. package/dist/cjs/icons/XL/index.js +9 -1
  18. package/dist/cjs/icons/index.d.ts +5 -5
  19. package/dist/cjs/icons/index.js +13 -13
  20. package/dist/esm/icons/L/FolderPlainL.d.ts +3 -0
  21. package/dist/esm/icons/L/FolderPlainL.js +4 -0
  22. package/dist/esm/icons/L/FolderPredefinedL.d.ts +3 -0
  23. package/dist/esm/icons/L/FolderPredefinedL.js +6 -0
  24. package/dist/esm/icons/L/index.d.ts +4 -2
  25. package/dist/esm/icons/L/index.js +4 -2
  26. package/dist/esm/icons/XL/SearchHybridXl.d.ts +3 -0
  27. package/dist/esm/icons/XL/SearchHybridXl.js +6 -0
  28. package/dist/esm/icons/XL/SearchKeywordsXl.d.ts +3 -0
  29. package/dist/esm/icons/XL/SearchKeywordsXl.js +7 -0
  30. package/dist/esm/icons/XL/SearchSemanticXl.d.ts +3 -0
  31. package/dist/esm/icons/XL/SearchSemanticXl.js +7 -0
  32. package/dist/esm/icons/XL/SmsXl.d.ts +3 -0
  33. package/dist/esm/icons/XL/SmsXl.js +7 -0
  34. package/dist/esm/icons/XL/index.d.ts +4 -0
  35. package/dist/esm/icons/XL/index.js +4 -0
  36. package/dist/esm/icons/index.d.ts +5 -5
  37. package/dist/esm/icons/index.js +5 -5
  38. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.60.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@0.59.1...@synerise/ds-icon@0.60.0) (2024-01-24)
7
+
8
+
9
+ ### Features
10
+
11
+ * **icon:** new icons added ([185cd8a](https://github.com/Synerise/synerise-design/commit/185cd8adfa2769cb8a7bce0acdcaf2f8738750cd))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.59.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@0.59.0...@synerise/ds-icon@0.59.1) (2024-01-17)
7
18
 
8
19
  **Note:** Version bump only for package @synerise/ds-icon
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const FolderPlainL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default FolderPlainL;
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const React = require("react");
4
+ const FolderPlainL = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 48 48", className: "folder-plain-l" }, props),
5
+ React.createElement("path", { d: "M36.5 15.6H24.6c-.5 0-.9-.2-1.2-.5l-3-3c-.6-.6-1.4-.9-2.3-.9h-7.5c-1.8 0-3.2 1.4-3.2 3.2v19.2c0 1.8 1.4 3.2 3.2 3.2h25.8c1.8 0 3.2-1.4 3.2-3.2V18.9c.1-1.8-1.3-3.3-3.1-3.3zm-25.8-2.8h7.5c.5 0 .9.2 1.2.5l3 3c.6.6 1.4.9 2.3.9h11.9c.9 0 1.7.8 1.7 1.7v2.4H9v-6.8c0-1 .8-1.7 1.7-1.7zm25.8 22.6H10.7c-.9 0-1.7-.8-1.7-1.7v-11h29.3v11c-.1 1-.8 1.7-1.8 1.7z", fill: "#384350" })));
6
+ exports.default = FolderPlainL;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const FolderPredefinedL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default FolderPredefinedL;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const React = require("react");
4
+ const FolderPredefinedL = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 48 48", className: "folder-predefined-l" }, props),
5
+ React.createElement("g", { fill: "#384350" },
6
+ React.createElement("path", { d: "M27.3 35.4H10.7c-.9 0-1.7-.8-1.7-1.7v-11h29.3V30c0 .4.3.8.8.8.4 0 .8-.3.8-.8V18.9c0-1.8-1.4-3.2-3.2-3.2H24.6c-.5 0-.9-.2-1.2-.5l-3-3c-.6-.6-1.4-.9-2.3-.9h-7.5c-1.8 0-3.2 1.4-3.2 3.2v19.2c0 1.8 1.4 3.2 3.2 3.2h16.6c.4 0 .8-.3.8-.8.1-.3-.3-.7-.7-.7zM10.7 12.8h7.5c.5 0 .9.2 1.2.5l3 3c.6.6 1.4.9 2.3.9h11.9c.9 0 1.7.8 1.7 1.7v2.4H9v-6.8c0-1 .8-1.7 1.7-1.7z" }),
7
+ React.createElement("path", { d: "M42.2 33.3c-.1-.3-.3-.5-.6-.5l-4.1-.6-1.8-3.7c-.1-.3-.4-.4-.7-.4s-.5.2-.7.4l-1.8 3.7-4.1.6c-.3 0-.5.2-.6.5-.1.3 0 .6.2.8l3 2.9-.7 4c0 .3.1.6.3.7s.5.2.8.1l3.7-1.9 3.7 1.9c.3.1.6.1.8-.1s.3-.5.3-.7l-.9-4 3-2.9c.2-.2.3-.5.2-.8zm-4.5 2.9c-.2.2-.3.4-.2.7l.5 3-2.7-1.4c-.2-.1-.5-.1-.7 0L32 39.8l.5-3c0-.2 0-.5-.2-.7L30.1 34l3-.4c.2 0 .5-.2.6-.4l1.3-2.7 1.3 2.7c.1.2.3.4.6.4l3 .4-2.2 2.2z" }))));
8
+ exports.default = FolderPredefinedL;
@@ -11,6 +11,8 @@ export { default as DividerL } from './DividerL';
11
11
  export { default as FileTypePictureL } from './FileTypePictureL';
12
12
  export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
13
13
  export { default as FolderL } from './FolderL';
14
+ export { default as FolderPlainL } from './FolderPlainL';
15
+ export { default as FolderPredefinedL } from './FolderPredefinedL';
14
16
  export { default as FormEditL } from './FormEditL';
15
17
  export { default as FormGroupL } from './FormGroupL';
16
18
  export { default as FormL } from './FormL';
@@ -56,9 +58,9 @@ export { default as ShowL } from './ShowL';
56
58
  export { default as SliderL } from './SliderL';
57
59
  export { default as SpinnerL } from './SpinnerL';
58
60
  export { default as StackedL } from './StackedL';
59
- export { default as TableL } from './TableL';
60
- export { default as TextL } from './TextL';
61
61
  export { default as TextareaL } from './TextareaL';
62
62
  export { default as TooltipL } from './TooltipL';
63
63
  export { default as VideoL } from './VideoL';
64
64
  export { default as WarningL } from './WarningL';
65
+ export { default as TableL } from './TableL';
66
+ export { default as TextL } from './TextL';
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Section12L = exports.SearchNoResultsL = exports.RelationOneOneL = exports.RelationOneManyL = exports.RelationManyOneL = exports.RelationManyManyL = exports.RadioL = exports.QuoteL = exports.PieL = exports.NoPermissionL = exports.NoData = exports.NavbarL = exports.MultilineL = exports.MobileUrlL = exports.MobileLinkL = exports.MobileLayout4L = exports.MobileLayout3L = exports.MobileLayout2L = exports.MobileLayout1L = exports.MobileClickL = exports.MobileBlockL = exports.LocationL = exports.LinkL = exports.LineL = exports.LabelL = exports.InputL = exports.InformationNoSearchResultL = exports.InfoL = exports.InboxNoResultsL = exports.ImageUrlL = exports.ImagePotraitL = exports.ImageLandscapeL = exports.ImageL = exports.HashL = exports.FormL = exports.FormGroupL = exports.FormEditL = exports.FolderL = exports.FolderFavouriteFlatL = exports.FileTypePictureL = exports.DividerL = exports.CountdownL = exports.ComboL = exports.ColumnL = exports.CloseL = exports.CheckboxL = exports.CheckL = exports.ButtonSubmitL = exports.ButtonL = exports.AddL = void 0;
4
- exports.WarningL = exports.VideoL = exports.TooltipL = exports.TextareaL = exports.TextL = exports.TableL = exports.StackedL = exports.SpinnerL = exports.SliderL = exports.ShowL = exports.SelectL = exports.SectionL = exports.Section37L = exports.Section13L = void 0;
3
+ exports.RelationOneOneL = exports.RelationOneManyL = exports.RelationManyOneL = exports.RelationManyManyL = exports.RadioL = exports.QuoteL = exports.PieL = exports.NoPermissionL = exports.NoData = exports.NavbarL = exports.MultilineL = exports.MobileUrlL = exports.MobileLinkL = exports.MobileLayout4L = exports.MobileLayout3L = exports.MobileLayout2L = exports.MobileLayout1L = exports.MobileClickL = exports.MobileBlockL = exports.LocationL = exports.LinkL = exports.LineL = exports.LabelL = exports.InputL = exports.InformationNoSearchResultL = exports.InfoL = exports.InboxNoResultsL = exports.ImageUrlL = exports.ImagePotraitL = exports.ImageLandscapeL = exports.ImageL = exports.HashL = exports.FormL = exports.FormGroupL = exports.FormEditL = exports.FolderPredefinedL = exports.FolderPlainL = exports.FolderL = exports.FolderFavouriteFlatL = exports.FileTypePictureL = exports.DividerL = exports.CountdownL = exports.ComboL = exports.ColumnL = exports.CloseL = exports.CheckboxL = exports.CheckL = exports.ButtonSubmitL = exports.ButtonL = exports.AddL = void 0;
4
+ exports.TextL = exports.TableL = exports.WarningL = exports.VideoL = exports.TooltipL = exports.TextareaL = exports.StackedL = exports.SpinnerL = exports.SliderL = exports.ShowL = exports.SelectL = exports.SectionL = exports.Section37L = exports.Section13L = exports.Section12L = exports.SearchNoResultsL = void 0;
5
5
  var AddL_1 = require("./AddL");
6
6
  Object.defineProperty(exports, "AddL", { enumerable: true, get: function () { return AddL_1.default; } });
7
7
  var ButtonL_1 = require("./ButtonL");
@@ -28,6 +28,10 @@ var FolderFavouriteFlatL_1 = require("./FolderFavouriteFlatL");
28
28
  Object.defineProperty(exports, "FolderFavouriteFlatL", { enumerable: true, get: function () { return FolderFavouriteFlatL_1.default; } });
29
29
  var FolderL_1 = require("./FolderL");
30
30
  Object.defineProperty(exports, "FolderL", { enumerable: true, get: function () { return FolderL_1.default; } });
31
+ var FolderPlainL_1 = require("./FolderPlainL");
32
+ Object.defineProperty(exports, "FolderPlainL", { enumerable: true, get: function () { return FolderPlainL_1.default; } });
33
+ var FolderPredefinedL_1 = require("./FolderPredefinedL");
34
+ Object.defineProperty(exports, "FolderPredefinedL", { enumerable: true, get: function () { return FolderPredefinedL_1.default; } });
31
35
  var FormEditL_1 = require("./FormEditL");
32
36
  Object.defineProperty(exports, "FormEditL", { enumerable: true, get: function () { return FormEditL_1.default; } });
33
37
  var FormGroupL_1 = require("./FormGroupL");
@@ -118,10 +122,6 @@ var SpinnerL_1 = require("./SpinnerL");
118
122
  Object.defineProperty(exports, "SpinnerL", { enumerable: true, get: function () { return SpinnerL_1.default; } });
119
123
  var StackedL_1 = require("./StackedL");
120
124
  Object.defineProperty(exports, "StackedL", { enumerable: true, get: function () { return StackedL_1.default; } });
121
- var TableL_1 = require("./TableL");
122
- Object.defineProperty(exports, "TableL", { enumerable: true, get: function () { return TableL_1.default; } });
123
- var TextL_1 = require("./TextL");
124
- Object.defineProperty(exports, "TextL", { enumerable: true, get: function () { return TextL_1.default; } });
125
125
  var TextareaL_1 = require("./TextareaL");
126
126
  Object.defineProperty(exports, "TextareaL", { enumerable: true, get: function () { return TextareaL_1.default; } });
127
127
  var TooltipL_1 = require("./TooltipL");
@@ -130,3 +130,7 @@ var VideoL_1 = require("./VideoL");
130
130
  Object.defineProperty(exports, "VideoL", { enumerable: true, get: function () { return VideoL_1.default; } });
131
131
  var WarningL_1 = require("./WarningL");
132
132
  Object.defineProperty(exports, "WarningL", { enumerable: true, get: function () { return WarningL_1.default; } });
133
+ var TableL_1 = require("./TableL");
134
+ Object.defineProperty(exports, "TableL", { enumerable: true, get: function () { return TableL_1.default; } });
135
+ var TextL_1 = require("./TextL");
136
+ Object.defineProperty(exports, "TextL", { enumerable: true, get: function () { return TextL_1.default; } });
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const SearchHybridXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SearchHybridXl;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const React = require("react");
4
+ const SearchHybridXl = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "search-hybrid-xl" }, props),
5
+ React.createElement("g", { fill: "#384350" },
6
+ React.createElement("path", { d: "M80.4 71.8L72 63.4s-.1-.1-.2-.1c3.6-4.8 5.8-10.8 5.8-17.3 0-15.8-12.8-28.7-28.8-28.8-11 0-20.5 6.2-25.4 15.3 0 .1 0 .1-.1.2H17c-1.5 0-2.7 1.2-2.8 2.8v20.9c0 1.5 1.2 2.7 2.8 2.8h6.3c4.8 9.1 14.3 15.4 25.5 15.4 6.4 0 12.4-2.1 17.1-5.7 0 .1.1.1.1.2l8.4 8.4c.8.8 1.8 1.2 2.9 1.2 1 0 2.1-.4 2.9-1.2.8-.8 1.2-1.8 1.2-2.9.2-1-.2-2-1-2.8zM16.3 57.4c-.2-.2-.4-.5-.4-.9v-8.7c.1-.7.7-1.3 1.5-1.3h3.8v1.3c0 1.3.5 2.5 1.4 3.3.8.8 2 1.3 3.3 1.3h3.6c.5 0 1-.2 1.3-.6.3-.3.5-.7.5-1.2v-8.9c0-.5-.2-1-.6-1.3-.3-.3-.7-.5-1.2-.5h-4c-2.3 0-4.2 1.9-4.2 4.2v.9h-3.8c-.6 0-1.1.2-1.5.4v-10c0-.3.1-.7.4-.9.2-.2.5-.4.9-.4h34.2c.3 0 .7.1.9.4.2.2.4.5.4.9V44c0 .4-.2.8-.4 1-.3.3-.6.4-1.1.4h-3.9v-.8c0-2.4-2-4.4-4.5-4.5h-3.8c-.5 0-.9.2-1.2.5-.3.3-.6.8-.6 1.3v1.5h-3.5c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h3.5v2.9h-3.5c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h3.5V51c0 .5.2.9.5 1.2.3.3.8.6 1.3.6h3.8c2.4 0 4.4-2 4.5-4.4V47h3.9c.6 0 1.1-.2 1.6-.4v10c0 .3-.1.7-.4.9-.2.2-.5.4-.9.4H17.2c-.3-.2-.7-.3-.9-.5zm13.3-15.8l.2.1.1.2v8.9l-.1.2H26c-.8 0-1.6-.3-2.2-.9-.6-.6-.9-1.3-.9-2.2v-3.5a2.732 2.732 0 012.7-2.7h4zm9.3 9.5l-.2-.1-.1-.2V42l.1-.2.2-.1h3.8c.8 0 1.5.3 2.1.9.5.5.9 1.3.9 2.1v1.1c-.1.1-.1.2-.1.4s0 .2.1.4v1.6c0 .8-.3 1.5-.9 2.1-.5.5-1.3.9-2.1.9h-3.8zm-13.6 8.1h26.1c1.5 0 2.7-1.2 2.8-2.8V44v-8.5c0-1.5-1.2-2.7-2.8-2.8H25.1c4.7-8.4 13.5-14 23.8-14 7.5 0 14.4 3.1 19.3 8s8 11.8 8 19.2c0 7.5-3 14.3-8 19.2-4.9 4.9-11.7 8-19.2 8-10.2.1-19.1-5.6-23.7-13.9zm54.1 17.3c-.5.5-1.2.8-1.8.8-.7 0-1.3-.2-1.8-.8l-8.4-8.4c1.3-1.1 2.5-2.3 3.7-3.6l8.4 8.4c.5.5.8 1.2.8 1.8-.2.6-.4 1.3-.9 1.8z" }),
7
+ React.createElement("path", { d: "M48.9 25.6c-4 0-7.7 1.1-10.9 3.1-.4.2-.5.7-.2 1s.7.5 1 .2c3-1.8 6.4-2.9 10.1-2.9 5.2 0 9.9 2.1 13.3 5.5 3.4 3.4 5.5 8.1 5.5 13.3 0 5.2-2.1 9.9-5.5 13.3-3.4 3.4-8.1 5.5-13.3 5.5-3.7 0-7-1-9.9-2.8-.3-.2-.8-.1-1 .2s-.1.8.2 1c3.1 2 6.8 3 10.7 3 11.2 0 20.3-9.1 20.3-20.3 0-10.9-9.1-20-20.3-20.1z" }))));
8
+ exports.default = SearchHybridXl;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const SearchKeywordsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SearchKeywordsXl;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const React = require("react");
4
+ const SearchKeywordsXl = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "search-keywords-xl" }, props),
5
+ React.createElement("g", { fill: "#384350" },
6
+ React.createElement("path", { d: "M48 34.5l-3-.1v-3c0-.3-.2-.6-.5-.7-.3-.1-.6-.1-.8.2l-3.3 3.3c-.1.1-.2.3-.2.5v3.4l-.2.2c-1.8-1.6-4.1-2.5-6.7-2.5-5.7 0-10.2 4.6-10.2 10.2 0 5.7 4.6 10.2 10.2 10.2 5.7 0 10.2-4.6 10.2-10.2 0-2.6-.9-4.9-2.5-6.7l.1-.1h3.6c.2 0 .4-.1.5-.2l3.3-3.3c.2-.2.3-.5.2-.8-.1-.3-.4-.4-.7-.4zm-8.5 17.7c-1.6 1.6-3.8 2.6-6.2 2.6-2.4 0-4.6-1-6.2-2.6-1.6-1.6-2.6-3.8-2.6-6.2 0-2.4 1-4.6 2.6-6.2 1.6-1.6 3.8-2.6 6.2-2.6 2.1 0 4.1.8 5.6 2.1l-1.8 1.8c-1.1-.8-2.4-1.3-3.9-1.3-3.5 0-6.2 2.8-6.2 6.2 0 3.5 2.8 6.2 6.2 6.2 3.5 0 6.2-2.8 6.2-6.2 0-1.5-.5-2.8-1.3-3.9l1.8-1.8c1.3 1.5 2.1 3.5 2.1 5.6 0 2.5-.9 4.7-2.5 6.3zM38 46c0 1.3-.5 2.5-1.4 3.4-.9.9-2 1.4-3.4 1.4-1.3 0-2.5-.5-3.4-1.4-.9-.9-1.4-2-1.4-3.4 0-1.3.5-2.5 1.4-3.4.9-.9 2-1.4 3.4-1.4 1 0 2 .3 2.8.9l-2 2c-.1-.1-.4-.1-.7-.1-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2c0-.3-.1-.6-.2-.8l2-2c.6.8.9 1.8.9 2.8zm6.4-8.2h-2.7V35l1.8-1.8v1.9c0 .4.3.7.7.7l2.1.1-1.9 1.9z" }),
7
+ React.createElement("path", { d: "M80.4 71.8L72 63.4s-.1-.1-.2-.1c3.6-4.8 5.8-10.8 5.8-17.3 0-15.8-12.8-28.7-28.8-28.8-11 0-20.5 6.2-25.4 15.3 0 .1 0 .1-.1.2h-6.1c-1.6 0-2.9 1.3-3 3v20.6c0 1.6 1.3 2.9 3 3h6.1c4.8 9.1 14.3 15.4 25.5 15.4 6.4 0 12.4-2.1 17.1-5.7 0 .1.1.1.1.2l8.4 8.4c.8.8 1.8 1.2 2.9 1.2 1 0 2.1-.4 2.9-1.2.8-.8 1.2-1.8 1.2-2.9.2-1.1-.2-2.1-1-2.9zM25.3 59.2h25.9c1.6 0 2.9-1.3 3-3V35.7c0-1.6-1.3-2.9-3-3h-1.1c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h1.1c.4 0 .8.2 1 .4.3.3.4.6.4 1v20.6c0 .4-.2.8-.4 1-.3.3-.6.4-1 .4H17.4c-.4 0-.8-.2-1-.4-.3-.3-.4-.6-.4-1V35.7c0-.4.2-.8.4-1 .3-.3.6-.4 1-.4h19.4c.4 0 .8-.3.8-.8 0-.4-.3-.8-.8-.8H25.1c4.7-8.4 13.5-14 23.8-14 7.5 0 14.4 3.1 19.3 8s8 11.8 8 19.2c0 7.5-3 14.3-8 19.2-4.9 4.9-11.7 8-19.2 8-10.2.1-19.1-5.6-23.7-13.9zm54.1 17.3c-.5.5-1.2.8-1.8.8-.7 0-1.3-.2-1.8-.8l-8.4-8.4c1.3-1.1 2.5-2.3 3.7-3.6l8.4 8.4c.5.5.8 1.2.8 1.8-.2.6-.4 1.3-.9 1.8z" }),
8
+ React.createElement("path", { d: "M48.9 25.6c-4 0-7.7 1.1-10.9 3.1-.4.2-.5.7-.2 1s.7.5 1 .2c3-1.8 6.4-2.9 10.1-2.9 5.2 0 9.9 2.1 13.3 5.5 3.4 3.4 5.5 8.1 5.5 13.3 0 5.2-2.1 9.9-5.5 13.3-3.4 3.4-8.1 5.5-13.3 5.5-3.7 0-7-1-9.9-2.8-.3-.2-.8-.1-1 .2s-.1.8.2 1c3.1 2 6.8 3 10.7 3 11.2 0 20.3-9.1 20.3-20.3 0-10.9-9.1-20-20.3-20.1z" }))));
9
+ exports.default = SearchKeywordsXl;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const SearchSemanticXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SearchSemanticXl;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const React = require("react");
4
+ const SearchSemanticXl = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "search-semantic-xl" }, props),
5
+ React.createElement("g", { fill: "#384350" },
6
+ React.createElement("path", { d: "M30.9 39.6c0-.1-.1-.1 0 0-.1-.1-.1-.1-.1-.2l-.1-.1-.1-.1h-.1-.1-.1-.2-.1l-.1.1-.1.1-.1.1-.1.1-5.7 11.3c-.2.4 0 .8.3 1 .4.2.8 0 1-.3l1.2-2.3c.1 0 .2.1.3.1H34.1l1.2 2.3c.2.4.6.5 1 .3s.5-.6.3-1l-5.7-11.4zm-3.8 8.2l3.1-6.2 3.1 6.2h-6.2zM40.7 39.1c-.4 0-.8.3-.8.8v11.3c0 .4.3.8.8.8.4 0 .8-.3.8-.8V39.9c0-.4-.4-.8-.8-.8z" }),
7
+ React.createElement("path", { d: "M80.1 71.6l-8.3-8.3-.1-.1c3.6-4.8 5.8-10.7 5.8-17.2 0-15.7-12.8-28.4-28.5-28.5-10.9 0-20.4 6.2-25.2 15.2v.1h-6.2c-1.5 0-2.7 1.2-2.8 2.8v20.8c0 1.5 1.2 2.7 2.8 2.8h6.2C28.5 68.3 38 74.5 49 74.5c6.4 0 12.2-2.1 17-5.6 0 .1.1.1.1.2l8.3 8.3c.8.8 1.8 1.2 2.9 1.2 1 0 2.1-.4 2.9-1.2.8-.8 1.2-1.8 1.2-2.9-.1-1.1-.5-2.1-1.3-2.9zM16.6 57.3c-.2-.2-.4-.5-.4-.9V35.6c0-.3.1-.7.4-.9.2-.2.5-.4.9-.4h33.9c.3 0 .7.1.9.4.2.2.4.5.4.9v20.8c0 .3-.1.7-.4.9-.2.2-.5.4-.9.4H17.5c-.3-.1-.7-.2-.9-.4zm8.9 1.8h25.9c1.5 0 2.7-1.2 2.8-2.8V35.6c0-1.5-1.2-2.7-2.8-2.8h-26C30 24.6 38.8 19 48.9 19c7.4 0 14.2 3 19.1 7.9 4.9 4.9 7.9 11.6 7.9 19.1 0 7.4-3 14.2-7.9 19.1-4.8 4.8-11.6 7.8-19 7.9-10.1-.1-18.9-5.6-23.5-13.9zm53.6 17.2c-.5.5-1.2.8-1.8.8-.7 0-1.3-.2-1.8-.8L67.1 68c1.3-1.1 2.6-2.3 3.7-3.6l8.3 8.3c.5.5.8 1.2.8 1.8-.1.6-.3 1.3-.8 1.8z" }),
8
+ React.createElement("path", { d: "M63.2 31.6c-3.7-3.7-8.7-5.9-14.3-5.9-3.9 0-7.7 1.1-10.8 3.1-.3.2-.5.7-.2 1 .2.3.7.5 1 .2 2.9-1.8 6.3-2.9 10-2.9 10.4 0 18.7 8.4 18.8 18.8 0 10.4-8.4 18.7-18.8 18.8-3.6 0-6.9-1.1-9.8-2.8-.4-.2-.8-.1-1 .3-.2.4-.1.8.3 1 3.1 1.9 6.7 3 10.6 3 5.6 0 10.7-2.3 14.3-5.9 3.7-3.7 5.9-8.7 5.9-14.3 0-5.7-2.3-10.8-6-14.4z" }))));
9
+ exports.default = SearchSemanticXl;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const SmsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SmsXl;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const React = require("react");
4
+ const SmsXl = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "sms-xl" }, props),
5
+ React.createElement("g", { fill: "#384350" },
6
+ React.createElement("path", { d: "M47.6 17c-17.1 0-30.9 13.9-30.9 31s13.9 30.9 30.9 31c17.1 0 30.9-13.9 31-31-.1-17.1-13.9-30.9-31-31zM77 48c0 8.1-3.3 15.5-8.6 20.8-5.3 5.3-12.7 8.6-20.8 8.6-8.1 0-15.5-3.3-20.8-8.6-5.3-5.3-8.6-12.7-8.6-20.8 0-8.1 3.3-15.5 8.6-20.8 5.3-5.3 12.7-8.6 20.8-8.6 8.1 0 15.5 3.3 20.8 8.6C73.8 32.5 77 39.9 77 48z" }),
7
+ React.createElement("path", { d: "M63.8 34.8c-.6-.5-1.4-.8-2.3-.8h-27c-.9 0-1.7.3-2.3.8-.6.5-1.1 1.2-1.1 2.1V62.6c0 .3.1.5.4.6.2.1.5.1.7 0l8.5-4.2h20.7c.9 0 1.7-.3 2.3-.8.6-.5 1.1-1.2 1.1-2.1V36.9c.1-.8-.3-1.6-1-2.1zm-.5 21.4c0 .3-.2.6-.5.9-.3.3-.8.4-1.4.4H40.6c-.1 0-.2 0-.3.1l-7.6 3.8V36.9c0-.3.2-.6.5-.9.3-.3.8-.4 1.4-.4h27c.6 0 1.1.2 1.4.4.3.3.5.6.5.9v19.3z" }),
8
+ React.createElement("path", { d: "M59 43.1H39.5c-.4 0-.8.3-.8.8 0 .4.3.8.8.8H59c.4 0 .8-.3.8-.8 0-.4-.4-.8-.8-.8zM46.8 48.6h-7.3c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h7.3c.4 0 .8-.3.8-.8-.1-.4-.4-.8-.8-.8z" }))));
9
+ exports.default = SmsXl;
@@ -70,10 +70,14 @@ export { default as ProductsSimilarXl } from './ProductsSimilarXl';
70
70
  export { default as PushXl } from './PushXl';
71
71
  export { default as RecentInteractionsXl } from './RecentInteractionsXl';
72
72
  export { default as ReggressionXl } from './ReggressionXl';
73
+ export { default as SearchHybridXl } from './SearchHybridXl';
74
+ export { default as SearchKeywordsXl } from './SearchKeywordsXl';
73
75
  export { default as SearchNoResultsXl } from './SearchNoResultsXl';
76
+ export { default as SearchSemanticXl } from './SearchSemanticXl';
74
77
  export { default as SectionXl } from './SectionXl';
75
78
  export { default as ShowXl } from './ShowXl';
76
79
  export { default as SilentPushXl } from './SilentPushXl';
80
+ export { default as SmsXl } from './SmsXl';
77
81
  export { default as ToolsXl } from './ToolsXl';
78
82
  export { default as UserCircleUpXl } from './UserCircleUpXl';
79
83
  export { default as UserCircleXl } from './UserCircleXl';
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IntegrationXl = exports.InsertObjectXl = exports.InfoXl = exports.InboxNoResultsXl = exports.GemsXl = exports.FunctionXl = exports.FormulaXl = exports.FormXl = exports.FolderXl = exports.FolderUserXl = exports.FolderStarXl = exports.FolderCheckXl = exports.FirstRunXl = exports.FileZipXl = exports.FileXl = exports.FileUrlXl = exports.FileUpXl = exports.EventXl = exports.DiscountXl = exports.CupXl = exports.CouponXl = exports.CompareXl = exports.CloneNodesXl = exports.CloneNodesFlowXl = exports.ClassificationXl = exports.CheckXl = exports.CheckOutXl = exports.CheckInXl = exports.CartAddXl = exports.CardVisaXl = exports.CardAeXl = exports.CalendarXl = exports.CalendarScheduleXl = exports.CalendarIntervalXl = exports.CalculatorXl = exports.BulbEditXl = exports.BrowserScrollXl = exports.BrowserLandingXl = exports.BrowserCodeXl = exports.BrowserCloseXl = exports.BillingXl = exports.BeforeEventXl = exports.BasketCheckXl = exports.BasicBuilderXl = exports.AttributeXl = exports.AnalyticsInsightsXl = exports.AfterEventXl = exports.AdvancedBuilderXl = exports.AddXl = exports.AbTestXl = void 0;
4
- exports.WeblayerXl = exports.WebhookXl = exports.WarningXl = exports.VoucherXl = exports.VisualEditorXl = exports.VisualEditorStarXl = exports.UserIdXl = exports.UserCircleXl = exports.UserCircleUpXl = exports.ToolsXl = exports.SilentPushXl = exports.ShowXl = exports.SectionXl = exports.SearchNoResultsXl = exports.ReggressionXl = exports.RecentInteractionsXl = exports.PushXl = exports.ProductsSimilarXl = exports.ProductsLastSeenXl = exports.ProductsFeedXl = exports.ProductsBundleXl = exports.NotificationsEditXl = exports.NoPermissionXl = exports.NetworkFileXl = exports.MultivalueXl = exports.MobileUpdateXl = exports.MobileStepsXl = exports.MobilePromotionXl = exports.MobileBannerXl = exports.MessageXl = exports.MarketingAutomationXl = exports.LoyalityBoostXl = exports.LaunchXl = exports.LaptopTargetXl = exports.LaptopAiXl = exports.IntegrationsXl = void 0;
4
+ exports.WeblayerXl = exports.WebhookXl = exports.WarningXl = exports.VoucherXl = exports.VisualEditorXl = exports.VisualEditorStarXl = exports.UserIdXl = exports.UserCircleXl = exports.UserCircleUpXl = exports.ToolsXl = exports.SmsXl = exports.SilentPushXl = exports.ShowXl = exports.SectionXl = exports.SearchSemanticXl = exports.SearchNoResultsXl = exports.SearchKeywordsXl = exports.SearchHybridXl = exports.ReggressionXl = exports.RecentInteractionsXl = exports.PushXl = exports.ProductsSimilarXl = exports.ProductsLastSeenXl = exports.ProductsFeedXl = exports.ProductsBundleXl = exports.NotificationsEditXl = exports.NoPermissionXl = exports.NetworkFileXl = exports.MultivalueXl = exports.MobileUpdateXl = exports.MobileStepsXl = exports.MobilePromotionXl = exports.MobileBannerXl = exports.MessageXl = exports.MarketingAutomationXl = exports.LoyalityBoostXl = exports.LaunchXl = exports.LaptopTargetXl = exports.LaptopAiXl = exports.IntegrationsXl = void 0;
5
5
  var AbTestXl_1 = require("./AbTestXl");
6
6
  Object.defineProperty(exports, "AbTestXl", { enumerable: true, get: function () { return AbTestXl_1.default; } });
7
7
  var AddXl_1 = require("./AddXl");
@@ -146,14 +146,22 @@ var RecentInteractionsXl_1 = require("./RecentInteractionsXl");
146
146
  Object.defineProperty(exports, "RecentInteractionsXl", { enumerable: true, get: function () { return RecentInteractionsXl_1.default; } });
147
147
  var ReggressionXl_1 = require("./ReggressionXl");
148
148
  Object.defineProperty(exports, "ReggressionXl", { enumerable: true, get: function () { return ReggressionXl_1.default; } });
149
+ var SearchHybridXl_1 = require("./SearchHybridXl");
150
+ Object.defineProperty(exports, "SearchHybridXl", { enumerable: true, get: function () { return SearchHybridXl_1.default; } });
151
+ var SearchKeywordsXl_1 = require("./SearchKeywordsXl");
152
+ Object.defineProperty(exports, "SearchKeywordsXl", { enumerable: true, get: function () { return SearchKeywordsXl_1.default; } });
149
153
  var SearchNoResultsXl_1 = require("./SearchNoResultsXl");
150
154
  Object.defineProperty(exports, "SearchNoResultsXl", { enumerable: true, get: function () { return SearchNoResultsXl_1.default; } });
155
+ var SearchSemanticXl_1 = require("./SearchSemanticXl");
156
+ Object.defineProperty(exports, "SearchSemanticXl", { enumerable: true, get: function () { return SearchSemanticXl_1.default; } });
151
157
  var SectionXl_1 = require("./SectionXl");
152
158
  Object.defineProperty(exports, "SectionXl", { enumerable: true, get: function () { return SectionXl_1.default; } });
153
159
  var ShowXl_1 = require("./ShowXl");
154
160
  Object.defineProperty(exports, "ShowXl", { enumerable: true, get: function () { return ShowXl_1.default; } });
155
161
  var SilentPushXl_1 = require("./SilentPushXl");
156
162
  Object.defineProperty(exports, "SilentPushXl", { enumerable: true, get: function () { return SilentPushXl_1.default; } });
163
+ var SmsXl_1 = require("./SmsXl");
164
+ Object.defineProperty(exports, "SmsXl", { enumerable: true, get: function () { return SmsXl_1.default; } });
157
165
  var ToolsXl_1 = require("./ToolsXl");
158
166
  Object.defineProperty(exports, "ToolsXl", { enumerable: true, get: function () { return ToolsXl_1.default; } });
159
167
  var UserCircleUpXl_1 = require("./UserCircleUpXl");
@@ -376,8 +376,8 @@ export { default as FileTypeVideo } from './FileTypeVideo';
376
376
  export { default as FileTypeXls } from './FileTypeXls';
377
377
  export { default as FileTypeZip } from './FileTypeZip';
378
378
  export { default as FileUploadL } from './FileUploadL';
379
- export { default as FileUploadM } from './FileUploadM';
380
379
  export { default as FileViewM } from './FileViewM';
380
+ export { default as FileUploadM } from './FileUploadM';
381
381
  export { default as FilterM } from './FilterM';
382
382
  export { default as FingerprintM } from './FingerprintM';
383
383
  export { default as FirefoxFillM } from './FirefoxFillM';
@@ -653,7 +653,7 @@ export { default as ServerCheckM } from './ServerCheckM';
653
653
  export { default as ServerLockM } from './ServerLockM';
654
654
  export { default as ServerM } from './ServerM';
655
655
  export { default as ServerRemoveM } from './ServerRemoveM';
656
- export { default as ServerThunderM } from './ServerThunderM';
656
+ export { default as AnonymousM } from './AnonymousM';
657
657
  export { default as ServerTimeM } from './ServerTimeM';
658
658
  export { default as Settings2M } from './Settings2M';
659
659
  export { default as Settings2S } from './Settings2S';
@@ -670,7 +670,7 @@ export { default as ShipmentAddM } from './ShipmentAddM';
670
670
  export { default as ShipmentBackM } from './ShipmentBackM';
671
671
  export { default as ShipmentCheckM } from './ShipmentCheckM';
672
672
  export { default as ShipmentForwardM } from './ShipmentForwardM';
673
- export { default as ShipmentInterruptedM } from './ShipmentInterruptedM';
673
+ export { default as AngleUpS } from './AngleUpS';
674
674
  export { default as ShipmentM } from './ShipmentM';
675
675
  export { default as ShipmentRemoveM } from './ShipmentRemoveM';
676
676
  export { default as ShipmentSearchM } from './ShipmentSearchM';
@@ -840,6 +840,6 @@ export { default as YenCircleM } from './YenCircleM';
840
840
  export { default as YenM } from './YenM';
841
841
  export { default as YoutubeFillM } from './YoutubeFillM';
842
842
  export { default as YoutubeM } from './YoutubeM';
843
- export { default as AnonymousM } from './AnonymousM';
844
- export { default as AngleUpS } from './AngleUpS';
843
+ export { default as ShipmentInterruptedM } from './ShipmentInterruptedM';
844
+ export { default as ServerThunderM } from './ServerThunderM';
845
845
  export { default as AngleUpM } from './AngleUpM';
@@ -7,16 +7,16 @@ exports.CheckboxIndeterminateM = exports.CheckboxDeafultM = exports.CheckS = exp
7
7
  exports.CreditCardCheckM = exports.CreditCardBlockM = exports.CreditCardAddM = exports.CouponsM = exports.CouponShowM = exports.CouponRemoveM = exports.CouponCheckM = exports.CouponAddM = exports.CounterM = exports.CopyClipboardM = exports.ComputerS = exports.ComputerM = exports.CompassM = exports.CompanyM = exports.CommandM = exports.CommaIncM = exports.CommaDecM = exports.ColumnsM = exports.ColumnManageM = exports.ColumnM = exports.ColumnDisconnectM = exports.CoinM = exports.Coin2M = exports.CodeTerminalM = exports.CodeM = exports.CloudM = exports.CloseS = exports.CloseM = exports.Close3S = exports.Close3M = exports.Close2S = exports.Close2M = exports.ClockS = exports.ClockM = exports.Clock2M = exports.ClickM = exports.ClearStyleM = exports.CircleShapeM = exports.CircleChartM = exports.ChromeM = exports.ChromeFillM = exports.ChildRowRightUpM = exports.ChildRowRightDownM = exports.ChildRowMiddleRightM = exports.ChildRowMiddleLeftM = exports.ChildRowLeftUpM = exports.ChildRowLeftDownM = exports.CheckboxSelectedOutlineM = exports.CheckboxSelectedFillM = exports.CheckboxM = void 0;
8
8
  exports.DuplicateM = exports.DropboxM = exports.DropM = exports.DropDuplicateM = exports.DragHandleM = exports.DownloadM = exports.DoubleAngleRightS = exports.DoubleAngleRightM = exports.DoubleAngleLeftS = exports.DoubleAngleLeftM = exports.DollarM = exports.DollarCircleM = exports.DividerM = exports.DiscountM = exports.Discount2M = exports.DirectionUpM = exports.DirectionRightM = exports.DirectionM = exports.DirectionLeftM = exports.DirectionDownM = exports.DirectionArrowM = exports.DialpadM = exports.DesktopS = exports.DesktopM = exports.DeleteM = exports.DatabaseTimeM = exports.DatabaseThunderM = exports.DatabaseRemoveM = exports.DatabaseM = exports.DatabaseLockM = exports.DatabaseDownloadM = exports.DatabaseCheckM = exports.DatabaseAddM = exports.DashboardM = exports.DashboardGreyM = exports.DashboardColorM = exports.CutM = exports.CustomersGreyM = exports.CustomersColorM = exports.CustomBlockTrigger = exports.CustomBlockAction = exports.CurrencyConversionM = exports.CupM = exports.CropM = exports.CreditCardRemoveM = exports.CreditCardPercentM = exports.CreditCardM = exports.CreditCardLockM = exports.CreditCardExpiredM = exports.CreditCardEditM = void 0;
9
9
  exports.FileDownloadM = exports.FileCodeM = exports.FileCheckM = exports.FileBlockM = exports.FileArchiveM = exports.FileAddM = exports.FileActionM = exports.FieldsetM = exports.FavouriteRemoveM = exports.FavouriteM = exports.FavouriteEditM = exports.FavouriteCheckM = exports.FavouriteBlockM = exports.FavouriteAddM = exports.FacebookReactionM = exports.FacebookRatingM = exports.FacebookPostM = exports.FacebookM = exports.FacebookLikeM = exports.FacebookFillM = exports.FacebookCommentM = exports.ExternalLinkS = exports.ExternalLinkM = exports.ExpressionM = exports.EuroM = exports.EuroCircleM = exports.ErrorM = exports.ErrorFillM = exports.EraseM = exports.EqualToM = exports.EqualM = exports.EmoticonsM = exports.Emoticons3M = exports.Emoticons2M = exports.EmailsListM = exports.EditS = exports.EditNolineS = exports.EditM = exports.DynamicKeyS = exports.DynamicKeyM = exports.DynamicContentStopM = exports.DynamicContentShowM = exports.DynamicContentRemoveM = exports.DynamicContentPlayM = exports.DynamicContentM = exports.DynamicContentEditM = exports.DynamicContentCheckM = exports.DynamicContentBlockM = exports.DynamicContentAddM = exports.DuplicateS = void 0;
10
- exports.FolderStopM = exports.FolderS = exports.FolderRemoveM = exports.FolderOpenM = exports.FolderM = exports.FolderFavouriteM = exports.FolderFavouriteFlatM = exports.FolderEditM = exports.FolderDownloadM = exports.FolderCodeM = exports.FolderCheckM = exports.FolderBlockM = exports.FolderArchiveM = exports.FolderAddM = exports.FolderActionM = exports.FlagM = exports.FirefoxM = exports.FirefoxFillM = exports.FingerprintM = exports.FilterM = exports.FileViewM = exports.FileUploadM = exports.FileUploadL = exports.FileTypeZip = exports.FileTypeXls = exports.FileTypeVideo = exports.FileTypeTxt = exports.FileTypeTextM = exports.FileTypeTableM = exports.FileTypeSvg2 = exports.FileTypeSvg = exports.FileTypePptx = exports.FileTypePlainM = exports.FileTypePdf = exports.FileTypeNumbersM = exports.FileTypeMp3 = exports.FileTypeLogsM = exports.FileTypeImage = exports.FileTypeImageM = exports.FileTypeHtml = exports.FileTypeDoc = exports.FileTypeDefault = exports.FileTypeCustomersM = exports.FileTypeCsv = exports.FileStopM = exports.FileS = exports.FileRemoveM = exports.FileM = exports.FileExpiredM = exports.FileEditM = void 0;
10
+ exports.FolderStopM = exports.FolderS = exports.FolderRemoveM = exports.FolderOpenM = exports.FolderM = exports.FolderFavouriteM = exports.FolderFavouriteFlatM = exports.FolderEditM = exports.FolderDownloadM = exports.FolderCodeM = exports.FolderCheckM = exports.FolderBlockM = exports.FolderArchiveM = exports.FolderAddM = exports.FolderActionM = exports.FlagM = exports.FirefoxM = exports.FirefoxFillM = exports.FingerprintM = exports.FilterM = exports.FileUploadM = exports.FileViewM = exports.FileUploadL = exports.FileTypeZip = exports.FileTypeXls = exports.FileTypeVideo = exports.FileTypeTxt = exports.FileTypeTextM = exports.FileTypeTableM = exports.FileTypeSvg2 = exports.FileTypeSvg = exports.FileTypePptx = exports.FileTypePlainM = exports.FileTypePdf = exports.FileTypeNumbersM = exports.FileTypeMp3 = exports.FileTypeLogsM = exports.FileTypeImage = exports.FileTypeImageM = exports.FileTypeHtml = exports.FileTypeDoc = exports.FileTypeDefault = exports.FileTypeCustomersM = exports.FileTypeCsv = exports.FileStopM = exports.FileS = exports.FileRemoveM = exports.FileM = exports.FileExpiredM = exports.FileEditM = void 0;
11
11
  exports.HomeM = exports.HistogramM = exports.HideM = exports.HelpS = exports.HelpM = exports.HelpFillS = exports.HelpFillM = exports.HashM = exports.HardBounceM = exports.HamburgerMenuM = exports.H3M = exports.H2M = exports.H1M = exports.GroupM = exports.Group2M = exports.GridM = exports.Grid9M = exports.Grid8M = exports.Grid7M = exports.Grid6M = exports.Grid5M = exports.Grid4M = exports.Grid3M = exports.Grid2M = exports.Grid10M = exports.Grid1M = exports.GreaterorequalM = exports.GreaterM = exports.GoogleM = exports.GoToStepM = exports.GlobeM = exports.GeoanalyticsM = exports.FunnelM = exports.FullScreenMinM = exports.FullScreenM = exports.FromToPathM = exports.FormulaPlusS = exports.FormulaPlusM = exports.FormulaMultiplierS = exports.FormulaMultiplierM = exports.FormulaMinusS = exports.FormulaMinusM = exports.FormulaM = exports.FormulaFractionS = exports.FormulaFractionM = exports.FormM = exports.FontM = exports.FolderUploadM = exports.FolderUpdateM = exports.FolderTreeM = void 0;
12
12
  exports.LinkM = exports.LinesM = exports.LineM = exports.LikeM = exports.LifebuoyM = exports.LessorequalM = exports.LessM = exports.LegendLeftM = exports.LegendBottomM = exports.LayersM = exports.LaunchM = exports.LaptopS = exports.LaptopM = exports.LandingPageStopM = exports.LandingPageRemoveM = exports.LandingPagePlayM = exports.LandingPageM = exports.LandingPageEditM = exports.LandingPageCheckM = exports.LandingPageBlockM = exports.LandingPageAddM = exports.KeyboardUpM = exports.KeyboardRightM = exports.KeyboardOptionM = exports.KeyboardM = exports.KeyboardLeftM = exports.KeyboardKeysM = exports.KeyboardEscapeM = exports.KeyboardEnterM = exports.KeyboardDownM = exports.KeyM = exports.JsM = exports.JourneyEndM = exports.ItalicM = exports.InternetExplorerM = exports.InternetExplorerFillM = exports.InstagramM = exports.InstagramFillM = exports.InputM = exports.InfoS = exports.InfoM = exports.InfoFillS = exports.InfoFillM = exports.IndentM = exports.IncomingMailM = exports.InboxZeroM = exports.InboxArchiveM = exports.ImageM = exports.IdentifiedM = exports.HourglassM = void 0;
13
13
  exports.NetworkGlobeM = exports.NetworkFolderM = exports.NetworkFileM = exports.NetworkDatabaseM = exports.NetworkComputerM = exports.NetworkBroadcastingM = exports.MultivariantM = exports.MovieClipM = exports.MoveM = exports.MouseM = exports.MoneySortM = exports.MoneyM = exports.Money3M = exports.Money2M = exports.MobileSliderM = exports.MobileS = exports.MobileM = exports.MobileAppStart1 = exports.MinimizeM = exports.MicM = exports.MetricsM = exports.MetricBracketS = exports.MetricBracketM = exports.MessageM = exports.MergeM = exports.MenuM = exports.MegaphoneM = exports.MaximizeM = exports.MastercardM = exports.MarketplaceM = exports.ManagePanelsM = exports.MailboxM = exports.MailS = exports.MailRemoveM = exports.MailOpenM = exports.MailM = exports.MailEditM = exports.MailCheckM = exports.MailBlockM = exports.MailAddM = exports.LogoutM = exports.LockPrivateM = exports.LockM = exports.LocationS = exports.LocationM = exports.ListNumbersM = exports.ListM = exports.LinuxM = exports.LinkedinM = exports.LinkedinFillM = void 0;
14
14
  exports.PushAddM = exports.PublicReadableM = exports.PublicEditableM = exports.PromoMobileM = exports.PromoCheckOutM = exports.PromoCheckInM = exports.PromoActivateM = exports.ProductShowM = exports.ProductSearchM = exports.ProductRemoveM = exports.ProductM = exports.ProductCheckM = exports.ProductAddM = exports.PrinterM = exports.PresentationModeM = exports.PredictionsN = exports.PredictionsA = exports.PoundM = exports.PoundCircleM = exports.PlayS = exports.PlayM = exports.PlayCircleM = exports.PinterestM = exports.PinterestFillM = exports.PinM = exports.PieM = exports.PercentM = exports.PauseS = exports.PauseM = exports.PauseCircleM = exports.PasteClipboardM = exports.ParamsBadgeM = exports.ParagraphM = exports.PackageBoxM = exports.OutdentM = exports.OptionVerticalM = exports.OptionHorizontalM = exports.NullObjectM = exports.NotificationsReceiveM = exports.NotificationsPlayM = exports.NotificationsM = exports.NotificationsEditM = exports.NotificationsCheckM = exports.NotificationsActiveM = exports.NotequalM = exports.Notequal2M = exports.NotepadM = exports.NewUserM = exports.NetworkUserM = exports.NetworkServerM = void 0;
15
15
  exports.Server2MultipleM = exports.Server2M = exports.Server2DownloadM = exports.SendM = exports.SendErrorM = exports.SelectMenuM = exports.SelectM = exports.SegmentM = exports.SegmentAiM = exports.SectionRemoveM = exports.SectionM = exports.SearchNoResultsM = exports.SearchM = exports.SearchListlupeM = exports.ScreenViewM = exports.ScreenMinimizeM = exports.ScreenExpandM = exports.ScoreM = exports.SaveM = exports.SankeyM = exports.SafariM = exports.SafariFillM = exports.RubleM = exports.RubleCircleM = exports.RtbM = exports.RetailGreyM = exports.RetailColorM = exports.RestaurantM = exports.ReportM = exports.ReplaceQueryM = exports.RepeatM = exports.RepeatLoopM = exports.RenameM = exports.RemoveM = exports.Remove3M = exports.Remove2M = exports.RegisterM = exports.RefreshM = exports.RedoM = exports.ReceiveM = exports.RadioButtonM = exports.QuotationM = exports.QrCodeScannerM = exports.QrCodeM = exports.PushS = exports.PushRemoveM = exports.PushM = exports.PushEditM = exports.PushCheckM = exports.PushBlockM = void 0;
16
- exports.SortAscendingM = exports.SoftBounceM = exports.SocialProofM = exports.SmsRemoveM = exports.SmsM = exports.SmsEditM = exports.SmsCheckM = exports.SmsBlockM = exports.SmsAddM = exports.SlideShowM = exports.SleepM = exports.SinceArrowRightM = exports.SinceArrowLeftM = exports.SignatureM = exports.ShuffleM = exports.ShowRemoveM = exports.ShowM = exports.ShowEditM = exports.ShowCheckM = exports.ShowBlockM = exports.ShowAddM = exports.ShopSignM = exports.ShopM = exports.ShipmentTimeM = exports.ShipmentSearchM = exports.ShipmentRemoveM = exports.ShipmentM = exports.ShipmentInterruptedM = exports.ShipmentForwardM = exports.ShipmentCheckM = exports.ShipmentBackM = exports.ShipmentAddM = exports.ShieldThunderM = exports.ShieldLockM = exports.ShieldDocumentM = exports.ShieldCheckM = exports.ShareM = exports.ShareDisplayM = exports.SettingsM = exports.SettingsGreyM = exports.SettingsColorM = exports.Settings2S = exports.Settings2M = exports.ServerTimeM = exports.ServerThunderM = exports.ServerRemoveM = exports.ServerM = exports.ServerLockM = exports.ServerCheckM = exports.ServerAddM = void 0;
16
+ exports.SortAscendingM = exports.SoftBounceM = exports.SocialProofM = exports.SmsRemoveM = exports.SmsM = exports.SmsEditM = exports.SmsCheckM = exports.SmsBlockM = exports.SmsAddM = exports.SlideShowM = exports.SleepM = exports.SinceArrowRightM = exports.SinceArrowLeftM = exports.SignatureM = exports.ShuffleM = exports.ShowRemoveM = exports.ShowM = exports.ShowEditM = exports.ShowCheckM = exports.ShowBlockM = exports.ShowAddM = exports.ShopSignM = exports.ShopM = exports.ShipmentTimeM = exports.ShipmentSearchM = exports.ShipmentRemoveM = exports.ShipmentM = exports.AngleUpS = exports.ShipmentForwardM = exports.ShipmentCheckM = exports.ShipmentBackM = exports.ShipmentAddM = exports.ShieldThunderM = exports.ShieldLockM = exports.ShieldDocumentM = exports.ShieldCheckM = exports.ShareM = exports.ShareDisplayM = exports.SettingsM = exports.SettingsGreyM = exports.SettingsColorM = exports.Settings2S = exports.Settings2M = exports.ServerTimeM = exports.AnonymousM = exports.ServerRemoveM = exports.ServerM = exports.ServerLockM = exports.ServerCheckM = exports.ServerAddM = void 0;
17
17
  exports.ThunderFillS = exports.ThunderFillM = exports.Thunder2M = exports.TextSizeM = exports.TextM = exports.TextFormatM = exports.TextAreaM = exports.TestM = exports.TerminalInfoM = exports.TerminalConfirmM = exports.TerminalCardM = exports.TelevisionM = exports.TaskCheckM = exports.TargetM = exports.TagStarredM = exports.TagStarredFlatM = exports.TagRemoveM = exports.TagM = exports.TagEditM = exports.TagCheckM = exports.TagBlockM = exports.TagAddM = exports.TabsM = exports.TabletS = exports.TabletM = exports.SyneriseM = exports.SwitchM = exports.SurveyM = exports.SumM = exports.SubscribeM = exports.StrikeM = exports.StopS = exports.StopM = exports.StopCircleM = exports.StickersM = exports.StepForwardM = exports.StepBackM = exports.StatsGrayM = exports.StatsColorM = exports.StarS = exports.StarM = exports.StarFillS = exports.StarFillM = exports.StackedM = exports.SplitM = exports.SplitAbM = exports.SpinnerM = exports.SortZaM = exports.SortDescendingM = exports.SortAzM = void 0;
18
18
  exports.VolumeMinM = exports.VolumeMaxM = exports.VolumeHalfM = exports.VolumeDownM = exports.VolumeDisableM = exports.VarTypeStringM = exports.VarTypeNumberM = exports.VarTypeListM = exports.VarTypeDateM = exports.VarTypeBooleanM = exports.UsersGrayM = exports.UsersColorM = exports.UserUpM = exports.UserStarredM = exports.UserS = exports.UserRevokeM = exports.UserRemoveM = exports.UserPrivateAccessM = exports.UserPasswordM = exports.UserManagedM = exports.UserM = exports.UserIdM = exports.UserGroupM = exports.UserEditM = exports.UserDownM = exports.UserCircleM = exports.UserCheckM = exports.UserBlockM = exports.UserAddM = exports.UploadM = exports.UpdateDataM = exports.UnsubscribeM = exports.UnlockM = exports.UnlinkM = exports.UnlimitedM = exports.UnlimitedCircleM = exports.UndoM = exports.UnderlineM = exports.TwitterM = exports.TwitterFillM = exports.TrashS = exports.TrashM = exports.TranslateM = exports.TransformM = exports.ToolsM = exports.TimerM = exports.TimeIntervalM = exports.TilesM = exports.ThunderS = exports.ThunderM = void 0;
19
- exports.AngleUpM = exports.AngleUpS = exports.AnonymousM = exports.YoutubeM = exports.YoutubeFillM = exports.YenM = exports.YenCircleM = exports.WthWindM = exports.WthUmbrellaM = exports.WthTemperatureM = exports.WthSunsetM = exports.WthSunriseM = exports.WthSunM = exports.WthStarsM = exports.WthSnowM = exports.WthMoonStarsM = exports.WthMoonM = exports.WthMoonFullM = exports.WthCloudSunM = exports.WthCloudSnowM = exports.WthCloudRainThunderM = exports.WthCloudRainSnowM = exports.WthCloudRainM = exports.WthCloudNightM = exports.WthCloudM = exports.WrongAlertM = exports.WorkspacesGrayM = exports.WorkspacesColor = exports.WindowsM = exports.WindowsFillM = exports.WifiM = exports.WebpushRemoveM = exports.WebpushM = exports.WebpushEditM = exports.WebpushCheckM = exports.WebpushBlockM = exports.WebpushAddM = exports.WebhookM = exports.WatchM = exports.WarningS = exports.WarningM = exports.WarningFillS = exports.WarningFillM = exports.WalletM = exports.VolumeUpM = void 0;
19
+ exports.AngleUpM = exports.ServerThunderM = exports.ShipmentInterruptedM = exports.YoutubeM = exports.YoutubeFillM = exports.YenM = exports.YenCircleM = exports.WthWindM = exports.WthUmbrellaM = exports.WthTemperatureM = exports.WthSunsetM = exports.WthSunriseM = exports.WthSunM = exports.WthStarsM = exports.WthSnowM = exports.WthMoonStarsM = exports.WthMoonM = exports.WthMoonFullM = exports.WthCloudSunM = exports.WthCloudSnowM = exports.WthCloudRainThunderM = exports.WthCloudRainSnowM = exports.WthCloudRainM = exports.WthCloudNightM = exports.WthCloudM = exports.WrongAlertM = exports.WorkspacesGrayM = exports.WorkspacesColor = exports.WindowsM = exports.WindowsFillM = exports.WifiM = exports.WebpushRemoveM = exports.WebpushM = exports.WebpushEditM = exports.WebpushCheckM = exports.WebpushBlockM = exports.WebpushAddM = exports.WebhookM = exports.WatchM = exports.WarningS = exports.WarningM = exports.WarningFillS = exports.WarningFillM = exports.WalletM = exports.VolumeUpM = void 0;
20
20
  var AbTestM_1 = require("./AbTestM");
21
21
  Object.defineProperty(exports, "AbTestM", { enumerable: true, get: function () { return AbTestM_1.default; } });
22
22
  var AcademyM_1 = require("./AcademyM");
@@ -773,10 +773,10 @@ var FileTypeZip_1 = require("./FileTypeZip");
773
773
  Object.defineProperty(exports, "FileTypeZip", { enumerable: true, get: function () { return FileTypeZip_1.default; } });
774
774
  var FileUploadL_1 = require("./FileUploadL");
775
775
  Object.defineProperty(exports, "FileUploadL", { enumerable: true, get: function () { return FileUploadL_1.default; } });
776
- var FileUploadM_1 = require("./FileUploadM");
777
- Object.defineProperty(exports, "FileUploadM", { enumerable: true, get: function () { return FileUploadM_1.default; } });
778
776
  var FileViewM_1 = require("./FileViewM");
779
777
  Object.defineProperty(exports, "FileViewM", { enumerable: true, get: function () { return FileViewM_1.default; } });
778
+ var FileUploadM_1 = require("./FileUploadM");
779
+ Object.defineProperty(exports, "FileUploadM", { enumerable: true, get: function () { return FileUploadM_1.default; } });
780
780
  var FilterM_1 = require("./FilterM");
781
781
  Object.defineProperty(exports, "FilterM", { enumerable: true, get: function () { return FilterM_1.default; } });
782
782
  var FingerprintM_1 = require("./FingerprintM");
@@ -1327,8 +1327,8 @@ var ServerM_1 = require("./ServerM");
1327
1327
  Object.defineProperty(exports, "ServerM", { enumerable: true, get: function () { return ServerM_1.default; } });
1328
1328
  var ServerRemoveM_1 = require("./ServerRemoveM");
1329
1329
  Object.defineProperty(exports, "ServerRemoveM", { enumerable: true, get: function () { return ServerRemoveM_1.default; } });
1330
- var ServerThunderM_1 = require("./ServerThunderM");
1331
- Object.defineProperty(exports, "ServerThunderM", { enumerable: true, get: function () { return ServerThunderM_1.default; } });
1330
+ var AnonymousM_1 = require("./AnonymousM");
1331
+ Object.defineProperty(exports, "AnonymousM", { enumerable: true, get: function () { return AnonymousM_1.default; } });
1332
1332
  var ServerTimeM_1 = require("./ServerTimeM");
1333
1333
  Object.defineProperty(exports, "ServerTimeM", { enumerable: true, get: function () { return ServerTimeM_1.default; } });
1334
1334
  var Settings2M_1 = require("./Settings2M");
@@ -1361,8 +1361,8 @@ var ShipmentCheckM_1 = require("./ShipmentCheckM");
1361
1361
  Object.defineProperty(exports, "ShipmentCheckM", { enumerable: true, get: function () { return ShipmentCheckM_1.default; } });
1362
1362
  var ShipmentForwardM_1 = require("./ShipmentForwardM");
1363
1363
  Object.defineProperty(exports, "ShipmentForwardM", { enumerable: true, get: function () { return ShipmentForwardM_1.default; } });
1364
- var ShipmentInterruptedM_1 = require("./ShipmentInterruptedM");
1365
- Object.defineProperty(exports, "ShipmentInterruptedM", { enumerable: true, get: function () { return ShipmentInterruptedM_1.default; } });
1364
+ var AngleUpS_1 = require("./AngleUpS");
1365
+ Object.defineProperty(exports, "AngleUpS", { enumerable: true, get: function () { return AngleUpS_1.default; } });
1366
1366
  var ShipmentM_1 = require("./ShipmentM");
1367
1367
  Object.defineProperty(exports, "ShipmentM", { enumerable: true, get: function () { return ShipmentM_1.default; } });
1368
1368
  var ShipmentRemoveM_1 = require("./ShipmentRemoveM");
@@ -1701,9 +1701,9 @@ var YoutubeFillM_1 = require("./YoutubeFillM");
1701
1701
  Object.defineProperty(exports, "YoutubeFillM", { enumerable: true, get: function () { return YoutubeFillM_1.default; } });
1702
1702
  var YoutubeM_1 = require("./YoutubeM");
1703
1703
  Object.defineProperty(exports, "YoutubeM", { enumerable: true, get: function () { return YoutubeM_1.default; } });
1704
- var AnonymousM_1 = require("./AnonymousM");
1705
- Object.defineProperty(exports, "AnonymousM", { enumerable: true, get: function () { return AnonymousM_1.default; } });
1706
- var AngleUpS_1 = require("./AngleUpS");
1707
- Object.defineProperty(exports, "AngleUpS", { enumerable: true, get: function () { return AngleUpS_1.default; } });
1704
+ var ShipmentInterruptedM_1 = require("./ShipmentInterruptedM");
1705
+ Object.defineProperty(exports, "ShipmentInterruptedM", { enumerable: true, get: function () { return ShipmentInterruptedM_1.default; } });
1706
+ var ServerThunderM_1 = require("./ServerThunderM");
1707
+ Object.defineProperty(exports, "ServerThunderM", { enumerable: true, get: function () { return ServerThunderM_1.default; } });
1708
1708
  var AngleUpM_1 = require("./AngleUpM");
1709
1709
  Object.defineProperty(exports, "AngleUpM", { enumerable: true, get: function () { return AngleUpM_1.default; } });
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const FolderPlainL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default FolderPlainL;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const FolderPlainL = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 48 48", className: "folder-plain-l" }, props),
3
+ React.createElement("path", { d: "M36.5 15.6H24.6c-.5 0-.9-.2-1.2-.5l-3-3c-.6-.6-1.4-.9-2.3-.9h-7.5c-1.8 0-3.2 1.4-3.2 3.2v19.2c0 1.8 1.4 3.2 3.2 3.2h25.8c1.8 0 3.2-1.4 3.2-3.2V18.9c.1-1.8-1.3-3.3-3.1-3.3zm-25.8-2.8h7.5c.5 0 .9.2 1.2.5l3 3c.6.6 1.4.9 2.3.9h11.9c.9 0 1.7.8 1.7 1.7v2.4H9v-6.8c0-1 .8-1.7 1.7-1.7zm25.8 22.6H10.7c-.9 0-1.7-.8-1.7-1.7v-11h29.3v11c-.1 1-.8 1.7-1.8 1.7z", fill: "#384350" })));
4
+ export default FolderPlainL;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const FolderPredefinedL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default FolderPredefinedL;
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ const FolderPredefinedL = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 48 48", className: "folder-predefined-l" }, props),
3
+ React.createElement("g", { fill: "#384350" },
4
+ React.createElement("path", { d: "M27.3 35.4H10.7c-.9 0-1.7-.8-1.7-1.7v-11h29.3V30c0 .4.3.8.8.8.4 0 .8-.3.8-.8V18.9c0-1.8-1.4-3.2-3.2-3.2H24.6c-.5 0-.9-.2-1.2-.5l-3-3c-.6-.6-1.4-.9-2.3-.9h-7.5c-1.8 0-3.2 1.4-3.2 3.2v19.2c0 1.8 1.4 3.2 3.2 3.2h16.6c.4 0 .8-.3.8-.8.1-.3-.3-.7-.7-.7zM10.7 12.8h7.5c.5 0 .9.2 1.2.5l3 3c.6.6 1.4.9 2.3.9h11.9c.9 0 1.7.8 1.7 1.7v2.4H9v-6.8c0-1 .8-1.7 1.7-1.7z" }),
5
+ React.createElement("path", { d: "M42.2 33.3c-.1-.3-.3-.5-.6-.5l-4.1-.6-1.8-3.7c-.1-.3-.4-.4-.7-.4s-.5.2-.7.4l-1.8 3.7-4.1.6c-.3 0-.5.2-.6.5-.1.3 0 .6.2.8l3 2.9-.7 4c0 .3.1.6.3.7s.5.2.8.1l3.7-1.9 3.7 1.9c.3.1.6.1.8-.1s.3-.5.3-.7l-.9-4 3-2.9c.2-.2.3-.5.2-.8zm-4.5 2.9c-.2.2-.3.4-.2.7l.5 3-2.7-1.4c-.2-.1-.5-.1-.7 0L32 39.8l.5-3c0-.2 0-.5-.2-.7L30.1 34l3-.4c.2 0 .5-.2.6-.4l1.3-2.7 1.3 2.7c.1.2.3.4.6.4l3 .4-2.2 2.2z" }))));
6
+ export default FolderPredefinedL;
@@ -11,6 +11,8 @@ export { default as DividerL } from './DividerL';
11
11
  export { default as FileTypePictureL } from './FileTypePictureL';
12
12
  export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
13
13
  export { default as FolderL } from './FolderL';
14
+ export { default as FolderPlainL } from './FolderPlainL';
15
+ export { default as FolderPredefinedL } from './FolderPredefinedL';
14
16
  export { default as FormEditL } from './FormEditL';
15
17
  export { default as FormGroupL } from './FormGroupL';
16
18
  export { default as FormL } from './FormL';
@@ -56,9 +58,9 @@ export { default as ShowL } from './ShowL';
56
58
  export { default as SliderL } from './SliderL';
57
59
  export { default as SpinnerL } from './SpinnerL';
58
60
  export { default as StackedL } from './StackedL';
59
- export { default as TableL } from './TableL';
60
- export { default as TextL } from './TextL';
61
61
  export { default as TextareaL } from './TextareaL';
62
62
  export { default as TooltipL } from './TooltipL';
63
63
  export { default as VideoL } from './VideoL';
64
64
  export { default as WarningL } from './WarningL';
65
+ export { default as TableL } from './TableL';
66
+ export { default as TextL } from './TextL';
@@ -11,6 +11,8 @@ export { default as DividerL } from './DividerL';
11
11
  export { default as FileTypePictureL } from './FileTypePictureL';
12
12
  export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
13
13
  export { default as FolderL } from './FolderL';
14
+ export { default as FolderPlainL } from './FolderPlainL';
15
+ export { default as FolderPredefinedL } from './FolderPredefinedL';
14
16
  export { default as FormEditL } from './FormEditL';
15
17
  export { default as FormGroupL } from './FormGroupL';
16
18
  export { default as FormL } from './FormL';
@@ -56,9 +58,9 @@ export { default as ShowL } from './ShowL';
56
58
  export { default as SliderL } from './SliderL';
57
59
  export { default as SpinnerL } from './SpinnerL';
58
60
  export { default as StackedL } from './StackedL';
59
- export { default as TableL } from './TableL';
60
- export { default as TextL } from './TextL';
61
61
  export { default as TextareaL } from './TextareaL';
62
62
  export { default as TooltipL } from './TooltipL';
63
63
  export { default as VideoL } from './VideoL';
64
64
  export { default as WarningL } from './WarningL';
65
+ export { default as TableL } from './TableL';
66
+ export { default as TextL } from './TextL';
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const SearchHybridXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SearchHybridXl;
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ const SearchHybridXl = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "search-hybrid-xl" }, props),
3
+ React.createElement("g", { fill: "#384350" },
4
+ React.createElement("path", { d: "M80.4 71.8L72 63.4s-.1-.1-.2-.1c3.6-4.8 5.8-10.8 5.8-17.3 0-15.8-12.8-28.7-28.8-28.8-11 0-20.5 6.2-25.4 15.3 0 .1 0 .1-.1.2H17c-1.5 0-2.7 1.2-2.8 2.8v20.9c0 1.5 1.2 2.7 2.8 2.8h6.3c4.8 9.1 14.3 15.4 25.5 15.4 6.4 0 12.4-2.1 17.1-5.7 0 .1.1.1.1.2l8.4 8.4c.8.8 1.8 1.2 2.9 1.2 1 0 2.1-.4 2.9-1.2.8-.8 1.2-1.8 1.2-2.9.2-1-.2-2-1-2.8zM16.3 57.4c-.2-.2-.4-.5-.4-.9v-8.7c.1-.7.7-1.3 1.5-1.3h3.8v1.3c0 1.3.5 2.5 1.4 3.3.8.8 2 1.3 3.3 1.3h3.6c.5 0 1-.2 1.3-.6.3-.3.5-.7.5-1.2v-8.9c0-.5-.2-1-.6-1.3-.3-.3-.7-.5-1.2-.5h-4c-2.3 0-4.2 1.9-4.2 4.2v.9h-3.8c-.6 0-1.1.2-1.5.4v-10c0-.3.1-.7.4-.9.2-.2.5-.4.9-.4h34.2c.3 0 .7.1.9.4.2.2.4.5.4.9V44c0 .4-.2.8-.4 1-.3.3-.6.4-1.1.4h-3.9v-.8c0-2.4-2-4.4-4.5-4.5h-3.8c-.5 0-.9.2-1.2.5-.3.3-.6.8-.6 1.3v1.5h-3.5c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h3.5v2.9h-3.5c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h3.5V51c0 .5.2.9.5 1.2.3.3.8.6 1.3.6h3.8c2.4 0 4.4-2 4.5-4.4V47h3.9c.6 0 1.1-.2 1.6-.4v10c0 .3-.1.7-.4.9-.2.2-.5.4-.9.4H17.2c-.3-.2-.7-.3-.9-.5zm13.3-15.8l.2.1.1.2v8.9l-.1.2H26c-.8 0-1.6-.3-2.2-.9-.6-.6-.9-1.3-.9-2.2v-3.5a2.732 2.732 0 012.7-2.7h4zm9.3 9.5l-.2-.1-.1-.2V42l.1-.2.2-.1h3.8c.8 0 1.5.3 2.1.9.5.5.9 1.3.9 2.1v1.1c-.1.1-.1.2-.1.4s0 .2.1.4v1.6c0 .8-.3 1.5-.9 2.1-.5.5-1.3.9-2.1.9h-3.8zm-13.6 8.1h26.1c1.5 0 2.7-1.2 2.8-2.8V44v-8.5c0-1.5-1.2-2.7-2.8-2.8H25.1c4.7-8.4 13.5-14 23.8-14 7.5 0 14.4 3.1 19.3 8s8 11.8 8 19.2c0 7.5-3 14.3-8 19.2-4.9 4.9-11.7 8-19.2 8-10.2.1-19.1-5.6-23.7-13.9zm54.1 17.3c-.5.5-1.2.8-1.8.8-.7 0-1.3-.2-1.8-.8l-8.4-8.4c1.3-1.1 2.5-2.3 3.7-3.6l8.4 8.4c.5.5.8 1.2.8 1.8-.2.6-.4 1.3-.9 1.8z" }),
5
+ React.createElement("path", { d: "M48.9 25.6c-4 0-7.7 1.1-10.9 3.1-.4.2-.5.7-.2 1s.7.5 1 .2c3-1.8 6.4-2.9 10.1-2.9 5.2 0 9.9 2.1 13.3 5.5 3.4 3.4 5.5 8.1 5.5 13.3 0 5.2-2.1 9.9-5.5 13.3-3.4 3.4-8.1 5.5-13.3 5.5-3.7 0-7-1-9.9-2.8-.3-.2-.8-.1-1 .2s-.1.8.2 1c3.1 2 6.8 3 10.7 3 11.2 0 20.3-9.1 20.3-20.3 0-10.9-9.1-20-20.3-20.1z" }))));
6
+ export default SearchHybridXl;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const SearchKeywordsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SearchKeywordsXl;
@@ -0,0 +1,7 @@
1
+ import * as React from 'react';
2
+ const SearchKeywordsXl = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "search-keywords-xl" }, props),
3
+ React.createElement("g", { fill: "#384350" },
4
+ React.createElement("path", { d: "M48 34.5l-3-.1v-3c0-.3-.2-.6-.5-.7-.3-.1-.6-.1-.8.2l-3.3 3.3c-.1.1-.2.3-.2.5v3.4l-.2.2c-1.8-1.6-4.1-2.5-6.7-2.5-5.7 0-10.2 4.6-10.2 10.2 0 5.7 4.6 10.2 10.2 10.2 5.7 0 10.2-4.6 10.2-10.2 0-2.6-.9-4.9-2.5-6.7l.1-.1h3.6c.2 0 .4-.1.5-.2l3.3-3.3c.2-.2.3-.5.2-.8-.1-.3-.4-.4-.7-.4zm-8.5 17.7c-1.6 1.6-3.8 2.6-6.2 2.6-2.4 0-4.6-1-6.2-2.6-1.6-1.6-2.6-3.8-2.6-6.2 0-2.4 1-4.6 2.6-6.2 1.6-1.6 3.8-2.6 6.2-2.6 2.1 0 4.1.8 5.6 2.1l-1.8 1.8c-1.1-.8-2.4-1.3-3.9-1.3-3.5 0-6.2 2.8-6.2 6.2 0 3.5 2.8 6.2 6.2 6.2 3.5 0 6.2-2.8 6.2-6.2 0-1.5-.5-2.8-1.3-3.9l1.8-1.8c1.3 1.5 2.1 3.5 2.1 5.6 0 2.5-.9 4.7-2.5 6.3zM38 46c0 1.3-.5 2.5-1.4 3.4-.9.9-2 1.4-3.4 1.4-1.3 0-2.5-.5-3.4-1.4-.9-.9-1.4-2-1.4-3.4 0-1.3.5-2.5 1.4-3.4.9-.9 2-1.4 3.4-1.4 1 0 2 .3 2.8.9l-2 2c-.1-.1-.4-.1-.7-.1-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2c0-.3-.1-.6-.2-.8l2-2c.6.8.9 1.8.9 2.8zm6.4-8.2h-2.7V35l1.8-1.8v1.9c0 .4.3.7.7.7l2.1.1-1.9 1.9z" }),
5
+ React.createElement("path", { d: "M80.4 71.8L72 63.4s-.1-.1-.2-.1c3.6-4.8 5.8-10.8 5.8-17.3 0-15.8-12.8-28.7-28.8-28.8-11 0-20.5 6.2-25.4 15.3 0 .1 0 .1-.1.2h-6.1c-1.6 0-2.9 1.3-3 3v20.6c0 1.6 1.3 2.9 3 3h6.1c4.8 9.1 14.3 15.4 25.5 15.4 6.4 0 12.4-2.1 17.1-5.7 0 .1.1.1.1.2l8.4 8.4c.8.8 1.8 1.2 2.9 1.2 1 0 2.1-.4 2.9-1.2.8-.8 1.2-1.8 1.2-2.9.2-1.1-.2-2.1-1-2.9zM25.3 59.2h25.9c1.6 0 2.9-1.3 3-3V35.7c0-1.6-1.3-2.9-3-3h-1.1c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h1.1c.4 0 .8.2 1 .4.3.3.4.6.4 1v20.6c0 .4-.2.8-.4 1-.3.3-.6.4-1 .4H17.4c-.4 0-.8-.2-1-.4-.3-.3-.4-.6-.4-1V35.7c0-.4.2-.8.4-1 .3-.3.6-.4 1-.4h19.4c.4 0 .8-.3.8-.8 0-.4-.3-.8-.8-.8H25.1c4.7-8.4 13.5-14 23.8-14 7.5 0 14.4 3.1 19.3 8s8 11.8 8 19.2c0 7.5-3 14.3-8 19.2-4.9 4.9-11.7 8-19.2 8-10.2.1-19.1-5.6-23.7-13.9zm54.1 17.3c-.5.5-1.2.8-1.8.8-.7 0-1.3-.2-1.8-.8l-8.4-8.4c1.3-1.1 2.5-2.3 3.7-3.6l8.4 8.4c.5.5.8 1.2.8 1.8-.2.6-.4 1.3-.9 1.8z" }),
6
+ React.createElement("path", { d: "M48.9 25.6c-4 0-7.7 1.1-10.9 3.1-.4.2-.5.7-.2 1s.7.5 1 .2c3-1.8 6.4-2.9 10.1-2.9 5.2 0 9.9 2.1 13.3 5.5 3.4 3.4 5.5 8.1 5.5 13.3 0 5.2-2.1 9.9-5.5 13.3-3.4 3.4-8.1 5.5-13.3 5.5-3.7 0-7-1-9.9-2.8-.3-.2-.8-.1-1 .2s-.1.8.2 1c3.1 2 6.8 3 10.7 3 11.2 0 20.3-9.1 20.3-20.3 0-10.9-9.1-20-20.3-20.1z" }))));
7
+ export default SearchKeywordsXl;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const SearchSemanticXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SearchSemanticXl;
@@ -0,0 +1,7 @@
1
+ import * as React from 'react';
2
+ const SearchSemanticXl = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "search-semantic-xl" }, props),
3
+ React.createElement("g", { fill: "#384350" },
4
+ React.createElement("path", { d: "M30.9 39.6c0-.1-.1-.1 0 0-.1-.1-.1-.1-.1-.2l-.1-.1-.1-.1h-.1-.1-.1-.2-.1l-.1.1-.1.1-.1.1-.1.1-5.7 11.3c-.2.4 0 .8.3 1 .4.2.8 0 1-.3l1.2-2.3c.1 0 .2.1.3.1H34.1l1.2 2.3c.2.4.6.5 1 .3s.5-.6.3-1l-5.7-11.4zm-3.8 8.2l3.1-6.2 3.1 6.2h-6.2zM40.7 39.1c-.4 0-.8.3-.8.8v11.3c0 .4.3.8.8.8.4 0 .8-.3.8-.8V39.9c0-.4-.4-.8-.8-.8z" }),
5
+ React.createElement("path", { d: "M80.1 71.6l-8.3-8.3-.1-.1c3.6-4.8 5.8-10.7 5.8-17.2 0-15.7-12.8-28.4-28.5-28.5-10.9 0-20.4 6.2-25.2 15.2v.1h-6.2c-1.5 0-2.7 1.2-2.8 2.8v20.8c0 1.5 1.2 2.7 2.8 2.8h6.2C28.5 68.3 38 74.5 49 74.5c6.4 0 12.2-2.1 17-5.6 0 .1.1.1.1.2l8.3 8.3c.8.8 1.8 1.2 2.9 1.2 1 0 2.1-.4 2.9-1.2.8-.8 1.2-1.8 1.2-2.9-.1-1.1-.5-2.1-1.3-2.9zM16.6 57.3c-.2-.2-.4-.5-.4-.9V35.6c0-.3.1-.7.4-.9.2-.2.5-.4.9-.4h33.9c.3 0 .7.1.9.4.2.2.4.5.4.9v20.8c0 .3-.1.7-.4.9-.2.2-.5.4-.9.4H17.5c-.3-.1-.7-.2-.9-.4zm8.9 1.8h25.9c1.5 0 2.7-1.2 2.8-2.8V35.6c0-1.5-1.2-2.7-2.8-2.8h-26C30 24.6 38.8 19 48.9 19c7.4 0 14.2 3 19.1 7.9 4.9 4.9 7.9 11.6 7.9 19.1 0 7.4-3 14.2-7.9 19.1-4.8 4.8-11.6 7.8-19 7.9-10.1-.1-18.9-5.6-23.5-13.9zm53.6 17.2c-.5.5-1.2.8-1.8.8-.7 0-1.3-.2-1.8-.8L67.1 68c1.3-1.1 2.6-2.3 3.7-3.6l8.3 8.3c.5.5.8 1.2.8 1.8-.1.6-.3 1.3-.8 1.8z" }),
6
+ React.createElement("path", { d: "M63.2 31.6c-3.7-3.7-8.7-5.9-14.3-5.9-3.9 0-7.7 1.1-10.8 3.1-.3.2-.5.7-.2 1 .2.3.7.5 1 .2 2.9-1.8 6.3-2.9 10-2.9 10.4 0 18.7 8.4 18.8 18.8 0 10.4-8.4 18.7-18.8 18.8-3.6 0-6.9-1.1-9.8-2.8-.4-.2-.8-.1-1 .3-.2.4-.1.8.3 1 3.1 1.9 6.7 3 10.6 3 5.6 0 10.7-2.3 14.3-5.9 3.7-3.7 5.9-8.7 5.9-14.3 0-5.7-2.3-10.8-6-14.4z" }))));
7
+ export default SearchSemanticXl;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const SmsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SmsXl;
@@ -0,0 +1,7 @@
1
+ import * as React from 'react';
2
+ const SmsXl = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "sms-xl" }, props),
3
+ React.createElement("g", { fill: "#384350" },
4
+ React.createElement("path", { d: "M47.6 17c-17.1 0-30.9 13.9-30.9 31s13.9 30.9 30.9 31c17.1 0 30.9-13.9 31-31-.1-17.1-13.9-30.9-31-31zM77 48c0 8.1-3.3 15.5-8.6 20.8-5.3 5.3-12.7 8.6-20.8 8.6-8.1 0-15.5-3.3-20.8-8.6-5.3-5.3-8.6-12.7-8.6-20.8 0-8.1 3.3-15.5 8.6-20.8 5.3-5.3 12.7-8.6 20.8-8.6 8.1 0 15.5 3.3 20.8 8.6C73.8 32.5 77 39.9 77 48z" }),
5
+ React.createElement("path", { d: "M63.8 34.8c-.6-.5-1.4-.8-2.3-.8h-27c-.9 0-1.7.3-2.3.8-.6.5-1.1 1.2-1.1 2.1V62.6c0 .3.1.5.4.6.2.1.5.1.7 0l8.5-4.2h20.7c.9 0 1.7-.3 2.3-.8.6-.5 1.1-1.2 1.1-2.1V36.9c.1-.8-.3-1.6-1-2.1zm-.5 21.4c0 .3-.2.6-.5.9-.3.3-.8.4-1.4.4H40.6c-.1 0-.2 0-.3.1l-7.6 3.8V36.9c0-.3.2-.6.5-.9.3-.3.8-.4 1.4-.4h27c.6 0 1.1.2 1.4.4.3.3.5.6.5.9v19.3z" }),
6
+ React.createElement("path", { d: "M59 43.1H39.5c-.4 0-.8.3-.8.8 0 .4.3.8.8.8H59c.4 0 .8-.3.8-.8 0-.4-.4-.8-.8-.8zM46.8 48.6h-7.3c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h7.3c.4 0 .8-.3.8-.8-.1-.4-.4-.8-.8-.8z" }))));
7
+ export default SmsXl;
@@ -70,10 +70,14 @@ export { default as ProductsSimilarXl } from './ProductsSimilarXl';
70
70
  export { default as PushXl } from './PushXl';
71
71
  export { default as RecentInteractionsXl } from './RecentInteractionsXl';
72
72
  export { default as ReggressionXl } from './ReggressionXl';
73
+ export { default as SearchHybridXl } from './SearchHybridXl';
74
+ export { default as SearchKeywordsXl } from './SearchKeywordsXl';
73
75
  export { default as SearchNoResultsXl } from './SearchNoResultsXl';
76
+ export { default as SearchSemanticXl } from './SearchSemanticXl';
74
77
  export { default as SectionXl } from './SectionXl';
75
78
  export { default as ShowXl } from './ShowXl';
76
79
  export { default as SilentPushXl } from './SilentPushXl';
80
+ export { default as SmsXl } from './SmsXl';
77
81
  export { default as ToolsXl } from './ToolsXl';
78
82
  export { default as UserCircleUpXl } from './UserCircleUpXl';
79
83
  export { default as UserCircleXl } from './UserCircleXl';
@@ -70,10 +70,14 @@ export { default as ProductsSimilarXl } from './ProductsSimilarXl';
70
70
  export { default as PushXl } from './PushXl';
71
71
  export { default as RecentInteractionsXl } from './RecentInteractionsXl';
72
72
  export { default as ReggressionXl } from './ReggressionXl';
73
+ export { default as SearchHybridXl } from './SearchHybridXl';
74
+ export { default as SearchKeywordsXl } from './SearchKeywordsXl';
73
75
  export { default as SearchNoResultsXl } from './SearchNoResultsXl';
76
+ export { default as SearchSemanticXl } from './SearchSemanticXl';
74
77
  export { default as SectionXl } from './SectionXl';
75
78
  export { default as ShowXl } from './ShowXl';
76
79
  export { default as SilentPushXl } from './SilentPushXl';
80
+ export { default as SmsXl } from './SmsXl';
77
81
  export { default as ToolsXl } from './ToolsXl';
78
82
  export { default as UserCircleUpXl } from './UserCircleUpXl';
79
83
  export { default as UserCircleXl } from './UserCircleXl';
@@ -376,8 +376,8 @@ export { default as FileTypeVideo } from './FileTypeVideo';
376
376
  export { default as FileTypeXls } from './FileTypeXls';
377
377
  export { default as FileTypeZip } from './FileTypeZip';
378
378
  export { default as FileUploadL } from './FileUploadL';
379
- export { default as FileUploadM } from './FileUploadM';
380
379
  export { default as FileViewM } from './FileViewM';
380
+ export { default as FileUploadM } from './FileUploadM';
381
381
  export { default as FilterM } from './FilterM';
382
382
  export { default as FingerprintM } from './FingerprintM';
383
383
  export { default as FirefoxFillM } from './FirefoxFillM';
@@ -653,7 +653,7 @@ export { default as ServerCheckM } from './ServerCheckM';
653
653
  export { default as ServerLockM } from './ServerLockM';
654
654
  export { default as ServerM } from './ServerM';
655
655
  export { default as ServerRemoveM } from './ServerRemoveM';
656
- export { default as ServerThunderM } from './ServerThunderM';
656
+ export { default as AnonymousM } from './AnonymousM';
657
657
  export { default as ServerTimeM } from './ServerTimeM';
658
658
  export { default as Settings2M } from './Settings2M';
659
659
  export { default as Settings2S } from './Settings2S';
@@ -670,7 +670,7 @@ export { default as ShipmentAddM } from './ShipmentAddM';
670
670
  export { default as ShipmentBackM } from './ShipmentBackM';
671
671
  export { default as ShipmentCheckM } from './ShipmentCheckM';
672
672
  export { default as ShipmentForwardM } from './ShipmentForwardM';
673
- export { default as ShipmentInterruptedM } from './ShipmentInterruptedM';
673
+ export { default as AngleUpS } from './AngleUpS';
674
674
  export { default as ShipmentM } from './ShipmentM';
675
675
  export { default as ShipmentRemoveM } from './ShipmentRemoveM';
676
676
  export { default as ShipmentSearchM } from './ShipmentSearchM';
@@ -840,6 +840,6 @@ export { default as YenCircleM } from './YenCircleM';
840
840
  export { default as YenM } from './YenM';
841
841
  export { default as YoutubeFillM } from './YoutubeFillM';
842
842
  export { default as YoutubeM } from './YoutubeM';
843
- export { default as AnonymousM } from './AnonymousM';
844
- export { default as AngleUpS } from './AngleUpS';
843
+ export { default as ShipmentInterruptedM } from './ShipmentInterruptedM';
844
+ export { default as ServerThunderM } from './ServerThunderM';
845
845
  export { default as AngleUpM } from './AngleUpM';
@@ -376,8 +376,8 @@ export { default as FileTypeVideo } from './FileTypeVideo';
376
376
  export { default as FileTypeXls } from './FileTypeXls';
377
377
  export { default as FileTypeZip } from './FileTypeZip';
378
378
  export { default as FileUploadL } from './FileUploadL';
379
- export { default as FileUploadM } from './FileUploadM';
380
379
  export { default as FileViewM } from './FileViewM';
380
+ export { default as FileUploadM } from './FileUploadM';
381
381
  export { default as FilterM } from './FilterM';
382
382
  export { default as FingerprintM } from './FingerprintM';
383
383
  export { default as FirefoxFillM } from './FirefoxFillM';
@@ -653,7 +653,7 @@ export { default as ServerCheckM } from './ServerCheckM';
653
653
  export { default as ServerLockM } from './ServerLockM';
654
654
  export { default as ServerM } from './ServerM';
655
655
  export { default as ServerRemoveM } from './ServerRemoveM';
656
- export { default as ServerThunderM } from './ServerThunderM';
656
+ export { default as AnonymousM } from './AnonymousM';
657
657
  export { default as ServerTimeM } from './ServerTimeM';
658
658
  export { default as Settings2M } from './Settings2M';
659
659
  export { default as Settings2S } from './Settings2S';
@@ -670,7 +670,7 @@ export { default as ShipmentAddM } from './ShipmentAddM';
670
670
  export { default as ShipmentBackM } from './ShipmentBackM';
671
671
  export { default as ShipmentCheckM } from './ShipmentCheckM';
672
672
  export { default as ShipmentForwardM } from './ShipmentForwardM';
673
- export { default as ShipmentInterruptedM } from './ShipmentInterruptedM';
673
+ export { default as AngleUpS } from './AngleUpS';
674
674
  export { default as ShipmentM } from './ShipmentM';
675
675
  export { default as ShipmentRemoveM } from './ShipmentRemoveM';
676
676
  export { default as ShipmentSearchM } from './ShipmentSearchM';
@@ -840,6 +840,6 @@ export { default as YenCircleM } from './YenCircleM';
840
840
  export { default as YenM } from './YenM';
841
841
  export { default as YoutubeFillM } from './YoutubeFillM';
842
842
  export { default as YoutubeM } from './YoutubeM';
843
- export { default as AnonymousM } from './AnonymousM';
844
- export { default as AngleUpS } from './AngleUpS';
843
+ export { default as ShipmentInterruptedM } from './ShipmentInterruptedM';
844
+ export { default as ServerThunderM } from './ServerThunderM';
845
845
  export { default as AngleUpM } from './AngleUpM';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-icon",
3
- "version": "0.59.1",
3
+ "version": "0.60.0",
4
4
  "description": "Icon UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -56,5 +56,5 @@
56
56
  "glob": "7.1.6",
57
57
  "string-hash": "^1.1.3"
58
58
  },
59
- "gitHead": "16918244eff3f4e37db24ae3d90687d4e6a233a4"
59
+ "gitHead": "9e7d97fc5f8a9fd938b38e9d1678e050e0478e0e"
60
60
  }