@sellout/ui 0.0.33 → 0.0.35
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 +3 -1
- package/build/components/Icons.d.ts +3 -1
- package/build/index.d.ts +3 -1
- package/build/index.es.js +5 -3
- package/build/index.js +3 -1
- package/package.json +3 -3
- package/src/components/Icons.ts +122 -118
- package/utils/icon-library.csv +5 -3
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { Colors } from "../Colors";
|
|
3
3
|
export declare const Icons: {
|
|
4
|
+
EnvelopeOpenRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
4
5
|
AnalyticsLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
5
6
|
BellLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
6
7
|
BoxOfficeLight: 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;
|
|
@@ -67,8 +69,8 @@ export declare const Icons: {
|
|
|
67
69
|
UpArrow: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
68
70
|
Update: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
69
71
|
UpgradeRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
70
|
-
Upload: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
71
72
|
UsersRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
73
|
+
SyncRegular: 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;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export declare const IconEnum: {
|
|
2
|
+
EnvelopeOpenRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
2
3
|
AnalyticsLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
3
4
|
BellLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
4
5
|
BoxOfficeLight: 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;
|
|
@@ -65,8 +67,8 @@ export declare const IconEnum: {
|
|
|
65
67
|
UpArrow: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
66
68
|
Update: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
67
69
|
UpgradeRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
68
|
-
Upload: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
69
70
|
UsersRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
71
|
+
SyncRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
70
72
|
AudienceSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
71
73
|
BackArrow: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
72
74
|
BoxOfficeSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
package/build/index.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ import Loader, { LoaderSizes } from "./components/Loader";
|
|
|
7
7
|
import Product from "./components/Product";
|
|
8
8
|
import makeEventHandler from './utils/makeEventHandler';
|
|
9
9
|
declare const Icons: {
|
|
10
|
+
EnvelopeOpenRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
10
11
|
AnalyticsLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
11
12
|
BellLight: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
12
13
|
BoxOfficeLight: 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;
|
|
@@ -73,8 +75,8 @@ declare const Icons: {
|
|
|
73
75
|
UpArrow: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
74
76
|
Update: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
75
77
|
UpgradeRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
76
|
-
Upload: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
77
78
|
UsersRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
79
|
+
SyncRegular: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
78
80
|
AudienceSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
79
81
|
BackArrow: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
80
82
|
BoxOfficeSolid: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
package/build/index.es.js
CHANGED
|
@@ -2,9 +2,9 @@ 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 { faEnvelopeOpenText, faAnalytics, faBell, faCashRegister, faBullhorn, faCalendarDay, faCalendarAlt, faCalendarStar, faCheck, faEnvelope, 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,
|
|
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, faUsers as faUsers$1, faSync } from '@fortawesome/pro-regular-svg-icons';
|
|
8
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';
|
|
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';
|
|
@@ -85,6 +85,7 @@ function Loader(_a) {
|
|
|
85
85
|
var templateObject_1;
|
|
86
86
|
|
|
87
87
|
var IconEnum = {
|
|
88
|
+
EnvelopeOpenRegular: faEnvelopeOpenText,
|
|
88
89
|
AnalyticsLight: faAnalytics,
|
|
89
90
|
BellLight: faBell,
|
|
90
91
|
BoxOfficeLight: faCashRegister,
|
|
@@ -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,
|
|
@@ -151,8 +153,8 @@ var IconEnum = {
|
|
|
151
153
|
UpArrow: faArrowAltUp,
|
|
152
154
|
Update: faMegaphone,
|
|
153
155
|
UpgradeRegular: faArrowAltSquareUp$1,
|
|
154
|
-
Upload: faUpload,
|
|
155
156
|
UsersRegular: faUsers$1,
|
|
157
|
+
SyncRegular: faSync,
|
|
156
158
|
AudienceSolid: faUserFriends$1,
|
|
157
159
|
BackArrow: faArrowLeft,
|
|
158
160
|
BoxOfficeSolid: faCashRegister$1,
|
package/build/index.js
CHANGED
|
@@ -90,6 +90,7 @@ function Loader(_a) {
|
|
|
90
90
|
var templateObject_1;
|
|
91
91
|
|
|
92
92
|
var IconEnum = {
|
|
93
|
+
EnvelopeOpenRegular: proLightSvgIcons.faEnvelopeOpenText,
|
|
93
94
|
AnalyticsLight: proLightSvgIcons.faAnalytics,
|
|
94
95
|
BellLight: proLightSvgIcons.faBell,
|
|
95
96
|
BoxOfficeLight: proLightSvgIcons.faCashRegister,
|
|
@@ -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,
|
|
@@ -156,8 +158,8 @@ var IconEnum = {
|
|
|
156
158
|
UpArrow: proRegularSvgIcons.faArrowAltUp,
|
|
157
159
|
Update: proRegularSvgIcons.faMegaphone,
|
|
158
160
|
UpgradeRegular: proRegularSvgIcons.faArrowAltSquareUp,
|
|
159
|
-
Upload: proRegularSvgIcons.faUpload,
|
|
160
161
|
UsersRegular: proRegularSvgIcons.faUsers,
|
|
162
|
+
SyncRegular: proRegularSvgIcons.faSync,
|
|
161
163
|
AudienceSolid: freeSolidSvgIcons.faUserFriends,
|
|
162
164
|
BackArrow: freeSolidSvgIcons.faArrowLeft,
|
|
163
165
|
BoxOfficeSolid: freeSolidSvgIcons.faCashRegister,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellout/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.35",
|
|
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.35",
|
|
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": "b975b58ad7f803055980598bc3bb048a2f1f664a",
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"react": "^16.13.0",
|
|
57
57
|
"react-dom": "^16.13.0",
|
package/src/components/Icons.ts
CHANGED
|
@@ -1,122 +1,125 @@
|
|
|
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
|
-
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 { faEnvelopeOpenText as EnvelopeOpenRegular} from '@fortawesome/pro-light-svg-icons'
|
|
2
|
+
import { faAnalytics as AnalyticsLight} from '@fortawesome/pro-light-svg-icons'
|
|
3
|
+
import { faBell as BellLight} from '@fortawesome/pro-light-svg-icons'
|
|
4
|
+
import { faCashRegister as BoxOfficeLight} from '@fortawesome/pro-light-svg-icons'
|
|
5
|
+
import { faBullhorn as BullHornLight} from '@fortawesome/pro-light-svg-icons'
|
|
6
|
+
import { faCalendarDay as CalendarDayLight} from '@fortawesome/pro-light-svg-icons'
|
|
7
|
+
import { faCalendarAlt as CalendarLight} from '@fortawesome/pro-light-svg-icons'
|
|
8
|
+
import { faCalendarStar as CalendarStarLight} from '@fortawesome/pro-light-svg-icons'
|
|
9
|
+
import { faCheck as CheckLight} from '@fortawesome/pro-light-svg-icons'
|
|
10
|
+
import { faEnvelope as EnvelopeLight} 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 { faTicketAlt as TicketRegular} from '@fortawesome/pro-regular-svg-icons'
|
|
64
|
+
import { faUnderline as UnderlineRegular} from '@fortawesome/pro-regular-svg-icons'
|
|
65
|
+
import { faUnlock as UnlockRegular} from '@fortawesome/pro-regular-svg-icons'
|
|
66
|
+
import { faArrowAltUp as UpArrow} from '@fortawesome/pro-regular-svg-icons'
|
|
67
|
+
import { faMegaphone as Update} from '@fortawesome/pro-regular-svg-icons'
|
|
68
|
+
import { faArrowAltSquareUp as UpgradeRegular} from '@fortawesome/pro-regular-svg-icons'
|
|
69
|
+
import { faUsers as UsersRegular} from '@fortawesome/pro-regular-svg-icons'
|
|
70
|
+
import { faSync as SyncRegular} 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 { faTicketAlt as TicketSolid} from '@fortawesome/free-solid-svg-icons'
|
|
106
|
+
import { faUserCircle as UserCircle} from '@fortawesome/free-solid-svg-icons'
|
|
107
|
+
import { faUser as UserSolid} from '@fortawesome/free-solid-svg-icons'
|
|
108
|
+
import { faUsers as UsersSolid} from '@fortawesome/free-solid-svg-icons'
|
|
109
|
+
import { faLandmark as VenueSolid} from '@fortawesome/free-solid-svg-icons'
|
|
110
|
+
import { faExclamationTriangle as Warning} from '@fortawesome/free-solid-svg-icons'
|
|
111
|
+
import { faCalendarAlt as CalendarRegular} from '@fortawesome/free-regular-svg-icons'
|
|
112
|
+
import { faClock as Clock} from '@fortawesome/free-regular-svg-icons'
|
|
113
|
+
import { faCopy as CopyRegular} from '@fortawesome/free-regular-svg-icons'
|
|
114
|
+
import { faEdit as Edit} from '@fortawesome/free-regular-svg-icons'
|
|
115
|
+
import { faEye as EyeRegular} from '@fortawesome/free-regular-svg-icons'
|
|
116
|
+
import { faEyeSlash as EyeSlashRegular} from '@fortawesome/free-regular-svg-icons'
|
|
117
|
+
import { faLifeRing as Help} from '@fortawesome/free-regular-svg-icons'
|
|
118
|
+
import { faSadTear as SadTear} from '@fortawesome/free-regular-svg-icons'
|
|
119
|
+
import { faUser as UserRegular} from '@fortawesome/free-regular-svg-icons'
|
|
118
120
|
|
|
119
121
|
export const IconEnum = {
|
|
122
|
+
EnvelopeOpenRegular,
|
|
120
123
|
AnalyticsLight,
|
|
121
124
|
BellLight,
|
|
122
125
|
BoxOfficeLight,
|
|
@@ -140,6 +143,7 @@ export const IconEnum = {
|
|
|
140
143
|
SearchLight,
|
|
141
144
|
SortByLight,
|
|
142
145
|
UnlockLight,
|
|
146
|
+
UploadLight,
|
|
143
147
|
UserLight,
|
|
144
148
|
UsersLight,
|
|
145
149
|
VenueLight,
|
|
@@ -183,8 +187,8 @@ export const IconEnum = {
|
|
|
183
187
|
UpArrow,
|
|
184
188
|
Update,
|
|
185
189
|
UpgradeRegular,
|
|
186
|
-
Upload,
|
|
187
190
|
UsersRegular,
|
|
191
|
+
SyncRegular,
|
|
188
192
|
AudienceSolid,
|
|
189
193
|
BackArrow,
|
|
190
194
|
BoxOfficeSolid,
|
package/utils/icon-library.csv
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
Icon,Name,Library,Weight,FA Name
|
|
2
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/envelope-open-text-light.svg,EnvelopeOpenRegular,Pro,Light,faEnvelopeOpenText
|
|
2
3
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/cc-amex-brands.svg,Amex,Brands,,faCcAmex
|
|
3
4
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/analytics-light.svg,AnalyticsLight,Pro,Light,faAnalytics
|
|
4
5
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/analytics-solid.svg,AnalyticsSolid,Pro,Solid,faAnalytics
|
|
@@ -15,8 +16,8 @@ FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/calculator-regular.svg,
|
|
|
15
16
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/calculator-solid.svg,CalculatorSolid,Free,Solid,faCalculator
|
|
16
17
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/calendar-day-light.svg,CalendarDayLight,Pro,Light,faCalendarDay
|
|
17
18
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/calendar-day-solid.svg,CalendarDaySolid,Free,Solid,faCalendarDay
|
|
18
|
-
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/calendar-alt-regular.svg,CalendarRegular,Free,Regular,faCalendarAlt
|
|
19
19
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/calendar-alt-light.svg,CalendarLight,Pro,Light,faCalendarAlt
|
|
20
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/calendar-alt-regular.svg,CalendarRegular,Free,Regular,faCalendarAlt
|
|
20
21
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/calendar-star-light.svg,CalendarStarLight,Pro,Light,faCalendarStar
|
|
21
22
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/calendar-star-solid.svg,CalendarStarSolid,Pro,Solid,faCalendarStar
|
|
22
23
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/times-solid.svg,Cancel,Free,Solid,faTimes
|
|
@@ -108,7 +109,7 @@ FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/arrow-alt-up-regular.sv
|
|
|
108
109
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/megaphone-regular.svg,Update,Pro,Regular,faMegaphone
|
|
109
110
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/arrow-alt-square-up-regular.svg,UpgradeRegular,Pro,Regular,faArrowAltSquareUp
|
|
110
111
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/arrow-alt-square-up-solid.svg,UpgradeSolid,Pro,Solid,faArrowAltSquareUp
|
|
111
|
-
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/upload-
|
|
112
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/upload-light.svg,UploadLight,Pro,Light,faUpload
|
|
112
113
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/user-circle-solid.svg,UserCircle,Free,Solid,faUserCircle
|
|
113
114
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/user-light.svg,UserLight,Pro,Light,faUser
|
|
114
115
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/user-regular.svg,UserRegular,Free,Regular,faUser
|
|
@@ -119,4 +120,5 @@ FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/users-solid.svg,UsersSo
|
|
|
119
120
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/landmark-light.svg,VenueLight,Pro,Light,faLandmark
|
|
120
121
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/landmark-solid.svg,VenueSolid,Free,Solid,faLandmark
|
|
121
122
|
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/cc-visa-brands.svg,Visa,Brands,,faCcVisa
|
|
122
|
-
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/exclamation-triangle-solid.svg,Warning,Free,Solid,faExclamationTriangle
|
|
123
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/exclamation-triangle-solid.svg,Warning,Free,Solid,faExclamationTriangle
|
|
124
|
+
FontAwesome%20Library%20c273194098044eb2862e141b7e48a687/sync-regular.svg,SyncRegular,Pro,Regular,faSync
|