@sellout/ui 0.0.38 → 0.0.39
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.
|
@@ -65,12 +65,14 @@ export declare const Icons: {
|
|
|
65
65
|
SignOut: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
66
66
|
SyncRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
67
67
|
TicketRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
68
|
+
UListRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
68
69
|
UnderlineRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
69
70
|
UnlockRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
70
71
|
UpArrow: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
71
72
|
Update: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
72
73
|
UpgradeRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
73
74
|
UsersRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
75
|
+
OListRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
74
76
|
AudienceSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
75
77
|
BackArrow: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
76
78
|
BoxOfficeSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
@@ -105,8 +107,8 @@ export declare const Icons: {
|
|
|
105
107
|
RightChevronSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
106
108
|
SearchSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
107
109
|
Sort: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
108
|
-
ThumbsUpSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
109
110
|
ThumbsDownSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
111
|
+
ThumbsUpSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
110
112
|
TicketSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
111
113
|
UserCircle: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
112
114
|
UserSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
@@ -63,12 +63,14 @@ export declare const IconEnum: {
|
|
|
63
63
|
SignOut: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
64
64
|
SyncRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
65
65
|
TicketRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
66
|
+
UListRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
66
67
|
UnderlineRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
67
68
|
UnlockRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
68
69
|
UpArrow: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
69
70
|
Update: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
70
71
|
UpgradeRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
71
72
|
UsersRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
73
|
+
OListRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
72
74
|
AudienceSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
73
75
|
BackArrow: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
74
76
|
BoxOfficeSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
@@ -103,8 +105,8 @@ export declare const IconEnum: {
|
|
|
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;
|
|
106
|
-
ThumbsUpSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
107
108
|
ThumbsDownSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
109
|
+
ThumbsUpSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
108
110
|
TicketSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
109
111
|
UserCircle: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
110
112
|
UserSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
package/build/index.d.ts
CHANGED
|
@@ -71,12 +71,14 @@ declare const Icons: {
|
|
|
71
71
|
SignOut: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
72
72
|
SyncRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
73
73
|
TicketRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
74
|
+
UListRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
74
75
|
UnderlineRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
75
76
|
UnlockRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
76
77
|
UpArrow: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
77
78
|
Update: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
78
79
|
UpgradeRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
79
80
|
UsersRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
81
|
+
OListRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
80
82
|
AudienceSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
81
83
|
BackArrow: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
82
84
|
BoxOfficeSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
@@ -111,8 +113,8 @@ declare const Icons: {
|
|
|
111
113
|
RightChevronSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
112
114
|
SearchSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
113
115
|
Sort: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
114
|
-
ThumbsUpSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
115
116
|
ThumbsDownSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
117
|
+
ThumbsUpSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
116
118
|
TicketSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
117
119
|
UserCircle: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
118
120
|
UserSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
package/build/index.es.js
CHANGED
|
@@ -4,8 +4,8 @@ import { lighten, darken } from 'polished';
|
|
|
4
4
|
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
|
|
5
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, 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,
|
|
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, faListUl, faUnderline, faUnlock as faUnlock$1, faArrowAltUp, faMegaphone, faArrowAltSquareUp as faArrowAltSquareUp$1, faUsers as faUsers$1, faListOl } 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, faThumbsDown, faThumbsUp, 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';
|
|
@@ -149,12 +149,14 @@ var IconEnum = {
|
|
|
149
149
|
SignOut: faSignOut,
|
|
150
150
|
SyncRegular: faSync,
|
|
151
151
|
TicketRegular: faTicketAlt,
|
|
152
|
+
UListRegular: faListUl,
|
|
152
153
|
UnderlineRegular: faUnderline,
|
|
153
154
|
UnlockRegular: faUnlock$1,
|
|
154
155
|
UpArrow: faArrowAltUp,
|
|
155
156
|
Update: faMegaphone,
|
|
156
157
|
UpgradeRegular: faArrowAltSquareUp$1,
|
|
157
158
|
UsersRegular: faUsers$1,
|
|
159
|
+
OListRegular: faListOl,
|
|
158
160
|
AudienceSolid: faUserFriends$1,
|
|
159
161
|
BackArrow: faArrowLeft,
|
|
160
162
|
BoxOfficeSolid: faCashRegister$1,
|
|
@@ -189,8 +191,8 @@ var IconEnum = {
|
|
|
189
191
|
RightChevronSolid: faChevronRight,
|
|
190
192
|
SearchSolid: faSearch$2,
|
|
191
193
|
Sort: faSort,
|
|
192
|
-
ThumbsUpSolid: faThumbsUp,
|
|
193
194
|
ThumbsDownSolid: faThumbsDown,
|
|
195
|
+
ThumbsUpSolid: faThumbsUp,
|
|
194
196
|
TicketSolid: faTicketAlt$1,
|
|
195
197
|
UserCircle: faUserCircle,
|
|
196
198
|
UserSolid: faUser$1,
|
package/build/index.js
CHANGED
|
@@ -154,12 +154,14 @@ var IconEnum = {
|
|
|
154
154
|
SignOut: proRegularSvgIcons.faSignOut,
|
|
155
155
|
SyncRegular: proRegularSvgIcons.faSync,
|
|
156
156
|
TicketRegular: proRegularSvgIcons.faTicketAlt,
|
|
157
|
+
UListRegular: proRegularSvgIcons.faListUl,
|
|
157
158
|
UnderlineRegular: proRegularSvgIcons.faUnderline,
|
|
158
159
|
UnlockRegular: proRegularSvgIcons.faUnlock,
|
|
159
160
|
UpArrow: proRegularSvgIcons.faArrowAltUp,
|
|
160
161
|
Update: proRegularSvgIcons.faMegaphone,
|
|
161
162
|
UpgradeRegular: proRegularSvgIcons.faArrowAltSquareUp,
|
|
162
163
|
UsersRegular: proRegularSvgIcons.faUsers,
|
|
164
|
+
OListRegular: proRegularSvgIcons.faListOl,
|
|
163
165
|
AudienceSolid: freeSolidSvgIcons.faUserFriends,
|
|
164
166
|
BackArrow: freeSolidSvgIcons.faArrowLeft,
|
|
165
167
|
BoxOfficeSolid: freeSolidSvgIcons.faCashRegister,
|
|
@@ -194,8 +196,8 @@ var IconEnum = {
|
|
|
194
196
|
RightChevronSolid: freeSolidSvgIcons.faChevronRight,
|
|
195
197
|
SearchSolid: freeSolidSvgIcons.faSearch,
|
|
196
198
|
Sort: freeSolidSvgIcons.faSort,
|
|
197
|
-
ThumbsUpSolid: freeSolidSvgIcons.faThumbsUp,
|
|
198
199
|
ThumbsDownSolid: freeSolidSvgIcons.faThumbsDown,
|
|
200
|
+
ThumbsUpSolid: freeSolidSvgIcons.faThumbsUp,
|
|
199
201
|
TicketSolid: freeSolidSvgIcons.faTicketAlt,
|
|
200
202
|
UserCircle: freeSolidSvgIcons.faUserCircle,
|
|
201
203
|
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.39",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"module": "build/index.es.js",
|
|
6
6
|
"jsnext:main": "build/index.es.js",
|
|
@@ -46,12 +46,13 @@
|
|
|
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.39",
|
|
50
|
+
"@types/escape-html": "^1.0.0",
|
|
50
51
|
"csvtojson": "^2.0.10",
|
|
51
52
|
"polished": "^3.4.4",
|
|
52
53
|
"react-animate-height": "^2.0.20"
|
|
53
54
|
},
|
|
54
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "cb14ad27a482acb4ccc06c321fb1de3ad3540094",
|
|
55
56
|
"peerDependencies": {
|
|
56
57
|
"react": "^16.13.0",
|
|
57
58
|
"react-dom": "^16.13.0",
|
package/src/components/Icons.ts
CHANGED
|
@@ -62,12 +62,14 @@ import { faCog as Settings} from '@fortawesome/pro-regular-svg-icons';
|
|
|
62
62
|
import { faSignOut as SignOut} from '@fortawesome/pro-regular-svg-icons';
|
|
63
63
|
import { faSync as SyncRegular} from '@fortawesome/pro-regular-svg-icons';
|
|
64
64
|
import { faTicketAlt as TicketRegular} from '@fortawesome/pro-regular-svg-icons';
|
|
65
|
+
import { faListUl as UListRegular} from '@fortawesome/pro-regular-svg-icons';
|
|
65
66
|
import { faUnderline as UnderlineRegular} from '@fortawesome/pro-regular-svg-icons';
|
|
66
67
|
import { faUnlock as UnlockRegular} from '@fortawesome/pro-regular-svg-icons';
|
|
67
68
|
import { faArrowAltUp as UpArrow} from '@fortawesome/pro-regular-svg-icons';
|
|
68
69
|
import { faMegaphone as Update} from '@fortawesome/pro-regular-svg-icons';
|
|
69
70
|
import { faArrowAltSquareUp as UpgradeRegular} from '@fortawesome/pro-regular-svg-icons';
|
|
70
71
|
import { faUsers as UsersRegular} from '@fortawesome/pro-regular-svg-icons';
|
|
72
|
+
import { faListOl as OListRegular} from '@fortawesome/pro-regular-svg-icons';
|
|
71
73
|
import { faUserFriends as AudienceSolid} from '@fortawesome/free-solid-svg-icons';
|
|
72
74
|
import { faArrowLeft as BackArrow} from '@fortawesome/free-solid-svg-icons';
|
|
73
75
|
import { faCashRegister as BoxOfficeSolid} from '@fortawesome/free-solid-svg-icons';
|
|
@@ -102,8 +104,8 @@ import { faChevronCircleRight as RightChevronCircle} from '@fortawesome/free-sol
|
|
|
102
104
|
import { faChevronRight as RightChevronSolid} from '@fortawesome/free-solid-svg-icons';
|
|
103
105
|
import { faSearch as SearchSolid} from '@fortawesome/free-solid-svg-icons';
|
|
104
106
|
import { faSort as Sort} from '@fortawesome/free-solid-svg-icons';
|
|
105
|
-
import { faThumbsUp as ThumbsUpSolid} from '@fortawesome/free-solid-svg-icons';
|
|
106
107
|
import { faThumbsDown as ThumbsDownSolid} from '@fortawesome/free-solid-svg-icons';
|
|
108
|
+
import { faThumbsUp as ThumbsUpSolid} from '@fortawesome/free-solid-svg-icons';
|
|
107
109
|
import { faTicketAlt as TicketSolid} from '@fortawesome/free-solid-svg-icons';
|
|
108
110
|
import { faUserCircle as UserCircle} from '@fortawesome/free-solid-svg-icons';
|
|
109
111
|
import { faUser as UserSolid} from '@fortawesome/free-solid-svg-icons';
|
|
@@ -185,12 +187,14 @@ export const IconEnum = {
|
|
|
185
187
|
SignOut,
|
|
186
188
|
SyncRegular,
|
|
187
189
|
TicketRegular,
|
|
190
|
+
UListRegular,
|
|
188
191
|
UnderlineRegular,
|
|
189
192
|
UnlockRegular,
|
|
190
193
|
UpArrow,
|
|
191
194
|
Update,
|
|
192
195
|
UpgradeRegular,
|
|
193
196
|
UsersRegular,
|
|
197
|
+
OListRegular,
|
|
194
198
|
AudienceSolid,
|
|
195
199
|
BackArrow,
|
|
196
200
|
BoxOfficeSolid,
|
|
@@ -225,8 +229,8 @@ export const IconEnum = {
|
|
|
225
229
|
RightChevronSolid,
|
|
226
230
|
SearchSolid,
|
|
227
231
|
Sort,
|
|
228
|
-
ThumbsUpSolid,
|
|
229
232
|
ThumbsDownSolid,
|
|
233
|
+
ThumbsUpSolid,
|
|
230
234
|
TicketSolid,
|
|
231
235
|
UserCircle,
|
|
232
236
|
UserSolid,
|
package/utils/icon-library.csv
CHANGED
|
@@ -101,10 +101,11 @@ FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/sort-solid.svg,Sort,Fre
|
|
|
101
101
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/sort-alt-solid.svg,SortBy,Pro,Solid,faSortAlt
|
|
102
102
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/sort-alt-light.svg,SortByLight,Pro,Light,faSortAlt
|
|
103
103
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/sync-regular.svg,SyncRegular,Pro,Regular,faSync
|
|
104
|
-
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/thumbs-up-solid.svg,ThumbsUpSolid,Free,Solid,faThumbsUp
|
|
105
104
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/thumbs-down-solid.svg,ThumbsDownSolid,Free,Solid,faThumbsDown
|
|
105
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/thumbs-up-solid.svg,ThumbsUpSolid,Free,Solid,faThumbsUp
|
|
106
106
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/ticket-alt-regular.svg,TicketRegular,Pro,Regular,faTicketAlt
|
|
107
107
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/ticket-alt-solid.svg,TicketSolid,Free,Solid,faTicketAlt
|
|
108
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/list-ul-regular.svg,UListRegular,Pro,Regular,faListUl
|
|
108
109
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/underline-regular.svg,UnderlineRegular,Pro,Regular,faUnderline
|
|
109
110
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/unlock-light.svg,UnlockLight,Pro,Light,faUnlock
|
|
110
111
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/unlock-regular.svg,UnlockRegular,Pro,Regular,faUnlock
|
|
@@ -123,4 +124,5 @@ FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/users-solid.svg,UsersSo
|
|
|
123
124
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/landmark-light.svg,VenueLight,Pro,Light,faLandmark
|
|
124
125
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/landmark-solid.svg,VenueSolid,Free,Solid,faLandmark
|
|
125
126
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/cc-visa-brands.svg,Visa,Brands,,faCcVisa
|
|
126
|
-
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/exclamation-triangle-solid.svg,Warning,Free,Solid,faExclamationTriangle
|
|
127
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/exclamation-triangle-solid.svg,Warning,Free,Solid,faExclamationTriangle
|
|
128
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/list-ol-regular.svg,OListRegular,Pro,Regular,faListOl
|