@elementor/icons 0.6.0 → 0.6.1
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/CHANGELOG.md +8 -0
- package/dist/index.d.mts +108 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.6.1](https://github.com/elementor/elementor-packages/compare/@elementor/icons@0.6.0...@elementor/icons@0.6.1) (2023-06-29)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @elementor/icons
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [0.6.0](https://github.com/elementor/elementor-packages/compare/@elementor/icons@0.5.0...@elementor/icons@0.6.0) (2023-06-26)
|
|
7
15
|
|
|
8
16
|
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SvgIconProps } from '@elementor/ui';
|
|
3
|
+
|
|
4
|
+
declare const AdjustmentsHorizontalIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
5
|
+
|
|
6
|
+
declare const ArchiveTemplateIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
7
|
+
|
|
8
|
+
declare const AIIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
9
|
+
|
|
10
|
+
declare const ArrowUpRightIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
11
|
+
|
|
12
|
+
declare const CheckedCircleIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
13
|
+
|
|
14
|
+
declare const ChevronDownIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
15
|
+
|
|
16
|
+
declare const ChevronRightIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
17
|
+
|
|
18
|
+
declare const ContainerTemplateIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
19
|
+
|
|
20
|
+
declare const CopyIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
21
|
+
|
|
22
|
+
declare const DesktopIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
23
|
+
|
|
24
|
+
declare const DotsVerticalIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
25
|
+
|
|
26
|
+
declare const DotsHorizontalIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
27
|
+
|
|
28
|
+
declare const EraseIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
29
|
+
|
|
30
|
+
declare const Error404TemplateIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
31
|
+
|
|
32
|
+
declare const ExpandIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
33
|
+
|
|
34
|
+
declare const EyeIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
35
|
+
|
|
36
|
+
declare const FileReportIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
37
|
+
|
|
38
|
+
declare const FolderIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
39
|
+
|
|
40
|
+
declare const FooterTemplateIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
41
|
+
|
|
42
|
+
declare const HeaderTemplateIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
43
|
+
|
|
44
|
+
declare const HelpIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
45
|
+
|
|
46
|
+
declare const HistoryIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
47
|
+
|
|
48
|
+
declare const HomeIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
49
|
+
|
|
50
|
+
declare const KeyboardIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
51
|
+
|
|
52
|
+
declare const LandingPageTemplateIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
53
|
+
|
|
54
|
+
declare const LaptopIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
55
|
+
|
|
56
|
+
declare const LoopItemTemplateIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
57
|
+
|
|
58
|
+
declare const MessageIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
59
|
+
|
|
60
|
+
declare const MobileLandscapeIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
61
|
+
|
|
62
|
+
declare const MobileIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
63
|
+
|
|
64
|
+
declare const PagesIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
65
|
+
|
|
66
|
+
declare const PageTemplateIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
67
|
+
|
|
68
|
+
declare const PageTypeIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
69
|
+
|
|
70
|
+
declare const PopupTemplateIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
71
|
+
|
|
72
|
+
declare const PostTypeIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
73
|
+
|
|
74
|
+
declare const PlusIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
75
|
+
|
|
76
|
+
declare const SearchResultsTemplateIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
77
|
+
|
|
78
|
+
declare const RefreshIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
79
|
+
|
|
80
|
+
declare const SearchIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
81
|
+
|
|
82
|
+
declare const SectionTemplateIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
83
|
+
|
|
84
|
+
declare const SettingsIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
85
|
+
|
|
86
|
+
declare const ShrinkIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
87
|
+
|
|
88
|
+
declare const StructureIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
89
|
+
|
|
90
|
+
declare const TabletLandscapeIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
91
|
+
|
|
92
|
+
declare const TabletIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
93
|
+
|
|
94
|
+
declare const ThemeBuilderIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
95
|
+
|
|
96
|
+
declare const ToggleRightIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
97
|
+
|
|
98
|
+
declare const TrashIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
99
|
+
|
|
100
|
+
declare const UpgradeIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
101
|
+
|
|
102
|
+
declare const WidescreenIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
103
|
+
|
|
104
|
+
declare const WordpressIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
105
|
+
|
|
106
|
+
declare const XIcon: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<unknown>>;
|
|
107
|
+
|
|
108
|
+
export { AIIcon, AdjustmentsHorizontalIcon, ArchiveTemplateIcon, ArrowUpRightIcon, CheckedCircleIcon, ChevronDownIcon, ChevronRightIcon, ContainerTemplateIcon, CopyIcon, DesktopIcon, DotsHorizontalIcon, DotsVerticalIcon, EraseIcon, Error404TemplateIcon, ExpandIcon, EyeIcon, FileReportIcon, FolderIcon, FooterTemplateIcon, HeaderTemplateIcon, HelpIcon, HistoryIcon, HomeIcon, KeyboardIcon, LandingPageTemplateIcon, LaptopIcon, LoopItemTemplateIcon, MessageIcon, MobileLandscapeIcon, MobileIcon as MobilePortraitIcon, PageTemplateIcon, PageTypeIcon, PagesIcon, PlusIcon, PopupTemplateIcon, PostTypeIcon, RefreshIcon, SearchIcon, SearchResultsTemplateIcon, SectionTemplateIcon, SettingsIcon, ShrinkIcon, StructureIcon, TabletLandscapeIcon, TabletIcon as TabletPortraitIcon, ThemeBuilderIcon, ToggleRightIcon, TrashIcon, UpgradeIcon, WidescreenIcon, WordpressIcon, XIcon };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elementor/icons",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Elementor Team",
|
|
6
6
|
"homepage": "https://elementor.com/",
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
"dev": "tsup --config=../../tsup.dev.ts"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@elementor/ui": "^1.4.
|
|
35
|
+
"@elementor/ui": "^1.4.53"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"react": "18.x"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "acc2a7452306ed37a02647b977841c387bd1a7f5"
|
|
41
41
|
}
|