@elementor/icons 1.25.0 → 1.27.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/ArrowsMoveHorizontalIcon/index.d.ts +4 -0
- package/ArrowsMoveHorizontalIcon/index.esm.js +16 -0
- package/ArrowsMoveHorizontalIcon/index.esm.js.map +1 -0
- package/ArrowsMoveHorizontalIcon/index.js +43 -0
- package/ArrowsMoveHorizontalIcon/index.js.map +1 -0
- package/ArrowsMoveHorizontalIcon/package.json +7 -0
- package/ArrowsMoveVerticalIcon/index.d.ts +4 -0
- package/ArrowsMoveVerticalIcon/index.esm.js +16 -0
- package/ArrowsMoveVerticalIcon/index.esm.js.map +1 -0
- package/ArrowsMoveVerticalIcon/index.js +43 -0
- package/ArrowsMoveVerticalIcon/index.js.map +1 -0
- package/ArrowsMoveVerticalIcon/package.json +7 -0
- package/ColorFilterIcon/index.d.ts +4 -0
- package/ColorFilterIcon/index.esm.js +16 -0
- package/ColorFilterIcon/index.esm.js.map +1 -0
- package/ColorFilterIcon/index.js +43 -0
- package/ColorFilterIcon/index.js.map +1 -0
- package/ColorFilterIcon/package.json +7 -0
- package/ColorSwatchIcon/index.esm.js +2 -4
- package/ColorSwatchIcon/index.esm.js.map +1 -1
- package/ColorSwatchIcon/index.js +2 -4
- package/ColorSwatchIcon/index.js.map +1 -1
- package/LetterAIcon/index.d.ts +4 -0
- package/LetterAIcon/index.esm.js +16 -0
- package/LetterAIcon/index.esm.js.map +1 -0
- package/LetterAIcon/index.js +43 -0
- package/LetterAIcon/index.js.map +1 -0
- package/LetterAIcon/package.json +7 -0
- package/LetterXIcon/index.d.ts +4 -0
- package/LetterXIcon/index.esm.js +16 -0
- package/LetterXIcon/index.esm.js.map +1 -0
- package/LetterXIcon/index.js +43 -0
- package/LetterXIcon/index.js.map +1 -0
- package/LetterXIcon/package.json +7 -0
- package/LetterYIcon/index.d.ts +4 -0
- package/LetterYIcon/index.esm.js +16 -0
- package/LetterYIcon/index.esm.js.map +1 -0
- package/LetterYIcon/index.js +43 -0
- package/LetterYIcon/index.js.map +1 -0
- package/LetterYIcon/package.json +7 -0
- package/index.d.ts +6 -0
- package/index.esm.js +69 -5
- package/index.esm.js.map +1 -1
- package/index.js +74 -4
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -301,6 +301,28 @@ const ArrowsMaximizeIcon = React__namespace.forwardRef((props, ref) => {
|
|
|
301
301
|
));
|
|
302
302
|
});
|
|
303
303
|
|
|
304
|
+
const ArrowsMoveHorizontalIcon = React__namespace.forwardRef((props, ref) => {
|
|
305
|
+
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
|
|
306
|
+
"path",
|
|
307
|
+
{
|
|
308
|
+
fillRule: "evenodd",
|
|
309
|
+
clipRule: "evenodd",
|
|
310
|
+
d: "M6.53033 8.46967C6.82322 8.76256 6.82322 9.23744 6.53033 9.53033L4.81066 11.25H9C9.41421 11.25 9.75 11.5858 9.75 12C9.75 12.4142 9.41421 12.75 9 12.75H4.81066L6.53033 14.4697C6.82322 14.7626 6.82322 15.2374 6.53033 15.5303C6.23744 15.8232 5.76256 15.8232 5.46967 15.5303L2.46967 12.5303C2.17678 12.2374 2.17678 11.7626 2.46967 11.4697L5.46967 8.46967C5.76256 8.17678 6.23744 8.17678 6.53033 8.46967ZM17.4697 8.46967C17.7626 8.17678 18.2374 8.17678 18.5303 8.46967L21.5303 11.4697C21.8232 11.7626 21.8232 12.2374 21.5303 12.5303L18.5303 15.5303C18.2374 15.8232 17.7626 15.8232 17.4697 15.5303C17.1768 15.2374 17.1768 14.7626 17.4697 14.4697L19.1893 12.75H15C14.5858 12.75 14.25 12.4142 14.25 12C14.25 11.5858 14.5858 11.25 15 11.25H19.1893L17.4697 9.53033C17.1768 9.23744 17.1768 8.76256 17.4697 8.46967Z"
|
|
311
|
+
}
|
|
312
|
+
));
|
|
313
|
+
});
|
|
314
|
+
|
|
315
|
+
const ArrowsMoveVerticalIcon = React__namespace.forwardRef((props, ref) => {
|
|
316
|
+
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
|
|
317
|
+
"path",
|
|
318
|
+
{
|
|
319
|
+
fillRule: "evenodd",
|
|
320
|
+
clipRule: "evenodd",
|
|
321
|
+
d: "M11.4697 2.46967C11.7626 2.17678 12.2374 2.17678 12.5303 2.46967L15.5303 5.46967C15.8232 5.76256 15.8232 6.23744 15.5303 6.53033C15.2374 6.82322 14.7626 6.82322 14.4697 6.53033L12.75 4.81066V9C12.75 9.41421 12.4142 9.75 12 9.75C11.5858 9.75 11.25 9.41421 11.25 9V4.81066L9.53033 6.53033C9.23744 6.82322 8.76256 6.82322 8.46967 6.53033C8.17678 6.23744 8.17678 5.76256 8.46967 5.46967L11.4697 2.46967ZM12 14.25C12.4142 14.25 12.75 14.5858 12.75 15V19.1893L14.4697 17.4697C14.7626 17.1768 15.2374 17.1768 15.5303 17.4697C15.8232 17.7626 15.8232 18.2374 15.5303 18.5303L12.5303 21.5303C12.2374 21.8232 11.7626 21.8232 11.4697 21.5303L8.46967 18.5303C8.17678 18.2374 8.17678 17.7626 8.46967 17.4697C8.76256 17.1768 9.23744 17.1768 9.53033 17.4697L11.25 19.1893V15C11.25 14.5858 11.5858 14.25 12 14.25Z"
|
|
322
|
+
}
|
|
323
|
+
));
|
|
324
|
+
});
|
|
325
|
+
|
|
304
326
|
const ArrowsRightLeftIcon = React__namespace.forwardRef((props, ref) => {
|
|
305
327
|
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M17.4697 3.46967C17.7626 3.17678 18.2374 3.17678 18.5303 3.46967L21.5303 6.46967C21.8232 6.76256 21.8232 7.23744 21.5303 7.53033L18.5303 10.5303C18.2374 10.8232 17.7626 10.8232 17.4697 10.5303C17.1768 10.2374 17.1768 9.76256 17.4697 9.46967L19.1893 7.75H3C2.58579 7.75 2.25 7.41421 2.25 7C2.25 6.58579 2.58579 6.25 3 6.25H19.1893L17.4697 4.53033C17.1768 4.23744 17.1768 3.76256 17.4697 3.46967Z" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.53033 13.4697C6.82322 13.7626 6.82322 14.2374 6.53033 14.5303L4.81066 16.25H21C21.4142 16.25 21.75 16.5858 21.75 17C21.75 17.4142 21.4142 17.75 21 17.75H4.81066L6.53033 19.4697C6.82322 19.7626 6.82322 20.2374 6.53033 20.5303C6.23744 20.8232 5.76256 20.8232 5.46967 20.5303L2.46967 17.5303C2.17678 17.2374 2.17678 16.7626 2.46967 16.4697L5.46967 13.4697C5.76256 13.1768 6.23744 13.1768 6.53033 13.4697Z" }));
|
|
306
328
|
});
|
|
@@ -601,15 +623,24 @@ const CodeIcon = React__namespace.forwardRef((props, ref) => {
|
|
|
601
623
|
));
|
|
602
624
|
});
|
|
603
625
|
|
|
626
|
+
const ColorFilterIcon = React__namespace.forwardRef((props, ref) => {
|
|
627
|
+
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
|
|
628
|
+
"path",
|
|
629
|
+
{
|
|
630
|
+
fillRule: "evenodd",
|
|
631
|
+
clipRule: "evenodd",
|
|
632
|
+
d: "M12.0001 2.36841C10.3879 2.36841 8.84165 3.00887 7.70163 4.14889C6.5616 5.28892 5.92114 6.83512 5.92114 8.44736C5.92114 8.95514 5.98467 9.45637 6.10733 9.94041C3.9161 10.8566 2.36841 13.0302 2.36841 15.5525C2.36841 18.9063 5.09288 21.631 8.44652 21.6315C9.72873 21.6342 10.9723 21.2274 12 20.4794C13.0277 21.2274 14.2713 21.6342 15.5535 21.6315C18.9071 21.631 21.6316 18.9063 21.6316 15.5525C21.6316 13.0303 20.084 10.8567 17.8928 9.94049C18.0155 9.45642 18.0791 8.95517 18.0791 8.44736C18.0791 6.83512 17.4386 5.28892 16.2986 4.14889C15.1585 3.00887 13.6123 2.36841 12.0001 2.36841ZM17.3476 11.3384C17.0703 11.8513 16.7183 12.3261 16.2986 12.7458C15.7323 13.3121 15.0659 13.7551 14.3409 14.0575C14.4618 14.5362 14.5263 15.0382 14.5263 15.5525C14.5263 17.0232 14.0011 18.3797 13.1235 19.4303C13.845 19.8873 14.6863 20.1335 15.5509 20.1315L15.5526 20.1315C18.0782 20.1315 20.1316 18.0781 20.1316 15.5525C20.1316 13.6672 18.98 12.0362 17.3476 11.3384ZM12.8953 14.4601C12.6007 14.5039 12.3016 14.5263 12.0001 14.5263C10.3879 14.5263 8.84165 13.8859 7.70163 12.7458C7.28188 12.3261 6.92985 11.8513 6.65259 11.3384C5.02004 12.0361 3.86841 13.6671 3.86841 15.5525C3.86841 18.0781 5.92177 20.1315 8.44736 20.1315L8.44906 20.1315C9.57297 20.134 10.6574 19.7175 11.4905 18.9633C11.4968 18.9574 11.5033 18.9516 11.5098 18.946C12.4423 18.1161 13.0263 16.9 13.0263 15.5525C13.0263 15.1761 12.9806 14.8093 12.8953 14.4601ZM8.76229 5.20955C9.62101 4.35083 10.7857 3.86841 12.0001 3.86841C13.2145 3.86841 14.3792 4.35083 15.2379 5.20955C16.0966 6.06827 16.5791 7.23295 16.5791 8.44736C16.5791 9.66178 16.0966 10.8265 15.2379 11.6852C14.3792 12.5439 13.2145 13.0263 12.0001 13.0263C10.7857 13.0263 9.62101 12.5439 8.76229 11.6852C7.90357 10.8265 7.42114 9.66178 7.42114 8.44736C7.42114 7.23295 7.90357 6.06827 8.76229 5.20955Z"
|
|
633
|
+
}
|
|
634
|
+
));
|
|
635
|
+
});
|
|
636
|
+
|
|
604
637
|
const ColorSwatchIcon = React__namespace.forwardRef((props, ref) => {
|
|
605
|
-
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M18 17a1 1 0 1 0-2 0v.01a1 1 0 1 0 2 0V17Z"
|
|
638
|
+
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M18 17a1 1 0 1 0-2 0v.01a1 1 0 1 0 2 0V17Z" }), /* @__PURE__ */ React__namespace.createElement(
|
|
606
639
|
"path",
|
|
607
640
|
{
|
|
608
641
|
fillRule: "evenodd",
|
|
609
642
|
clipRule: "evenodd",
|
|
610
|
-
d: "M15 2.25A2.75 2.75 0 0 0 12.25 5v.532l-.649-.648a2.75 2.75 0 0 0-3.889 0L4.884 7.712a2.75 2.75 0 0 0 0 3.89l.649.648H5A2.75 2.75 0 0 0 2.25 15v4A2.75 2.75 0 0 0 5 21.75h12A4.75 4.75 0 0 0 21.75 17V5A2.75 2.75 0 0 0 19 2.25h-4Zm-8 11.5h.032l6.5 6.5H5A1.25 1.25 0 0 1 3.75 19v-4A1.25 1.25 0 0 1 5 13.75h2Zm12.298 5.548a3.25 3.25 0 0 1-4.573.023l-.046-.046A3.25 3.25 0 0 1 13.75 17V5A1.25 1.25 0 0 1 15 3.75h4A1.25 1.25 0 0 1 20.25 5v12a3.25 3.25 0 0 1-.952 2.298Zm-7.048-2.452V7.654l-1.71-1.71a1.25 1.25 0 0 0-1.767 0L5.945 8.773a1.25 1.25 0 0 0 0 1.768l6.305 6.305Z"
|
|
611
|
-
fill: "#000",
|
|
612
|
-
fillOpacity: ".54"
|
|
643
|
+
d: "M15 2.25A2.75 2.75 0 0 0 12.25 5v.532l-.649-.648a2.75 2.75 0 0 0-3.889 0L4.884 7.712a2.75 2.75 0 0 0 0 3.89l.649.648H5A2.75 2.75 0 0 0 2.25 15v4A2.75 2.75 0 0 0 5 21.75h12A4.75 4.75 0 0 0 21.75 17V5A2.75 2.75 0 0 0 19 2.25h-4Zm-8 11.5h.032l6.5 6.5H5A1.25 1.25 0 0 1 3.75 19v-4A1.25 1.25 0 0 1 5 13.75h2Zm12.298 5.548a3.25 3.25 0 0 1-4.573.023l-.046-.046A3.25 3.25 0 0 1 13.75 17V5A1.25 1.25 0 0 1 15 3.75h4A1.25 1.25 0 0 1 20.25 5v12a3.25 3.25 0 0 1-.952 2.298Zm-7.048-2.452V7.654l-1.71-1.71a1.25 1.25 0 0 0-1.767 0L5.945 8.773a1.25 1.25 0 0 0 0 1.768l6.305 6.305Z"
|
|
613
644
|
}
|
|
614
645
|
));
|
|
615
646
|
});
|
|
@@ -1091,6 +1122,17 @@ const LayoutDistributeVerticalIcon = React__namespace.forwardRef((props, ref) =>
|
|
|
1091
1122
|
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M21.5278 3.75C21.5278 3.33579 21.192 3 20.7778 3C20.3636 3 20.0278 3.33579 20.0278 3.75V19.75C20.0278 20.1642 20.3636 20.5 20.7778 20.5C21.192 20.5 21.5278 20.1642 21.5278 19.75V3.75Z" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M4.5 3.75C4.5 3.33579 4.16421 3 3.75 3C3.33579 3 3 3.33579 3 3.75L3 19.75C3 20.1642 3.33579 20.5 3.75 20.5C4.16421 20.5 4.5 20.1642 4.5 19.75L4.5 3.75Z" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M17.7639 13.751C17.7639 14.3033 17.3162 14.751 16.7639 14.751L7.76392 14.751C7.21163 14.751 6.76392 14.3033 6.76392 13.751C6.76392 13.1987 7.21163 12.751 7.76392 12.751L16.7639 12.751C17.3162 12.751 17.7639 13.1987 17.7639 13.751Z" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M16.7639 10.749C17.3162 10.749 17.7639 10.3013 17.7639 9.74902C17.7639 9.19674 17.3162 8.74902 16.7639 8.74902L7.76392 8.74902C7.21163 8.74902 6.76392 9.19674 6.76392 9.74902C6.76392 10.3013 7.21163 10.749 7.76392 10.749L16.7639 10.749Z" }));
|
|
1092
1123
|
});
|
|
1093
1124
|
|
|
1125
|
+
const LetterAIcon = React__namespace.forwardRef((props, ref) => {
|
|
1126
|
+
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
|
|
1127
|
+
"path",
|
|
1128
|
+
{
|
|
1129
|
+
fillRule: "evenodd",
|
|
1130
|
+
clipRule: "evenodd",
|
|
1131
|
+
d: "M6.25 8C6.25 6.74022 6.75044 5.53204 7.64124 4.64124C8.53204 3.75044 9.74022 3.25 11 3.25H13C14.2598 3.25 15.468 3.75044 16.3588 4.64124C17.2496 5.53204 17.75 6.74022 17.75 8V20C17.75 20.4142 17.4142 20.75 17 20.75C16.5858 20.75 16.25 20.4142 16.25 20V13.75H7.75V20C7.75 20.4142 7.41421 20.75 7 20.75C6.58579 20.75 6.25 20.4142 6.25 20V8ZM8.7019 5.7019C9.3114 5.09241 10.138 4.75 11 4.75H13C13.862 4.75 14.6886 5.09241 15.2981 5.7019C15.9076 6.3114 16.25 7.13805 16.25 8V12.25H7.75V8C7.75 7.13805 8.09241 6.3114 8.7019 5.7019Z"
|
|
1132
|
+
}
|
|
1133
|
+
));
|
|
1134
|
+
});
|
|
1135
|
+
|
|
1094
1136
|
const LetterCaseIcon = React__namespace.forwardRef((props, ref) => {
|
|
1095
1137
|
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
|
|
1096
1138
|
"path",
|
|
@@ -1124,6 +1166,28 @@ const LetterCaseUpperIcon = React__namespace.forwardRef((props, ref) => {
|
|
|
1124
1166
|
));
|
|
1125
1167
|
});
|
|
1126
1168
|
|
|
1169
|
+
const LetterXIcon = React__namespace.forwardRef((props, ref) => {
|
|
1170
|
+
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
|
|
1171
|
+
"path",
|
|
1172
|
+
{
|
|
1173
|
+
fillRule: "evenodd",
|
|
1174
|
+
clipRule: "evenodd",
|
|
1175
|
+
d: "M6.56413 4.38976C6.90119 4.149 7.3696 4.22707 7.61036 4.56413L12.0001 10.7097L16.3898 4.56413C16.6305 4.22707 17.0989 4.149 17.436 4.38976C17.773 4.63051 17.8511 5.09893 17.6104 5.43599L12.9217 12.0001L17.6104 18.5641C17.8511 18.9012 17.773 19.3696 17.436 19.6104C17.0989 19.8511 16.6305 19.773 16.3898 19.436L12.0001 13.2904L7.61036 19.436C7.3696 19.773 6.90119 19.8511 6.56413 19.6104C6.22707 19.3696 6.149 18.9012 6.38976 18.5641L11.0784 12.0001L6.38976 5.43599C6.149 5.09893 6.22707 4.63051 6.56413 4.38976Z"
|
|
1176
|
+
}
|
|
1177
|
+
));
|
|
1178
|
+
});
|
|
1179
|
+
|
|
1180
|
+
const LetterYIcon = React__namespace.forwardRef((props, ref) => {
|
|
1181
|
+
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
|
|
1182
|
+
"path",
|
|
1183
|
+
{
|
|
1184
|
+
fillRule: "evenodd",
|
|
1185
|
+
clipRule: "evenodd",
|
|
1186
|
+
d: "M6.59797 4.36694C6.94765 4.14491 7.41111 4.2484 7.63313 4.59809L12 11.4759L16.3668 4.59809C16.5888 4.2484 17.0523 4.14491 17.402 4.36694C17.7517 4.58896 17.8552 5.05242 17.6331 5.4021L12.75 13.0931V19.0001C12.75 19.4143 12.4142 19.7501 12 19.7501C11.5858 19.7501 11.25 19.4143 11.25 19.0001V13.0931L6.36681 5.4021C6.14479 5.05242 6.24828 4.58896 6.59797 4.36694Z"
|
|
1187
|
+
}
|
|
1188
|
+
));
|
|
1189
|
+
});
|
|
1190
|
+
|
|
1127
1191
|
const LibraryIcon = React__namespace.forwardRef((props, ref) => {
|
|
1128
1192
|
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9 7.25C8.58579 7.25 8.25 7.58579 8.25 8C8.25 8.41421 8.58579 8.75 9 8.75H15C15.4142 8.75 15.75 8.41421 15.75 8C15.75 7.58579 15.4142 7.25 15 7.25H9Z" }), /* @__PURE__ */ React__namespace.createElement(
|
|
1129
1193
|
"path",
|
|
@@ -2168,6 +2232,8 @@ exports.ArrowUpRightIcon = ArrowUpRightIcon;
|
|
|
2168
2232
|
exports.ArrowUpSmallIcon = ArrowUpSmallIcon;
|
|
2169
2233
|
exports.ArrowsLeftRightIcon = ArrowsLeftRightIcon;
|
|
2170
2234
|
exports.ArrowsMaximizeIcon = ArrowsMaximizeIcon;
|
|
2235
|
+
exports.ArrowsMoveHorizontalIcon = ArrowsMoveHorizontalIcon;
|
|
2236
|
+
exports.ArrowsMoveVerticalIcon = ArrowsMoveVerticalIcon;
|
|
2171
2237
|
exports.ArrowsRightLeftIcon = ArrowsRightLeftIcon;
|
|
2172
2238
|
exports.BanIcon = BanIcon;
|
|
2173
2239
|
exports.BoltIcon = BoltIcon;
|
|
@@ -2194,6 +2260,7 @@ exports.ClockIcon = ClockIcon;
|
|
|
2194
2260
|
exports.CloudBackupIcon = CloudBackupIcon;
|
|
2195
2261
|
exports.CloudIcon = CloudIcon;
|
|
2196
2262
|
exports.CodeIcon = CodeIcon;
|
|
2263
|
+
exports.ColorFilterIcon = ColorFilterIcon;
|
|
2197
2264
|
exports.ColorSwatchIcon = ColorSwatchIcon;
|
|
2198
2265
|
exports.ContainerTemplateIcon = ContainerTemplateIcon;
|
|
2199
2266
|
exports.CopyIcon = CopyIcon;
|
|
@@ -2246,9 +2313,12 @@ exports.LayoutAlignCenterIcon = LayoutAlignCenterIcon;
|
|
|
2246
2313
|
exports.LayoutAlignLeftIcon = LayoutAlignLeftIcon;
|
|
2247
2314
|
exports.LayoutAlignRightIcon = LayoutAlignRightIcon;
|
|
2248
2315
|
exports.LayoutDistributeVerticalIcon = LayoutDistributeVerticalIcon;
|
|
2316
|
+
exports.LetterAIcon = LetterAIcon;
|
|
2249
2317
|
exports.LetterCaseIcon = LetterCaseIcon;
|
|
2250
2318
|
exports.LetterCaseLowerIcon = LetterCaseLowerIcon;
|
|
2251
2319
|
exports.LetterCaseUpperIcon = LetterCaseUpperIcon;
|
|
2320
|
+
exports.LetterXIcon = LetterXIcon;
|
|
2321
|
+
exports.LetterYIcon = LetterYIcon;
|
|
2252
2322
|
exports.LibraryIcon = LibraryIcon;
|
|
2253
2323
|
exports.LikeIcon = LikeIcon;
|
|
2254
2324
|
exports.LinkIcon = LinkIcon;
|