@synerise/ds-icon 0.64.0 → 0.64.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist/cjs/icons/BookmarkFillM.d.ts +3 -0
- package/dist/cjs/icons/BookmarkFillM.js +6 -0
- package/dist/cjs/icons/L/index.d.ts +1 -1
- package/dist/cjs/icons/L/index.js +3 -3
- package/dist/cjs/icons/XL/index.d.ts +2 -2
- package/dist/cjs/icons/XL/index.js +5 -5
- package/dist/cjs/icons/index.d.ts +12 -11
- package/dist/cjs/icons/index.js +34 -31
- package/dist/esm/icons/BookmarkFillM.d.ts +3 -0
- package/dist/esm/icons/BookmarkFillM.js +4 -0
- package/dist/esm/icons/L/index.d.ts +1 -1
- package/dist/esm/icons/L/index.js +1 -1
- package/dist/esm/icons/XL/index.d.ts +2 -2
- package/dist/esm/icons/XL/index.js +2 -2
- package/dist/esm/icons/index.d.ts +12 -11
- package/dist/esm/icons/index.js +12 -11
- 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.64.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@0.64.0...@synerise/ds-icon@0.64.1) (2024-07-15)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **icon:** add new icon ([9567ea0](https://github.com/Synerise/synerise-design/commit/9567ea068c73cf1010b1b8ee188b0ef45d4ad573))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [0.64.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@0.63.0...@synerise/ds-icon@0.64.0) (2024-07-05)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const React = require("react");
|
|
4
|
+
const BookmarkFillM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "bookmark-fill-m" }, props),
|
|
5
|
+
React.createElement("path", { d: "M8.75 3.5h6.5A2.77 2.77 0 0118 6.283V19.75a.75.75 0 01-1.119.653l-4.874-2.749-4.89 2.75A.75.75 0 016 19.75V6.283A2.77 2.77 0 018.75 3.5zm6.5 1.5h-6.5c-.699.01-1.258.584-1.25 1.283V7.9h9V6.283c.008-.7-.55-1.273-1.25-1.283z" })));
|
|
6
|
+
exports.default = BookmarkFillM;
|
|
@@ -52,7 +52,6 @@ export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
|
52
52
|
export { default as Section12L } from './Section12L';
|
|
53
53
|
export { default as Section13L } from './Section13L';
|
|
54
54
|
export { default as Section37L } from './Section37L';
|
|
55
|
-
export { default as SectionL } from './SectionL';
|
|
56
55
|
export { default as SelectL } from './SelectL';
|
|
57
56
|
export { default as ShowL } from './ShowL';
|
|
58
57
|
export { default as SliderL } from './SliderL';
|
|
@@ -64,3 +63,4 @@ export { default as TextareaL } from './TextareaL';
|
|
|
64
63
|
export { default as TooltipL } from './TooltipL';
|
|
65
64
|
export { default as VideoL } from './VideoL';
|
|
66
65
|
export { default as WarningL } from './WarningL';
|
|
66
|
+
export { default as SectionL } from './SectionL';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
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.WarningL = exports.VideoL = exports.TooltipL = exports.TextareaL = exports.TextL = exports.TableL = exports.StackedL = exports.SpinnerL = exports.SliderL = exports.ShowL = exports.SelectL = exports.
|
|
4
|
+
exports.SectionL = exports.WarningL = exports.VideoL = exports.TooltipL = exports.TextareaL = exports.TextL = exports.TableL = exports.StackedL = exports.SpinnerL = exports.SliderL = exports.ShowL = exports.SelectL = 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");
|
|
@@ -110,8 +110,6 @@ var Section13L_1 = require("./Section13L");
|
|
|
110
110
|
Object.defineProperty(exports, "Section13L", { enumerable: true, get: function () { return Section13L_1.default; } });
|
|
111
111
|
var Section37L_1 = require("./Section37L");
|
|
112
112
|
Object.defineProperty(exports, "Section37L", { enumerable: true, get: function () { return Section37L_1.default; } });
|
|
113
|
-
var SectionL_1 = require("./SectionL");
|
|
114
|
-
Object.defineProperty(exports, "SectionL", { enumerable: true, get: function () { return SectionL_1.default; } });
|
|
115
113
|
var SelectL_1 = require("./SelectL");
|
|
116
114
|
Object.defineProperty(exports, "SelectL", { enumerable: true, get: function () { return SelectL_1.default; } });
|
|
117
115
|
var ShowL_1 = require("./ShowL");
|
|
@@ -134,3 +132,5 @@ var VideoL_1 = require("./VideoL");
|
|
|
134
132
|
Object.defineProperty(exports, "VideoL", { enumerable: true, get: function () { return VideoL_1.default; } });
|
|
135
133
|
var WarningL_1 = require("./WarningL");
|
|
136
134
|
Object.defineProperty(exports, "WarningL", { enumerable: true, get: function () { return WarningL_1.default; } });
|
|
135
|
+
var SectionL_1 = require("./SectionL");
|
|
136
|
+
Object.defineProperty(exports, "SectionL", { enumerable: true, get: function () { return SectionL_1.default; } });
|
|
@@ -56,13 +56,13 @@ export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
|
56
56
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
57
57
|
export { default as MessageXl } from './MessageXl';
|
|
58
58
|
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
59
|
-
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
60
59
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
60
|
+
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
61
61
|
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
62
62
|
export { default as MultivalueXl } from './MultivalueXl';
|
|
63
63
|
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
64
|
-
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
65
64
|
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
65
|
+
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
66
66
|
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
67
67
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
68
68
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
@@ -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.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.
|
|
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.NoPermissionXl = exports.NotificationsEditXl = exports.NetworkFileXl = exports.MultivalueXl = exports.MobileUpdateXl = exports.MobilePromotionXl = exports.MobileStepsXl = 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");
|
|
@@ -118,20 +118,20 @@ var MessageXl_1 = require("./MessageXl");
|
|
|
118
118
|
Object.defineProperty(exports, "MessageXl", { enumerable: true, get: function () { return MessageXl_1.default; } });
|
|
119
119
|
var MobileBannerXl_1 = require("./MobileBannerXl");
|
|
120
120
|
Object.defineProperty(exports, "MobileBannerXl", { enumerable: true, get: function () { return MobileBannerXl_1.default; } });
|
|
121
|
-
var MobilePromotionXl_1 = require("./MobilePromotionXl");
|
|
122
|
-
Object.defineProperty(exports, "MobilePromotionXl", { enumerable: true, get: function () { return MobilePromotionXl_1.default; } });
|
|
123
121
|
var MobileStepsXl_1 = require("./MobileStepsXl");
|
|
124
122
|
Object.defineProperty(exports, "MobileStepsXl", { enumerable: true, get: function () { return MobileStepsXl_1.default; } });
|
|
123
|
+
var MobilePromotionXl_1 = require("./MobilePromotionXl");
|
|
124
|
+
Object.defineProperty(exports, "MobilePromotionXl", { enumerable: true, get: function () { return MobilePromotionXl_1.default; } });
|
|
125
125
|
var MobileUpdateXl_1 = require("./MobileUpdateXl");
|
|
126
126
|
Object.defineProperty(exports, "MobileUpdateXl", { enumerable: true, get: function () { return MobileUpdateXl_1.default; } });
|
|
127
127
|
var MultivalueXl_1 = require("./MultivalueXl");
|
|
128
128
|
Object.defineProperty(exports, "MultivalueXl", { enumerable: true, get: function () { return MultivalueXl_1.default; } });
|
|
129
129
|
var NetworkFileXl_1 = require("./NetworkFileXl");
|
|
130
130
|
Object.defineProperty(exports, "NetworkFileXl", { enumerable: true, get: function () { return NetworkFileXl_1.default; } });
|
|
131
|
-
var NoPermissionXl_1 = require("./NoPermissionXl");
|
|
132
|
-
Object.defineProperty(exports, "NoPermissionXl", { enumerable: true, get: function () { return NoPermissionXl_1.default; } });
|
|
133
131
|
var NotificationsEditXl_1 = require("./NotificationsEditXl");
|
|
134
132
|
Object.defineProperty(exports, "NotificationsEditXl", { enumerable: true, get: function () { return NotificationsEditXl_1.default; } });
|
|
133
|
+
var NoPermissionXl_1 = require("./NoPermissionXl");
|
|
134
|
+
Object.defineProperty(exports, "NoPermissionXl", { enumerable: true, get: function () { return NoPermissionXl_1.default; } });
|
|
135
135
|
var ProductsBundleXl_1 = require("./ProductsBundleXl");
|
|
136
136
|
Object.defineProperty(exports, "ProductsBundleXl", { enumerable: true, get: function () { return ProductsBundleXl_1.default; } });
|
|
137
137
|
var ProductsFeedXl_1 = require("./ProductsFeedXl");
|
|
@@ -39,7 +39,6 @@ export { default as AnonymousM } from './AnonymousM';
|
|
|
39
39
|
export { default as ApiAddM } from './ApiAddM';
|
|
40
40
|
export { default as ApiBlockM } from './ApiBlockM';
|
|
41
41
|
export { default as ApiCheckM } from './ApiCheckM';
|
|
42
|
-
export { default as ApiEditM } from './ApiEditM';
|
|
43
42
|
export { default as ApiM } from './ApiM';
|
|
44
43
|
export { default as ApiPlayM } from './ApiPlayM';
|
|
45
44
|
export { default as ApiRemoveM } from './ApiRemoveM';
|
|
@@ -103,6 +102,7 @@ export { default as BluetoothM } from './BluetoothM';
|
|
|
103
102
|
export { default as BoldM } from './BoldM';
|
|
104
103
|
export { default as Book2M } from './Book2M';
|
|
105
104
|
export { default as BookM } from './BookM';
|
|
105
|
+
export { default as BookmarkFillM } from './BookmarkFillM';
|
|
106
106
|
export { default as BookmarkM } from './BookmarkM';
|
|
107
107
|
export { default as BooleanM } from './BooleanM';
|
|
108
108
|
export { default as BrightnessM } from './BrightnessM';
|
|
@@ -121,9 +121,10 @@ export { default as BrowserSslM } from './BrowserSslM';
|
|
|
121
121
|
export { default as BrowserStopM } from './BrowserStopM';
|
|
122
122
|
export { default as BrowserTimerM } from './BrowserTimerM';
|
|
123
123
|
export { default as BubbleM } from './BubbleM';
|
|
124
|
+
export { default as AngleUpS } from './AngleUpS';
|
|
124
125
|
export { default as BucketFillM } from './BucketFillM';
|
|
125
|
-
export { default as BulbTipM } from './BulbTipM';
|
|
126
126
|
export { default as ButtonM } from './ButtonM';
|
|
127
|
+
export { default as BulbTipM } from './BulbTipM';
|
|
127
128
|
export { default as CalculatorM } from './CalculatorM';
|
|
128
129
|
export { default as Calendar2M } from './Calendar2M';
|
|
129
130
|
export { default as CalendarAddM } from './CalendarAddM';
|
|
@@ -146,8 +147,8 @@ export { default as CallDisconnectedM } from './CallDisconnectedM';
|
|
|
146
147
|
export { default as CallEndM } from './CallEndM';
|
|
147
148
|
export { default as CallFavouritesM } from './CallFavouritesM';
|
|
148
149
|
export { default as CallForwardM } from './CallForwardM';
|
|
149
|
-
export { default as CallHoldM } from './CallHoldM';
|
|
150
150
|
export { default as CallIncomingM } from './CallIncomingM';
|
|
151
|
+
export { default as CallHoldM } from './CallHoldM';
|
|
151
152
|
export { default as CallInternalM } from './CallInternalM';
|
|
152
153
|
export { default as CallLineNumberM } from './CallLineNumberM';
|
|
153
154
|
export { default as CallM } from './CallM';
|
|
@@ -179,8 +180,8 @@ export { default as CategoryAddM } from './CategoryAddM';
|
|
|
179
180
|
export { default as CategoryCheckM } from './CategoryCheckM';
|
|
180
181
|
export { default as CategoryEditM } from './CategoryEditM';
|
|
181
182
|
export { default as CategoryM } from './CategoryM';
|
|
182
|
-
export { default as CategoryRemoveM } from './CategoryRemoveM';
|
|
183
183
|
export { default as CategoryShowM } from './CategoryShowM';
|
|
184
|
+
export { default as CategoryRemoveM } from './CategoryRemoveM';
|
|
184
185
|
export { default as ChangeStageM } from './ChangeStageM';
|
|
185
186
|
export { default as ChatAddM } from './ChatAddM';
|
|
186
187
|
export { default as ChatBlockM } from './ChatBlockM';
|
|
@@ -210,6 +211,7 @@ export { default as ChildRowRightUpM } from './ChildRowRightUpM';
|
|
|
210
211
|
export { default as ChromeFillM } from './ChromeFillM';
|
|
211
212
|
export { default as ChromeM } from './ChromeM';
|
|
212
213
|
export { default as CircleChartM } from './CircleChartM';
|
|
214
|
+
export { default as AngleUpM } from './AngleUpM';
|
|
213
215
|
export { default as CircleShapeM } from './CircleShapeM';
|
|
214
216
|
export { default as ClearStyleM } from './ClearStyleM';
|
|
215
217
|
export { default as ClickM } from './ClickM';
|
|
@@ -224,8 +226,6 @@ export { default as Close3S } from './Close3S';
|
|
|
224
226
|
export { default as CloseM } from './CloseM';
|
|
225
227
|
export { default as CloseS } from './CloseS';
|
|
226
228
|
export { default as CloudM } from './CloudM';
|
|
227
|
-
export { default as CodeM } from './CodeM';
|
|
228
|
-
export { default as CodeTerminalM } from './CodeTerminalM';
|
|
229
229
|
export { default as Coin2M } from './Coin2M';
|
|
230
230
|
export { default as CoinM } from './CoinM';
|
|
231
231
|
export { default as ColumnDisconnectM } from './ColumnDisconnectM';
|
|
@@ -355,11 +355,11 @@ export { default as FileEditM } from './FileEditM';
|
|
|
355
355
|
export { default as FileExpiredM } from './FileExpiredM';
|
|
356
356
|
export { default as FileM } from './FileM';
|
|
357
357
|
export { default as FileRemoveM } from './FileRemoveM';
|
|
358
|
-
export { default as FileTypeCustomersM } from './FileTypeCustomersM';
|
|
359
|
-
export { default as FileTypeDefault } from './FileTypeDefault';
|
|
360
358
|
export { default as FileS } from './FileS';
|
|
361
359
|
export { default as FileStopM } from './FileStopM';
|
|
362
360
|
export { default as FileTypeCsv } from './FileTypeCsv';
|
|
361
|
+
export { default as FileTypeCustomersM } from './FileTypeCustomersM';
|
|
362
|
+
export { default as FileTypeDefault } from './FileTypeDefault';
|
|
363
363
|
export { default as FileTypeDoc } from './FileTypeDoc';
|
|
364
364
|
export { default as FileTypeHtml } from './FileTypeHtml';
|
|
365
365
|
export { default as FileTypeImageM } from './FileTypeImageM';
|
|
@@ -712,7 +712,6 @@ export { default as SplitM } from './SplitM';
|
|
|
712
712
|
export { default as StackedM } from './StackedM';
|
|
713
713
|
export { default as StarFillM } from './StarFillM';
|
|
714
714
|
export { default as StarFillS } from './StarFillS';
|
|
715
|
-
export { default as StarM } from './StarM';
|
|
716
715
|
export { default as StarS } from './StarS';
|
|
717
716
|
export { default as StatsColorM } from './StatsColorM';
|
|
718
717
|
export { default as StatsGrayM } from './StatsGrayM';
|
|
@@ -845,6 +844,8 @@ export { default as YenCircleM } from './YenCircleM';
|
|
|
845
844
|
export { default as YenM } from './YenM';
|
|
846
845
|
export { default as YoutubeFillM } from './YoutubeFillM';
|
|
847
846
|
export { default as YoutubeM } from './YoutubeM';
|
|
848
|
-
export { default as
|
|
849
|
-
export { default as
|
|
847
|
+
export { default as ApiEditM } from './ApiEditM';
|
|
848
|
+
export { default as StarM } from './StarM';
|
|
849
|
+
export { default as CodeM } from './CodeM';
|
|
850
850
|
export { default as AngleTopS } from './AngleTopS';
|
|
851
|
+
export { default as CodeTerminalM } from './CodeTerminalM';
|
package/dist/cjs/icons/index.js
CHANGED
|
@@ -1,22 +1,23 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AreaM = exports.AppleM = exports.AppleFillM = exports.ApiTimerM = exports.ApiStopM = exports.ApiRemoveM = exports.ApiPlayM = exports.ApiM = exports.
|
|
4
|
-
exports.BlockM = exports.BatteryMediumM = exports.BatteryLowM = exports.BatteryHighM = exports.BatteryEmptyM = exports.BatteryChargeM = exports.BarcodeM = exports.BarM = exports.AxisY2M = exports.AxisY1M = exports.AutomationGreyM = exports.AutomationColorM = exports.AttachmentsM = exports.AtM = exports.AssetsGreyM = exports.AssetsColorM = exports.ArrowUpS = exports.ArrowUpM = exports.ArrowUpDownS = exports.ArrowUpDownM = exports.ArrowUpCircleM = exports.ArrowRuS = exports.ArrowRuM = exports.ArrowRuCircleM = exports.ArrowRightS = exports.ArrowRightM = exports.ArrowRightCircleM = exports.ArrowRdS = exports.ArrowRdM = exports.ArrowRdCircleM = exports.ArrowLuS = exports.ArrowLuM = exports.ArrowLuCircleM = exports.ArrowLeftS = exports.ArrowLeftRightS = exports.ArrowLeftRightM = exports.ArrowLeftM = exports.ArrowLeftCircleM = exports.ArrowLdS = exports.ArrowLdM = exports.ArrowLdCircleM = exports.ArrowDragM = exports.ArrowDownS = exports.ArrowDownM = exports.ArrowDownCircleM = exports.ArrangeVerM = exports.ArrangeS = exports.ArrangeM = exports.ArrangeHorM =
|
|
5
|
-
exports.CallIncomingM = exports.
|
|
6
|
-
exports.
|
|
7
|
-
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.
|
|
3
|
+
exports.AreaPercentageM = exports.AreaM = exports.AppleM = exports.AppleFillM = exports.ApiTimerM = exports.ApiStopM = exports.ApiRemoveM = exports.ApiPlayM = exports.ApiM = exports.ApiCheckM = exports.ApiBlockM = exports.ApiAddM = exports.AnonymousM = exports.AngleRightS = exports.AngleRightM = exports.AngleLeftS = exports.AngleLeftM = exports.AngleDownS = exports.AngleDownM = exports.AngleBottomS = exports.AndroidM = exports.AndroidFillM = exports.AnalyticsGreyM = exports.AnalyticsColorM = exports.AlignVertUpM = exports.AlignVertDownM = exports.AlignVertCenterM = exports.AlignRightM = exports.AlignLeftM = exports.AlignJustifyM = exports.AlignHorRightM = exports.AlignHorLeftM = exports.AlignHorCenterM = exports.AlignCenterM = exports.AlertSmsM = exports.AlertMailM = exports.AiSearchGreyM = exports.AiSearchColorM = exports.AiIconM = exports.AgreementsOnM = exports.AgreementsOffM = exports.AggregateM = exports.AddS = exports.AddM = exports.Add3S = exports.Add3M = exports.Add2S = exports.Add2M = exports.AcademyM = exports.AbTestM = void 0;
|
|
4
|
+
exports.BlockS = exports.BlockM = exports.BatteryMediumM = exports.BatteryLowM = exports.BatteryHighM = exports.BatteryEmptyM = exports.BatteryChargeM = exports.BarcodeM = exports.BarM = exports.AxisY2M = exports.AxisY1M = exports.AutomationGreyM = exports.AutomationColorM = exports.AttachmentsM = exports.AtM = exports.AssetsGreyM = exports.AssetsColorM = exports.ArrowUpS = exports.ArrowUpM = exports.ArrowUpDownS = exports.ArrowUpDownM = exports.ArrowUpCircleM = exports.ArrowRuS = exports.ArrowRuM = exports.ArrowRuCircleM = exports.ArrowRightS = exports.ArrowRightM = exports.ArrowRightCircleM = exports.ArrowRdS = exports.ArrowRdM = exports.ArrowRdCircleM = exports.ArrowLuS = exports.ArrowLuM = exports.ArrowLuCircleM = exports.ArrowLeftS = exports.ArrowLeftRightS = exports.ArrowLeftRightM = exports.ArrowLeftM = exports.ArrowLeftCircleM = exports.ArrowLdS = exports.ArrowLdM = exports.ArrowLdCircleM = exports.ArrowDragM = exports.ArrowDownS = exports.ArrowDownM = exports.ArrowDownCircleM = exports.ArrangeVerM = exports.ArrangeS = exports.ArrangeM = exports.ArrangeHorM = void 0;
|
|
5
|
+
exports.CallIncomingM = exports.CallForwardM = exports.CallFavouritesM = exports.CallEndM = exports.CallDisconnectedM = exports.CallDeclineM = exports.CallConversationM = exports.CallContinueM = exports.CallBlockM = exports.CallAddM = exports.CalendarUpM = exports.CalendarSwitchM = exports.CalendarS = exports.CalendarRemoveM = exports.CalendarMoneyM = exports.CalendarM = exports.CalendarEditM = exports.CalendarDownM = exports.CalendarCheckM = exports.CalendarBlockM = exports.CalendarAddM = exports.Calendar2M = exports.CalculatorM = exports.BulbTipM = exports.ButtonM = exports.BucketFillM = exports.AngleUpS = exports.BubbleM = exports.BrowserTimerM = exports.BrowserStopM = exports.BrowserSslM = exports.BrowserSearchM = exports.BrowserRemoveM = exports.BrowserPlayM = exports.BrowserMailM = exports.BrowserM = exports.BrowserLockM = exports.BrowserEditM = exports.BrowserCodeM = exports.BrowserCheckM = exports.BrowserBlockM = exports.BrowserAddM = exports.BrightnessM = exports.BooleanM = exports.BookmarkM = exports.BookmarkFillM = exports.BookM = exports.Book2M = exports.BoldM = exports.BluetoothM = void 0;
|
|
6
|
+
exports.CheckboxDeafultM = exports.CheckS = exports.CheckM = exports.Check3S = exports.Check3M = exports.Check2S = exports.Check2M = exports.ChatVendorM = exports.ChatShowM = exports.ChatRemoveM = exports.ChatM = exports.ChatGreyM = exports.ChatColorM = exports.ChatBlockM = exports.ChatAddM = exports.ChangeStageM = exports.CategoryRemoveM = exports.CategoryShowM = exports.CategoryM = exports.CategoryEditM = exports.CategoryCheckM = exports.CategoryAddM = exports.CashboxM = exports.CartStatusM = exports.CartRemoveM = exports.CartM = exports.CartEditM = exports.CartCheckM = exports.CartBlockM = exports.CartAddM = exports.CardM = exports.CappingM = exports.CampaignsGreyM = exports.CampaignsColorM = exports.CameraUpdateM = exports.CameraS = exports.CameraM = exports.CallVoicemailM = exports.CallTimeM = exports.CallSpecialM = exports.CallRingVolumeM = exports.CallRecallM = exports.CallOutgoingM = exports.CallNophoneM = exports.CallMissedM = exports.CallMessageM = exports.CallM = exports.CallLineNumberM = exports.CallInternalM = exports.CallHoldM = void 0;
|
|
7
|
+
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.CloudM = exports.CloseS = exports.CloseM = exports.Close3S = exports.Close3M = exports.Close2S = exports.Close2M = exports.ClockS = exports.ClockM = exports.ClockFailedM = exports.Clock2M = exports.ClickM = exports.ClearStyleM = exports.CircleShapeM = exports.AngleUpM = exports.CircleChartM = exports.ChromeM = exports.ChromeFillM = exports.ChildRowRightUpM = exports.ChildRowRightDownM = exports.ChildRowMiddleRightM = exports.ChildRowMiddleLeftM = exports.ChildRowLeftUpM = exports.ChildRowLeftDownM = exports.CheckboxSelectedOutlineM = exports.CheckboxSelectedFillM = exports.CheckboxM = exports.CheckboxIndeterminateM = void 0;
|
|
8
8
|
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 = exports.CreditCardCheckM = void 0;
|
|
9
9
|
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.ErrorS = exports.ErrorM = exports.ErrorFillS = 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 = exports.DuplicateM = void 0;
|
|
10
|
-
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.
|
|
10
|
+
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 = exports.FileDownloadM = exports.FileCodeM = exports.FileCheckM = void 0;
|
|
11
11
|
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 = exports.FolderStopM = exports.FolderS = exports.FolderRemoveM = void 0;
|
|
12
12
|
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 = exports.HomeM = exports.HistogramM = exports.HideM = void 0;
|
|
13
13
|
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 = exports.LinkM = exports.LinesM = exports.LineM = void 0;
|
|
14
14
|
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 = exports.NetworkGlobeM = exports.NetworkFolderM = exports.NetworkFileM = void 0;
|
|
15
15
|
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.ResizeArrowM = 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 = exports.PushAddM = exports.PublicReadableM = exports.PublicEditableM = void 0;
|
|
16
16
|
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 = exports.Server2MultipleM = exports.Server2M = exports.Server2DownloadM = exports.SendM = void 0;
|
|
17
|
-
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.
|
|
18
|
-
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 = exports.ThunderFillS = exports.ThunderFillM = exports.Thunder2M = exports.TextSizeM =
|
|
19
|
-
exports.AngleTopS = exports.
|
|
17
|
+
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.StarFillS = exports.StarFillM = exports.StackedM = exports.SplitM = exports.SplitAbM = exports.SpinnerS = exports.SpinnerM = exports.SortZaM = exports.SortDescendingM = exports.SortAzM = exports.SortAscendingM = exports.SoftBounceM = exports.SocialProofM = exports.SmsRemoveM = void 0;
|
|
18
|
+
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 = exports.ThunderFillS = exports.ThunderFillM = exports.Thunder2M = exports.TextSizeM = void 0;
|
|
19
|
+
exports.AngleTopS = exports.CodeM = exports.StarM = exports.ApiEditM = 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 = exports.VolumeMinM = exports.VolumeMaxM = exports.VolumeHalfM = exports.VolumeDownM = void 0;
|
|
20
|
+
exports.CodeTerminalM = void 0;
|
|
20
21
|
var AbTestM_1 = require("./AbTestM");
|
|
21
22
|
Object.defineProperty(exports, "AbTestM", { enumerable: true, get: function () { return AbTestM_1.default; } });
|
|
22
23
|
var AcademyM_1 = require("./AcademyM");
|
|
@@ -99,8 +100,6 @@ var ApiBlockM_1 = require("./ApiBlockM");
|
|
|
99
100
|
Object.defineProperty(exports, "ApiBlockM", { enumerable: true, get: function () { return ApiBlockM_1.default; } });
|
|
100
101
|
var ApiCheckM_1 = require("./ApiCheckM");
|
|
101
102
|
Object.defineProperty(exports, "ApiCheckM", { enumerable: true, get: function () { return ApiCheckM_1.default; } });
|
|
102
|
-
var ApiEditM_1 = require("./ApiEditM");
|
|
103
|
-
Object.defineProperty(exports, "ApiEditM", { enumerable: true, get: function () { return ApiEditM_1.default; } });
|
|
104
103
|
var ApiM_1 = require("./ApiM");
|
|
105
104
|
Object.defineProperty(exports, "ApiM", { enumerable: true, get: function () { return ApiM_1.default; } });
|
|
106
105
|
var ApiPlayM_1 = require("./ApiPlayM");
|
|
@@ -227,6 +226,8 @@ var Book2M_1 = require("./Book2M");
|
|
|
227
226
|
Object.defineProperty(exports, "Book2M", { enumerable: true, get: function () { return Book2M_1.default; } });
|
|
228
227
|
var BookM_1 = require("./BookM");
|
|
229
228
|
Object.defineProperty(exports, "BookM", { enumerable: true, get: function () { return BookM_1.default; } });
|
|
229
|
+
var BookmarkFillM_1 = require("./BookmarkFillM");
|
|
230
|
+
Object.defineProperty(exports, "BookmarkFillM", { enumerable: true, get: function () { return BookmarkFillM_1.default; } });
|
|
230
231
|
var BookmarkM_1 = require("./BookmarkM");
|
|
231
232
|
Object.defineProperty(exports, "BookmarkM", { enumerable: true, get: function () { return BookmarkM_1.default; } });
|
|
232
233
|
var BooleanM_1 = require("./BooleanM");
|
|
@@ -263,12 +264,14 @@ var BrowserTimerM_1 = require("./BrowserTimerM");
|
|
|
263
264
|
Object.defineProperty(exports, "BrowserTimerM", { enumerable: true, get: function () { return BrowserTimerM_1.default; } });
|
|
264
265
|
var BubbleM_1 = require("./BubbleM");
|
|
265
266
|
Object.defineProperty(exports, "BubbleM", { enumerable: true, get: function () { return BubbleM_1.default; } });
|
|
267
|
+
var AngleUpS_1 = require("./AngleUpS");
|
|
268
|
+
Object.defineProperty(exports, "AngleUpS", { enumerable: true, get: function () { return AngleUpS_1.default; } });
|
|
266
269
|
var BucketFillM_1 = require("./BucketFillM");
|
|
267
270
|
Object.defineProperty(exports, "BucketFillM", { enumerable: true, get: function () { return BucketFillM_1.default; } });
|
|
268
|
-
var BulbTipM_1 = require("./BulbTipM");
|
|
269
|
-
Object.defineProperty(exports, "BulbTipM", { enumerable: true, get: function () { return BulbTipM_1.default; } });
|
|
270
271
|
var ButtonM_1 = require("./ButtonM");
|
|
271
272
|
Object.defineProperty(exports, "ButtonM", { enumerable: true, get: function () { return ButtonM_1.default; } });
|
|
273
|
+
var BulbTipM_1 = require("./BulbTipM");
|
|
274
|
+
Object.defineProperty(exports, "BulbTipM", { enumerable: true, get: function () { return BulbTipM_1.default; } });
|
|
272
275
|
var CalculatorM_1 = require("./CalculatorM");
|
|
273
276
|
Object.defineProperty(exports, "CalculatorM", { enumerable: true, get: function () { return CalculatorM_1.default; } });
|
|
274
277
|
var Calendar2M_1 = require("./Calendar2M");
|
|
@@ -313,10 +316,10 @@ var CallFavouritesM_1 = require("./CallFavouritesM");
|
|
|
313
316
|
Object.defineProperty(exports, "CallFavouritesM", { enumerable: true, get: function () { return CallFavouritesM_1.default; } });
|
|
314
317
|
var CallForwardM_1 = require("./CallForwardM");
|
|
315
318
|
Object.defineProperty(exports, "CallForwardM", { enumerable: true, get: function () { return CallForwardM_1.default; } });
|
|
316
|
-
var CallHoldM_1 = require("./CallHoldM");
|
|
317
|
-
Object.defineProperty(exports, "CallHoldM", { enumerable: true, get: function () { return CallHoldM_1.default; } });
|
|
318
319
|
var CallIncomingM_1 = require("./CallIncomingM");
|
|
319
320
|
Object.defineProperty(exports, "CallIncomingM", { enumerable: true, get: function () { return CallIncomingM_1.default; } });
|
|
321
|
+
var CallHoldM_1 = require("./CallHoldM");
|
|
322
|
+
Object.defineProperty(exports, "CallHoldM", { enumerable: true, get: function () { return CallHoldM_1.default; } });
|
|
320
323
|
var CallInternalM_1 = require("./CallInternalM");
|
|
321
324
|
Object.defineProperty(exports, "CallInternalM", { enumerable: true, get: function () { return CallInternalM_1.default; } });
|
|
322
325
|
var CallLineNumberM_1 = require("./CallLineNumberM");
|
|
@@ -379,10 +382,10 @@ var CategoryEditM_1 = require("./CategoryEditM");
|
|
|
379
382
|
Object.defineProperty(exports, "CategoryEditM", { enumerable: true, get: function () { return CategoryEditM_1.default; } });
|
|
380
383
|
var CategoryM_1 = require("./CategoryM");
|
|
381
384
|
Object.defineProperty(exports, "CategoryM", { enumerable: true, get: function () { return CategoryM_1.default; } });
|
|
382
|
-
var CategoryRemoveM_1 = require("./CategoryRemoveM");
|
|
383
|
-
Object.defineProperty(exports, "CategoryRemoveM", { enumerable: true, get: function () { return CategoryRemoveM_1.default; } });
|
|
384
385
|
var CategoryShowM_1 = require("./CategoryShowM");
|
|
385
386
|
Object.defineProperty(exports, "CategoryShowM", { enumerable: true, get: function () { return CategoryShowM_1.default; } });
|
|
387
|
+
var CategoryRemoveM_1 = require("./CategoryRemoveM");
|
|
388
|
+
Object.defineProperty(exports, "CategoryRemoveM", { enumerable: true, get: function () { return CategoryRemoveM_1.default; } });
|
|
386
389
|
var ChangeStageM_1 = require("./ChangeStageM");
|
|
387
390
|
Object.defineProperty(exports, "ChangeStageM", { enumerable: true, get: function () { return ChangeStageM_1.default; } });
|
|
388
391
|
var ChatAddM_1 = require("./ChatAddM");
|
|
@@ -441,6 +444,8 @@ var ChromeM_1 = require("./ChromeM");
|
|
|
441
444
|
Object.defineProperty(exports, "ChromeM", { enumerable: true, get: function () { return ChromeM_1.default; } });
|
|
442
445
|
var CircleChartM_1 = require("./CircleChartM");
|
|
443
446
|
Object.defineProperty(exports, "CircleChartM", { enumerable: true, get: function () { return CircleChartM_1.default; } });
|
|
447
|
+
var AngleUpM_1 = require("./AngleUpM");
|
|
448
|
+
Object.defineProperty(exports, "AngleUpM", { enumerable: true, get: function () { return AngleUpM_1.default; } });
|
|
444
449
|
var CircleShapeM_1 = require("./CircleShapeM");
|
|
445
450
|
Object.defineProperty(exports, "CircleShapeM", { enumerable: true, get: function () { return CircleShapeM_1.default; } });
|
|
446
451
|
var ClearStyleM_1 = require("./ClearStyleM");
|
|
@@ -469,10 +474,6 @@ var CloseS_1 = require("./CloseS");
|
|
|
469
474
|
Object.defineProperty(exports, "CloseS", { enumerable: true, get: function () { return CloseS_1.default; } });
|
|
470
475
|
var CloudM_1 = require("./CloudM");
|
|
471
476
|
Object.defineProperty(exports, "CloudM", { enumerable: true, get: function () { return CloudM_1.default; } });
|
|
472
|
-
var CodeM_1 = require("./CodeM");
|
|
473
|
-
Object.defineProperty(exports, "CodeM", { enumerable: true, get: function () { return CodeM_1.default; } });
|
|
474
|
-
var CodeTerminalM_1 = require("./CodeTerminalM");
|
|
475
|
-
Object.defineProperty(exports, "CodeTerminalM", { enumerable: true, get: function () { return CodeTerminalM_1.default; } });
|
|
476
477
|
var Coin2M_1 = require("./Coin2M");
|
|
477
478
|
Object.defineProperty(exports, "Coin2M", { enumerable: true, get: function () { return Coin2M_1.default; } });
|
|
478
479
|
var CoinM_1 = require("./CoinM");
|
|
@@ -731,16 +732,16 @@ var FileM_1 = require("./FileM");
|
|
|
731
732
|
Object.defineProperty(exports, "FileM", { enumerable: true, get: function () { return FileM_1.default; } });
|
|
732
733
|
var FileRemoveM_1 = require("./FileRemoveM");
|
|
733
734
|
Object.defineProperty(exports, "FileRemoveM", { enumerable: true, get: function () { return FileRemoveM_1.default; } });
|
|
734
|
-
var FileTypeCustomersM_1 = require("./FileTypeCustomersM");
|
|
735
|
-
Object.defineProperty(exports, "FileTypeCustomersM", { enumerable: true, get: function () { return FileTypeCustomersM_1.default; } });
|
|
736
|
-
var FileTypeDefault_1 = require("./FileTypeDefault");
|
|
737
|
-
Object.defineProperty(exports, "FileTypeDefault", { enumerable: true, get: function () { return FileTypeDefault_1.default; } });
|
|
738
735
|
var FileS_1 = require("./FileS");
|
|
739
736
|
Object.defineProperty(exports, "FileS", { enumerable: true, get: function () { return FileS_1.default; } });
|
|
740
737
|
var FileStopM_1 = require("./FileStopM");
|
|
741
738
|
Object.defineProperty(exports, "FileStopM", { enumerable: true, get: function () { return FileStopM_1.default; } });
|
|
742
739
|
var FileTypeCsv_1 = require("./FileTypeCsv");
|
|
743
740
|
Object.defineProperty(exports, "FileTypeCsv", { enumerable: true, get: function () { return FileTypeCsv_1.default; } });
|
|
741
|
+
var FileTypeCustomersM_1 = require("./FileTypeCustomersM");
|
|
742
|
+
Object.defineProperty(exports, "FileTypeCustomersM", { enumerable: true, get: function () { return FileTypeCustomersM_1.default; } });
|
|
743
|
+
var FileTypeDefault_1 = require("./FileTypeDefault");
|
|
744
|
+
Object.defineProperty(exports, "FileTypeDefault", { enumerable: true, get: function () { return FileTypeDefault_1.default; } });
|
|
744
745
|
var FileTypeDoc_1 = require("./FileTypeDoc");
|
|
745
746
|
Object.defineProperty(exports, "FileTypeDoc", { enumerable: true, get: function () { return FileTypeDoc_1.default; } });
|
|
746
747
|
var FileTypeHtml_1 = require("./FileTypeHtml");
|
|
@@ -1445,8 +1446,6 @@ var StarFillM_1 = require("./StarFillM");
|
|
|
1445
1446
|
Object.defineProperty(exports, "StarFillM", { enumerable: true, get: function () { return StarFillM_1.default; } });
|
|
1446
1447
|
var StarFillS_1 = require("./StarFillS");
|
|
1447
1448
|
Object.defineProperty(exports, "StarFillS", { enumerable: true, get: function () { return StarFillS_1.default; } });
|
|
1448
|
-
var StarM_1 = require("./StarM");
|
|
1449
|
-
Object.defineProperty(exports, "StarM", { enumerable: true, get: function () { return StarM_1.default; } });
|
|
1450
1449
|
var StarS_1 = require("./StarS");
|
|
1451
1450
|
Object.defineProperty(exports, "StarS", { enumerable: true, get: function () { return StarS_1.default; } });
|
|
1452
1451
|
var StatsColorM_1 = require("./StatsColorM");
|
|
@@ -1711,9 +1710,13 @@ var YoutubeFillM_1 = require("./YoutubeFillM");
|
|
|
1711
1710
|
Object.defineProperty(exports, "YoutubeFillM", { enumerable: true, get: function () { return YoutubeFillM_1.default; } });
|
|
1712
1711
|
var YoutubeM_1 = require("./YoutubeM");
|
|
1713
1712
|
Object.defineProperty(exports, "YoutubeM", { enumerable: true, get: function () { return YoutubeM_1.default; } });
|
|
1714
|
-
var
|
|
1715
|
-
Object.defineProperty(exports, "
|
|
1716
|
-
var
|
|
1717
|
-
Object.defineProperty(exports, "
|
|
1713
|
+
var ApiEditM_1 = require("./ApiEditM");
|
|
1714
|
+
Object.defineProperty(exports, "ApiEditM", { enumerable: true, get: function () { return ApiEditM_1.default; } });
|
|
1715
|
+
var StarM_1 = require("./StarM");
|
|
1716
|
+
Object.defineProperty(exports, "StarM", { enumerable: true, get: function () { return StarM_1.default; } });
|
|
1717
|
+
var CodeM_1 = require("./CodeM");
|
|
1718
|
+
Object.defineProperty(exports, "CodeM", { enumerable: true, get: function () { return CodeM_1.default; } });
|
|
1718
1719
|
var AngleTopS_1 = require("./AngleTopS");
|
|
1719
1720
|
Object.defineProperty(exports, "AngleTopS", { enumerable: true, get: function () { return AngleTopS_1.default; } });
|
|
1721
|
+
var CodeTerminalM_1 = require("./CodeTerminalM");
|
|
1722
|
+
Object.defineProperty(exports, "CodeTerminalM", { enumerable: true, get: function () { return CodeTerminalM_1.default; } });
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const BookmarkFillM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "bookmark-fill-m" }, props),
|
|
3
|
+
React.createElement("path", { d: "M8.75 3.5h6.5A2.77 2.77 0 0118 6.283V19.75a.75.75 0 01-1.119.653l-4.874-2.749-4.89 2.75A.75.75 0 016 19.75V6.283A2.77 2.77 0 018.75 3.5zm6.5 1.5h-6.5c-.699.01-1.258.584-1.25 1.283V7.9h9V6.283c.008-.7-.55-1.273-1.25-1.283z" })));
|
|
4
|
+
export default BookmarkFillM;
|
|
@@ -52,7 +52,6 @@ export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
|
52
52
|
export { default as Section12L } from './Section12L';
|
|
53
53
|
export { default as Section13L } from './Section13L';
|
|
54
54
|
export { default as Section37L } from './Section37L';
|
|
55
|
-
export { default as SectionL } from './SectionL';
|
|
56
55
|
export { default as SelectL } from './SelectL';
|
|
57
56
|
export { default as ShowL } from './ShowL';
|
|
58
57
|
export { default as SliderL } from './SliderL';
|
|
@@ -64,3 +63,4 @@ export { default as TextareaL } from './TextareaL';
|
|
|
64
63
|
export { default as TooltipL } from './TooltipL';
|
|
65
64
|
export { default as VideoL } from './VideoL';
|
|
66
65
|
export { default as WarningL } from './WarningL';
|
|
66
|
+
export { default as SectionL } from './SectionL';
|
|
@@ -52,7 +52,6 @@ export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
|
52
52
|
export { default as Section12L } from './Section12L';
|
|
53
53
|
export { default as Section13L } from './Section13L';
|
|
54
54
|
export { default as Section37L } from './Section37L';
|
|
55
|
-
export { default as SectionL } from './SectionL';
|
|
56
55
|
export { default as SelectL } from './SelectL';
|
|
57
56
|
export { default as ShowL } from './ShowL';
|
|
58
57
|
export { default as SliderL } from './SliderL';
|
|
@@ -64,3 +63,4 @@ export { default as TextareaL } from './TextareaL';
|
|
|
64
63
|
export { default as TooltipL } from './TooltipL';
|
|
65
64
|
export { default as VideoL } from './VideoL';
|
|
66
65
|
export { default as WarningL } from './WarningL';
|
|
66
|
+
export { default as SectionL } from './SectionL';
|
|
@@ -56,13 +56,13 @@ export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
|
56
56
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
57
57
|
export { default as MessageXl } from './MessageXl';
|
|
58
58
|
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
59
|
-
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
60
59
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
60
|
+
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
61
61
|
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
62
62
|
export { default as MultivalueXl } from './MultivalueXl';
|
|
63
63
|
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
64
|
-
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
65
64
|
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
65
|
+
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
66
66
|
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
67
67
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
68
68
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
@@ -56,13 +56,13 @@ export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
|
56
56
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
57
57
|
export { default as MessageXl } from './MessageXl';
|
|
58
58
|
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
59
|
-
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
60
59
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
60
|
+
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
61
61
|
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
62
62
|
export { default as MultivalueXl } from './MultivalueXl';
|
|
63
63
|
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
64
|
-
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
65
64
|
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
65
|
+
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
66
66
|
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
67
67
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
68
68
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
@@ -39,7 +39,6 @@ export { default as AnonymousM } from './AnonymousM';
|
|
|
39
39
|
export { default as ApiAddM } from './ApiAddM';
|
|
40
40
|
export { default as ApiBlockM } from './ApiBlockM';
|
|
41
41
|
export { default as ApiCheckM } from './ApiCheckM';
|
|
42
|
-
export { default as ApiEditM } from './ApiEditM';
|
|
43
42
|
export { default as ApiM } from './ApiM';
|
|
44
43
|
export { default as ApiPlayM } from './ApiPlayM';
|
|
45
44
|
export { default as ApiRemoveM } from './ApiRemoveM';
|
|
@@ -103,6 +102,7 @@ export { default as BluetoothM } from './BluetoothM';
|
|
|
103
102
|
export { default as BoldM } from './BoldM';
|
|
104
103
|
export { default as Book2M } from './Book2M';
|
|
105
104
|
export { default as BookM } from './BookM';
|
|
105
|
+
export { default as BookmarkFillM } from './BookmarkFillM';
|
|
106
106
|
export { default as BookmarkM } from './BookmarkM';
|
|
107
107
|
export { default as BooleanM } from './BooleanM';
|
|
108
108
|
export { default as BrightnessM } from './BrightnessM';
|
|
@@ -121,9 +121,10 @@ export { default as BrowserSslM } from './BrowserSslM';
|
|
|
121
121
|
export { default as BrowserStopM } from './BrowserStopM';
|
|
122
122
|
export { default as BrowserTimerM } from './BrowserTimerM';
|
|
123
123
|
export { default as BubbleM } from './BubbleM';
|
|
124
|
+
export { default as AngleUpS } from './AngleUpS';
|
|
124
125
|
export { default as BucketFillM } from './BucketFillM';
|
|
125
|
-
export { default as BulbTipM } from './BulbTipM';
|
|
126
126
|
export { default as ButtonM } from './ButtonM';
|
|
127
|
+
export { default as BulbTipM } from './BulbTipM';
|
|
127
128
|
export { default as CalculatorM } from './CalculatorM';
|
|
128
129
|
export { default as Calendar2M } from './Calendar2M';
|
|
129
130
|
export { default as CalendarAddM } from './CalendarAddM';
|
|
@@ -146,8 +147,8 @@ export { default as CallDisconnectedM } from './CallDisconnectedM';
|
|
|
146
147
|
export { default as CallEndM } from './CallEndM';
|
|
147
148
|
export { default as CallFavouritesM } from './CallFavouritesM';
|
|
148
149
|
export { default as CallForwardM } from './CallForwardM';
|
|
149
|
-
export { default as CallHoldM } from './CallHoldM';
|
|
150
150
|
export { default as CallIncomingM } from './CallIncomingM';
|
|
151
|
+
export { default as CallHoldM } from './CallHoldM';
|
|
151
152
|
export { default as CallInternalM } from './CallInternalM';
|
|
152
153
|
export { default as CallLineNumberM } from './CallLineNumberM';
|
|
153
154
|
export { default as CallM } from './CallM';
|
|
@@ -179,8 +180,8 @@ export { default as CategoryAddM } from './CategoryAddM';
|
|
|
179
180
|
export { default as CategoryCheckM } from './CategoryCheckM';
|
|
180
181
|
export { default as CategoryEditM } from './CategoryEditM';
|
|
181
182
|
export { default as CategoryM } from './CategoryM';
|
|
182
|
-
export { default as CategoryRemoveM } from './CategoryRemoveM';
|
|
183
183
|
export { default as CategoryShowM } from './CategoryShowM';
|
|
184
|
+
export { default as CategoryRemoveM } from './CategoryRemoveM';
|
|
184
185
|
export { default as ChangeStageM } from './ChangeStageM';
|
|
185
186
|
export { default as ChatAddM } from './ChatAddM';
|
|
186
187
|
export { default as ChatBlockM } from './ChatBlockM';
|
|
@@ -210,6 +211,7 @@ export { default as ChildRowRightUpM } from './ChildRowRightUpM';
|
|
|
210
211
|
export { default as ChromeFillM } from './ChromeFillM';
|
|
211
212
|
export { default as ChromeM } from './ChromeM';
|
|
212
213
|
export { default as CircleChartM } from './CircleChartM';
|
|
214
|
+
export { default as AngleUpM } from './AngleUpM';
|
|
213
215
|
export { default as CircleShapeM } from './CircleShapeM';
|
|
214
216
|
export { default as ClearStyleM } from './ClearStyleM';
|
|
215
217
|
export { default as ClickM } from './ClickM';
|
|
@@ -224,8 +226,6 @@ export { default as Close3S } from './Close3S';
|
|
|
224
226
|
export { default as CloseM } from './CloseM';
|
|
225
227
|
export { default as CloseS } from './CloseS';
|
|
226
228
|
export { default as CloudM } from './CloudM';
|
|
227
|
-
export { default as CodeM } from './CodeM';
|
|
228
|
-
export { default as CodeTerminalM } from './CodeTerminalM';
|
|
229
229
|
export { default as Coin2M } from './Coin2M';
|
|
230
230
|
export { default as CoinM } from './CoinM';
|
|
231
231
|
export { default as ColumnDisconnectM } from './ColumnDisconnectM';
|
|
@@ -355,11 +355,11 @@ export { default as FileEditM } from './FileEditM';
|
|
|
355
355
|
export { default as FileExpiredM } from './FileExpiredM';
|
|
356
356
|
export { default as FileM } from './FileM';
|
|
357
357
|
export { default as FileRemoveM } from './FileRemoveM';
|
|
358
|
-
export { default as FileTypeCustomersM } from './FileTypeCustomersM';
|
|
359
|
-
export { default as FileTypeDefault } from './FileTypeDefault';
|
|
360
358
|
export { default as FileS } from './FileS';
|
|
361
359
|
export { default as FileStopM } from './FileStopM';
|
|
362
360
|
export { default as FileTypeCsv } from './FileTypeCsv';
|
|
361
|
+
export { default as FileTypeCustomersM } from './FileTypeCustomersM';
|
|
362
|
+
export { default as FileTypeDefault } from './FileTypeDefault';
|
|
363
363
|
export { default as FileTypeDoc } from './FileTypeDoc';
|
|
364
364
|
export { default as FileTypeHtml } from './FileTypeHtml';
|
|
365
365
|
export { default as FileTypeImageM } from './FileTypeImageM';
|
|
@@ -712,7 +712,6 @@ export { default as SplitM } from './SplitM';
|
|
|
712
712
|
export { default as StackedM } from './StackedM';
|
|
713
713
|
export { default as StarFillM } from './StarFillM';
|
|
714
714
|
export { default as StarFillS } from './StarFillS';
|
|
715
|
-
export { default as StarM } from './StarM';
|
|
716
715
|
export { default as StarS } from './StarS';
|
|
717
716
|
export { default as StatsColorM } from './StatsColorM';
|
|
718
717
|
export { default as StatsGrayM } from './StatsGrayM';
|
|
@@ -845,6 +844,8 @@ export { default as YenCircleM } from './YenCircleM';
|
|
|
845
844
|
export { default as YenM } from './YenM';
|
|
846
845
|
export { default as YoutubeFillM } from './YoutubeFillM';
|
|
847
846
|
export { default as YoutubeM } from './YoutubeM';
|
|
848
|
-
export { default as
|
|
849
|
-
export { default as
|
|
847
|
+
export { default as ApiEditM } from './ApiEditM';
|
|
848
|
+
export { default as StarM } from './StarM';
|
|
849
|
+
export { default as CodeM } from './CodeM';
|
|
850
850
|
export { default as AngleTopS } from './AngleTopS';
|
|
851
|
+
export { default as CodeTerminalM } from './CodeTerminalM';
|
package/dist/esm/icons/index.js
CHANGED
|
@@ -39,7 +39,6 @@ export { default as AnonymousM } from './AnonymousM';
|
|
|
39
39
|
export { default as ApiAddM } from './ApiAddM';
|
|
40
40
|
export { default as ApiBlockM } from './ApiBlockM';
|
|
41
41
|
export { default as ApiCheckM } from './ApiCheckM';
|
|
42
|
-
export { default as ApiEditM } from './ApiEditM';
|
|
43
42
|
export { default as ApiM } from './ApiM';
|
|
44
43
|
export { default as ApiPlayM } from './ApiPlayM';
|
|
45
44
|
export { default as ApiRemoveM } from './ApiRemoveM';
|
|
@@ -103,6 +102,7 @@ export { default as BluetoothM } from './BluetoothM';
|
|
|
103
102
|
export { default as BoldM } from './BoldM';
|
|
104
103
|
export { default as Book2M } from './Book2M';
|
|
105
104
|
export { default as BookM } from './BookM';
|
|
105
|
+
export { default as BookmarkFillM } from './BookmarkFillM';
|
|
106
106
|
export { default as BookmarkM } from './BookmarkM';
|
|
107
107
|
export { default as BooleanM } from './BooleanM';
|
|
108
108
|
export { default as BrightnessM } from './BrightnessM';
|
|
@@ -121,9 +121,10 @@ export { default as BrowserSslM } from './BrowserSslM';
|
|
|
121
121
|
export { default as BrowserStopM } from './BrowserStopM';
|
|
122
122
|
export { default as BrowserTimerM } from './BrowserTimerM';
|
|
123
123
|
export { default as BubbleM } from './BubbleM';
|
|
124
|
+
export { default as AngleUpS } from './AngleUpS';
|
|
124
125
|
export { default as BucketFillM } from './BucketFillM';
|
|
125
|
-
export { default as BulbTipM } from './BulbTipM';
|
|
126
126
|
export { default as ButtonM } from './ButtonM';
|
|
127
|
+
export { default as BulbTipM } from './BulbTipM';
|
|
127
128
|
export { default as CalculatorM } from './CalculatorM';
|
|
128
129
|
export { default as Calendar2M } from './Calendar2M';
|
|
129
130
|
export { default as CalendarAddM } from './CalendarAddM';
|
|
@@ -146,8 +147,8 @@ export { default as CallDisconnectedM } from './CallDisconnectedM';
|
|
|
146
147
|
export { default as CallEndM } from './CallEndM';
|
|
147
148
|
export { default as CallFavouritesM } from './CallFavouritesM';
|
|
148
149
|
export { default as CallForwardM } from './CallForwardM';
|
|
149
|
-
export { default as CallHoldM } from './CallHoldM';
|
|
150
150
|
export { default as CallIncomingM } from './CallIncomingM';
|
|
151
|
+
export { default as CallHoldM } from './CallHoldM';
|
|
151
152
|
export { default as CallInternalM } from './CallInternalM';
|
|
152
153
|
export { default as CallLineNumberM } from './CallLineNumberM';
|
|
153
154
|
export { default as CallM } from './CallM';
|
|
@@ -179,8 +180,8 @@ export { default as CategoryAddM } from './CategoryAddM';
|
|
|
179
180
|
export { default as CategoryCheckM } from './CategoryCheckM';
|
|
180
181
|
export { default as CategoryEditM } from './CategoryEditM';
|
|
181
182
|
export { default as CategoryM } from './CategoryM';
|
|
182
|
-
export { default as CategoryRemoveM } from './CategoryRemoveM';
|
|
183
183
|
export { default as CategoryShowM } from './CategoryShowM';
|
|
184
|
+
export { default as CategoryRemoveM } from './CategoryRemoveM';
|
|
184
185
|
export { default as ChangeStageM } from './ChangeStageM';
|
|
185
186
|
export { default as ChatAddM } from './ChatAddM';
|
|
186
187
|
export { default as ChatBlockM } from './ChatBlockM';
|
|
@@ -210,6 +211,7 @@ export { default as ChildRowRightUpM } from './ChildRowRightUpM';
|
|
|
210
211
|
export { default as ChromeFillM } from './ChromeFillM';
|
|
211
212
|
export { default as ChromeM } from './ChromeM';
|
|
212
213
|
export { default as CircleChartM } from './CircleChartM';
|
|
214
|
+
export { default as AngleUpM } from './AngleUpM';
|
|
213
215
|
export { default as CircleShapeM } from './CircleShapeM';
|
|
214
216
|
export { default as ClearStyleM } from './ClearStyleM';
|
|
215
217
|
export { default as ClickM } from './ClickM';
|
|
@@ -224,8 +226,6 @@ export { default as Close3S } from './Close3S';
|
|
|
224
226
|
export { default as CloseM } from './CloseM';
|
|
225
227
|
export { default as CloseS } from './CloseS';
|
|
226
228
|
export { default as CloudM } from './CloudM';
|
|
227
|
-
export { default as CodeM } from './CodeM';
|
|
228
|
-
export { default as CodeTerminalM } from './CodeTerminalM';
|
|
229
229
|
export { default as Coin2M } from './Coin2M';
|
|
230
230
|
export { default as CoinM } from './CoinM';
|
|
231
231
|
export { default as ColumnDisconnectM } from './ColumnDisconnectM';
|
|
@@ -355,11 +355,11 @@ export { default as FileEditM } from './FileEditM';
|
|
|
355
355
|
export { default as FileExpiredM } from './FileExpiredM';
|
|
356
356
|
export { default as FileM } from './FileM';
|
|
357
357
|
export { default as FileRemoveM } from './FileRemoveM';
|
|
358
|
-
export { default as FileTypeCustomersM } from './FileTypeCustomersM';
|
|
359
|
-
export { default as FileTypeDefault } from './FileTypeDefault';
|
|
360
358
|
export { default as FileS } from './FileS';
|
|
361
359
|
export { default as FileStopM } from './FileStopM';
|
|
362
360
|
export { default as FileTypeCsv } from './FileTypeCsv';
|
|
361
|
+
export { default as FileTypeCustomersM } from './FileTypeCustomersM';
|
|
362
|
+
export { default as FileTypeDefault } from './FileTypeDefault';
|
|
363
363
|
export { default as FileTypeDoc } from './FileTypeDoc';
|
|
364
364
|
export { default as FileTypeHtml } from './FileTypeHtml';
|
|
365
365
|
export { default as FileTypeImageM } from './FileTypeImageM';
|
|
@@ -712,7 +712,6 @@ export { default as SplitM } from './SplitM';
|
|
|
712
712
|
export { default as StackedM } from './StackedM';
|
|
713
713
|
export { default as StarFillM } from './StarFillM';
|
|
714
714
|
export { default as StarFillS } from './StarFillS';
|
|
715
|
-
export { default as StarM } from './StarM';
|
|
716
715
|
export { default as StarS } from './StarS';
|
|
717
716
|
export { default as StatsColorM } from './StatsColorM';
|
|
718
717
|
export { default as StatsGrayM } from './StatsGrayM';
|
|
@@ -845,6 +844,8 @@ export { default as YenCircleM } from './YenCircleM';
|
|
|
845
844
|
export { default as YenM } from './YenM';
|
|
846
845
|
export { default as YoutubeFillM } from './YoutubeFillM';
|
|
847
846
|
export { default as YoutubeM } from './YoutubeM';
|
|
848
|
-
export { default as
|
|
849
|
-
export { default as
|
|
847
|
+
export { default as ApiEditM } from './ApiEditM';
|
|
848
|
+
export { default as StarM } from './StarM';
|
|
849
|
+
export { default as CodeM } from './CodeM';
|
|
850
850
|
export { default as AngleTopS } from './AngleTopS';
|
|
851
|
+
export { default as CodeTerminalM } from './CodeTerminalM';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-icon",
|
|
3
|
-
"version": "0.64.
|
|
3
|
+
"version": "0.64.1",
|
|
4
4
|
"description": "Icon UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "Synerise/synerise-design",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"glob": "7.1.6",
|
|
55
55
|
"string-hash": "^1.1.3"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "6f4996380356c1e5cb9a9d8b553069ad9cea7c27"
|
|
58
58
|
}
|