@elementor/icons 1.17.1 → 1.18.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
@@ -305,6 +305,24 @@ const Error404TemplateIcon = React__namespace.forwardRef((props, ref) => {
305
305
  ));
306
306
  });
307
307
 
308
+ const ExpandBottomIcon = React__namespace.forwardRef((props, ref) => {
309
+ return /* @__PURE__ */ React__namespace.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
310
+ "path",
311
+ {
312
+ fillRule: "evenodd",
313
+ clipRule: "evenodd",
314
+ d: "M6 4.75C5.66848 4.75 5.35054 4.8817 5.11612 5.11612C4.8817 5.35054 4.75 5.66848 4.75 6V18C4.75 18.3315 4.8817 18.6495 5.11612 18.8839C5.35054 19.1183 5.66848 19.25 6 19.25H12C12.4142 19.25 12.75 19.5858 12.75 20C12.75 20.4142 12.4142 20.75 12 20.75H6C5.27065 20.75 4.57118 20.4603 4.05546 19.9445C3.53973 19.4288 3.25 18.7293 3.25 18V6C3.25 5.27065 3.53973 4.57118 4.05546 4.05546C4.57118 3.53973 5.27065 3.25 6 3.25H14C14.4142 3.25 14.75 3.58579 14.75 4C14.75 4.41421 14.4142 4.75 14 4.75H6Z"
315
+ }
316
+ ), /* @__PURE__ */ React__namespace.createElement(
317
+ "path",
318
+ {
319
+ fillRule: "evenodd",
320
+ clipRule: "evenodd",
321
+ d: "M18 3.25C18.4142 3.25 18.75 3.58579 18.75 4V19.1893L20.4697 17.4697C20.7626 17.1768 21.2374 17.1768 21.5303 17.4697C21.8232 17.7626 21.8232 18.2374 21.5303 18.5303L18.5303 21.5303C18.4584 21.6022 18.3755 21.6565 18.2871 21.6931C18.2099 21.7251 18.1262 21.7446 18.0386 21.749C18.0258 21.7497 18.0129 21.75 18 21.75C17.8983 21.75 17.8013 21.7298 17.7129 21.6931C17.6245 21.6565 17.5416 21.6022 17.4697 21.5303L14.4697 18.5303C14.1768 18.2374 14.1768 17.7626 14.4697 17.4697C14.7626 17.1768 15.2374 17.1768 15.5303 17.4697L17.25 19.1893V4C17.25 3.58579 17.5858 3.25 18 3.25Z"
322
+ }
323
+ ));
324
+ });
325
+
308
326
  const ExpandDiagonalIcon = React__namespace.forwardRef((props, ref) => {
309
327
  return /* @__PURE__ */ React__namespace.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
310
328
  "path",
@@ -1281,6 +1299,7 @@ exports.DotsVerticalIcon = DotsVerticalIcon;
1281
1299
  exports.EditIcon = EditIcon;
1282
1300
  exports.EraseIcon = EraseIcon;
1283
1301
  exports.Error404TemplateIcon = Error404TemplateIcon;
1302
+ exports.ExpandBottomIcon = ExpandBottomIcon;
1284
1303
  exports.ExpandDiagonalIcon = ExpandDiagonalIcon;
1285
1304
  exports.ExpandIcon = ExpandIcon;
1286
1305
  exports.EyeIcon = EyeIcon;