@elementor/icons 1.27.0 → 1.28.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/GripVerticalIcon/index.d.ts +4 -0
- package/GripVerticalIcon/index.esm.js +16 -0
- package/GripVerticalIcon/index.esm.js.map +1 -0
- package/GripVerticalIcon/index.js +43 -0
- package/GripVerticalIcon/index.js.map +1 -0
- package/GripVerticalIcon/package.json +7 -0
- package/index.d.ts +1 -0
- package/index.esm.js +12 -1
- package/index.esm.js.map +1 -1
- package/index.js +12 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -950,6 +950,17 @@ const GridDotsIcon = React__namespace.forwardRef((props, ref) => {
|
|
|
950
950
|
));
|
|
951
951
|
});
|
|
952
952
|
|
|
953
|
+
const GripVerticalIcon = React__namespace.forwardRef((props, ref) => {
|
|
954
|
+
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
|
|
955
|
+
"path",
|
|
956
|
+
{
|
|
957
|
+
fillRule: "evenodd",
|
|
958
|
+
clipRule: "evenodd",
|
|
959
|
+
d: "M7.25 5C7.25 4.0335 8.0335 3.25 9 3.25C9.9665 3.25 10.75 4.0335 10.75 5C10.75 5.9665 9.9665 6.75 9 6.75C8.0335 6.75 7.25 5.9665 7.25 5ZM13.25 5C13.25 4.0335 14.0335 3.25 15 3.25C15.9665 3.25 16.75 4.0335 16.75 5C16.75 5.9665 15.9665 6.75 15 6.75C14.0335 6.75 13.25 5.9665 13.25 5ZM7.25 12C7.25 11.0335 8.0335 10.25 9 10.25C9.9665 10.25 10.75 11.0335 10.75 12C10.75 12.9665 9.9665 13.75 9 13.75C8.0335 13.75 7.25 12.9665 7.25 12ZM13.25 12C13.25 11.0335 14.0335 10.25 15 10.25C15.9665 10.25 16.75 11.0335 16.75 12C16.75 12.9665 15.9665 13.75 15 13.75C14.0335 13.75 13.25 12.9665 13.25 12ZM7.25 19C7.25 18.0335 8.0335 17.25 9 17.25C9.9665 17.25 10.75 18.0335 10.75 19C10.75 19.9665 9.9665 20.75 9 20.75C8.0335 20.75 7.25 19.9665 7.25 19ZM13.25 19C13.25 18.0335 14.0335 17.25 15 17.25C15.9665 17.25 16.75 18.0335 16.75 19C16.75 19.9665 15.9665 20.75 15 20.75C14.0335 20.75 13.25 19.9665 13.25 19Z"
|
|
960
|
+
}
|
|
961
|
+
));
|
|
962
|
+
});
|
|
963
|
+
|
|
953
964
|
const HeaderTemplateIcon = React__namespace.forwardRef((props, ref) => {
|
|
954
965
|
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
|
|
955
966
|
"path",
|
|
@@ -2291,6 +2302,7 @@ exports.FilesIcon = FilesIcon;
|
|
|
2291
2302
|
exports.FolderIcon = FolderIcon;
|
|
2292
2303
|
exports.FooterTemplateIcon = FooterTemplateIcon;
|
|
2293
2304
|
exports.GridDotsIcon = GridDotsIcon;
|
|
2305
|
+
exports.GripVerticalIcon = GripVerticalIcon;
|
|
2294
2306
|
exports.HeaderTemplateIcon = HeaderTemplateIcon;
|
|
2295
2307
|
exports.HeadsetIcon = HeadsetIcon;
|
|
2296
2308
|
exports.HeartHandShakeIcon = HeartHandShakeIcon;
|