@elementor/icons 1.35.0 → 1.36.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/TextIcon/index.d.ts +4 -0
- package/TextIcon/index.esm.js +9 -0
- package/TextIcon/index.esm.js.map +1 -0
- package/TextIcon/index.js +36 -0
- package/TextIcon/index.js.map +1 -0
- package/TextIcon/package.json +7 -0
- package/index.d.ts +1 -0
- package/index.esm.js +5 -1
- package/index.esm.js.map +1 -1
- package/index.js +5 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -2087,6 +2087,10 @@ const TextDirectionRtlIcon = React__namespace.forwardRef((props, ref) => {
|
|
|
2087
2087
|
));
|
|
2088
2088
|
});
|
|
2089
2089
|
|
|
2090
|
+
const TextIcon = React__namespace.forwardRef((props, ref) => {
|
|
2091
|
+
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M4.25 5C4.25 4.58579 4.58579 4.25 5 4.25H19C19.4142 4.25 19.75 4.58579 19.75 5V7C19.75 7.41421 19.4142 7.75 19 7.75C18.5858 7.75 18.25 7.41421 18.25 7V5.75H12.75V18.25H14C14.4142 18.25 14.75 18.5858 14.75 19C14.75 19.4142 14.4142 19.75 14 19.75H10C9.58579 19.75 9.25 19.4142 9.25 19C9.25 18.5858 9.58579 18.25 10 18.25H11.25V5.75H5.75V7C5.75 7.41421 5.41421 7.75 5 7.75C4.58579 7.75 4.25 7.41421 4.25 7V5Z" }));
|
|
2092
|
+
});
|
|
2093
|
+
|
|
2090
2094
|
const ThemeBuilderIcon = React__namespace.forwardRef((props, ref) => {
|
|
2091
2095
|
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
|
|
2092
2096
|
"path",
|
|
@@ -2501,6 +2505,7 @@ exports.TabletLandscapeIcon = TabletLandscapeIcon;
|
|
|
2501
2505
|
exports.TabletPortraitIcon = TabletPortraitIcon;
|
|
2502
2506
|
exports.TextDirectionLtrIcon = TextDirectionLtrIcon;
|
|
2503
2507
|
exports.TextDirectionRtlIcon = TextDirectionRtlIcon;
|
|
2508
|
+
exports.TextIcon = TextIcon;
|
|
2504
2509
|
exports.ThemeBuilderIcon = ThemeBuilderIcon;
|
|
2505
2510
|
exports.ToggleRightIcon = ToggleRightIcon;
|
|
2506
2511
|
exports.TrashIcon = TrashIcon;
|