@epilot360/icons 1.17.28 → 1.17.30
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/icons.config.yaml +20 -6
- package/index.js +2023 -1733
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/react/EpilotIcon.d.ts +190 -186
- package/react/EpilotIcon.js +655 -433
- package/react/EpilotIcon.js.map +1 -1
- package/react/Exclamation/index.js +2 -2
- package/react/FeatureSearch/index.d.ts +4 -0
- package/react/FeatureSearch/index.js +209 -0
- package/react/FeatureSearch/index.js.map +1 -0
- package/react/Sync/index.d.ts +4 -0
- package/react/Sync/index.js +209 -0
- package/react/Sync/index.js.map +1 -0
- package/react/index.d.ts +185 -183
- package/react/index.js +1095 -867
- package/react/index.js.map +1 -1
- package/svg/Exclamation/index.js +2 -2
- package/svg/FeatureSearch/icon-fill.svg +1 -0
- package/svg/FeatureSearch/icon.svg +1 -0
- package/svg/FeatureSearch/index.d.ts +3 -0
- package/svg/FeatureSearch/index.js +159 -0
- package/svg/FeatureSearch/index.js.map +1 -0
- package/svg/Sync/icon-fill.svg +1 -0
- package/svg/Sync/icon.svg +1 -0
- package/svg/Sync/index.d.ts +3 -0
- package/svg/Sync/index.js +159 -0
- package/svg/Sync/index.js.map +1 -0
- package/svg/index.d.ts +185 -183
- package/svg/index.js +1028 -866
- package/svg/index.js.map +1 -1
- package/svg/svgIcon.d.ts +5 -3
- package/svg/svgIcon.js +588 -432
- package/svg/svgIcon.js.map +1 -1
package/svg/index.d.ts
CHANGED
|
@@ -1,217 +1,219 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './
|
|
1
|
+
export * from './Epilot';
|
|
2
|
+
export * from './Edit';
|
|
3
|
+
export * from './OpenInNew';
|
|
4
|
+
export * from './Share';
|
|
5
|
+
export * from './Delete';
|
|
4
6
|
export * from './Add';
|
|
5
7
|
export * from './AddCircle';
|
|
6
|
-
export * from './
|
|
7
|
-
export * from './Address';
|
|
8
|
-
export * from './AddTask';
|
|
9
|
-
export * from './AICompose';
|
|
10
|
-
export * from './AIStar';
|
|
11
|
-
export * from './Alarm';
|
|
12
|
-
export * from './Apartment';
|
|
13
|
-
export * from './Archive';
|
|
14
|
-
export * from './ArrowCircleLeft';
|
|
15
|
-
export * from './ArrowLeft';
|
|
16
|
-
export * from './ArrowRight';
|
|
17
|
-
export * from './Attach';
|
|
18
|
-
export * from './AttributeEdit';
|
|
19
|
-
export * from './Attributes';
|
|
20
|
-
export * from './AutoDelete';
|
|
21
|
-
export * from './Automation';
|
|
22
|
-
export * from './AutomationCircle';
|
|
23
|
-
export * from './Availability';
|
|
24
|
-
export * from './AvgTime';
|
|
25
|
-
export * from './BillingAccount';
|
|
26
|
-
export * from './Blueprint';
|
|
27
|
-
export * from './Bolt';
|
|
28
|
-
export * from './Building';
|
|
29
|
-
export * from './Cable';
|
|
30
|
-
export * from './Calculator';
|
|
31
|
-
export * from './Calendar';
|
|
32
|
-
export * from './CalendarClock';
|
|
33
|
-
export * from './CalendarToday';
|
|
34
|
-
export * from './Call';
|
|
35
|
-
export * from './Campaign';
|
|
36
|
-
export * from './Cards';
|
|
37
|
-
export * from './Category';
|
|
38
|
-
export * from './ChatBubble';
|
|
8
|
+
export * from './Purpose';
|
|
39
9
|
export * from './Check';
|
|
40
|
-
export * from './CheckBox';
|
|
41
10
|
export * from './CheckCircle';
|
|
42
|
-
export * from './
|
|
43
|
-
export * from './ChevronLeft';
|
|
44
|
-
export * from './ChevronRight';
|
|
45
|
-
export * from './ChipExtraction';
|
|
46
|
-
export * from './Close';
|
|
47
|
-
export * from './CollapseContent';
|
|
48
|
-
export * from './Comment';
|
|
49
|
-
export * from './Condition';
|
|
50
|
-
export * from './ConditionCircle';
|
|
51
|
-
export * from './ConditionGraph';
|
|
52
|
-
export * from './Connection';
|
|
53
|
-
export * from './Consent';
|
|
54
|
-
export * from './Contact';
|
|
55
|
-
export * from './ContentCopy';
|
|
56
|
-
export * from './Contract';
|
|
57
|
-
export * from './Dangerous';
|
|
58
|
-
export * from './Dashboard';
|
|
59
|
-
export * from './DataObject';
|
|
60
|
-
export * from './Delete';
|
|
61
|
-
export * from './DeleteForever';
|
|
62
|
-
export * from './Description';
|
|
63
|
-
export * from './Design';
|
|
64
|
-
export * from './Desktop';
|
|
65
|
-
export * from './Diagram';
|
|
66
|
-
export * from './Document';
|
|
67
|
-
export * from './DoubleThumbsUp';
|
|
68
|
-
export * from './Download';
|
|
69
|
-
export * from './DragIndicator';
|
|
70
|
-
export * from './DriveFileMove';
|
|
71
|
-
export * from './Edit';
|
|
72
|
-
export * from './EnergySavingsLeaf';
|
|
73
|
-
export * from './Entity';
|
|
74
|
-
export * from './EntityBuilder';
|
|
75
|
-
export * from './Epilot';
|
|
11
|
+
export * from './Warning';
|
|
76
12
|
export * from './Error';
|
|
77
|
-
export * from './
|
|
78
|
-
export * from './
|
|
79
|
-
export * from './
|
|
80
|
-
export * from './ExpandLess';
|
|
81
|
-
export * from './ExpandMore';
|
|
82
|
-
export * from './Explore';
|
|
83
|
-
export * from './File';
|
|
13
|
+
export * from './Info';
|
|
14
|
+
export * from './Help';
|
|
15
|
+
export * from './ContentCopy';
|
|
84
16
|
export * from './FileCopy';
|
|
85
17
|
export * from './FileCopyOff';
|
|
86
|
-
export * from './FileManager';
|
|
87
|
-
export * from './FileShared';
|
|
88
|
-
export * from './Filter';
|
|
89
18
|
export * from './FilterAlt';
|
|
90
19
|
export * from './FilterAltOff';
|
|
91
|
-
export * from './
|
|
92
|
-
export * from './
|
|
93
|
-
export * from './
|
|
94
|
-
export * from './
|
|
95
|
-
export * from './
|
|
96
|
-
export * from './
|
|
97
|
-
export * from './
|
|
98
|
-
export * from './
|
|
99
|
-
export * from './
|
|
100
|
-
export * from './
|
|
101
|
-
export * from './
|
|
102
|
-
export * from './
|
|
103
|
-
export * from './
|
|
104
|
-
export * from './
|
|
105
|
-
export * from './
|
|
106
|
-
export * from './
|
|
107
|
-
export * from './
|
|
20
|
+
export * from './DataObject';
|
|
21
|
+
export * from './Notifications';
|
|
22
|
+
export * from './Visibility';
|
|
23
|
+
export * from './VisibilityOff';
|
|
24
|
+
export * from './Close';
|
|
25
|
+
export * from './ExpandMore';
|
|
26
|
+
export * from './ExpandLess';
|
|
27
|
+
export * from './ChevronRight';
|
|
28
|
+
export * from './ChevronLeft';
|
|
29
|
+
export * from './Search';
|
|
30
|
+
export * from './Settings';
|
|
31
|
+
export * from './Calendar';
|
|
32
|
+
export * from './CalendarToday';
|
|
33
|
+
export * from './Explore';
|
|
34
|
+
export * from './DragIndicator';
|
|
35
|
+
export * from './Download';
|
|
36
|
+
export * from './Refresh';
|
|
37
|
+
export * from './Menu';
|
|
108
38
|
export * from './Link';
|
|
109
|
-
export * from './
|
|
110
|
-
export * from './LocationAway';
|
|
111
|
-
export * from './Lock';
|
|
112
|
-
export * from './LockOpen';
|
|
39
|
+
export * from './AddLink';
|
|
113
40
|
export * from './Login';
|
|
114
41
|
export * from './Logout';
|
|
115
|
-
export * from './
|
|
116
|
-
export * from './
|
|
117
|
-
export * from './
|
|
118
|
-
export * from './
|
|
42
|
+
export * from './Lock';
|
|
43
|
+
export * from './LockOpen';
|
|
44
|
+
export * from './Table';
|
|
45
|
+
export * from './TableEdit';
|
|
46
|
+
export * from './Attributes';
|
|
47
|
+
export * from './ArrowRight';
|
|
48
|
+
export * from './ArrowLeft';
|
|
49
|
+
export * from './Dashboard';
|
|
50
|
+
export * from './Opportunity';
|
|
51
|
+
export * from './Order';
|
|
52
|
+
export * from './Contact';
|
|
53
|
+
export * from './Account';
|
|
54
|
+
export * from './Contract';
|
|
55
|
+
export * from './BillingAccount';
|
|
56
|
+
export * from './Request';
|
|
57
|
+
export * from './Message';
|
|
58
|
+
export * from './Thread';
|
|
119
59
|
export * from './MarkMessageUnread';
|
|
120
|
-
export * from './MarkNoteRead';
|
|
121
60
|
export * from './MarkNoteUnread';
|
|
122
|
-
export * from './
|
|
123
|
-
export * from './
|
|
124
|
-
export * from './Message';
|
|
125
|
-
export * from './Meter';
|
|
126
|
-
export * from './MoreHoriz';
|
|
127
|
-
export * from './MoreHorizCircle';
|
|
128
|
-
export * from './MoreVert';
|
|
129
|
-
export * from './Move';
|
|
130
|
-
export * from './MoveDown';
|
|
131
|
-
export * from './MoveIn';
|
|
61
|
+
export * from './MarkNoteRead';
|
|
62
|
+
export * from './MarkMessageRead';
|
|
132
63
|
export * from './MoveToInbox';
|
|
64
|
+
export * from './File';
|
|
65
|
+
export * from './FileShared';
|
|
133
66
|
export * from './Note';
|
|
134
|
-
export * from './
|
|
135
|
-
export * from './
|
|
136
|
-
export * from './
|
|
137
|
-
export * from './
|
|
138
|
-
export * from './
|
|
139
|
-
export * from './
|
|
140
|
-
export * from './Order';
|
|
141
|
-
export * from './Paragraph';
|
|
67
|
+
export * from './Document';
|
|
68
|
+
export * from './Templates';
|
|
69
|
+
export * from './Product';
|
|
70
|
+
export * from './Price';
|
|
71
|
+
export * from './Tax';
|
|
72
|
+
export * from './Submission';
|
|
142
73
|
export * from './Partner';
|
|
143
74
|
export * from './Partnering';
|
|
144
|
-
export * from './
|
|
145
|
-
export * from './
|
|
146
|
-
export * from './
|
|
147
|
-
export * from './
|
|
148
|
-
export * from './
|
|
149
|
-
export * from './
|
|
75
|
+
export * from './Meter';
|
|
76
|
+
export * from './Entity';
|
|
77
|
+
export * from './Webhook';
|
|
78
|
+
export * from './Design';
|
|
79
|
+
export * from './Workflow';
|
|
80
|
+
export * from './Blueprint';
|
|
150
81
|
export * from './Phase';
|
|
82
|
+
export * from './Automation';
|
|
83
|
+
export * from './AutomationCircle';
|
|
84
|
+
export * from './Journey';
|
|
85
|
+
export * from './Relations';
|
|
86
|
+
export * from './Availability';
|
|
87
|
+
export * from './Filter';
|
|
88
|
+
export * from './Sort';
|
|
89
|
+
export * from './Desktop';
|
|
151
90
|
export * from './Phone';
|
|
91
|
+
export * from './Image';
|
|
92
|
+
export * from './Pause';
|
|
152
93
|
export * from './Play';
|
|
153
|
-
export * from './
|
|
154
|
-
export * from './
|
|
155
|
-
export * from './
|
|
156
|
-
export * from './
|
|
157
|
-
export * from './
|
|
158
|
-
export * from './Primary';
|
|
159
|
-
export * from './Product';
|
|
160
|
-
export * from './Purpose';
|
|
94
|
+
export * from './Alarm';
|
|
95
|
+
export * from './ArrowCircleLeft';
|
|
96
|
+
export * from './MoreVert';
|
|
97
|
+
export * from './MoreHoriz';
|
|
98
|
+
export * from './MoreHorizCircle';
|
|
161
99
|
export * from './QuestionMark';
|
|
162
|
-
export * from './
|
|
163
|
-
export * from './
|
|
164
|
-
export * from './
|
|
165
|
-
export * from './
|
|
166
|
-
export * from './
|
|
167
|
-
export * from './
|
|
168
|
-
export * from './
|
|
169
|
-
export * from './
|
|
100
|
+
export * from './Skip';
|
|
101
|
+
export * from './Checklist';
|
|
102
|
+
export * from './PersonCheck';
|
|
103
|
+
export * from './PersonAdd';
|
|
104
|
+
export * from './Comment';
|
|
105
|
+
export * from './Star';
|
|
106
|
+
export * from './Exclamation';
|
|
107
|
+
export * from './Primary';
|
|
108
|
+
export * from './PriceMapping';
|
|
170
109
|
export * from './Reply';
|
|
171
110
|
export * from './ReplyAll';
|
|
172
|
-
export * from './Request';
|
|
173
111
|
export * from './Resize';
|
|
174
|
-
export * from './
|
|
175
|
-
export * from './
|
|
176
|
-
export * from './
|
|
177
|
-
export * from './
|
|
178
|
-
export * from './
|
|
179
|
-
export * from './
|
|
180
|
-
export * from './
|
|
112
|
+
export * from './Portal';
|
|
113
|
+
export * from './ThumbUp';
|
|
114
|
+
export * from './ThumbDown';
|
|
115
|
+
export * from './EntityBuilder';
|
|
116
|
+
export * from './Connection';
|
|
117
|
+
export * from './CheckBox';
|
|
118
|
+
export * from './Number';
|
|
119
|
+
export * from './RadioButton';
|
|
120
|
+
export * from './TextField';
|
|
121
|
+
export * from './Address';
|
|
181
122
|
export * from './Signature';
|
|
182
|
-
export * from './
|
|
123
|
+
export * from './Upload';
|
|
124
|
+
export * from './Calculator';
|
|
125
|
+
export * from './Payment';
|
|
126
|
+
export * from './Consent';
|
|
127
|
+
export * from './Paragraph';
|
|
128
|
+
export * from './Action';
|
|
129
|
+
export * from './AttributeEdit';
|
|
130
|
+
export * from './Summary';
|
|
183
131
|
export * from './Solar';
|
|
184
|
-
export * from './
|
|
185
|
-
export * from './
|
|
186
|
-
export * from './
|
|
187
|
-
export * from './Star';
|
|
188
|
-
export * from './StepOver';
|
|
189
|
-
export * from './Submission';
|
|
132
|
+
export * from './SDK';
|
|
133
|
+
export * from './Lookup';
|
|
134
|
+
export * from './PreviousProvider';
|
|
190
135
|
export * from './SuccessConfirmation';
|
|
191
|
-
export * from './
|
|
136
|
+
export * from './Category';
|
|
137
|
+
export * from './ExpandContent';
|
|
138
|
+
export * from './CollapseContent';
|
|
139
|
+
export * from './Map';
|
|
192
140
|
export * from './Sun';
|
|
193
|
-
export * from './
|
|
194
|
-
export * from './
|
|
195
|
-
export * from './
|
|
196
|
-
export * from './
|
|
197
|
-
export * from './
|
|
198
|
-
export * from './
|
|
199
|
-
export * from './
|
|
200
|
-
export * from './Thread';
|
|
201
|
-
export * from './ThumbDown';
|
|
202
|
-
export * from './ThumbUp';
|
|
203
|
-
export * from './Ticket';
|
|
204
|
-
export * from './Toggle';
|
|
141
|
+
export * from './Frame';
|
|
142
|
+
export * from './EnergySavingsLeaf';
|
|
143
|
+
export * from './AvgTime';
|
|
144
|
+
export * from './Call';
|
|
145
|
+
export * from './Mail';
|
|
146
|
+
export * from './Cable';
|
|
147
|
+
export * from './Stack';
|
|
205
148
|
export * from './TwoColumns';
|
|
149
|
+
export * from './Diagram';
|
|
150
|
+
export * from './Repeat';
|
|
151
|
+
export * from './MoveDown';
|
|
152
|
+
export * from './StepOver';
|
|
153
|
+
export * from './Pending';
|
|
154
|
+
export * from './PauseCircle';
|
|
155
|
+
export * from './Condition';
|
|
156
|
+
export * from './ConditionCircle';
|
|
157
|
+
export * from './NoteStack';
|
|
158
|
+
export * from './DoubleThumbsUp';
|
|
159
|
+
export * from './AIStar';
|
|
160
|
+
export * from './AICompose';
|
|
161
|
+
export * from './Label';
|
|
162
|
+
export * from './LabelOff';
|
|
163
|
+
export * from './Remove';
|
|
164
|
+
export * from './FileManager';
|
|
165
|
+
export * from './Bolt';
|
|
166
|
+
export * from './ViewDay';
|
|
167
|
+
export * from './Flip';
|
|
168
|
+
export * from './Update';
|
|
169
|
+
export * from './Schedule';
|
|
170
|
+
export * from './CalendarClock';
|
|
171
|
+
export * from './ReadMore';
|
|
172
|
+
export * from './Keep';
|
|
173
|
+
export * from './KeepOff';
|
|
174
|
+
export * from './Grid';
|
|
175
|
+
export * from './GridView';
|
|
176
|
+
export * from './AutoDelete';
|
|
177
|
+
export * from './DeleteForever';
|
|
178
|
+
export * from './Restore';
|
|
179
|
+
export * from './Forest';
|
|
180
|
+
export * from './Fuel';
|
|
181
|
+
export * from './Recycling';
|
|
182
|
+
export * from './Dangerous';
|
|
183
|
+
export * from './Apartment';
|
|
184
|
+
export * from './PlayCircle';
|
|
185
|
+
export * from './AddTask';
|
|
186
|
+
export * from './Raven';
|
|
187
|
+
export * from './DriveFileMove';
|
|
188
|
+
export * from './Merge';
|
|
189
|
+
export * from './Archive';
|
|
206
190
|
export * from './Unarchive';
|
|
191
|
+
export * from './LocationAway';
|
|
192
|
+
export * from './LinkOff';
|
|
193
|
+
export * from './AccountCircleOff';
|
|
194
|
+
export * from './Send';
|
|
207
195
|
export * from './Undo';
|
|
208
|
-
export * from './
|
|
209
|
-
export * from './
|
|
210
|
-
export * from './
|
|
211
|
-
export * from './
|
|
212
|
-
export * from './
|
|
213
|
-
export * from './
|
|
214
|
-
export * from './
|
|
196
|
+
export * from './ChipExtraction';
|
|
197
|
+
export * from './Target';
|
|
198
|
+
export * from './Campaign';
|
|
199
|
+
export * from './Ticket';
|
|
200
|
+
export * from './Flow';
|
|
201
|
+
export * from './Cards';
|
|
202
|
+
export * from './Task';
|
|
215
203
|
export * from './Widgets';
|
|
216
|
-
export * from './
|
|
204
|
+
export * from './Attach';
|
|
205
|
+
export * from './Description';
|
|
206
|
+
export * from './StackedEmail';
|
|
207
|
+
export * from './ChatBubble';
|
|
208
|
+
export * from './Globe';
|
|
209
|
+
export * from './Home';
|
|
210
|
+
export * from './Euro';
|
|
211
|
+
export * from './Toggle';
|
|
212
|
+
export * from './Numbers';
|
|
213
|
+
export * from './Building';
|
|
214
|
+
export * from './Move';
|
|
215
|
+
export * from './MoveIn';
|
|
216
|
+
export * from './ConditionGraph';
|
|
217
|
+
export * from './FeatureSearch';
|
|
218
|
+
export * from './Sync';
|
|
217
219
|
export * from './svgIcon';
|