@sellout/ui 0.0.13 → 0.0.15
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/build/components/Icons.d.ts +31 -21
- package/build/components/Loader.d.ts +2 -0
- package/build/index.es.js +52 -39
- package/build/index.js +37 -24
- package/package.json +19 -14
- package/src/components/Icons.ts +203 -185
- package/src/components/Loader.tsx +5 -1
- package/utils/generateIconLibrary.js +19 -5
- package/utils/icon-library.csv +107 -98
|
@@ -1,19 +1,43 @@
|
|
|
1
1
|
export declare const IconEnum: {
|
|
2
|
+
AnalyticsLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
3
|
+
BellLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
4
|
+
BullHornLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
5
|
+
CalendarDayLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
6
|
+
CalendarStarLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
7
|
+
ExportLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
8
|
+
FilterLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
9
|
+
HelpLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
10
|
+
mapPinLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
11
|
+
MicrophoneLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
12
|
+
MinusCircleLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
13
|
+
PlusCircleLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
14
|
+
ReceiptLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
15
|
+
SearchLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
16
|
+
SortByLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
17
|
+
UsersLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
18
|
+
VenueLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
19
|
+
AnalyticsSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
20
|
+
CalendarStarSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
21
|
+
CreditCardFront: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
22
|
+
FeeSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
23
|
+
HomeLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
24
|
+
KeySolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
25
|
+
LongRightArrow: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
26
|
+
ReportSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
27
|
+
SortBy: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
28
|
+
UpgradeSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
2
29
|
AudienceRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
3
30
|
BoxOfficeRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
4
31
|
CalculatorRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
5
|
-
CalendarStarRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
6
32
|
Check: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
7
33
|
Cheers: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
8
34
|
Clipboard: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
9
35
|
CrownRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
10
|
-
DashboardRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
11
36
|
DeleteRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
12
37
|
Dollar: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
13
38
|
DownArrow: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
14
39
|
DownloadReport: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
15
40
|
Embed: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
16
|
-
Export: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
17
41
|
FeeRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
18
42
|
FilterRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
19
43
|
GlobeRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
@@ -21,9 +45,7 @@ export declare const IconEnum: {
|
|
|
21
45
|
KeyRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
22
46
|
LeftChevron: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
23
47
|
Link: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
24
|
-
MicrophoneRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
25
48
|
PrintRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
26
|
-
ReceiptRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
27
49
|
ReportRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
28
50
|
SearchRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
29
51
|
TicketRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
@@ -32,12 +54,11 @@ export declare const IconEnum: {
|
|
|
32
54
|
UpgradeRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
33
55
|
Upload: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
34
56
|
UsersRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
35
|
-
VenueRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
36
57
|
AudienceSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
37
58
|
BackArrow: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
38
59
|
Bold: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
39
60
|
BoxOfficeSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
40
|
-
|
|
61
|
+
BullhornSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
41
62
|
CalculatorSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
42
63
|
CalendarDaySolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
43
64
|
Cancel: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
@@ -53,12 +74,14 @@ export declare const IconEnum: {
|
|
|
53
74
|
EnvelopeSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
54
75
|
EyeSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
55
76
|
HelpSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
77
|
+
HomeSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
56
78
|
Italic: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
57
79
|
MicrophoneSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
58
80
|
Mobile: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
59
81
|
PlusCircle: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
60
82
|
PrintSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
61
83
|
ReceiptSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
84
|
+
RightChevron: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
62
85
|
RightChevronCircle: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
63
86
|
SearchSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
64
87
|
Sort: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
@@ -69,26 +92,13 @@ export declare const IconEnum: {
|
|
|
69
92
|
UsersSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
70
93
|
VenueSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
71
94
|
Warning: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
95
|
+
Menu: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
72
96
|
Calendar: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
73
97
|
Clock: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
74
98
|
CopyRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
75
99
|
Edit: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
76
100
|
EyeRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
77
101
|
EyeSlashRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
78
|
-
HelpRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
79
102
|
SadTear: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
80
103
|
UserRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
81
|
-
CalendarDayLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
82
|
-
mapPinLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
83
|
-
MinusCircleLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
84
|
-
PlusCircleLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
85
|
-
CalendarStarSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
86
|
-
CreditCardFront: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
87
|
-
DashboardSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
88
|
-
FeeSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
89
|
-
KeySolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
90
|
-
LongRightArrow: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
91
|
-
ReportSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
92
|
-
SortBy: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
93
|
-
UpgradeSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
94
104
|
};
|
package/build/index.es.js
CHANGED
|
@@ -2,11 +2,11 @@ import React, { Fragment, useState } from 'react';
|
|
|
2
2
|
import styled from 'styled-components';
|
|
3
3
|
import { lighten, darken } from 'polished';
|
|
4
4
|
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { faCalendarDay as faCalendarDay$1,
|
|
9
|
-
import {
|
|
5
|
+
import { faAnalytics, faBell, faBullhorn, faCalendarDay, faCalendarStar, faFileExport, faFilter, faQuestionCircle, faMapMarkerAlt, faMicrophoneAlt, faMinusCircle, faPlusCircle, faReceipt, faSearch, faSortAlt, faUsers, faLandmark } from '@fortawesome/pro-light-svg-icons';
|
|
6
|
+
import { faAnalytics as faAnalytics$1, faCalendarStar as faCalendarStar$1, faCreditCardFront, faUsdSquare, faHome, faKeySkeleton, faLongArrowRight, faFileChartLine, faSortAlt as faSortAlt$1, faArrowAltSquareUp } from '@fortawesome/pro-solid-svg-icons';
|
|
7
|
+
import { faUserFriends, faCashRegister, faCalculator, faCheck, faGlassCheers, faClipboardList, faCrown, faTrash, faDollarSign, faArrowAltDown, faFileDownload, faCode, faUsdSquare as faUsdSquare$1, faFilter as faFilter$1, faGlobeAmericas, faChartLine, faKeySkeleton as faKeySkeleton$1, faChevronLeft, faLink, faPrint, faFileChartLine as faFileChartLine$1, faSearch as faSearch$1, faTicketAlt, faUnlock, faArrowAltUp, faArrowAltSquareUp as faArrowAltSquareUp$1, faUpload, faUsers as faUsers$1 } from '@fortawesome/pro-regular-svg-icons';
|
|
8
|
+
import { faUserFriends as faUserFriends$1, faArrowLeft, faBold, faCashRegister as faCashRegister$1, faBullhorn as faBullhorn$1, faCalculator as faCalculator$1, faCalendarDay as faCalendarDay$1, faTimes, faTimesCircle, faCaretDown, faMoneyBill, faCheckCircle, faCopy, faCreditCard, faCrown as faCrown$1, faICursor, faTrash as faTrash$1, faEnvelope, faEye, faQuestionCircle as faQuestionCircle$1, faHome as faHome$1, faItalic, faMicrophoneAlt as faMicrophoneAlt$1, faMobileAlt, faPlusCircle as faPlusCircle$1, faPrint as faPrint$1, faReceipt as faReceipt$1, faChevronRight, faChevronCircleRight, faSearch as faSearch$2, faSort, faTicketAlt as faTicketAlt$1, faUnderline, faUserCircle, faUser, faUsers as faUsers$2, faLandmark as faLandmark$1, faExclamationTriangle, faBars } from '@fortawesome/free-solid-svg-icons';
|
|
9
|
+
import { faCalendarAlt, faClock, faCopy as faCopy$1, faEdit, faEye as faEye$1, faEyeSlash, faSadTear, faUser as faUser$1 } from '@fortawesome/free-regular-svg-icons';
|
|
10
10
|
import AnimateHeight from 'react-animate-height';
|
|
11
11
|
import { output } from '@sellout/utils/.dist/price';
|
|
12
12
|
|
|
@@ -54,12 +54,16 @@ function __makeTemplateObject(cooked, raw) {
|
|
|
54
54
|
var _a;
|
|
55
55
|
var LoaderSizes;
|
|
56
56
|
(function (LoaderSizes) {
|
|
57
|
+
LoaderSizes["FuckingTiny"] = "FuckingTiny";
|
|
58
|
+
LoaderSizes["SuperSmall"] = "SuperSmall";
|
|
57
59
|
LoaderSizes["VerySmall"] = "VerySmall";
|
|
58
60
|
LoaderSizes["Small"] = "Small";
|
|
59
61
|
LoaderSizes["Medium"] = "Medium";
|
|
60
62
|
LoaderSizes["Large"] = "Large";
|
|
61
63
|
})(LoaderSizes || (LoaderSizes = {}));
|
|
62
64
|
var LoaderSizesMap = (_a = {},
|
|
65
|
+
_a[LoaderSizes.FuckingTiny] = 14,
|
|
66
|
+
_a[LoaderSizes.SuperSmall] = 20,
|
|
63
67
|
_a[LoaderSizes.VerySmall] = 24,
|
|
64
68
|
_a[LoaderSizes.Small] = 30,
|
|
65
69
|
_a[LoaderSizes.Medium] = 40,
|
|
@@ -77,49 +81,69 @@ function Loader(_a) {
|
|
|
77
81
|
}
|
|
78
82
|
var templateObject_1;
|
|
79
83
|
|
|
80
|
-
// import { library } from "@fortawesome/fontawesome-svg-core";
|
|
81
84
|
var IconEnum = {
|
|
85
|
+
AnalyticsLight: faAnalytics,
|
|
86
|
+
BellLight: faBell,
|
|
87
|
+
BullHornLight: faBullhorn,
|
|
88
|
+
CalendarDayLight: faCalendarDay,
|
|
89
|
+
CalendarStarLight: faCalendarStar,
|
|
90
|
+
ExportLight: faFileExport,
|
|
91
|
+
FilterLight: faFilter,
|
|
92
|
+
HelpLight: faQuestionCircle,
|
|
93
|
+
mapPinLight: faMapMarkerAlt,
|
|
94
|
+
MicrophoneLight: faMicrophoneAlt,
|
|
95
|
+
MinusCircleLight: faMinusCircle,
|
|
96
|
+
PlusCircleLight: faPlusCircle,
|
|
97
|
+
ReceiptLight: faReceipt,
|
|
98
|
+
SearchLight: faSearch,
|
|
99
|
+
SortByLight: faSortAlt,
|
|
100
|
+
UsersLight: faUsers,
|
|
101
|
+
VenueLight: faLandmark,
|
|
102
|
+
AnalyticsSolid: faAnalytics$1,
|
|
103
|
+
CalendarStarSolid: faCalendarStar$1,
|
|
104
|
+
CreditCardFront: faCreditCardFront,
|
|
105
|
+
FeeSolid: faUsdSquare,
|
|
106
|
+
HomeLight: faHome,
|
|
107
|
+
KeySolid: faKeySkeleton,
|
|
108
|
+
LongRightArrow: faLongArrowRight,
|
|
109
|
+
ReportSolid: faFileChartLine,
|
|
110
|
+
SortBy: faSortAlt$1,
|
|
111
|
+
UpgradeSolid: faArrowAltSquareUp,
|
|
82
112
|
AudienceRegular: faUserFriends,
|
|
83
113
|
BoxOfficeRegular: faCashRegister,
|
|
84
114
|
CalculatorRegular: faCalculator,
|
|
85
|
-
CalendarStarRegular: faCalendarStar,
|
|
86
115
|
Check: faCheck,
|
|
87
116
|
Cheers: faGlassCheers,
|
|
88
117
|
Clipboard: faClipboardList,
|
|
89
118
|
CrownRegular: faCrown,
|
|
90
|
-
DashboardRegular: faTachometer,
|
|
91
119
|
DeleteRegular: faTrash,
|
|
92
120
|
Dollar: faDollarSign,
|
|
93
121
|
DownArrow: faArrowAltDown,
|
|
94
122
|
DownloadReport: faFileDownload,
|
|
95
123
|
Embed: faCode,
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
FilterRegular: faFilter,
|
|
124
|
+
FeeRegular: faUsdSquare$1,
|
|
125
|
+
FilterRegular: faFilter$1,
|
|
99
126
|
GlobeRegular: faGlobeAmericas,
|
|
100
127
|
GraphGrowth: faChartLine,
|
|
101
|
-
KeyRegular: faKeySkeleton,
|
|
128
|
+
KeyRegular: faKeySkeleton$1,
|
|
102
129
|
LeftChevron: faChevronLeft,
|
|
103
130
|
Link: faLink,
|
|
104
|
-
MicrophoneRegular: faMicrophoneAlt,
|
|
105
131
|
PrintRegular: faPrint,
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
SearchRegular: faSearch,
|
|
132
|
+
ReportRegular: faFileChartLine$1,
|
|
133
|
+
SearchRegular: faSearch$1,
|
|
109
134
|
TicketRegular: faTicketAlt,
|
|
110
135
|
Unlock: faUnlock,
|
|
111
136
|
UpArrow: faArrowAltUp,
|
|
112
|
-
UpgradeRegular: faArrowAltSquareUp,
|
|
137
|
+
UpgradeRegular: faArrowAltSquareUp$1,
|
|
113
138
|
Upload: faUpload,
|
|
114
|
-
UsersRegular: faUsers,
|
|
115
|
-
VenueRegular: faLandmark,
|
|
139
|
+
UsersRegular: faUsers$1,
|
|
116
140
|
AudienceSolid: faUserFriends$1,
|
|
117
141
|
BackArrow: faArrowLeft,
|
|
118
142
|
Bold: faBold,
|
|
119
143
|
BoxOfficeSolid: faCashRegister$1,
|
|
120
|
-
|
|
144
|
+
BullhornSolid: faBullhorn$1,
|
|
121
145
|
CalculatorSolid: faCalculator$1,
|
|
122
|
-
CalendarDaySolid: faCalendarDay,
|
|
146
|
+
CalendarDaySolid: faCalendarDay$1,
|
|
123
147
|
Cancel: faTimes,
|
|
124
148
|
CancelCircle: faTimesCircle,
|
|
125
149
|
CaretDown: faCaretDown,
|
|
@@ -132,45 +156,34 @@ var IconEnum = {
|
|
|
132
156
|
DeleteSolid: faTrash$1,
|
|
133
157
|
EnvelopeSolid: faEnvelope,
|
|
134
158
|
EyeSolid: faEye,
|
|
135
|
-
HelpSolid: faQuestionCircle,
|
|
159
|
+
HelpSolid: faQuestionCircle$1,
|
|
160
|
+
HomeSolid: faHome$1,
|
|
136
161
|
Italic: faItalic,
|
|
137
162
|
MicrophoneSolid: faMicrophoneAlt$1,
|
|
138
163
|
Mobile: faMobileAlt,
|
|
139
|
-
PlusCircle: faPlusCircle,
|
|
164
|
+
PlusCircle: faPlusCircle$1,
|
|
140
165
|
PrintSolid: faPrint$1,
|
|
141
166
|
ReceiptSolid: faReceipt$1,
|
|
167
|
+
RightChevron: faChevronRight,
|
|
142
168
|
RightChevronCircle: faChevronCircleRight,
|
|
143
|
-
SearchSolid: faSearch$
|
|
169
|
+
SearchSolid: faSearch$2,
|
|
144
170
|
Sort: faSort,
|
|
145
171
|
TicketSolid: faTicketAlt$1,
|
|
146
172
|
Underline: faUnderline,
|
|
147
173
|
UserCircle: faUserCircle,
|
|
148
174
|
UserSolid: faUser,
|
|
149
|
-
UsersSolid: faUsers$
|
|
175
|
+
UsersSolid: faUsers$2,
|
|
150
176
|
VenueSolid: faLandmark$1,
|
|
151
177
|
Warning: faExclamationTriangle,
|
|
178
|
+
Menu: faBars,
|
|
152
179
|
Calendar: faCalendarAlt,
|
|
153
180
|
Clock: faClock,
|
|
154
181
|
CopyRegular: faCopy$1,
|
|
155
182
|
Edit: faEdit,
|
|
156
183
|
EyeRegular: faEye$1,
|
|
157
184
|
EyeSlashRegular: faEyeSlash,
|
|
158
|
-
HelpRegular: faQuestionCircle$1,
|
|
159
185
|
SadTear: faSadTear,
|
|
160
186
|
UserRegular: faUser$1,
|
|
161
|
-
CalendarDayLight: faCalendarDay$1,
|
|
162
|
-
mapPinLight: faMapMarkerAlt,
|
|
163
|
-
MinusCircleLight: faMinusCircle,
|
|
164
|
-
PlusCircleLight: faPlusCircle$1,
|
|
165
|
-
CalendarStarSolid: faCalendarStar$1,
|
|
166
|
-
CreditCardFront: faCreditCardFront,
|
|
167
|
-
DashboardSolid: faTachometer$1,
|
|
168
|
-
FeeSolid: faUsdSquare$1,
|
|
169
|
-
KeySolid: faKeySkeleton$1,
|
|
170
|
-
LongRightArrow: faLongArrowRight,
|
|
171
|
-
ReportSolid: faFileChartLine$1,
|
|
172
|
-
SortBy: faSortAlt,
|
|
173
|
-
UpgradeSolid: faArrowAltSquareUp$1,
|
|
174
187
|
};
|
|
175
188
|
|
|
176
189
|
var Icons = IconEnum;
|
package/build/index.js
CHANGED
|
@@ -9,11 +9,11 @@ var React__default = _interopDefault(React);
|
|
|
9
9
|
var styled = _interopDefault(require('styled-components'));
|
|
10
10
|
var Polished = require('polished');
|
|
11
11
|
var reactFontawesome = require('@fortawesome/react-fontawesome');
|
|
12
|
+
var proLightSvgIcons = require('@fortawesome/pro-light-svg-icons');
|
|
13
|
+
var proSolidSvgIcons = require('@fortawesome/pro-solid-svg-icons');
|
|
12
14
|
var proRegularSvgIcons = require('@fortawesome/pro-regular-svg-icons');
|
|
13
15
|
var freeSolidSvgIcons = require('@fortawesome/free-solid-svg-icons');
|
|
14
16
|
var freeRegularSvgIcons = require('@fortawesome/free-regular-svg-icons');
|
|
15
|
-
var proLightSvgIcons = require('@fortawesome/pro-light-svg-icons');
|
|
16
|
-
var proSolidSvgIcons = require('@fortawesome/pro-solid-svg-icons');
|
|
17
17
|
var AnimateHeight = _interopDefault(require('react-animate-height'));
|
|
18
18
|
var PriceUtil = require('@sellout/utils/.dist/price');
|
|
19
19
|
|
|
@@ -59,12 +59,16 @@ function __makeTemplateObject(cooked, raw) {
|
|
|
59
59
|
|
|
60
60
|
var _a;
|
|
61
61
|
(function (LoaderSizes) {
|
|
62
|
+
LoaderSizes["FuckingTiny"] = "FuckingTiny";
|
|
63
|
+
LoaderSizes["SuperSmall"] = "SuperSmall";
|
|
62
64
|
LoaderSizes["VerySmall"] = "VerySmall";
|
|
63
65
|
LoaderSizes["Small"] = "Small";
|
|
64
66
|
LoaderSizes["Medium"] = "Medium";
|
|
65
67
|
LoaderSizes["Large"] = "Large";
|
|
66
68
|
})(exports.LoaderSizes || (exports.LoaderSizes = {}));
|
|
67
69
|
var LoaderSizesMap = (_a = {},
|
|
70
|
+
_a[exports.LoaderSizes.FuckingTiny] = 14,
|
|
71
|
+
_a[exports.LoaderSizes.SuperSmall] = 20,
|
|
68
72
|
_a[exports.LoaderSizes.VerySmall] = 24,
|
|
69
73
|
_a[exports.LoaderSizes.Small] = 30,
|
|
70
74
|
_a[exports.LoaderSizes.Medium] = 40,
|
|
@@ -82,23 +86,46 @@ function Loader(_a) {
|
|
|
82
86
|
}
|
|
83
87
|
var templateObject_1;
|
|
84
88
|
|
|
85
|
-
// import { library } from "@fortawesome/fontawesome-svg-core";
|
|
86
89
|
var IconEnum = {
|
|
90
|
+
AnalyticsLight: proLightSvgIcons.faAnalytics,
|
|
91
|
+
BellLight: proLightSvgIcons.faBell,
|
|
92
|
+
BullHornLight: proLightSvgIcons.faBullhorn,
|
|
93
|
+
CalendarDayLight: proLightSvgIcons.faCalendarDay,
|
|
94
|
+
CalendarStarLight: proLightSvgIcons.faCalendarStar,
|
|
95
|
+
ExportLight: proLightSvgIcons.faFileExport,
|
|
96
|
+
FilterLight: proLightSvgIcons.faFilter,
|
|
97
|
+
HelpLight: proLightSvgIcons.faQuestionCircle,
|
|
98
|
+
mapPinLight: proLightSvgIcons.faMapMarkerAlt,
|
|
99
|
+
MicrophoneLight: proLightSvgIcons.faMicrophoneAlt,
|
|
100
|
+
MinusCircleLight: proLightSvgIcons.faMinusCircle,
|
|
101
|
+
PlusCircleLight: proLightSvgIcons.faPlusCircle,
|
|
102
|
+
ReceiptLight: proLightSvgIcons.faReceipt,
|
|
103
|
+
SearchLight: proLightSvgIcons.faSearch,
|
|
104
|
+
SortByLight: proLightSvgIcons.faSortAlt,
|
|
105
|
+
UsersLight: proLightSvgIcons.faUsers,
|
|
106
|
+
VenueLight: proLightSvgIcons.faLandmark,
|
|
107
|
+
AnalyticsSolid: proSolidSvgIcons.faAnalytics,
|
|
108
|
+
CalendarStarSolid: proSolidSvgIcons.faCalendarStar,
|
|
109
|
+
CreditCardFront: proSolidSvgIcons.faCreditCardFront,
|
|
110
|
+
FeeSolid: proSolidSvgIcons.faUsdSquare,
|
|
111
|
+
HomeLight: proSolidSvgIcons.faHome,
|
|
112
|
+
KeySolid: proSolidSvgIcons.faKeySkeleton,
|
|
113
|
+
LongRightArrow: proSolidSvgIcons.faLongArrowRight,
|
|
114
|
+
ReportSolid: proSolidSvgIcons.faFileChartLine,
|
|
115
|
+
SortBy: proSolidSvgIcons.faSortAlt,
|
|
116
|
+
UpgradeSolid: proSolidSvgIcons.faArrowAltSquareUp,
|
|
87
117
|
AudienceRegular: proRegularSvgIcons.faUserFriends,
|
|
88
118
|
BoxOfficeRegular: proRegularSvgIcons.faCashRegister,
|
|
89
119
|
CalculatorRegular: proRegularSvgIcons.faCalculator,
|
|
90
|
-
CalendarStarRegular: proRegularSvgIcons.faCalendarStar,
|
|
91
120
|
Check: proRegularSvgIcons.faCheck,
|
|
92
121
|
Cheers: proRegularSvgIcons.faGlassCheers,
|
|
93
122
|
Clipboard: proRegularSvgIcons.faClipboardList,
|
|
94
123
|
CrownRegular: proRegularSvgIcons.faCrown,
|
|
95
|
-
DashboardRegular: proRegularSvgIcons.faTachometer,
|
|
96
124
|
DeleteRegular: proRegularSvgIcons.faTrash,
|
|
97
125
|
Dollar: proRegularSvgIcons.faDollarSign,
|
|
98
126
|
DownArrow: proRegularSvgIcons.faArrowAltDown,
|
|
99
127
|
DownloadReport: proRegularSvgIcons.faFileDownload,
|
|
100
128
|
Embed: proRegularSvgIcons.faCode,
|
|
101
|
-
Export: proRegularSvgIcons.faFileExport,
|
|
102
129
|
FeeRegular: proRegularSvgIcons.faUsdSquare,
|
|
103
130
|
FilterRegular: proRegularSvgIcons.faFilter,
|
|
104
131
|
GlobeRegular: proRegularSvgIcons.faGlobeAmericas,
|
|
@@ -106,9 +133,7 @@ var IconEnum = {
|
|
|
106
133
|
KeyRegular: proRegularSvgIcons.faKeySkeleton,
|
|
107
134
|
LeftChevron: proRegularSvgIcons.faChevronLeft,
|
|
108
135
|
Link: proRegularSvgIcons.faLink,
|
|
109
|
-
MicrophoneRegular: proRegularSvgIcons.faMicrophoneAlt,
|
|
110
136
|
PrintRegular: proRegularSvgIcons.faPrint,
|
|
111
|
-
ReceiptRegular: proRegularSvgIcons.faReceipt,
|
|
112
137
|
ReportRegular: proRegularSvgIcons.faFileChartLine,
|
|
113
138
|
SearchRegular: proRegularSvgIcons.faSearch,
|
|
114
139
|
TicketRegular: proRegularSvgIcons.faTicketAlt,
|
|
@@ -117,12 +142,11 @@ var IconEnum = {
|
|
|
117
142
|
UpgradeRegular: proRegularSvgIcons.faArrowAltSquareUp,
|
|
118
143
|
Upload: proRegularSvgIcons.faUpload,
|
|
119
144
|
UsersRegular: proRegularSvgIcons.faUsers,
|
|
120
|
-
VenueRegular: proRegularSvgIcons.faLandmark,
|
|
121
145
|
AudienceSolid: freeSolidSvgIcons.faUserFriends,
|
|
122
146
|
BackArrow: freeSolidSvgIcons.faArrowLeft,
|
|
123
147
|
Bold: freeSolidSvgIcons.faBold,
|
|
124
148
|
BoxOfficeSolid: freeSolidSvgIcons.faCashRegister,
|
|
125
|
-
|
|
149
|
+
BullhornSolid: freeSolidSvgIcons.faBullhorn,
|
|
126
150
|
CalculatorSolid: freeSolidSvgIcons.faCalculator,
|
|
127
151
|
CalendarDaySolid: freeSolidSvgIcons.faCalendarDay,
|
|
128
152
|
Cancel: freeSolidSvgIcons.faTimes,
|
|
@@ -138,12 +162,14 @@ var IconEnum = {
|
|
|
138
162
|
EnvelopeSolid: freeSolidSvgIcons.faEnvelope,
|
|
139
163
|
EyeSolid: freeSolidSvgIcons.faEye,
|
|
140
164
|
HelpSolid: freeSolidSvgIcons.faQuestionCircle,
|
|
165
|
+
HomeSolid: freeSolidSvgIcons.faHome,
|
|
141
166
|
Italic: freeSolidSvgIcons.faItalic,
|
|
142
167
|
MicrophoneSolid: freeSolidSvgIcons.faMicrophoneAlt,
|
|
143
168
|
Mobile: freeSolidSvgIcons.faMobileAlt,
|
|
144
169
|
PlusCircle: freeSolidSvgIcons.faPlusCircle,
|
|
145
170
|
PrintSolid: freeSolidSvgIcons.faPrint,
|
|
146
171
|
ReceiptSolid: freeSolidSvgIcons.faReceipt,
|
|
172
|
+
RightChevron: freeSolidSvgIcons.faChevronRight,
|
|
147
173
|
RightChevronCircle: freeSolidSvgIcons.faChevronCircleRight,
|
|
148
174
|
SearchSolid: freeSolidSvgIcons.faSearch,
|
|
149
175
|
Sort: freeSolidSvgIcons.faSort,
|
|
@@ -154,28 +180,15 @@ var IconEnum = {
|
|
|
154
180
|
UsersSolid: freeSolidSvgIcons.faUsers,
|
|
155
181
|
VenueSolid: freeSolidSvgIcons.faLandmark,
|
|
156
182
|
Warning: freeSolidSvgIcons.faExclamationTriangle,
|
|
183
|
+
Menu: freeSolidSvgIcons.faBars,
|
|
157
184
|
Calendar: freeRegularSvgIcons.faCalendarAlt,
|
|
158
185
|
Clock: freeRegularSvgIcons.faClock,
|
|
159
186
|
CopyRegular: freeRegularSvgIcons.faCopy,
|
|
160
187
|
Edit: freeRegularSvgIcons.faEdit,
|
|
161
188
|
EyeRegular: freeRegularSvgIcons.faEye,
|
|
162
189
|
EyeSlashRegular: freeRegularSvgIcons.faEyeSlash,
|
|
163
|
-
HelpRegular: freeRegularSvgIcons.faQuestionCircle,
|
|
164
190
|
SadTear: freeRegularSvgIcons.faSadTear,
|
|
165
191
|
UserRegular: freeRegularSvgIcons.faUser,
|
|
166
|
-
CalendarDayLight: proLightSvgIcons.faCalendarDay,
|
|
167
|
-
mapPinLight: proLightSvgIcons.faMapMarkerAlt,
|
|
168
|
-
MinusCircleLight: proLightSvgIcons.faMinusCircle,
|
|
169
|
-
PlusCircleLight: proLightSvgIcons.faPlusCircle,
|
|
170
|
-
CalendarStarSolid: proSolidSvgIcons.faCalendarStar,
|
|
171
|
-
CreditCardFront: proSolidSvgIcons.faCreditCardFront,
|
|
172
|
-
DashboardSolid: proSolidSvgIcons.faTachometer,
|
|
173
|
-
FeeSolid: proSolidSvgIcons.faUsdSquare,
|
|
174
|
-
KeySolid: proSolidSvgIcons.faKeySkeleton,
|
|
175
|
-
LongRightArrow: proSolidSvgIcons.faLongArrowRight,
|
|
176
|
-
ReportSolid: proSolidSvgIcons.faFileChartLine,
|
|
177
|
-
SortBy: proSolidSvgIcons.faSortAlt,
|
|
178
|
-
UpgradeSolid: proSolidSvgIcons.faArrowAltSquareUp,
|
|
179
192
|
};
|
|
180
193
|
|
|
181
194
|
var Icons = IconEnum;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellout/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"module": "build/index.es.js",
|
|
6
6
|
"jsnext:main": "build/index.es.js",
|
|
@@ -10,21 +10,14 @@
|
|
|
10
10
|
"start": "rollup -c -w",
|
|
11
11
|
"test": "jest --coverage",
|
|
12
12
|
"storybook": "start-storybook -p 9009 -s public",
|
|
13
|
-
"build-storybook": "build-storybook -s public"
|
|
13
|
+
"build-storybook": "build-storybook -s public",
|
|
14
|
+
"generate-icons": "node ./utils/generateIconLibrary.js ./utils/icon-library.csv ./src/components/Icons.ts"
|
|
14
15
|
},
|
|
15
16
|
"keywords": [],
|
|
16
17
|
"author": "",
|
|
17
18
|
"license": "ISC",
|
|
18
|
-
"
|
|
19
|
+
"devDependencies": {
|
|
19
20
|
"@babel/core": "^7.7.7",
|
|
20
|
-
"@fortawesome/fontawesome-svg-core": "^1.2.27",
|
|
21
|
-
"@fortawesome/free-regular-svg-icons": "^5.12.1",
|
|
22
|
-
"@fortawesome/free-solid-svg-icons": "^5.12.1",
|
|
23
|
-
"@fortawesome/pro-light-svg-icons": "^5.12.1",
|
|
24
|
-
"@fortawesome/pro-regular-svg-icons": "^5.12.1",
|
|
25
|
-
"@fortawesome/pro-solid-svg-icons": "^5.12.1",
|
|
26
|
-
"@fortawesome/react-fontawesome": "^0.1.9",
|
|
27
|
-
"@sellout/utils": "^0.0.13",
|
|
28
21
|
"@testing-library/jest-dom": "^4.2.4",
|
|
29
22
|
"@testing-library/react": "^9.4.0",
|
|
30
23
|
"@testing-library/user-event": "^7.2.1",
|
|
@@ -34,9 +27,8 @@
|
|
|
34
27
|
"@types/styled-components": "^5.0.1",
|
|
35
28
|
"awesome-typescript-loader": "^5.2.1",
|
|
36
29
|
"babel-loader": "^8.0.6",
|
|
30
|
+
"fs-extra": "^9.0.0",
|
|
37
31
|
"jest": "^24.9.0",
|
|
38
|
-
"polished": "^3.4.4",
|
|
39
|
-
"react-animate-height": "^2.0.20",
|
|
40
32
|
"rollup": "^1.27.13",
|
|
41
33
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
42
34
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
@@ -46,7 +38,20 @@
|
|
|
46
38
|
"ts-jest": "^24.2.0",
|
|
47
39
|
"typescript": "^3.7.5"
|
|
48
40
|
},
|
|
49
|
-
"
|
|
41
|
+
"dependencies": {
|
|
42
|
+
"@fortawesome/fontawesome-svg-core": "^1.2.27",
|
|
43
|
+
"@fortawesome/free-regular-svg-icons": "^5.12.1",
|
|
44
|
+
"@fortawesome/free-solid-svg-icons": "^5.12.1",
|
|
45
|
+
"@fortawesome/pro-light-svg-icons": "^5.12.1",
|
|
46
|
+
"@fortawesome/pro-regular-svg-icons": "^5.12.1",
|
|
47
|
+
"@fortawesome/pro-solid-svg-icons": "^5.12.1",
|
|
48
|
+
"@fortawesome/react-fontawesome": "^0.1.9",
|
|
49
|
+
"@sellout/utils": "^0.0.15",
|
|
50
|
+
"csvtojson": "^2.0.10",
|
|
51
|
+
"polished": "^3.4.4",
|
|
52
|
+
"react-animate-height": "^2.0.20"
|
|
53
|
+
},
|
|
54
|
+
"gitHead": "a0bd0e133be608c51e2ff88535de2d9ce56b7cd6",
|
|
50
55
|
"peerDependencies": {
|
|
51
56
|
"react": "^16.13.0",
|
|
52
57
|
"react-dom": "^16.13.0",
|
package/src/components/Icons.ts
CHANGED
|
@@ -1,189 +1,207 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
|
|
94
|
-
|
|
1
|
+
import { faAnalytics as AnalyticsLight} from '@fortawesome/pro-light-svg-icons'
|
|
2
|
+
import { faBell as BellLight} from '@fortawesome/pro-light-svg-icons'
|
|
3
|
+
import { faBullhorn as BullHornLight} from '@fortawesome/pro-light-svg-icons'
|
|
4
|
+
import { faCalendarDay as CalendarDayLight} from '@fortawesome/pro-light-svg-icons'
|
|
5
|
+
import { faCalendarStar as CalendarStarLight} from '@fortawesome/pro-light-svg-icons'
|
|
6
|
+
import { faFileExport as ExportLight} from '@fortawesome/pro-light-svg-icons'
|
|
7
|
+
import { faFilter as FilterLight} from '@fortawesome/pro-light-svg-icons'
|
|
8
|
+
import { faQuestionCircle as HelpLight} from '@fortawesome/pro-light-svg-icons'
|
|
9
|
+
import { faMapMarkerAlt as mapPinLight} from '@fortawesome/pro-light-svg-icons'
|
|
10
|
+
import { faMicrophoneAlt as MicrophoneLight} from '@fortawesome/pro-light-svg-icons'
|
|
11
|
+
import { faMinusCircle as MinusCircleLight} from '@fortawesome/pro-light-svg-icons'
|
|
12
|
+
import { faPlusCircle as PlusCircleLight} from '@fortawesome/pro-light-svg-icons'
|
|
13
|
+
import { faReceipt as ReceiptLight} from '@fortawesome/pro-light-svg-icons'
|
|
14
|
+
import { faSearch as SearchLight} from '@fortawesome/pro-light-svg-icons'
|
|
15
|
+
import { faSortAlt as SortByLight} from '@fortawesome/pro-light-svg-icons'
|
|
16
|
+
import { faUsers as UsersLight} from '@fortawesome/pro-light-svg-icons'
|
|
17
|
+
import { faLandmark as VenueLight} from '@fortawesome/pro-light-svg-icons'
|
|
18
|
+
import { faAnalytics as AnalyticsSolid} from '@fortawesome/pro-solid-svg-icons'
|
|
19
|
+
import { faCalendarStar as CalendarStarSolid} from '@fortawesome/pro-solid-svg-icons'
|
|
20
|
+
import { faCreditCardFront as CreditCardFront} from '@fortawesome/pro-solid-svg-icons'
|
|
21
|
+
import { faUsdSquare as FeeSolid} from '@fortawesome/pro-solid-svg-icons'
|
|
22
|
+
import { faHome as HomeLight} from '@fortawesome/pro-solid-svg-icons'
|
|
23
|
+
import { faKeySkeleton as KeySolid} from '@fortawesome/pro-solid-svg-icons'
|
|
24
|
+
import { faLongArrowRight as LongRightArrow} from '@fortawesome/pro-solid-svg-icons'
|
|
25
|
+
import { faFileChartLine as ReportSolid} from '@fortawesome/pro-solid-svg-icons'
|
|
26
|
+
import { faSortAlt as SortBy} from '@fortawesome/pro-solid-svg-icons'
|
|
27
|
+
import { faArrowAltSquareUp as UpgradeSolid} from '@fortawesome/pro-solid-svg-icons'
|
|
28
|
+
import { faUserFriends as AudienceRegular} from '@fortawesome/pro-regular-svg-icons'
|
|
29
|
+
import { faCashRegister as BoxOfficeRegular} from '@fortawesome/pro-regular-svg-icons'
|
|
30
|
+
import { faCalculator as CalculatorRegular} from '@fortawesome/pro-regular-svg-icons'
|
|
31
|
+
import { faCheck as Check} from '@fortawesome/pro-regular-svg-icons'
|
|
32
|
+
import { faGlassCheers as Cheers} from '@fortawesome/pro-regular-svg-icons'
|
|
33
|
+
import { faClipboardList as Clipboard} from '@fortawesome/pro-regular-svg-icons'
|
|
34
|
+
import { faCrown as CrownRegular} from '@fortawesome/pro-regular-svg-icons'
|
|
35
|
+
import { faTrash as DeleteRegular} from '@fortawesome/pro-regular-svg-icons'
|
|
36
|
+
import { faDollarSign as Dollar} from '@fortawesome/pro-regular-svg-icons'
|
|
37
|
+
import { faArrowAltDown as DownArrow} from '@fortawesome/pro-regular-svg-icons'
|
|
38
|
+
import { faFileDownload as DownloadReport} from '@fortawesome/pro-regular-svg-icons'
|
|
39
|
+
import { faCode as Embed} from '@fortawesome/pro-regular-svg-icons'
|
|
40
|
+
import { faUsdSquare as FeeRegular} from '@fortawesome/pro-regular-svg-icons'
|
|
41
|
+
import { faFilter as FilterRegular} from '@fortawesome/pro-regular-svg-icons'
|
|
42
|
+
import { faGlobeAmericas as GlobeRegular} from '@fortawesome/pro-regular-svg-icons'
|
|
43
|
+
import { faChartLine as GraphGrowth} from '@fortawesome/pro-regular-svg-icons'
|
|
44
|
+
import { faKeySkeleton as KeyRegular} from '@fortawesome/pro-regular-svg-icons'
|
|
45
|
+
import { faChevronLeft as LeftChevron} from '@fortawesome/pro-regular-svg-icons'
|
|
46
|
+
import { faLink as Link} from '@fortawesome/pro-regular-svg-icons'
|
|
47
|
+
import { faPrint as PrintRegular} from '@fortawesome/pro-regular-svg-icons'
|
|
48
|
+
import { faFileChartLine as ReportRegular} from '@fortawesome/pro-regular-svg-icons'
|
|
49
|
+
import { faSearch as SearchRegular} from '@fortawesome/pro-regular-svg-icons'
|
|
50
|
+
import { faTicketAlt as TicketRegular} from '@fortawesome/pro-regular-svg-icons'
|
|
51
|
+
import { faUnlock as Unlock} from '@fortawesome/pro-regular-svg-icons'
|
|
52
|
+
import { faArrowAltUp as UpArrow} from '@fortawesome/pro-regular-svg-icons'
|
|
53
|
+
import { faArrowAltSquareUp as UpgradeRegular} from '@fortawesome/pro-regular-svg-icons'
|
|
54
|
+
import { faUpload as Upload} from '@fortawesome/pro-regular-svg-icons'
|
|
55
|
+
import { faUsers as UsersRegular} from '@fortawesome/pro-regular-svg-icons'
|
|
56
|
+
import { faUserFriends as AudienceSolid} from '@fortawesome/free-solid-svg-icons'
|
|
57
|
+
import { faArrowLeft as BackArrow} from '@fortawesome/free-solid-svg-icons'
|
|
58
|
+
import { faBold as Bold} from '@fortawesome/free-solid-svg-icons'
|
|
59
|
+
import { faCashRegister as BoxOfficeSolid} from '@fortawesome/free-solid-svg-icons'
|
|
60
|
+
import { faBullhorn as BullhornSolid} from '@fortawesome/free-solid-svg-icons'
|
|
61
|
+
import { faCalculator as CalculatorSolid} from '@fortawesome/free-solid-svg-icons'
|
|
62
|
+
import { faCalendarDay as CalendarDaySolid} from '@fortawesome/free-solid-svg-icons'
|
|
63
|
+
import { faTimes as Cancel} from '@fortawesome/free-solid-svg-icons'
|
|
64
|
+
import { faTimesCircle as CancelCircle} from '@fortawesome/free-solid-svg-icons'
|
|
65
|
+
import { faCaretDown as CaretDown} from '@fortawesome/free-solid-svg-icons'
|
|
66
|
+
import { faMoneyBill as Cash} from '@fortawesome/free-solid-svg-icons'
|
|
67
|
+
import { faCheckCircle as CheckCircle} from '@fortawesome/free-solid-svg-icons'
|
|
68
|
+
import { faCopy as CopySolid} from '@fortawesome/free-solid-svg-icons'
|
|
69
|
+
import { faCreditCard as CreditCardBack} from '@fortawesome/free-solid-svg-icons'
|
|
70
|
+
import { faCrown as CrownSolid} from '@fortawesome/free-solid-svg-icons'
|
|
71
|
+
import { faICursor as Cursor} from '@fortawesome/free-solid-svg-icons'
|
|
72
|
+
import { faTrash as DeleteSolid} from '@fortawesome/free-solid-svg-icons'
|
|
73
|
+
import { faEnvelope as EnvelopeSolid} from '@fortawesome/free-solid-svg-icons'
|
|
74
|
+
import { faEye as EyeSolid} from '@fortawesome/free-solid-svg-icons'
|
|
75
|
+
import { faQuestionCircle as HelpSolid} from '@fortawesome/free-solid-svg-icons'
|
|
76
|
+
import { faHome as HomeSolid} from '@fortawesome/free-solid-svg-icons'
|
|
77
|
+
import { faItalic as Italic} from '@fortawesome/free-solid-svg-icons'
|
|
78
|
+
import { faMicrophoneAlt as MicrophoneSolid} from '@fortawesome/free-solid-svg-icons'
|
|
79
|
+
import { faMobileAlt as Mobile} from '@fortawesome/free-solid-svg-icons'
|
|
80
|
+
import { faPlusCircle as PlusCircle} from '@fortawesome/free-solid-svg-icons'
|
|
81
|
+
import { faPrint as PrintSolid} from '@fortawesome/free-solid-svg-icons'
|
|
82
|
+
import { faReceipt as ReceiptSolid} from '@fortawesome/free-solid-svg-icons'
|
|
83
|
+
import { faChevronRight as RightChevron} from '@fortawesome/free-solid-svg-icons'
|
|
84
|
+
import { faChevronCircleRight as RightChevronCircle} from '@fortawesome/free-solid-svg-icons'
|
|
85
|
+
import { faSearch as SearchSolid} from '@fortawesome/free-solid-svg-icons'
|
|
86
|
+
import { faSort as Sort} from '@fortawesome/free-solid-svg-icons'
|
|
87
|
+
import { faTicketAlt as TicketSolid} from '@fortawesome/free-solid-svg-icons'
|
|
88
|
+
import { faUnderline as Underline} from '@fortawesome/free-solid-svg-icons'
|
|
89
|
+
import { faUserCircle as UserCircle} from '@fortawesome/free-solid-svg-icons'
|
|
90
|
+
import { faUser as UserSolid} from '@fortawesome/free-solid-svg-icons'
|
|
91
|
+
import { faUsers as UsersSolid} from '@fortawesome/free-solid-svg-icons'
|
|
92
|
+
import { faLandmark as VenueSolid} from '@fortawesome/free-solid-svg-icons'
|
|
93
|
+
import { faExclamationTriangle as Warning} from '@fortawesome/free-solid-svg-icons'
|
|
94
|
+
import { faBars as Menu} from '@fortawesome/free-solid-svg-icons'
|
|
95
|
+
import { faCalendarAlt as Calendar} from '@fortawesome/free-regular-svg-icons'
|
|
96
|
+
import { faClock as Clock} from '@fortawesome/free-regular-svg-icons'
|
|
97
|
+
import { faCopy as CopyRegular} from '@fortawesome/free-regular-svg-icons'
|
|
98
|
+
import { faEdit as Edit} from '@fortawesome/free-regular-svg-icons'
|
|
99
|
+
import { faEye as EyeRegular} from '@fortawesome/free-regular-svg-icons'
|
|
100
|
+
import { faEyeSlash as EyeSlashRegular} from '@fortawesome/free-regular-svg-icons'
|
|
101
|
+
import { faSadTear as SadTear} from '@fortawesome/free-regular-svg-icons'
|
|
102
|
+
import { faUser as UserRegular} from '@fortawesome/free-regular-svg-icons'
|
|
95
103
|
|
|
96
104
|
export const IconEnum = {
|
|
105
|
+
AnalyticsLight,
|
|
106
|
+
BellLight,
|
|
107
|
+
BullHornLight,
|
|
108
|
+
CalendarDayLight,
|
|
109
|
+
CalendarStarLight,
|
|
110
|
+
ExportLight,
|
|
111
|
+
FilterLight,
|
|
112
|
+
HelpLight,
|
|
113
|
+
mapPinLight,
|
|
114
|
+
MicrophoneLight,
|
|
115
|
+
MinusCircleLight,
|
|
116
|
+
PlusCircleLight,
|
|
117
|
+
ReceiptLight,
|
|
118
|
+
SearchLight,
|
|
119
|
+
SortByLight,
|
|
120
|
+
UsersLight,
|
|
121
|
+
VenueLight,
|
|
122
|
+
AnalyticsSolid,
|
|
123
|
+
CalendarStarSolid,
|
|
124
|
+
CreditCardFront,
|
|
125
|
+
FeeSolid,
|
|
126
|
+
HomeLight,
|
|
127
|
+
KeySolid,
|
|
128
|
+
LongRightArrow,
|
|
129
|
+
ReportSolid,
|
|
130
|
+
SortBy,
|
|
131
|
+
UpgradeSolid,
|
|
97
132
|
AudienceRegular,
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
EyeSlashRegular,
|
|
173
|
-
HelpRegular,
|
|
174
|
-
SadTear,
|
|
175
|
-
UserRegular,
|
|
176
|
-
CalendarDayLight,
|
|
177
|
-
mapPinLight,
|
|
178
|
-
MinusCircleLight,
|
|
179
|
-
PlusCircleLight,
|
|
180
|
-
CalendarStarSolid,
|
|
181
|
-
CreditCardFront,
|
|
182
|
-
DashboardSolid,
|
|
183
|
-
FeeSolid,
|
|
184
|
-
KeySolid,
|
|
185
|
-
LongRightArrow,
|
|
186
|
-
ReportSolid,
|
|
187
|
-
SortBy,
|
|
188
|
-
UpgradeSolid,
|
|
133
|
+
BoxOfficeRegular,
|
|
134
|
+
CalculatorRegular,
|
|
135
|
+
Check,
|
|
136
|
+
Cheers,
|
|
137
|
+
Clipboard,
|
|
138
|
+
CrownRegular,
|
|
139
|
+
DeleteRegular,
|
|
140
|
+
Dollar,
|
|
141
|
+
DownArrow,
|
|
142
|
+
DownloadReport,
|
|
143
|
+
Embed,
|
|
144
|
+
FeeRegular,
|
|
145
|
+
FilterRegular,
|
|
146
|
+
GlobeRegular,
|
|
147
|
+
GraphGrowth,
|
|
148
|
+
KeyRegular,
|
|
149
|
+
LeftChevron,
|
|
150
|
+
Link,
|
|
151
|
+
PrintRegular,
|
|
152
|
+
ReportRegular,
|
|
153
|
+
SearchRegular,
|
|
154
|
+
TicketRegular,
|
|
155
|
+
Unlock,
|
|
156
|
+
UpArrow,
|
|
157
|
+
UpgradeRegular,
|
|
158
|
+
Upload,
|
|
159
|
+
UsersRegular,
|
|
160
|
+
AudienceSolid,
|
|
161
|
+
BackArrow,
|
|
162
|
+
Bold,
|
|
163
|
+
BoxOfficeSolid,
|
|
164
|
+
BullhornSolid,
|
|
165
|
+
CalculatorSolid,
|
|
166
|
+
CalendarDaySolid,
|
|
167
|
+
Cancel,
|
|
168
|
+
CancelCircle,
|
|
169
|
+
CaretDown,
|
|
170
|
+
Cash,
|
|
171
|
+
CheckCircle,
|
|
172
|
+
CopySolid,
|
|
173
|
+
CreditCardBack,
|
|
174
|
+
CrownSolid,
|
|
175
|
+
Cursor,
|
|
176
|
+
DeleteSolid,
|
|
177
|
+
EnvelopeSolid,
|
|
178
|
+
EyeSolid,
|
|
179
|
+
HelpSolid,
|
|
180
|
+
HomeSolid,
|
|
181
|
+
Italic,
|
|
182
|
+
MicrophoneSolid,
|
|
183
|
+
Mobile,
|
|
184
|
+
PlusCircle,
|
|
185
|
+
PrintSolid,
|
|
186
|
+
ReceiptSolid,
|
|
187
|
+
RightChevron,
|
|
188
|
+
RightChevronCircle,
|
|
189
|
+
SearchSolid,
|
|
190
|
+
Sort,
|
|
191
|
+
TicketSolid,
|
|
192
|
+
Underline,
|
|
193
|
+
UserCircle,
|
|
194
|
+
UserSolid,
|
|
195
|
+
UsersSolid,
|
|
196
|
+
VenueSolid,
|
|
197
|
+
Warning,
|
|
198
|
+
Menu,
|
|
199
|
+
Calendar,
|
|
200
|
+
Clock,
|
|
201
|
+
CopyRegular,
|
|
202
|
+
Edit,
|
|
203
|
+
EyeRegular,
|
|
204
|
+
EyeSlashRegular,
|
|
205
|
+
SadTear,
|
|
206
|
+
UserRegular,
|
|
189
207
|
};
|
|
@@ -3,13 +3,17 @@ import styled from "styled-components";
|
|
|
3
3
|
import { Colors } from "./../Colors";
|
|
4
4
|
|
|
5
5
|
export enum LoaderSizes {
|
|
6
|
+
FuckingTiny = "FuckingTiny",
|
|
7
|
+
SuperSmall = "SuperSmall",
|
|
6
8
|
VerySmall = "VerySmall",
|
|
7
9
|
Small = "Small",
|
|
8
10
|
Medium = "Medium",
|
|
9
|
-
Large = "Large"
|
|
11
|
+
Large = "Large",
|
|
10
12
|
};
|
|
11
13
|
|
|
12
14
|
const LoaderSizesMap = {
|
|
15
|
+
[LoaderSizes.FuckingTiny]: 14,
|
|
16
|
+
[LoaderSizes.SuperSmall]: 20,
|
|
13
17
|
[LoaderSizes.VerySmall]: 24,
|
|
14
18
|
[LoaderSizes.Small]: 30,
|
|
15
19
|
[LoaderSizes.Medium]: 40,
|
|
@@ -1,6 +1,18 @@
|
|
|
1
|
-
const
|
|
1
|
+
const fs = require('fs-extra');
|
|
2
|
+
// const csvFilePath = __basedir + './icon-library.csv';
|
|
2
3
|
const csv = require('csvtojson');
|
|
3
4
|
|
|
5
|
+
const csvFilePath = process.argv[2]
|
|
6
|
+
const outputFile = process.argv[3];
|
|
7
|
+
|
|
8
|
+
if(!csvFilePath || !outputFile) {
|
|
9
|
+
console.log('Error: Please specify a CSV file and output file to generate icons.')
|
|
10
|
+
console.log('Useage: node generateIconLibrary.js path-to-icon-csv-file.csv path-to-output-file.ts');
|
|
11
|
+
process.exit(0);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
console.log(csvFilePath);
|
|
15
|
+
|
|
4
16
|
csv()
|
|
5
17
|
.fromFile(csvFilePath)
|
|
6
18
|
.then((jsonObj) => {
|
|
@@ -23,15 +35,17 @@ csv()
|
|
|
23
35
|
}, {});
|
|
24
36
|
|
|
25
37
|
let importText = '';
|
|
26
|
-
let exportText = 'export
|
|
38
|
+
let exportText = 'export const IconEnum = {';
|
|
27
39
|
|
|
28
40
|
Object.values(icons).flat().forEach((icon) => {
|
|
29
41
|
importText += icon.import + '\n';
|
|
30
|
-
exportText += icon.export + '
|
|
42
|
+
exportText += '\n ' + icon.export + ',';
|
|
31
43
|
})
|
|
32
|
-
exportText += '}'
|
|
44
|
+
exportText += '\n};\n';
|
|
33
45
|
|
|
34
|
-
|
|
46
|
+
const finalText = `${importText}\n${exportText}`;
|
|
47
|
+
return finalText
|
|
35
48
|
})
|
|
49
|
+
.then(async (finalText) => await fs.writeFile(outputFile, finalText, 'utf8'))
|
|
36
50
|
.catch(e => console.error(e));
|
|
37
51
|
|
package/utils/icon-library.csv
CHANGED
|
@@ -1,98 +1,107 @@
|
|
|
1
|
-
Name,
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
1
|
+
Icon,Name,Library,Weight,FA Name
|
|
2
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/cc-amex-brands.svg,Amex,Brands,,faCcAmex
|
|
3
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/analytics-light.svg,AnalyticsLight,Pro,Light,FaAnalytics
|
|
4
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/analytics-solid.svg,AnalyticsSolid,Pro,Solid,FaAnalytics
|
|
5
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/user-friends-regular.svg,AudienceRegular,Pro,Regular,faUserFriends
|
|
6
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/user-friends-solid.svg,AudienceSolid,Free,Solid,faUserFriends
|
|
7
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/arrow-left-solid.svg,BackArrow,Free,Solid,faArrowLeft
|
|
8
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/bell-light.svg,BellLight,Pro,Light,faBell
|
|
9
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/bold-solid.svg,Bold,Free,Solid,faBold
|
|
10
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/cash-register-regular.svg,BoxOfficeRegular,Pro,Regular,faCashRegister
|
|
11
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/cash-register-solid.svg,BoxOfficeSolid,Free,Solid,faCashRegister
|
|
12
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/bullhorn-light.svg,BullHornLight,Pro,Light,faBullhorn
|
|
13
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/bullhorn-solid.svg,BullhornSolid,Free,Solid,faBullhorn
|
|
14
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/calculator-regular.svg,CalculatorRegular,Pro,Regular,faCalculator
|
|
15
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/calculator-solid.svg,CalculatorSolid,Free,Solid,faCalculator
|
|
16
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/calendar-alt-regular.svg,Calendar,Free,Regular,faCalendarAlt
|
|
17
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/calendar-day-light.svg,CalendarDayLight,Pro,Light,faCalendarDay
|
|
18
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/calendar-day-solid.svg,CalendarDaySolid,Free,Solid,faCalendarDay
|
|
19
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/calendar-star-light.svg,CalendarStarLight,Pro,Light,faCalendarStar
|
|
20
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/calendar-star-solid.svg,CalendarStarSolid,Pro,Solid,faCalendarStar
|
|
21
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/times-solid.svg,Cancel,Free,Solid,faTimes
|
|
22
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/times-circle-solid.svg,CancelCircle,Free,Solid,faTimesCircle
|
|
23
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/caret-down-solid.svg,CaretDown,Free,Solid,faCaretDown
|
|
24
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/money-bill-solid.svg,Cash,Free,Solid,faMoneyBill
|
|
25
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/check-regular.svg,Check,Pro,Regular,faCheck
|
|
26
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/check-circle-solid.svg,CheckCircle,Free,Solid,faCheckCircle
|
|
27
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/glass-cheers-regular.svg,Cheers,Pro,Regular,faGlassCheers
|
|
28
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/clipboard-list-regular.svg,Clipboard,Pro,Regular,faClipboardList
|
|
29
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/clock-regular.svg,Clock,Free,Regular,faClock
|
|
30
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/copy-regular_(1).svg,CopyRegular,Free,Regular,faCopy
|
|
31
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/copy-solid.svg,CopySolid,Free,Solid,faCopy
|
|
32
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/credit-card-solid.svg,CreditCardBack,Free,Solid,faCreditCard
|
|
33
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/credit-card-front-solid.svg,CreditCardFront,Pro,Solid,faCreditCardFront
|
|
34
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/crown-regular.svg,CrownRegular,Pro,Regular,faCrown
|
|
35
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/crown-solid.svg,CrownSolid,Free,Solid,faCrown
|
|
36
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/i-cursor-solid.svg,Cursor,Free,Solid,faICursor
|
|
37
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/trash-regular.svg,DeleteRegular,Pro,Regular,faTrash
|
|
38
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/trash-solid.svg,DeleteSolid,Free,Solid,faTrash
|
|
39
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/cc-discover-brands.svg,Discover,Brands,,faCcDiscover
|
|
40
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/dollar-sign-regular.svg,Dollar,Pro,Regular,faDollarSign
|
|
41
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/arrow-alt-down-regular.svg,DownArrow,Pro,Regular,faArrowAltDown
|
|
42
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/file-download-regular.svg,DownloadReport,Pro,Regular,faFileDownload
|
|
43
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/edit-regular.svg,Edit,Free,Regular,faEdit
|
|
44
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/code-regular_(1).svg,Embed,Pro,Regular,faCode
|
|
45
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/envelope-solid.svg,EnvelopeSolid,Free,Solid,faEnvelope
|
|
46
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/file-export-light.svg,ExportLight,Pro,Light,faFileExport
|
|
47
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/eye-regular.svg,EyeRegular,Free,Regular,faEye
|
|
48
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/eye-slash-regular_(1).svg,EyeSlashRegular,Free,Regular,faEyeSlash
|
|
49
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/eye-solid.svg,EyeSolid,Free,Solid,faEye
|
|
50
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/usd-square-regular.svg,FeeRegular,Pro,Regular,faUsdSquare
|
|
51
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/usd-square-solid.svg,FeeSolid,Pro,Solid,faUsdSquare
|
|
52
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/filter-light.svg,FilterLight,Pro,Light,faFilter
|
|
53
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/filter-regular.svg,FilterRegular,Pro,Regular,faFilter
|
|
54
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/globe-americas-regular.svg,GlobeRegular,Pro,Regular,faGlobeAmericas
|
|
55
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/chart-line-regular.svg,GraphGrowth,Pro,Regular,faChartLine
|
|
56
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/question-circle-light.svg,HelpLight,Pro,Light,faQuestionCircle
|
|
57
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/question-circle-solid.svg,HelpSolid,Free,Solid,faQuestionCircle
|
|
58
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/home-light.svg,HomeLight,Pro,Solid,faHome
|
|
59
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/home-solid.svg,HomeSolid,Free,Solid,faHome
|
|
60
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/italic-solid.svg,Italic,Free,Solid,faItalic
|
|
61
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/key-skeleton-regular.svg,KeyRegular,Pro,Regular,faKeySkeleton
|
|
62
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/key-skeleton-solid.svg,KeySolid,Pro,Solid,faKeySkeleton
|
|
63
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/chevron-left-regular.svg,LeftChevron,Pro,Regular,faChevronLeft
|
|
64
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/link-regular.svg,Link,Pro,Regular,faLink
|
|
65
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/long-arrow-right-solid.svg,LongRightArrow,Pro,Solid,faLongArrowRight
|
|
66
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/map-marker-alt-light.svg,mapPinLight,Pro,Light,faMapMarkerAlt
|
|
67
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/cc-mastercard-brands.svg,Mastercard,Brands,,faCcMastercard
|
|
68
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/microphone-alt-light.svg,MicrophoneLight,Pro,Light,faMicrophoneAlt
|
|
69
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/microphone-alt-solid.svg,MicrophoneSolid,Free,Solid,faMicrophoneAlt
|
|
70
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/minus-circle-light.svg,MinusCircleLight,Pro,Light,faMinusCircle
|
|
71
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/mobile-alt-solid.svg,Mobile,Free,Solid,faMobileAlt
|
|
72
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/plus-circle-solid.svg,PlusCircle,Free,Solid,faPlusCircle
|
|
73
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/plus-circle-light.svg,PlusCircleLight,Pro,Light,faPlusCircle
|
|
74
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/print-regular.svg,PrintRegular,Pro,Regular,faPrint
|
|
75
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/print-solid.svg,PrintSolid,Free,Solid,faPrint
|
|
76
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/receipt-light.svg,ReceiptLight,Pro,Light,faReceipt
|
|
77
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/receipt-solid.svg,ReceiptSolid,Free,Solid,faReceipt
|
|
78
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/file-chart-line-regular.svg,ReportRegular,Pro,Regular,faFileChartLine
|
|
79
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/file-chart-line-solid.svg,ReportSolid,Pro,Solid,faFileChartLine
|
|
80
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/chevron-right-solid.svg,RightChevron,Free,Solid,faChevronRight
|
|
81
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/chevron-circle-right-solid.svg,RightChevronCircle,Free,Solid,faChevronCircleRight
|
|
82
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/sad-tear-regular.svg,SadTear,Free,Regular,faSadTear
|
|
83
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/search-light.svg,SearchLight,Pro,Light,faSearch
|
|
84
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/search-regular.svg,SearchRegular,Pro,Regular,faSearch
|
|
85
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/search-solid.svg,SearchSolid,Free,Solid,faSearch
|
|
86
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/sort-solid.svg,Sort,Free,Solid,faSort
|
|
87
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/sort-alt-solid.svg,SortBy,Pro,Solid,faSortAlt
|
|
88
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/sort-alt-light.svg,SortByLight,Pro,Light,faSortAlt
|
|
89
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/ticket-alt-regular.svg,TicketRegular,Pro,Regular,faTicketAlt
|
|
90
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/ticket-alt-solid.svg,TicketSolid,Free,Solid,faTicketAlt
|
|
91
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/underline-solid.svg,Underline,Free,Solid,faUnderline
|
|
92
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/unlock-regular.svg,Unlock,Pro,Regular,faUnlock
|
|
93
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/arrow-alt-up-regular.svg,UpArrow,Pro,Regular,faArrowAltUp
|
|
94
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/arrow-alt-square-up-regular.svg,UpgradeRegular,Pro,Regular,faArrowAltSquareUp
|
|
95
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/arrow-alt-square-up-solid.svg,UpgradeSolid,Pro,Solid,faArrowAltSquareUp
|
|
96
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/upload-regular.svg,Upload,Pro,Regular,faUpload
|
|
97
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/user-circle-solid.svg,UserCircle,Free,Solid,faUserCircle
|
|
98
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/user-regular.svg,UserRegular,Free,Regular,faUser
|
|
99
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/users-light.svg,UsersLight,Pro,Light,faUsers
|
|
100
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/user-solid.svg,UserSolid,Free,Solid,faUser
|
|
101
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/users-regular.svg,UsersRegular,Pro,Regular,faUsers
|
|
102
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/users-solid.svg,UsersSolid,Free,Solid,faUsers
|
|
103
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/landmark-light.svg,VenueLight,Pro,Light,faLandmark
|
|
104
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/landmark-solid.svg,VenueSolid,Free,Solid,faLandmark
|
|
105
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/cc-visa-brands.svg,Visa,Brands,,faCcVisa
|
|
106
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/exclamation-triangle-solid.svg,Warning,Free,Solid,faExclamationTriangle
|
|
107
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/bars-solid.svg,Menu,Free,Solid,faBars
|