@elementor/icons 1.26.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/index.js CHANGED
@@ -1122,6 +1122,17 @@ const LayoutDistributeVerticalIcon = React__namespace.forwardRef((props, ref) =>
1122
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" }));
1123
1123
  });
1124
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
+
1125
1136
  const LetterCaseIcon = React__namespace.forwardRef((props, ref) => {
1126
1137
  return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
1127
1138
  "path",
@@ -2302,6 +2313,7 @@ exports.LayoutAlignCenterIcon = LayoutAlignCenterIcon;
2302
2313
  exports.LayoutAlignLeftIcon = LayoutAlignLeftIcon;
2303
2314
  exports.LayoutAlignRightIcon = LayoutAlignRightIcon;
2304
2315
  exports.LayoutDistributeVerticalIcon = LayoutDistributeVerticalIcon;
2316
+ exports.LetterAIcon = LetterAIcon;
2305
2317
  exports.LetterCaseIcon = LetterCaseIcon;
2306
2318
  exports.LetterCaseLowerIcon = LetterCaseLowerIcon;
2307
2319
  exports.LetterCaseUpperIcon = LetterCaseUpperIcon;