@wix/wix-ui-icons-common 3.180.0 → 3.181.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/default/general/dist/components/Downwardtrend.js +37 -0
- package/dist/cjs/default/general/dist/components/DownwardtrendSmall.js +37 -0
- package/dist/cjs/default/general/dist/components/Trending.js +37 -0
- package/dist/cjs/default/general/dist/components/TrendingSmall.js +37 -0
- package/dist/cjs/default/general/dist/index.js +12 -0
- package/dist/cjs/default/general/metadata.js +14 -0
- package/dist/cjs/default/system/dist/components/BreadcrumbsChevronRightSmall.js +37 -0
- package/dist/cjs/default/system/dist/components/Help24.js +1 -1
- package/dist/cjs/default/system/dist/index.js +3 -0
- package/dist/cjs/default/system/metadata.js +1 -1
- package/dist/cjs/lazy/general/dist/components/Downwardtrend.js +1 -1
- package/dist/cjs/lazy/general/dist/components/DownwardtrendSmall.js +1 -1
- package/dist/cjs/lazy/general/dist/components/Trending.js +1 -1
- package/dist/cjs/lazy/general/dist/components/TrendingSmall.js +1 -1
- package/dist/cjs/lazy/general/dist/index.js +4 -4
- package/dist/cjs/lazy/system/dist/components/BreadcrumbsChevronRight.js +3 -3
- package/dist/cjs/lazy/system/dist/components/BreadcrumbsChevronRightSmall.js +31 -0
- package/dist/cjs/lazy/system/dist/components/Help24.js +3 -3
- package/dist/cjs/lazy/system/dist/index.js +3 -0
- package/dist/cjs/odeditor/system/dist/components/BreadcrumbsChevronRight.js +1 -1
- package/dist/cjs/odeditor/system/dist/components/BreadcrumbsChevronRightSmall.js +37 -0
- package/dist/cjs/odeditor/system/dist/components/Help24.js +37 -0
- package/dist/cjs/odeditor/system/dist/index.js +6 -0
- package/dist/cjs/odeditor/system/metadata.js +1 -1
- package/dist/esm/default/general/dist/components/Downwardtrend.js +7 -0
- package/dist/esm/default/general/dist/components/DownwardtrendSmall.js +7 -0
- package/dist/esm/default/general/dist/components/Trending.js +7 -0
- package/dist/esm/default/general/dist/components/TrendingSmall.js +7 -0
- package/dist/esm/default/general/dist/index.js +2320 -2312
- package/dist/esm/default/general/metadata.js +14 -0
- package/dist/esm/default/system/dist/components/BreadcrumbsChevronRightSmall.js +7 -0
- package/dist/esm/default/system/dist/components/Help24.js +1 -1
- package/dist/esm/default/system/dist/index.js +122 -120
- package/dist/esm/default/system/metadata.js +1 -1
- package/dist/esm/lazy/general/dist/components/Downwardtrend.js +1 -1
- package/dist/esm/lazy/general/dist/components/DownwardtrendSmall.js +1 -1
- package/dist/esm/lazy/general/dist/components/Trending.js +1 -1
- package/dist/esm/lazy/general/dist/components/TrendingSmall.js +1 -1
- package/dist/esm/lazy/general/dist/index.js +2950 -2950
- package/dist/esm/lazy/system/dist/components/BreadcrumbsChevronRight.js +3 -3
- package/dist/esm/lazy/system/dist/components/BreadcrumbsChevronRightSmall.js +11 -0
- package/dist/esm/lazy/system/dist/components/Help24.js +3 -3
- package/dist/esm/lazy/system/dist/index.js +120 -118
- package/dist/esm/odeditor/system/dist/components/BreadcrumbsChevronRight.js +1 -1
- package/dist/esm/odeditor/system/dist/components/BreadcrumbsChevronRightSmall.js +7 -0
- package/dist/esm/odeditor/system/dist/components/Help24.js +7 -0
- package/dist/esm/odeditor/system/dist/index.js +68 -64
- package/dist/esm/odeditor/system/metadata.js +1 -1
- package/dist/statics/icons/default/general/Downwardtrend.393e.json +3 -0
- package/dist/statics/icons/default/general/DownwardtrendSmall.8b09.json +3 -0
- package/dist/statics/icons/default/general/Trending.422b.json +3 -0
- package/dist/statics/icons/default/general/TrendingSmall.c0e9.json +3 -0
- package/dist/statics/icons/default/system/BreadcrumbsChevronRightSmall.4af5.json +3 -0
- package/dist/statics/icons/default/system/Help24.efa0.json +3 -0
- package/dist/statics/icons/odeditor/system/BreadcrumbsChevronRight.8696.json +3 -0
- package/dist/statics/icons/odeditor/system/BreadcrumbsChevronRightSmall.133f.json +3 -0
- package/dist/statics/icons/odeditor/system/Help24.1097.json +3 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/default/general/dist/components/Downwardtrend.d.ts +7 -0
- package/dist/types/default/general/dist/components/Downwardtrend.d.ts.map +1 -0
- package/dist/types/default/general/dist/components/DownwardtrendSmall.d.ts +7 -0
- package/dist/types/default/general/dist/components/DownwardtrendSmall.d.ts.map +1 -0
- package/dist/types/default/general/dist/components/Trending.d.ts +7 -0
- package/dist/types/default/general/dist/components/Trending.d.ts.map +1 -0
- package/dist/types/default/general/dist/components/TrendingSmall.d.ts +7 -0
- package/dist/types/default/general/dist/components/TrendingSmall.d.ts.map +1 -0
- package/dist/types/default/general/dist/index.d.ts +4 -0
- package/dist/types/default/general/dist/index.d.ts.map +1 -1
- package/dist/types/default/general/metadata.d.ts.map +1 -1
- package/dist/types/default/system/dist/components/BreadcrumbsChevronRightSmall.d.ts +7 -0
- package/dist/types/default/system/dist/components/BreadcrumbsChevronRightSmall.d.ts.map +1 -0
- package/dist/types/default/system/dist/index.d.ts +1 -0
- package/dist/types/default/system/dist/index.d.ts.map +1 -1
- package/dist/types/lazy/general/dist/index.d.ts +4 -4
- package/dist/types/lazy/general/dist/index.d.ts.map +1 -1
- package/dist/types/lazy/system/dist/components/BreadcrumbsChevronRightSmall.d.ts +3 -0
- package/dist/types/lazy/system/dist/components/BreadcrumbsChevronRightSmall.d.ts.map +1 -0
- package/dist/types/lazy/system/dist/index.d.ts +1 -0
- package/dist/types/lazy/system/dist/index.d.ts.map +1 -1
- package/dist/types/odeditor/system/dist/components/BreadcrumbsChevronRightSmall.d.ts +7 -0
- package/dist/types/odeditor/system/dist/components/BreadcrumbsChevronRightSmall.d.ts.map +1 -0
- package/dist/types/odeditor/system/dist/components/Help24.d.ts +7 -0
- package/dist/types/odeditor/system/dist/components/Help24.d.ts.map +1 -0
- package/dist/types/odeditor/system/dist/index.d.ts +2 -0
- package/dist/types/odeditor/system/dist/index.d.ts.map +1 -1
- package/package.json +2 -2
- package/dist/statics/icons/default/system/Help24.78ba.json +0 -3
- package/dist/statics/icons/odeditor/system/BreadcrumbsChevronRight.c820.json +0 -3
|
@@ -5690,6 +5690,20 @@ const generalIconsMetadata = [
|
|
|
5690
5690
|
description: "Icon - represents an image or picture",
|
|
5691
5691
|
tags: ["section", "divider", "bottom"],
|
|
5692
5692
|
sizes: { "18": "SectionDividerBottomSmall", "24": "SectionDividerBottom" }
|
|
5693
|
+
},
|
|
5694
|
+
{
|
|
5695
|
+
title: "Trending",
|
|
5696
|
+
category: IconCategory.General,
|
|
5697
|
+
description: "Static indicator - marks item as trending or high-performing",
|
|
5698
|
+
tags: ["trending", "trend", "insights", "top"],
|
|
5699
|
+
sizes: { "18": "TrendingSmall", "24": "Trending" }
|
|
5700
|
+
},
|
|
5701
|
+
{
|
|
5702
|
+
title: "Downwardtrend",
|
|
5703
|
+
category: IconCategory.General,
|
|
5704
|
+
description: "Icon - represents a downward trend",
|
|
5705
|
+
tags: ["downwardtrend", "down", "graph down", "trend down", "Decrease"],
|
|
5706
|
+
sizes: { "18": "DownwardtrendSmall", "24": "Downwardtrend" }
|
|
5693
5707
|
}
|
|
5694
5708
|
];
|
|
5695
5709
|
export {
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const BreadcrumbsChevronRightSmall = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 12 24", fill: "currentColor", width: size || "12", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M6.71712 11.9949L4 8.62362L4.7786 7.99609L8.00148 11.9949L4.7786 15.9936L4 15.3661L6.71712 11.9949Z", clipRule: "evenodd" }));
|
|
3
|
+
BreadcrumbsChevronRightSmall.displayName = "BreadcrumbsChevronRightSmall";
|
|
4
|
+
var BreadcrumbsChevronRightSmall_default = BreadcrumbsChevronRightSmall;
|
|
5
|
+
export {
|
|
6
|
+
BreadcrumbsChevronRightSmall_default as default
|
|
7
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
const Help24 = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0
|
|
2
|
+
const Help24 = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M7.5 7.5C7.5 7.60612 7.5 8 7.5 8H6.50574L6.5 7.5C6.5 5.89052 7.39052 5 9 5C10.6095 5 11.5 5.89052 11.5 7.5V7.88197C11.5 8.75656 11.0352 9.53229 10.2236 9.94721C9.77639 10.1339 9.5 10.5765 9.5 11H8.5C8.5 10.1977 8.93735 9.44893 9.77639 9.05279C10.2235 8.84171 10.5 8.37779 10.5 7.88197V7.5C10.5 6.44281 10.0572 6 9 6C7.94281 6 7.5 6.44281 7.5 7.5ZM8.5 12H9.5V13H8.5V12Z", clipRule: "evenodd" }));
|
|
3
3
|
Help24.displayName = "Help24";
|
|
4
4
|
var Help24_default = Help24;
|
|
5
5
|
export {
|
|
@@ -4,66 +4,67 @@ import { default as default4 } from "./components/AddItemSmall";
|
|
|
4
4
|
import { default as default5 } from "./components/AddMedia";
|
|
5
5
|
import { default as default6 } from "./components/Asterisk";
|
|
6
6
|
import { default as default7 } from "./components/BreadcrumbsChevronRight";
|
|
7
|
-
import { default as default8 } from "./components/
|
|
8
|
-
import { default as default9 } from "./components/
|
|
9
|
-
import { default as default10 } from "./components/
|
|
10
|
-
import { default as default11 } from "./components/
|
|
11
|
-
import { default as default12 } from "./components/
|
|
12
|
-
import { default as default13 } from "./components/
|
|
13
|
-
import { default as default14 } from "./components/
|
|
14
|
-
import { default as default15 } from "./components/
|
|
15
|
-
import { default as default16 } from "./components/
|
|
16
|
-
import { default as default17 } from "./components/
|
|
17
|
-
import { default as default18 } from "./components/
|
|
18
|
-
import { default as default19 } from "./components/
|
|
19
|
-
import { default as default20 } from "./components/
|
|
20
|
-
import { default as default21 } from "./components/
|
|
21
|
-
import { default as default22 } from "./components/
|
|
22
|
-
import { default as default23 } from "./components/
|
|
23
|
-
import { default as default24 } from "./components/
|
|
24
|
-
import { default as default25 } from "./components/
|
|
25
|
-
import { default as default26 } from "./components/
|
|
26
|
-
import { default as default27 } from "./components/
|
|
27
|
-
import { default as default28 } from "./components/
|
|
28
|
-
import { default as default29 } from "./components/
|
|
29
|
-
import { default as default30 } from "./components/
|
|
30
|
-
import { default as default31 } from "./components/
|
|
31
|
-
import { default as default32 } from "./components/
|
|
32
|
-
import { default as default33 } from "./components/
|
|
33
|
-
import { default as default34 } from "./components/
|
|
34
|
-
import { default as default35 } from "./components/
|
|
35
|
-
import { default as default36 } from "./components/
|
|
36
|
-
import { default as default37 } from "./components/
|
|
37
|
-
import { default as default38 } from "./components/
|
|
38
|
-
import { default as default39 } from "./components/
|
|
39
|
-
import { default as default40 } from "./components/
|
|
40
|
-
import { default as default41 } from "./components/
|
|
41
|
-
import { default as default42 } from "./components/
|
|
42
|
-
import { default as default43 } from "./components/
|
|
43
|
-
import { default as default44 } from "./components/
|
|
44
|
-
import { default as default45 } from "./components/
|
|
45
|
-
import { default as default46 } from "./components/
|
|
46
|
-
import { default as default47 } from "./components/
|
|
47
|
-
import { default as default48 } from "./components/
|
|
48
|
-
import { default as default49 } from "./components/
|
|
49
|
-
import { default as default50 } from "./components/
|
|
50
|
-
import { default as default51 } from "./components/
|
|
51
|
-
import { default as default52 } from "./components/
|
|
52
|
-
import { default as default53 } from "./components/
|
|
53
|
-
import { default as default54 } from "./components/
|
|
54
|
-
import { default as default55 } from "./components/
|
|
55
|
-
import { default as default56 } from "./components/
|
|
56
|
-
import { default as default57 } from "./components/
|
|
57
|
-
import { default as default58 } from "./components/
|
|
58
|
-
import { default as default59 } from "./components/
|
|
59
|
-
import { default as default60 } from "./components/
|
|
60
|
-
import { default as default61 } from "./components/
|
|
61
|
-
import { default as default62 } from "./components/
|
|
62
|
-
import { default as default63 } from "./components/
|
|
63
|
-
import { default as default64 } from "./components/
|
|
64
|
-
import { default as default65 } from "./components/
|
|
65
|
-
import { default as default66 } from "./components/
|
|
66
|
-
import { default as default67 } from "./components/
|
|
7
|
+
import { default as default8 } from "./components/BreadcrumbsChevronRightSmall";
|
|
8
|
+
import { default as default9 } from "./components/CaretDown";
|
|
9
|
+
import { default as default10 } from "./components/CaretRight";
|
|
10
|
+
import { default as default11 } from "./components/CheckboxChecked";
|
|
11
|
+
import { default as default12 } from "./components/CheckboxIndeterminate";
|
|
12
|
+
import { default as default13 } from "./components/CircleLoaderCheck";
|
|
13
|
+
import { default as default14 } from "./components/CircleLoaderCheckSmall";
|
|
14
|
+
import { default as default15 } from "./components/Close";
|
|
15
|
+
import { default as default16 } from "./components/CloseLarge";
|
|
16
|
+
import { default as default17 } from "./components/DragAndDropLarge";
|
|
17
|
+
import { default as default18 } from "./components/DragAndDropLockedLarge";
|
|
18
|
+
import { default as default19 } from "./components/DragAndDropSmall";
|
|
19
|
+
import { default as default20 } from "./components/DropDownArrow";
|
|
20
|
+
import { default as default21 } from "./components/FaceDisapointed30";
|
|
21
|
+
import { default as default22 } from "./components/FaceFrowning30";
|
|
22
|
+
import { default as default23 } from "./components/FaceGrining30";
|
|
23
|
+
import { default as default24 } from "./components/FaceNeutral30";
|
|
24
|
+
import { default as default25 } from "./components/FaceSmiling30";
|
|
25
|
+
import { default as default26 } from "./components/FormFieldError";
|
|
26
|
+
import { default as default27 } from "./components/FormFieldErrorFilled";
|
|
27
|
+
import { default as default28 } from "./components/FormFieldErrorSmall";
|
|
28
|
+
import { default as default29 } from "./components/FormFieldSpinnerDown";
|
|
29
|
+
import { default as default30 } from "./components/FormFieldSpinnerUp";
|
|
30
|
+
import { default as default31 } from "./components/FormFieldSuccessFilled";
|
|
31
|
+
import { default as default32 } from "./components/FormFieldWarningFilled";
|
|
32
|
+
import { default as default33 } from "./components/Help24";
|
|
33
|
+
import { default as default34 } from "./components/InfoCircle";
|
|
34
|
+
import { default as default35 } from "./components/Move";
|
|
35
|
+
import { default as default36 } from "./components/MoveLarge";
|
|
36
|
+
import { default as default37 } from "./components/SocialButtonFacebook";
|
|
37
|
+
import { default as default38 } from "./components/SocialButtonInstagram";
|
|
38
|
+
import { default as default39 } from "./components/SocialButtonLinkedIn";
|
|
39
|
+
import { default as default40 } from "./components/SocialButtonPinterest";
|
|
40
|
+
import { default as default41 } from "./components/SocialButtonTikTok";
|
|
41
|
+
import { default as default42 } from "./components/SocialButtonTwitter";
|
|
42
|
+
import { default as default43 } from "./components/SocialButtonX";
|
|
43
|
+
import { default as default44 } from "./components/SocialButtonYoutube";
|
|
44
|
+
import { default as default45 } from "./components/SortByArrowDown";
|
|
45
|
+
import { default as default46 } from "./components/SortByArrowUp";
|
|
46
|
+
import { default as default47 } from "./components/StarFilledLarge";
|
|
47
|
+
import { default as default48 } from "./components/StarFilledTiny";
|
|
48
|
+
import { default as default49 } from "./components/StarLarge";
|
|
49
|
+
import { default as default50 } from "./components/TextAreaAlignCenter";
|
|
50
|
+
import { default as default51 } from "./components/TextAreaAlignJustify";
|
|
51
|
+
import { default as default52 } from "./components/TextAreaAlignLeft";
|
|
52
|
+
import { default as default53 } from "./components/TextAreaAlignRight";
|
|
53
|
+
import { default as default54 } from "./components/TextAreaBold";
|
|
54
|
+
import { default as default55 } from "./components/TextAreaBulletList";
|
|
55
|
+
import { default as default56 } from "./components/TextAreaImage";
|
|
56
|
+
import { default as default57 } from "./components/TextAreaItalic";
|
|
57
|
+
import { default as default58 } from "./components/TextAreaLeftToRight";
|
|
58
|
+
import { default as default59 } from "./components/TextAreaLink";
|
|
59
|
+
import { default as default60 } from "./components/TextAreaNumberedList";
|
|
60
|
+
import { default as default61 } from "./components/TextAreaRightToLeft";
|
|
61
|
+
import { default as default62 } from "./components/TextAreaTable";
|
|
62
|
+
import { default as default63 } from "./components/TextAreaTextColor";
|
|
63
|
+
import { default as default64 } from "./components/TextAreaUnderline";
|
|
64
|
+
import { default as default65 } from "./components/ToggleOff";
|
|
65
|
+
import { default as default66 } from "./components/ToggleOffSmall";
|
|
66
|
+
import { default as default67 } from "./components/ToggleOn";
|
|
67
|
+
import { default as default68 } from "./components/ToggleOnSmall";
|
|
67
68
|
export {
|
|
68
69
|
default2 as AddItemLarge,
|
|
69
70
|
default3 as AddItemMedium,
|
|
@@ -71,64 +72,65 @@ export {
|
|
|
71
72
|
default5 as AddMedia,
|
|
72
73
|
default6 as Asterisk,
|
|
73
74
|
default7 as BreadcrumbsChevronRight,
|
|
74
|
-
default8 as
|
|
75
|
-
default9 as
|
|
76
|
-
default10 as
|
|
77
|
-
default11 as
|
|
78
|
-
default12 as
|
|
79
|
-
default13 as
|
|
80
|
-
default14 as
|
|
81
|
-
default15 as
|
|
82
|
-
default16 as
|
|
83
|
-
default17 as
|
|
84
|
-
default18 as
|
|
85
|
-
default19 as
|
|
86
|
-
default20 as
|
|
87
|
-
default21 as
|
|
88
|
-
default22 as
|
|
89
|
-
default23 as
|
|
90
|
-
default24 as
|
|
91
|
-
default25 as
|
|
92
|
-
default26 as
|
|
93
|
-
default27 as
|
|
94
|
-
default28 as
|
|
95
|
-
default29 as
|
|
96
|
-
default30 as
|
|
97
|
-
default31 as
|
|
98
|
-
default32 as
|
|
99
|
-
default33 as
|
|
100
|
-
default34 as
|
|
101
|
-
default35 as
|
|
102
|
-
default36 as
|
|
103
|
-
default37 as
|
|
104
|
-
default38 as
|
|
105
|
-
default39 as
|
|
106
|
-
default40 as
|
|
107
|
-
default41 as
|
|
108
|
-
default42 as
|
|
109
|
-
default43 as
|
|
110
|
-
default44 as
|
|
111
|
-
default45 as
|
|
112
|
-
default46 as
|
|
113
|
-
default47 as
|
|
114
|
-
default48 as
|
|
115
|
-
default49 as
|
|
116
|
-
default50 as
|
|
117
|
-
default51 as
|
|
118
|
-
default52 as
|
|
119
|
-
default53 as
|
|
120
|
-
default54 as
|
|
121
|
-
default55 as
|
|
122
|
-
default56 as
|
|
123
|
-
default57 as
|
|
124
|
-
default58 as
|
|
125
|
-
default59 as
|
|
126
|
-
default60 as
|
|
127
|
-
default61 as
|
|
128
|
-
default62 as
|
|
129
|
-
default63 as
|
|
130
|
-
default64 as
|
|
131
|
-
default65 as
|
|
132
|
-
default66 as
|
|
133
|
-
default67 as
|
|
75
|
+
default8 as BreadcrumbsChevronRightSmall,
|
|
76
|
+
default9 as CaretDown,
|
|
77
|
+
default10 as CaretRight,
|
|
78
|
+
default11 as CheckboxChecked,
|
|
79
|
+
default12 as CheckboxIndeterminate,
|
|
80
|
+
default13 as CircleLoaderCheck,
|
|
81
|
+
default14 as CircleLoaderCheckSmall,
|
|
82
|
+
default15 as Close,
|
|
83
|
+
default16 as CloseLarge,
|
|
84
|
+
default17 as DragAndDropLarge,
|
|
85
|
+
default18 as DragAndDropLockedLarge,
|
|
86
|
+
default19 as DragAndDropSmall,
|
|
87
|
+
default20 as DropDownArrow,
|
|
88
|
+
default21 as FaceDisapointed30,
|
|
89
|
+
default22 as FaceFrowning30,
|
|
90
|
+
default23 as FaceGrining30,
|
|
91
|
+
default24 as FaceNeutral30,
|
|
92
|
+
default25 as FaceSmiling30,
|
|
93
|
+
default26 as FormFieldError,
|
|
94
|
+
default27 as FormFieldErrorFilled,
|
|
95
|
+
default28 as FormFieldErrorSmall,
|
|
96
|
+
default29 as FormFieldSpinnerDown,
|
|
97
|
+
default30 as FormFieldSpinnerUp,
|
|
98
|
+
default31 as FormFieldSuccessFilled,
|
|
99
|
+
default32 as FormFieldWarningFilled,
|
|
100
|
+
default33 as Help24,
|
|
101
|
+
default34 as InfoCircle,
|
|
102
|
+
default35 as Move,
|
|
103
|
+
default36 as MoveLarge,
|
|
104
|
+
default37 as SocialButtonFacebook,
|
|
105
|
+
default38 as SocialButtonInstagram,
|
|
106
|
+
default39 as SocialButtonLinkedIn,
|
|
107
|
+
default40 as SocialButtonPinterest,
|
|
108
|
+
default41 as SocialButtonTikTok,
|
|
109
|
+
default42 as SocialButtonTwitter,
|
|
110
|
+
default43 as SocialButtonX,
|
|
111
|
+
default44 as SocialButtonYoutube,
|
|
112
|
+
default45 as SortByArrowDown,
|
|
113
|
+
default46 as SortByArrowUp,
|
|
114
|
+
default47 as StarFilledLarge,
|
|
115
|
+
default48 as StarFilledTiny,
|
|
116
|
+
default49 as StarLarge,
|
|
117
|
+
default50 as TextAreaAlignCenter,
|
|
118
|
+
default51 as TextAreaAlignJustify,
|
|
119
|
+
default52 as TextAreaAlignLeft,
|
|
120
|
+
default53 as TextAreaAlignRight,
|
|
121
|
+
default54 as TextAreaBold,
|
|
122
|
+
default55 as TextAreaBulletList,
|
|
123
|
+
default56 as TextAreaImage,
|
|
124
|
+
default57 as TextAreaItalic,
|
|
125
|
+
default58 as TextAreaLeftToRight,
|
|
126
|
+
default59 as TextAreaLink,
|
|
127
|
+
default60 as TextAreaNumberedList,
|
|
128
|
+
default61 as TextAreaRightToLeft,
|
|
129
|
+
default62 as TextAreaTable,
|
|
130
|
+
default63 as TextAreaTextColor,
|
|
131
|
+
default64 as TextAreaUnderline,
|
|
132
|
+
default65 as ToggleOff,
|
|
133
|
+
default66 as ToggleOffSmall,
|
|
134
|
+
default67 as ToggleOn,
|
|
135
|
+
default68 as ToggleOnSmall
|
|
134
136
|
};
|