@sellout/ui 0.0.34 → 0.0.36
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/Icon.d.ts +5 -1
- package/build/components/Icons.d.ts +5 -1
- package/build/index.d.ts +5 -1
- package/build/index.es.js +8 -4
- package/build/index.js +5 -1
- package/package.json +3 -3
- package/src/components/Icons.ts +126 -118
- package/utils/generateIconLibrary.js +4 -6
- package/utils/icon-library.csv +6 -2
|
@@ -10,6 +10,7 @@ export declare const Icons: {
|
|
|
10
10
|
CalendarStarLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
11
11
|
CheckLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
12
12
|
EnvelopeLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
13
|
+
EnvelopeOpenRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
13
14
|
ExportLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
14
15
|
FilterLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
15
16
|
HelpLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
@@ -24,6 +25,7 @@ export declare const Icons: {
|
|
|
24
25
|
SearchLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
25
26
|
SortByLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
26
27
|
UnlockLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
28
|
+
UploadLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
27
29
|
UserLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
28
30
|
UsersLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
29
31
|
VenueLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
@@ -61,13 +63,13 @@ export declare const Icons: {
|
|
|
61
63
|
SearchRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
62
64
|
Settings: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
63
65
|
SignOut: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
66
|
+
SyncRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
64
67
|
TicketRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
65
68
|
UnderlineRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
66
69
|
UnlockRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
67
70
|
UpArrow: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
68
71
|
Update: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
69
72
|
UpgradeRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
70
|
-
Upload: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
71
73
|
UsersRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
72
74
|
AudienceSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
73
75
|
BackArrow: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
@@ -103,6 +105,8 @@ export declare const Icons: {
|
|
|
103
105
|
RightChevronSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
104
106
|
SearchSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
105
107
|
Sort: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
108
|
+
ThumbsUpSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
109
|
+
ThumbsDownSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
106
110
|
TicketSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
107
111
|
UserCircle: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
108
112
|
UserSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
@@ -8,6 +8,7 @@ export declare const IconEnum: {
|
|
|
8
8
|
CalendarStarLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
9
9
|
CheckLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
10
10
|
EnvelopeLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
11
|
+
EnvelopeOpenRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
11
12
|
ExportLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
12
13
|
FilterLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
13
14
|
HelpLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
@@ -22,6 +23,7 @@ export declare const IconEnum: {
|
|
|
22
23
|
SearchLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
23
24
|
SortByLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
24
25
|
UnlockLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
26
|
+
UploadLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
25
27
|
UserLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
26
28
|
UsersLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
27
29
|
VenueLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
@@ -59,13 +61,13 @@ export declare const IconEnum: {
|
|
|
59
61
|
SearchRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
60
62
|
Settings: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
61
63
|
SignOut: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
64
|
+
SyncRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
62
65
|
TicketRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
63
66
|
UnderlineRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
64
67
|
UnlockRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
65
68
|
UpArrow: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
66
69
|
Update: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
67
70
|
UpgradeRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
68
|
-
Upload: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
69
71
|
UsersRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
70
72
|
AudienceSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
71
73
|
BackArrow: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
@@ -101,6 +103,8 @@ export declare const IconEnum: {
|
|
|
101
103
|
RightChevronSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
102
104
|
SearchSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
103
105
|
Sort: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
106
|
+
ThumbsUpSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
107
|
+
ThumbsDownSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
104
108
|
TicketSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
105
109
|
UserCircle: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
106
110
|
UserSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
package/build/index.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ declare const Icons: {
|
|
|
16
16
|
CalendarStarLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
17
17
|
CheckLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
18
18
|
EnvelopeLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
19
|
+
EnvelopeOpenRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
19
20
|
ExportLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
20
21
|
FilterLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
21
22
|
HelpLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
@@ -30,6 +31,7 @@ declare const Icons: {
|
|
|
30
31
|
SearchLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
31
32
|
SortByLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
32
33
|
UnlockLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
34
|
+
UploadLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
33
35
|
UserLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
34
36
|
UsersLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
35
37
|
VenueLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
@@ -67,13 +69,13 @@ declare const Icons: {
|
|
|
67
69
|
SearchRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
68
70
|
Settings: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
69
71
|
SignOut: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
72
|
+
SyncRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
70
73
|
TicketRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
71
74
|
UnderlineRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
72
75
|
UnlockRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
73
76
|
UpArrow: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
74
77
|
Update: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
75
78
|
UpgradeRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
76
|
-
Upload: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
77
79
|
UsersRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
78
80
|
AudienceSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
79
81
|
BackArrow: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
@@ -109,6 +111,8 @@ declare const Icons: {
|
|
|
109
111
|
RightChevronSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
110
112
|
SearchSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
111
113
|
Sort: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
114
|
+
ThumbsUpSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
115
|
+
ThumbsDownSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
112
116
|
TicketSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
113
117
|
UserCircle: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
114
118
|
UserSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
package/build/index.es.js
CHANGED
|
@@ -2,10 +2,10 @@ 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 { faAnalytics, faBell, faCashRegister, faBullhorn, faCalendarDay, faCalendarAlt, faCalendarStar, faCheck, faEnvelope, faFileExport, faFilter, faQuestionCircle, faHome, faLock, faMapMarkerAlt, faMicrophoneAlt, faMinusCircle, faMobileAlt, faPlusCircle, faReceipt, faSearch, faSortAlt, faUnlock, faUser, faUsers, faLandmark } from '@fortawesome/pro-light-svg-icons';
|
|
5
|
+
import { faAnalytics, faBell, faCashRegister, faBullhorn, faCalendarDay, faCalendarAlt, faCalendarStar, faCheck, faEnvelope, faEnvelopeOpenText, faFileExport, faFilter, faQuestionCircle, faHome, faLock, faMapMarkerAlt, faMicrophoneAlt, faMinusCircle, faMobileAlt, faPlusCircle, faReceipt, faSearch, faSortAlt, faUnlock, faUpload, faUser, faUsers, faLandmark } from '@fortawesome/pro-light-svg-icons';
|
|
6
6
|
import { faAnalytics as faAnalytics$1, faCalendarStar as faCalendarStar$1, faCreditCardFront, faUsdSquare, faKey, faLongArrowRight, faFileChartLine, faSortAlt as faSortAlt$1, faArrowAltSquareUp } from '@fortawesome/pro-solid-svg-icons';
|
|
7
|
-
import { faUserFriends, faBold, faCalculator, faCheck as faCheck$1, faGlassCheers, faClipboardList, faCrown, faTrash, faDollarSign, faArrowAltDown, faFileDownload, faCode, faUsdSquare as faUsdSquare$1, faFilter as faFilter$1, faGlobeAmericas, faChartLine, faItalic, faKey as faKey$1, faChevronLeft, faLink, faPrint, faFileChartLine as faFileChartLine$1, faSearch as faSearch$1, faCog, faSignOut, faTicketAlt, faUnderline, faUnlock as faUnlock$1, faArrowAltUp, faMegaphone, faArrowAltSquareUp as faArrowAltSquareUp$1,
|
|
8
|
-
import { faUserFriends as faUserFriends$1, faArrowLeft, 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 as faEnvelope$1, faEye, faQuestionCircle as faQuestionCircle$1, faHome as faHome$1, faInfoCircle, faChevronLeft as faChevronLeft$1, faBars, faMicrophoneAlt as faMicrophoneAlt$1, faMobileAlt as faMobileAlt$1, faPlus, faPlusCircle as faPlusCircle$1, faPrint as faPrint$1, faReceipt as faReceipt$1, faChevronCircleRight, faChevronRight, faSearch as faSearch$2, faSort, faTicketAlt as faTicketAlt$1, faUserCircle, faUser as faUser$1, faUsers as faUsers$2, faLandmark as faLandmark$1, faExclamationTriangle } from '@fortawesome/free-solid-svg-icons';
|
|
7
|
+
import { faUserFriends, faBold, faCalculator, faCheck as faCheck$1, faGlassCheers, faClipboardList, faCrown, faTrash, faDollarSign, faArrowAltDown, faFileDownload, faCode, faUsdSquare as faUsdSquare$1, faFilter as faFilter$1, faGlobeAmericas, faChartLine, faItalic, faKey as faKey$1, faChevronLeft, faLink, faPrint, faFileChartLine as faFileChartLine$1, faSearch as faSearch$1, faCog, faSignOut, faSync, faTicketAlt, faUnderline, faUnlock as faUnlock$1, faArrowAltUp, faMegaphone, faArrowAltSquareUp as faArrowAltSquareUp$1, faUsers as faUsers$1 } from '@fortawesome/pro-regular-svg-icons';
|
|
8
|
+
import { faUserFriends as faUserFriends$1, faArrowLeft, 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 as faEnvelope$1, faEye, faQuestionCircle as faQuestionCircle$1, faHome as faHome$1, faInfoCircle, faChevronLeft as faChevronLeft$1, faBars, faMicrophoneAlt as faMicrophoneAlt$1, faMobileAlt as faMobileAlt$1, faPlus, faPlusCircle as faPlusCircle$1, faPrint as faPrint$1, faReceipt as faReceipt$1, faChevronCircleRight, faChevronRight, faSearch as faSearch$2, faSort, faThumbsUp, faThumbsDown, faTicketAlt as faTicketAlt$1, faUserCircle, faUser as faUser$1, faUsers as faUsers$2, faLandmark as faLandmark$1, faExclamationTriangle } from '@fortawesome/free-solid-svg-icons';
|
|
9
9
|
import { faCalendarAlt as faCalendarAlt$1, faClock, faCopy as faCopy$1, faEdit, faEye as faEye$1, faEyeSlash, faLifeRing, faSadTear, faUser as faUser$2 } from '@fortawesome/free-regular-svg-icons';
|
|
10
10
|
import AnimateHeight from 'react-animate-height';
|
|
11
11
|
import { output } from '@sellout/utils/.dist/price';
|
|
@@ -94,6 +94,7 @@ var IconEnum = {
|
|
|
94
94
|
CalendarStarLight: faCalendarStar,
|
|
95
95
|
CheckLight: faCheck,
|
|
96
96
|
EnvelopeLight: faEnvelope,
|
|
97
|
+
EnvelopeOpenRegular: faEnvelopeOpenText,
|
|
97
98
|
ExportLight: faFileExport,
|
|
98
99
|
FilterLight: faFilter,
|
|
99
100
|
HelpLight: faQuestionCircle,
|
|
@@ -108,6 +109,7 @@ var IconEnum = {
|
|
|
108
109
|
SearchLight: faSearch,
|
|
109
110
|
SortByLight: faSortAlt,
|
|
110
111
|
UnlockLight: faUnlock,
|
|
112
|
+
UploadLight: faUpload,
|
|
111
113
|
UserLight: faUser,
|
|
112
114
|
UsersLight: faUsers,
|
|
113
115
|
VenueLight: faLandmark,
|
|
@@ -145,13 +147,13 @@ var IconEnum = {
|
|
|
145
147
|
SearchRegular: faSearch$1,
|
|
146
148
|
Settings: faCog,
|
|
147
149
|
SignOut: faSignOut,
|
|
150
|
+
SyncRegular: faSync,
|
|
148
151
|
TicketRegular: faTicketAlt,
|
|
149
152
|
UnderlineRegular: faUnderline,
|
|
150
153
|
UnlockRegular: faUnlock$1,
|
|
151
154
|
UpArrow: faArrowAltUp,
|
|
152
155
|
Update: faMegaphone,
|
|
153
156
|
UpgradeRegular: faArrowAltSquareUp$1,
|
|
154
|
-
Upload: faUpload,
|
|
155
157
|
UsersRegular: faUsers$1,
|
|
156
158
|
AudienceSolid: faUserFriends$1,
|
|
157
159
|
BackArrow: faArrowLeft,
|
|
@@ -187,6 +189,8 @@ var IconEnum = {
|
|
|
187
189
|
RightChevronSolid: faChevronRight,
|
|
188
190
|
SearchSolid: faSearch$2,
|
|
189
191
|
Sort: faSort,
|
|
192
|
+
ThumbsUpSolid: faThumbsUp,
|
|
193
|
+
ThumbsDownSolid: faThumbsDown,
|
|
190
194
|
TicketSolid: faTicketAlt$1,
|
|
191
195
|
UserCircle: faUserCircle,
|
|
192
196
|
UserSolid: faUser$1,
|
package/build/index.js
CHANGED
|
@@ -99,6 +99,7 @@ var IconEnum = {
|
|
|
99
99
|
CalendarStarLight: proLightSvgIcons.faCalendarStar,
|
|
100
100
|
CheckLight: proLightSvgIcons.faCheck,
|
|
101
101
|
EnvelopeLight: proLightSvgIcons.faEnvelope,
|
|
102
|
+
EnvelopeOpenRegular: proLightSvgIcons.faEnvelopeOpenText,
|
|
102
103
|
ExportLight: proLightSvgIcons.faFileExport,
|
|
103
104
|
FilterLight: proLightSvgIcons.faFilter,
|
|
104
105
|
HelpLight: proLightSvgIcons.faQuestionCircle,
|
|
@@ -113,6 +114,7 @@ var IconEnum = {
|
|
|
113
114
|
SearchLight: proLightSvgIcons.faSearch,
|
|
114
115
|
SortByLight: proLightSvgIcons.faSortAlt,
|
|
115
116
|
UnlockLight: proLightSvgIcons.faUnlock,
|
|
117
|
+
UploadLight: proLightSvgIcons.faUpload,
|
|
116
118
|
UserLight: proLightSvgIcons.faUser,
|
|
117
119
|
UsersLight: proLightSvgIcons.faUsers,
|
|
118
120
|
VenueLight: proLightSvgIcons.faLandmark,
|
|
@@ -150,13 +152,13 @@ var IconEnum = {
|
|
|
150
152
|
SearchRegular: proRegularSvgIcons.faSearch,
|
|
151
153
|
Settings: proRegularSvgIcons.faCog,
|
|
152
154
|
SignOut: proRegularSvgIcons.faSignOut,
|
|
155
|
+
SyncRegular: proRegularSvgIcons.faSync,
|
|
153
156
|
TicketRegular: proRegularSvgIcons.faTicketAlt,
|
|
154
157
|
UnderlineRegular: proRegularSvgIcons.faUnderline,
|
|
155
158
|
UnlockRegular: proRegularSvgIcons.faUnlock,
|
|
156
159
|
UpArrow: proRegularSvgIcons.faArrowAltUp,
|
|
157
160
|
Update: proRegularSvgIcons.faMegaphone,
|
|
158
161
|
UpgradeRegular: proRegularSvgIcons.faArrowAltSquareUp,
|
|
159
|
-
Upload: proRegularSvgIcons.faUpload,
|
|
160
162
|
UsersRegular: proRegularSvgIcons.faUsers,
|
|
161
163
|
AudienceSolid: freeSolidSvgIcons.faUserFriends,
|
|
162
164
|
BackArrow: freeSolidSvgIcons.faArrowLeft,
|
|
@@ -192,6 +194,8 @@ var IconEnum = {
|
|
|
192
194
|
RightChevronSolid: freeSolidSvgIcons.faChevronRight,
|
|
193
195
|
SearchSolid: freeSolidSvgIcons.faSearch,
|
|
194
196
|
Sort: freeSolidSvgIcons.faSort,
|
|
197
|
+
ThumbsUpSolid: freeSolidSvgIcons.faThumbsUp,
|
|
198
|
+
ThumbsDownSolid: freeSolidSvgIcons.faThumbsDown,
|
|
195
199
|
TicketSolid: freeSolidSvgIcons.faTicketAlt,
|
|
196
200
|
UserCircle: freeSolidSvgIcons.faUserCircle,
|
|
197
201
|
UserSolid: freeSolidSvgIcons.faUser,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellout/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.36",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"module": "build/index.es.js",
|
|
6
6
|
"jsnext:main": "build/index.es.js",
|
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
"@fortawesome/pro-regular-svg-icons": "^5.12.1",
|
|
47
47
|
"@fortawesome/pro-solid-svg-icons": "^5.12.1",
|
|
48
48
|
"@fortawesome/react-fontawesome": "^0.1.9",
|
|
49
|
-
"@sellout/utils": "^0.0.
|
|
49
|
+
"@sellout/utils": "^0.0.36",
|
|
50
50
|
"csvtojson": "^2.0.10",
|
|
51
51
|
"polished": "^3.4.4",
|
|
52
52
|
"react-animate-height": "^2.0.20"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "ceb1b397ac0e0e863b3e8b0c01fccf1e64ba1ed7",
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"react": "^16.13.0",
|
|
57
57
|
"react-dom": "^16.13.0",
|
package/src/components/Icons.ts
CHANGED
|
@@ -1,120 +1,124 @@
|
|
|
1
|
-
import { faAnalytics as AnalyticsLight
|
|
2
|
-
import { faBell as BellLight
|
|
3
|
-
import { faCashRegister as BoxOfficeLight
|
|
4
|
-
import { faBullhorn as BullHornLight
|
|
5
|
-
import { faCalendarDay as CalendarDayLight
|
|
6
|
-
import { faCalendarAlt as CalendarLight
|
|
7
|
-
import { faCalendarStar as CalendarStarLight
|
|
8
|
-
import { faCheck as CheckLight
|
|
9
|
-
import { faEnvelope as EnvelopeLight
|
|
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
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
1
|
+
import { faAnalytics as AnalyticsLight} from '@fortawesome/pro-light-svg-icons';
|
|
2
|
+
import { faBell as BellLight} from '@fortawesome/pro-light-svg-icons';
|
|
3
|
+
import { faCashRegister as BoxOfficeLight} from '@fortawesome/pro-light-svg-icons';
|
|
4
|
+
import { faBullhorn as BullHornLight} from '@fortawesome/pro-light-svg-icons';
|
|
5
|
+
import { faCalendarDay as CalendarDayLight} from '@fortawesome/pro-light-svg-icons';
|
|
6
|
+
import { faCalendarAlt as CalendarLight} from '@fortawesome/pro-light-svg-icons';
|
|
7
|
+
import { faCalendarStar as CalendarStarLight} from '@fortawesome/pro-light-svg-icons';
|
|
8
|
+
import { faCheck as CheckLight} from '@fortawesome/pro-light-svg-icons';
|
|
9
|
+
import { faEnvelope as EnvelopeLight} from '@fortawesome/pro-light-svg-icons';
|
|
10
|
+
import { faEnvelopeOpenText as EnvelopeOpenRegular} from '@fortawesome/pro-light-svg-icons';
|
|
11
|
+
import { faFileExport as ExportLight} from '@fortawesome/pro-light-svg-icons';
|
|
12
|
+
import { faFilter as FilterLight} from '@fortawesome/pro-light-svg-icons';
|
|
13
|
+
import { faQuestionCircle as HelpLight} from '@fortawesome/pro-light-svg-icons';
|
|
14
|
+
import { faHome as HomeLight} from '@fortawesome/pro-light-svg-icons';
|
|
15
|
+
import { faLock as Lock} from '@fortawesome/pro-light-svg-icons';
|
|
16
|
+
import { faMapMarkerAlt as mapPinLight} from '@fortawesome/pro-light-svg-icons';
|
|
17
|
+
import { faMicrophoneAlt as MicrophoneLight} from '@fortawesome/pro-light-svg-icons';
|
|
18
|
+
import { faMinusCircle as MinusCircleLight} from '@fortawesome/pro-light-svg-icons';
|
|
19
|
+
import { faMobileAlt as MobileLight} from '@fortawesome/pro-light-svg-icons';
|
|
20
|
+
import { faPlusCircle as PlusCircleLight} from '@fortawesome/pro-light-svg-icons';
|
|
21
|
+
import { faReceipt as ReceiptLight} from '@fortawesome/pro-light-svg-icons';
|
|
22
|
+
import { faSearch as SearchLight} from '@fortawesome/pro-light-svg-icons';
|
|
23
|
+
import { faSortAlt as SortByLight} from '@fortawesome/pro-light-svg-icons';
|
|
24
|
+
import { faUnlock as UnlockLight} from '@fortawesome/pro-light-svg-icons';
|
|
25
|
+
import { faUpload as UploadLight} from '@fortawesome/pro-light-svg-icons';
|
|
26
|
+
import { faUser as UserLight} from '@fortawesome/pro-light-svg-icons';
|
|
27
|
+
import { faUsers as UsersLight} from '@fortawesome/pro-light-svg-icons';
|
|
28
|
+
import { faLandmark as VenueLight} from '@fortawesome/pro-light-svg-icons';
|
|
29
|
+
import { faAnalytics as AnalyticsSolid} from '@fortawesome/pro-solid-svg-icons';
|
|
30
|
+
import { faCalendarStar as CalendarStarSolid} from '@fortawesome/pro-solid-svg-icons';
|
|
31
|
+
import { faCreditCardFront as CreditCardFront} from '@fortawesome/pro-solid-svg-icons';
|
|
32
|
+
import { faUsdSquare as FeeSolid} from '@fortawesome/pro-solid-svg-icons';
|
|
33
|
+
import { faKey as KeySolid} from '@fortawesome/pro-solid-svg-icons';
|
|
34
|
+
import { faLongArrowRight as LongRightArrow} from '@fortawesome/pro-solid-svg-icons';
|
|
35
|
+
import { faFileChartLine as ReportSolid} from '@fortawesome/pro-solid-svg-icons';
|
|
36
|
+
import { faSortAlt as SortBy} from '@fortawesome/pro-solid-svg-icons';
|
|
37
|
+
import { faArrowAltSquareUp as UpgradeSolid} from '@fortawesome/pro-solid-svg-icons';
|
|
38
|
+
import { faUserFriends as AudienceRegular} from '@fortawesome/pro-regular-svg-icons';
|
|
39
|
+
import { faBold as BoldRegular} from '@fortawesome/pro-regular-svg-icons';
|
|
40
|
+
import { faCalculator as CalculatorRegular} from '@fortawesome/pro-regular-svg-icons';
|
|
41
|
+
import { faCheck as CheckRegular} from '@fortawesome/pro-regular-svg-icons';
|
|
42
|
+
import { faGlassCheers as Cheers} from '@fortawesome/pro-regular-svg-icons';
|
|
43
|
+
import { faClipboardList as Clipboard} from '@fortawesome/pro-regular-svg-icons';
|
|
44
|
+
import { faCrown as CrownRegular} from '@fortawesome/pro-regular-svg-icons';
|
|
45
|
+
import { faTrash as DeleteRegular} from '@fortawesome/pro-regular-svg-icons';
|
|
46
|
+
import { faDollarSign as Dollar} from '@fortawesome/pro-regular-svg-icons';
|
|
47
|
+
import { faArrowAltDown as DownArrow} from '@fortawesome/pro-regular-svg-icons';
|
|
48
|
+
import { faFileDownload as DownloadReport} from '@fortawesome/pro-regular-svg-icons';
|
|
49
|
+
import { faCode as Embed} from '@fortawesome/pro-regular-svg-icons';
|
|
50
|
+
import { faUsdSquare as FeeRegular} from '@fortawesome/pro-regular-svg-icons';
|
|
51
|
+
import { faFilter as FilterRegular} from '@fortawesome/pro-regular-svg-icons';
|
|
52
|
+
import { faGlobeAmericas as GlobeRegular} from '@fortawesome/pro-regular-svg-icons';
|
|
53
|
+
import { faChartLine as GraphGrowth} from '@fortawesome/pro-regular-svg-icons';
|
|
54
|
+
import { faItalic as ItalicRegular} from '@fortawesome/pro-regular-svg-icons';
|
|
55
|
+
import { faKey as KeyRegular} from '@fortawesome/pro-regular-svg-icons';
|
|
56
|
+
import { faChevronLeft as LeftChevronRegular} from '@fortawesome/pro-regular-svg-icons';
|
|
57
|
+
import { faLink as LinkRegular} from '@fortawesome/pro-regular-svg-icons';
|
|
58
|
+
import { faPrint as PrintRegular} from '@fortawesome/pro-regular-svg-icons';
|
|
59
|
+
import { faFileChartLine as ReportRegular} from '@fortawesome/pro-regular-svg-icons';
|
|
60
|
+
import { faSearch as SearchRegular} from '@fortawesome/pro-regular-svg-icons';
|
|
61
|
+
import { faCog as Settings} from '@fortawesome/pro-regular-svg-icons';
|
|
62
|
+
import { faSignOut as SignOut} from '@fortawesome/pro-regular-svg-icons';
|
|
63
|
+
import { faSync as SyncRegular} from '@fortawesome/pro-regular-svg-icons';
|
|
64
|
+
import { faTicketAlt as TicketRegular} from '@fortawesome/pro-regular-svg-icons';
|
|
65
|
+
import { faUnderline as UnderlineRegular} from '@fortawesome/pro-regular-svg-icons';
|
|
66
|
+
import { faUnlock as UnlockRegular} from '@fortawesome/pro-regular-svg-icons';
|
|
67
|
+
import { faArrowAltUp as UpArrow} from '@fortawesome/pro-regular-svg-icons';
|
|
68
|
+
import { faMegaphone as Update} from '@fortawesome/pro-regular-svg-icons';
|
|
69
|
+
import { faArrowAltSquareUp as UpgradeRegular} from '@fortawesome/pro-regular-svg-icons';
|
|
70
|
+
import { faUsers as UsersRegular} from '@fortawesome/pro-regular-svg-icons';
|
|
71
|
+
import { faUserFriends as AudienceSolid} from '@fortawesome/free-solid-svg-icons';
|
|
72
|
+
import { faArrowLeft as BackArrow} from '@fortawesome/free-solid-svg-icons';
|
|
73
|
+
import { faCashRegister as BoxOfficeSolid} from '@fortawesome/free-solid-svg-icons';
|
|
74
|
+
import { faBullhorn as BullhornSolid} from '@fortawesome/free-solid-svg-icons';
|
|
75
|
+
import { faCalculator as CalculatorSolid} from '@fortawesome/free-solid-svg-icons';
|
|
76
|
+
import { faCalendarDay as CalendarDaySolid} from '@fortawesome/free-solid-svg-icons';
|
|
77
|
+
import { faTimes as Cancel} from '@fortawesome/free-solid-svg-icons';
|
|
78
|
+
import { faTimesCircle as CancelCircle} from '@fortawesome/free-solid-svg-icons';
|
|
79
|
+
import { faCaretDown as CaretDown} from '@fortawesome/free-solid-svg-icons';
|
|
80
|
+
import { faMoneyBill as Cash} from '@fortawesome/free-solid-svg-icons';
|
|
81
|
+
import { faCheckCircle as CheckCircle} from '@fortawesome/free-solid-svg-icons';
|
|
82
|
+
import { faCopy as CopySolid} from '@fortawesome/free-solid-svg-icons';
|
|
83
|
+
import { faCreditCard as CreditCardBack} from '@fortawesome/free-solid-svg-icons';
|
|
84
|
+
import { faCrown as CrownSolid} from '@fortawesome/free-solid-svg-icons';
|
|
85
|
+
import { faICursor as Cursor} from '@fortawesome/free-solid-svg-icons';
|
|
86
|
+
import { faTrash as DeleteSolid} from '@fortawesome/free-solid-svg-icons';
|
|
87
|
+
import { faEnvelope as EnvelopeSolid} from '@fortawesome/free-solid-svg-icons';
|
|
88
|
+
import { faEye as EyeSolid} from '@fortawesome/free-solid-svg-icons';
|
|
89
|
+
import { faQuestionCircle as HelpSolid} from '@fortawesome/free-solid-svg-icons';
|
|
90
|
+
import { faHome as HomeSolid} from '@fortawesome/free-solid-svg-icons';
|
|
91
|
+
import { faInfoCircle as InfotipSolid} from '@fortawesome/free-solid-svg-icons';
|
|
92
|
+
import { faArrowLeft as LeftArrowSolid} from '@fortawesome/free-solid-svg-icons';
|
|
93
|
+
import { faChevronLeft as LeftChevronSolid} from '@fortawesome/free-solid-svg-icons';
|
|
94
|
+
import { faBars as Menu} from '@fortawesome/free-solid-svg-icons';
|
|
95
|
+
import { faMicrophoneAlt as MicrophoneSolid} from '@fortawesome/free-solid-svg-icons';
|
|
96
|
+
import { faMobileAlt as MobileSolid} from '@fortawesome/free-solid-svg-icons';
|
|
97
|
+
import { faPlus as Plus} from '@fortawesome/free-solid-svg-icons';
|
|
98
|
+
import { faPlusCircle as PlusCircle} from '@fortawesome/free-solid-svg-icons';
|
|
99
|
+
import { faPrint as PrintSolid} from '@fortawesome/free-solid-svg-icons';
|
|
100
|
+
import { faReceipt as ReceiptSolid} from '@fortawesome/free-solid-svg-icons';
|
|
101
|
+
import { faChevronCircleRight as RightChevronCircle} from '@fortawesome/free-solid-svg-icons';
|
|
102
|
+
import { faChevronRight as RightChevronSolid} from '@fortawesome/free-solid-svg-icons';
|
|
103
|
+
import { faSearch as SearchSolid} from '@fortawesome/free-solid-svg-icons';
|
|
104
|
+
import { faSort as Sort} from '@fortawesome/free-solid-svg-icons';
|
|
105
|
+
import { faThumbsUp as ThumbsUpSolid} from '@fortawesome/free-solid-svg-icons';
|
|
106
|
+
import { faThumbsDown as ThumbsDownSolid} from '@fortawesome/free-solid-svg-icons';
|
|
107
|
+
import { faTicketAlt as TicketSolid} from '@fortawesome/free-solid-svg-icons';
|
|
108
|
+
import { faUserCircle as UserCircle} from '@fortawesome/free-solid-svg-icons';
|
|
109
|
+
import { faUser as UserSolid} from '@fortawesome/free-solid-svg-icons';
|
|
110
|
+
import { faUsers as UsersSolid} from '@fortawesome/free-solid-svg-icons';
|
|
111
|
+
import { faLandmark as VenueSolid} from '@fortawesome/free-solid-svg-icons';
|
|
112
|
+
import { faExclamationTriangle as Warning} from '@fortawesome/free-solid-svg-icons';
|
|
113
|
+
import { faCalendarAlt as CalendarRegular} from '@fortawesome/free-regular-svg-icons';
|
|
114
|
+
import { faClock as Clock} from '@fortawesome/free-regular-svg-icons';
|
|
115
|
+
import { faCopy as CopyRegular} from '@fortawesome/free-regular-svg-icons';
|
|
116
|
+
import { faEdit as Edit} from '@fortawesome/free-regular-svg-icons';
|
|
117
|
+
import { faEye as EyeRegular} from '@fortawesome/free-regular-svg-icons';
|
|
118
|
+
import { faEyeSlash as EyeSlashRegular} from '@fortawesome/free-regular-svg-icons';
|
|
119
|
+
import { faLifeRing as Help} from '@fortawesome/free-regular-svg-icons';
|
|
120
|
+
import { faSadTear as SadTear} from '@fortawesome/free-regular-svg-icons';
|
|
121
|
+
import { faUser as UserRegular} from '@fortawesome/free-regular-svg-icons';
|
|
118
122
|
|
|
119
123
|
export const IconEnum = {
|
|
120
124
|
AnalyticsLight,
|
|
@@ -126,6 +130,7 @@ export const IconEnum = {
|
|
|
126
130
|
CalendarStarLight,
|
|
127
131
|
CheckLight,
|
|
128
132
|
EnvelopeLight,
|
|
133
|
+
EnvelopeOpenRegular,
|
|
129
134
|
ExportLight,
|
|
130
135
|
FilterLight,
|
|
131
136
|
HelpLight,
|
|
@@ -140,6 +145,7 @@ export const IconEnum = {
|
|
|
140
145
|
SearchLight,
|
|
141
146
|
SortByLight,
|
|
142
147
|
UnlockLight,
|
|
148
|
+
UploadLight,
|
|
143
149
|
UserLight,
|
|
144
150
|
UsersLight,
|
|
145
151
|
VenueLight,
|
|
@@ -177,13 +183,13 @@ export const IconEnum = {
|
|
|
177
183
|
SearchRegular,
|
|
178
184
|
Settings,
|
|
179
185
|
SignOut,
|
|
186
|
+
SyncRegular,
|
|
180
187
|
TicketRegular,
|
|
181
188
|
UnderlineRegular,
|
|
182
189
|
UnlockRegular,
|
|
183
190
|
UpArrow,
|
|
184
191
|
Update,
|
|
185
192
|
UpgradeRegular,
|
|
186
|
-
Upload,
|
|
187
193
|
UsersRegular,
|
|
188
194
|
AudienceSolid,
|
|
189
195
|
BackArrow,
|
|
@@ -219,6 +225,8 @@ export const IconEnum = {
|
|
|
219
225
|
RightChevronSolid,
|
|
220
226
|
SearchSolid,
|
|
221
227
|
Sort,
|
|
228
|
+
ThumbsUpSolid,
|
|
229
|
+
ThumbsDownSolid,
|
|
222
230
|
TicketSolid,
|
|
223
231
|
UserCircle,
|
|
224
232
|
UserSolid,
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
const fs = require('fs-extra');
|
|
2
|
-
// const csvFilePath = __basedir + './icon-library.csv';
|
|
3
2
|
const csv = require('csvtojson');
|
|
4
3
|
|
|
5
4
|
const csvFilePath = process.argv[2]
|
|
@@ -7,12 +6,10 @@ const outputFile = process.argv[3];
|
|
|
7
6
|
|
|
8
7
|
if(!csvFilePath || !outputFile) {
|
|
9
8
|
console.log('Error: Please specify a CSV file and output file to generate icons.')
|
|
10
|
-
console.log('
|
|
9
|
+
console.log('Usage: node generateIconLibrary.js path-to-icon-csv-file.csv path-to-output-file.ts');
|
|
11
10
|
process.exit(0);
|
|
12
11
|
}
|
|
13
12
|
|
|
14
|
-
console.log(csvFilePath);
|
|
15
|
-
|
|
16
13
|
csv()
|
|
17
14
|
.fromFile(csvFilePath)
|
|
18
15
|
.then((jsonObj) => {
|
|
@@ -22,7 +19,7 @@ csv()
|
|
|
22
19
|
key = `@fortawesome/${key}-svg-icons`;
|
|
23
20
|
|
|
24
21
|
icon = {
|
|
25
|
-
import: `import { ${icon['FA Name']} as ${icon.Name}} from '${key}'
|
|
22
|
+
import: `import { ${icon['FA Name']} as ${icon.Name}} from '${key}';`,
|
|
26
23
|
export: `${icon.Name}`,
|
|
27
24
|
};
|
|
28
25
|
|
|
@@ -48,4 +45,5 @@ csv()
|
|
|
48
45
|
})
|
|
49
46
|
.then(async (finalText) => await fs.writeFile(outputFile, finalText, 'utf8'))
|
|
50
47
|
.catch(e => console.error(e));
|
|
51
|
-
|
|
48
|
+
|
|
49
|
+
console.log('Finished');
|
package/utils/icon-library.csv
CHANGED
|
@@ -15,8 +15,8 @@ FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/calculator-regular.svg,
|
|
|
15
15
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/calculator-solid.svg,CalculatorSolid,Free,Solid,faCalculator
|
|
16
16
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/calendar-day-light.svg,CalendarDayLight,Pro,Light,faCalendarDay
|
|
17
17
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/calendar-day-solid.svg,CalendarDaySolid,Free,Solid,faCalendarDay
|
|
18
|
-
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/calendar-alt-regular.svg,CalendarRegular,Free,Regular,faCalendarAlt
|
|
19
18
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/calendar-alt-light.svg,CalendarLight,Pro,Light,faCalendarAlt
|
|
19
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/calendar-alt-regular.svg,CalendarRegular,Free,Regular,faCalendarAlt
|
|
20
20
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/calendar-star-light.svg,CalendarStarLight,Pro,Light,faCalendarStar
|
|
21
21
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/calendar-star-solid.svg,CalendarStarSolid,Pro,Solid,faCalendarStar
|
|
22
22
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/times-solid.svg,Cancel,Free,Solid,faTimes
|
|
@@ -45,6 +45,7 @@ FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/file-download-regular.s
|
|
|
45
45
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/edit-regular.svg,Edit,Free,Regular,faEdit
|
|
46
46
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/code-regular_(1).svg,Embed,Pro,Regular,faCode
|
|
47
47
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/envelope-light.svg,EnvelopeLight,Pro,Light,faEnvelope
|
|
48
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/envelope-open-text-light.svg,EnvelopeOpenRegular,Pro,Light,faEnvelopeOpenText
|
|
48
49
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/envelope-solid.svg,EnvelopeSolid,Free,Solid,faEnvelope
|
|
49
50
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/file-export-light.svg,ExportLight,Pro,Light,faFileExport
|
|
50
51
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/eye-regular.svg,EyeRegular,Free,Regular,faEye
|
|
@@ -99,6 +100,9 @@ FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/sign-out-regular.svg,Si
|
|
|
99
100
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/sort-solid.svg,Sort,Free,Solid,faSort
|
|
100
101
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/sort-alt-solid.svg,SortBy,Pro,Solid,faSortAlt
|
|
101
102
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/sort-alt-light.svg,SortByLight,Pro,Light,faSortAlt
|
|
103
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/sync-regular.svg,SyncRegular,Pro,Regular,faSync
|
|
104
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/thumbs-up-solid.svg,ThumbsUpSolid,Free,Solid,faThumbsUp
|
|
105
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/thumbs-down-solid.svg,ThumbsDownSolid,Free,Solid,faThumbsDown
|
|
102
106
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/ticket-alt-regular.svg,TicketRegular,Pro,Regular,faTicketAlt
|
|
103
107
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/ticket-alt-solid.svg,TicketSolid,Free,Solid,faTicketAlt
|
|
104
108
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/underline-regular.svg,UnderlineRegular,Pro,Regular,faUnderline
|
|
@@ -108,7 +112,7 @@ FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/arrow-alt-up-regular.sv
|
|
|
108
112
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/megaphone-regular.svg,Update,Pro,Regular,faMegaphone
|
|
109
113
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/arrow-alt-square-up-regular.svg,UpgradeRegular,Pro,Regular,faArrowAltSquareUp
|
|
110
114
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/arrow-alt-square-up-solid.svg,UpgradeSolid,Pro,Solid,faArrowAltSquareUp
|
|
111
|
-
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/upload-
|
|
115
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/upload-light.svg,UploadLight,Pro,Light,faUpload
|
|
112
116
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/user-circle-solid.svg,UserCircle,Free,Solid,faUserCircle
|
|
113
117
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/user-light.svg,UserLight,Pro,Light,faUser
|
|
114
118
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/user-regular.svg,UserRegular,Free,Regular,faUser
|