@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/ExpandBottomIcon/index.d.ts +4 -0
- package/ExpandBottomIcon/index.esm.js +23 -0
- package/ExpandBottomIcon/index.esm.js.map +1 -0
- package/ExpandBottomIcon/index.js +46 -0
- package/ExpandBottomIcon/index.js.map +1 -0
- package/ExpandBottomIcon/package.json +7 -0
- package/index.d.ts +1 -0
- package/index.esm.js +19 -1
- package/index.esm.js.map +1 -1
- package/index.js +19 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import SvgIcon from '@elementor/ui/SvgIcon';
|
|
3
|
+
|
|
4
|
+
const ExpandBottomIcon = React.forwardRef((props, ref) => {
|
|
5
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
|
|
6
|
+
"path",
|
|
7
|
+
{
|
|
8
|
+
fillRule: "evenodd",
|
|
9
|
+
clipRule: "evenodd",
|
|
10
|
+
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"
|
|
11
|
+
}
|
|
12
|
+
), /* @__PURE__ */ React.createElement(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
clipRule: "evenodd",
|
|
17
|
+
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"
|
|
18
|
+
}
|
|
19
|
+
));
|
|
20
|
+
});
|
|
21
|
+
|
|
22
|
+
export { ExpandBottomIcon as default };
|
|
23
|
+
//# sourceMappingURL=index.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":["../../src/ExpandBottomIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst ExpandBottomIcon = React.forwardRef< SVGSVGElement, SvgIconProps >( ( props, ref ) => {\n\treturn (\n\t\t<SvgIcon viewBox=\"0 0 24 24\" { ...props } ref={ ref }>\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"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\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"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\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default ExpandBottomIcon;\n"],"names":[],"mappings":";;;AAGA,MAAM,gBAAmB,GAAA,KAAA,CAAM,UAA2C,CAAA,CAAE,OAAO,GAAS,KAAA;AAC3F,EAAA,2CACE,OAAQ,EAAA,EAAA,OAAA,EAAQ,WAAc,EAAA,GAAG,OAAQ,GACzC,EAAA,kBAAA,KAAA,CAAA,aAAA;AAAA,IAAC,MAAA;AAAA,IAAA;AAAA,MACA,QAAS,EAAA,SAAA;AAAA,MACT,QAAS,EAAA,SAAA;AAAA,MACT,CAAE,EAAA,8eAAA;AAAA,KAAA;AAAA,GAEH,kBAAA,KAAA,CAAA,aAAA;AAAA,IAAC,MAAA;AAAA,IAAA;AAAA,MACA,QAAS,EAAA,SAAA;AAAA,MACT,QAAS,EAAA,SAAA;AAAA,MACT,CAAE,EAAA,6jBAAA;AAAA,KAAA;AAAA,GAEJ,CAAA,CAAA;AAEF,CAAE;;;;"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var React = require('react');
|
|
6
|
+
var SvgIcon = require('@elementor/ui/SvgIcon');
|
|
7
|
+
|
|
8
|
+
function _interopNamespaceDefault(e) {
|
|
9
|
+
var n = Object.create(null);
|
|
10
|
+
if (e) {
|
|
11
|
+
Object.keys(e).forEach(function (k) {
|
|
12
|
+
if (k !== 'default') {
|
|
13
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
14
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
15
|
+
enumerable: true,
|
|
16
|
+
get: function () { return e[k]; }
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
n.default = e;
|
|
22
|
+
return Object.freeze(n);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
26
|
+
|
|
27
|
+
const ExpandBottomIcon = React__namespace.forwardRef((props, ref) => {
|
|
28
|
+
return /* @__PURE__ */ React__namespace.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
|
|
29
|
+
"path",
|
|
30
|
+
{
|
|
31
|
+
fillRule: "evenodd",
|
|
32
|
+
clipRule: "evenodd",
|
|
33
|
+
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"
|
|
34
|
+
}
|
|
35
|
+
), /* @__PURE__ */ React__namespace.createElement(
|
|
36
|
+
"path",
|
|
37
|
+
{
|
|
38
|
+
fillRule: "evenodd",
|
|
39
|
+
clipRule: "evenodd",
|
|
40
|
+
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"
|
|
41
|
+
}
|
|
42
|
+
));
|
|
43
|
+
});
|
|
44
|
+
|
|
45
|
+
exports.default = ExpandBottomIcon;
|
|
46
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../src/ExpandBottomIcon/index.tsx"],"sourcesContent":["import * as React from 'react';\nimport SvgIcon, { SvgIconProps } from '@elementor/ui/SvgIcon';\n\nconst ExpandBottomIcon = React.forwardRef< SVGSVGElement, SvgIconProps >( ( props, ref ) => {\n\treturn (\n\t\t<SvgIcon viewBox=\"0 0 24 24\" { ...props } ref={ ref }>\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"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\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"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\"\n\t\t\t/>\n\t\t</SvgIcon>\n\t);\n} );\n\nexport default ExpandBottomIcon;\n"],"names":["React"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,MAAM,gBAAmB,GAAAA,gBAAA,CAAM,UAA2C,CAAA,CAAE,OAAO,GAAS,KAAA;AAC3F,EAAA,sDACE,OAAQ,EAAA,EAAA,OAAA,EAAQ,WAAc,EAAA,GAAG,OAAQ,GACzC,EAAA,kBAAAA,gBAAA,CAAA,aAAA;AAAA,IAAC,MAAA;AAAA,IAAA;AAAA,MACA,QAAS,EAAA,SAAA;AAAA,MACT,QAAS,EAAA,SAAA;AAAA,MACT,CAAE,EAAA,8eAAA;AAAA,KAAA;AAAA,GAEH,kBAAAA,gBAAA,CAAA,aAAA;AAAA,IAAC,MAAA;AAAA,IAAA;AAAA,MACA,QAAS,EAAA,SAAA;AAAA,MACT,QAAS,EAAA,SAAA;AAAA,MACT,CAAE,EAAA,6jBAAA;AAAA,KAAA;AAAA,GAEJ,CAAA,CAAA;AAEF,CAAE;;;;"}
|
package/index.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ export { default as DotsVerticalIcon } from './DotsVerticalIcon';
|
|
|
25
25
|
export { default as EditIcon } from './EditIcon';
|
|
26
26
|
export { default as EraseIcon } from './EraseIcon';
|
|
27
27
|
export { default as Error404TemplateIcon } from './Error404TemplateIcon';
|
|
28
|
+
export { default as ExpandBottomIcon } from './ExpandBottomIcon';
|
|
28
29
|
export { default as ExpandDiagonalIcon } from './ExpandDiagonalIcon';
|
|
29
30
|
export { default as ExpandIcon } from './ExpandIcon';
|
|
30
31
|
export { default as EyeIcon } from './EyeIcon';
|
package/index.esm.js
CHANGED
|
@@ -284,6 +284,24 @@ const Error404TemplateIcon = React.forwardRef((props, ref) => {
|
|
|
284
284
|
));
|
|
285
285
|
});
|
|
286
286
|
|
|
287
|
+
const ExpandBottomIcon = React.forwardRef((props, ref) => {
|
|
288
|
+
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
|
|
289
|
+
"path",
|
|
290
|
+
{
|
|
291
|
+
fillRule: "evenodd",
|
|
292
|
+
clipRule: "evenodd",
|
|
293
|
+
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"
|
|
294
|
+
}
|
|
295
|
+
), /* @__PURE__ */ React.createElement(
|
|
296
|
+
"path",
|
|
297
|
+
{
|
|
298
|
+
fillRule: "evenodd",
|
|
299
|
+
clipRule: "evenodd",
|
|
300
|
+
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"
|
|
301
|
+
}
|
|
302
|
+
));
|
|
303
|
+
});
|
|
304
|
+
|
|
287
305
|
const ExpandDiagonalIcon = React.forwardRef((props, ref) => {
|
|
288
306
|
return /* @__PURE__ */ React.createElement(SvgIcon, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React.createElement(
|
|
289
307
|
"path",
|
|
@@ -1233,5 +1251,5 @@ const XIcon = React.forwardRef((props, ref) => {
|
|
|
1233
1251
|
));
|
|
1234
1252
|
});
|
|
1235
1253
|
|
|
1236
|
-
export { AIIcon, AdjustmentsHorizontalIcon, AlignCenterIcon, AlignJustifiedIcon, AlignLeftIcon, AlignRightIcon, ArchiveTemplateIcon, ArrowUpRightIcon, BorderCornersIcon, BrushIcon, CheckedCircleIcon, ChevronDownIcon, ChevronRightIcon, CircleCheckFilledIcon, ClearIcon, ClockIcon, ContainerTemplateIcon, CopyIcon, DatabaseIcon, DesktopIcon, DetachIcon, DiscountCheckFilledIcon, DotsHorizontalIcon, DotsVerticalIcon, EditIcon, EraseIcon, Error404TemplateIcon, ExpandDiagonalIcon, ExpandIcon, EyeIcon, EyeOffIcon, FileReportIcon, FolderIcon, FooterTemplateIcon, HeaderTemplateIcon, HelpIcon, HistoryIcon, HomeIcon, InfoCircleIcon, ItalicIcon, KeyboardIcon, LandingPageTemplateIcon, LaptopIcon, LetterCaseIcon, LetterCaseLowerIcon, LetterCaseUpperIcon, LinkIcon, Loader2Icon, LockFilledIcon, LockIcon, LoopItemTemplateIcon, MailIcon, MessageIcon, MinimizeDiagonalIcon, MinusIcon, MobileIcon, MobileLandscapeIcon, MobilePortraitIcon, PageTemplateIcon, PageTypeIcon, PagesIcon, PhotoIcon, PlugCheckIcon, PlugIcon, PlugRefreshIcon, PlugXIcon, PlusIcon, PopupTemplateIcon, PostTypeIcon, RadioButtonUncheckedIcon, RadiusBottomLeftIcon, RadiusBottomRightIcon, RadiusTopLeftIcon, RadiusTopRightIcon, RefreshIcon, RocketIcon, SearchIcon, SearchResultsTemplateIcon, SectionTemplateIcon, SettingsIcon, ShieldCheckIcon, ShrinkIcon, SideAllIcon, SideBottomIcon, SideLeftIcon, SideRightIcon, SideTopIcon, SpeakerphoneIcon, StrikethroughIcon, StructureIcon, TabletIcon, TabletLandscapeIcon, TabletPortraitIcon, TextDirectionLtrIcon, TextDirectionRtlIcon, ThemeBuilderIcon, ToggleRightIcon, TrashIcon, UnderlineIcon, UpgradeIcon, UploadIcon, UserIcon, WidescreenIcon, WordpressIcon, XIcon };
|
|
1254
|
+
export { AIIcon, AdjustmentsHorizontalIcon, AlignCenterIcon, AlignJustifiedIcon, AlignLeftIcon, AlignRightIcon, ArchiveTemplateIcon, ArrowUpRightIcon, BorderCornersIcon, BrushIcon, CheckedCircleIcon, ChevronDownIcon, ChevronRightIcon, CircleCheckFilledIcon, ClearIcon, ClockIcon, ContainerTemplateIcon, CopyIcon, DatabaseIcon, DesktopIcon, DetachIcon, DiscountCheckFilledIcon, DotsHorizontalIcon, DotsVerticalIcon, EditIcon, EraseIcon, Error404TemplateIcon, ExpandBottomIcon, ExpandDiagonalIcon, ExpandIcon, EyeIcon, EyeOffIcon, FileReportIcon, FolderIcon, FooterTemplateIcon, HeaderTemplateIcon, HelpIcon, HistoryIcon, HomeIcon, InfoCircleIcon, ItalicIcon, KeyboardIcon, LandingPageTemplateIcon, LaptopIcon, LetterCaseIcon, LetterCaseLowerIcon, LetterCaseUpperIcon, LinkIcon, Loader2Icon, LockFilledIcon, LockIcon, LoopItemTemplateIcon, MailIcon, MessageIcon, MinimizeDiagonalIcon, MinusIcon, MobileIcon, MobileLandscapeIcon, MobilePortraitIcon, PageTemplateIcon, PageTypeIcon, PagesIcon, PhotoIcon, PlugCheckIcon, PlugIcon, PlugRefreshIcon, PlugXIcon, PlusIcon, PopupTemplateIcon, PostTypeIcon, RadioButtonUncheckedIcon, RadiusBottomLeftIcon, RadiusBottomRightIcon, RadiusTopLeftIcon, RadiusTopRightIcon, RefreshIcon, RocketIcon, SearchIcon, SearchResultsTemplateIcon, SectionTemplateIcon, SettingsIcon, ShieldCheckIcon, ShrinkIcon, SideAllIcon, SideBottomIcon, SideLeftIcon, SideRightIcon, SideTopIcon, SpeakerphoneIcon, StrikethroughIcon, StructureIcon, TabletIcon, TabletLandscapeIcon, TabletPortraitIcon, TextDirectionLtrIcon, TextDirectionRtlIcon, ThemeBuilderIcon, ToggleRightIcon, TrashIcon, UnderlineIcon, UpgradeIcon, UploadIcon, UserIcon, WidescreenIcon, WordpressIcon, XIcon };
|
|
1237
1255
|
//# sourceMappingURL=index.esm.js.map
|