@leapdev/gui-icons 3.0.2 → 3.0.3
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/README.md +2 -1
- package/dist/icons/animate/index.js +2 -2
- package/dist/icons/content-app/index.js +24 -24
- package/dist/icons/desktop/index.js +31 -31
- package/dist/icons/doctype/index.js +237 -237
- package/dist/icons/filled/index.js +293 -293
- package/dist/icons/index.js +7 -7
- package/dist/icons/misc/index.js +12 -12
- package/dist/icons/social/index.js +4 -4
- package/dist/icons/two-tone/index.js +82 -82
- package/dist/illustrations/index.js +1 -1
- package/dist/illustrations/orion/index.js +18 -18
- package/dist/illustrations/sirius/index.js +18 -18
- package/dist/images/bylawyers/index.js +14 -14
- package/dist/images/doctype/doctype_1x/index.js +8 -0
- package/dist/images/doctype/doctype_2x/index.js +8 -0
- package/dist/images/lawconnect/favicons/index.js +7 -7
- package/dist/images/lawconnect/index.js +4 -4
- package/dist/images/lawconnect/logos/index.js +27 -27
- package/dist/images/leap/index.js +10 -10
- package/dist/images/titlex/index.js +8 -8
- package/dist/index.js +816 -816
- package/dist/sprites/index.js +1 -1
- package/package.json +2 -3
- package/dist/images/doctype/1x/index.js +0 -8
- package/dist/images/doctype/2x/index.js +0 -8
- /package/dist/images/doctype/{1x → doctype_1x}/doctype-clause-precedent-16.png +0 -0
- /package/dist/images/doctype/{1x → doctype_1x}/doctype-clause-precedent-24.png +0 -0
- /package/dist/images/doctype/{1x → doctype_1x}/doctype-clause-precedent-new-16.png +0 -0
- /package/dist/images/doctype/{1x → doctype_1x}/doctype-clause-precedent-new-24.png +0 -0
- /package/dist/images/doctype/{1x → doctype_1x}/doctype-zip-file-16.png +0 -0
- /package/dist/images/doctype/{1x → doctype_1x}/doctype-zip-folder-16.png +0 -0
- /package/dist/images/doctype/{1x → doctype_1x}/doctype-zip-folder-24.png +0 -0
- /package/dist/images/doctype/{1x → doctype_1x}/doctype-zipped-file-24.png +0 -0
- /package/dist/images/doctype/{2x → doctype_2x}/doctype-clause-precedent-16@2x.png +0 -0
- /package/dist/images/doctype/{2x → doctype_2x}/doctype-clause-precedent-24@2x.png +0 -0
- /package/dist/images/doctype/{2x → doctype_2x}/doctype-clause-precedent-new-16@2x.png +0 -0
- /package/dist/images/doctype/{2x → doctype_2x}/doctype-clause-precedent-new-24@2x.png +0 -0
- /package/dist/images/doctype/{2x → doctype_2x}/doctype-zip-file-16@2x.png +0 -0
- /package/dist/images/doctype/{2x → doctype_2x}/doctype-zip-folder-16@2x.png +0 -0
- /package/dist/images/doctype/{2x → doctype_2x}/doctype-zip-folder-24@2x.png +0 -0
- /package/dist/images/doctype/{2x → doctype_2x}/doctype-zipped-file-24@2x.png +0 -0
package/dist/icons/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { default as
|
|
2
|
-
export { default as
|
|
3
|
-
export { default as
|
|
4
|
-
export { default as
|
|
5
|
-
export { default as
|
|
6
|
-
export { default as
|
|
7
|
-
export { default as
|
|
1
|
+
export { default as IconsSpriteDesktop } from './icons/sprite-desktop.svg';
|
|
2
|
+
export { default as IconsSpriteDoctype } from './icons/sprite-doctype.svg';
|
|
3
|
+
export { default as IconsSpriteFilled } from './icons/sprite-filled.svg';
|
|
4
|
+
export { default as IconsSpriteOrion } from './icons/sprite-orion.svg';
|
|
5
|
+
export { default as IconsSpriteSas } from './icons/sprite-sas.svg';
|
|
6
|
+
export { default as IconsSpriteSocial } from './icons/sprite-social.svg';
|
|
7
|
+
export { default as IconsSpriteTwoTone } from './icons/sprite-two-tone.svg';
|
package/dist/icons/misc/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { default as
|
|
2
|
-
export { default as
|
|
3
|
-
export { default as
|
|
4
|
-
export { default as
|
|
5
|
-
export { default as
|
|
6
|
-
export { default as
|
|
7
|
-
export { default as
|
|
8
|
-
export { default as
|
|
9
|
-
export { default as
|
|
10
|
-
export { default as
|
|
11
|
-
export { default as
|
|
12
|
-
export { default as
|
|
1
|
+
export { default as MiscFacebook } from './icons/misc/facebook.svg';
|
|
2
|
+
export { default as MiscGoogle } from './icons/misc/google.svg';
|
|
3
|
+
export { default as MiscNoResultDetailsData } from './icons/misc/no-result-details-data.svg';
|
|
4
|
+
export { default as MiscNoResultDocumentComments } from './icons/misc/no-result-document-comments.svg';
|
|
5
|
+
export { default as MiscNoResultDocumentDetails } from './icons/misc/no-result-document-details.svg';
|
|
6
|
+
export { default as MiscNoResultFileTooLarge } from './icons/misc/no-result-file-too-large.svg';
|
|
7
|
+
export { default as MiscNoResultNoComments } from './icons/misc/no-result-no-comments.svg';
|
|
8
|
+
export { default as MiscNoResultNoTrustData } from './icons/misc/no-result-no-trust-data.svg';
|
|
9
|
+
export { default as MiscNoResultServerError } from './icons/misc/no-result-server-error.svg';
|
|
10
|
+
export { default as MiscOnboardingCommentReply } from './icons/misc/onboarding-comment-reply.svg';
|
|
11
|
+
export { default as MiscOnboardingShareDocuments } from './icons/misc/onboarding-share-documents.svg';
|
|
12
|
+
export { default as MiscOnboardingWelcomeLawconnect } from './icons/misc/onboarding-welcome-lawconnect.svg';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { default as
|
|
2
|
-
export { default as
|
|
3
|
-
export { default as
|
|
4
|
-
export { default as
|
|
1
|
+
export { default as SocialFacebook } from './icons/social/facebook.svg';
|
|
2
|
+
export { default as SocialGoogle } from './icons/social/google.svg';
|
|
3
|
+
export { default as SocialLinkedin } from './icons/social/linkedin.svg';
|
|
4
|
+
export { default as SocialMicrosoft } from './icons/social/microsoft.svg';
|
|
@@ -1,82 +1,82 @@
|
|
|
1
|
-
export { default as
|
|
2
|
-
export { default as
|
|
3
|
-
export { default as
|
|
4
|
-
export { default as
|
|
5
|
-
export { default as
|
|
6
|
-
export { default as
|
|
7
|
-
export { default as
|
|
8
|
-
export { default as
|
|
9
|
-
export { default as
|
|
10
|
-
export { default as
|
|
11
|
-
export { default as
|
|
12
|
-
export { default as
|
|
13
|
-
export { default as
|
|
14
|
-
export { default as
|
|
15
|
-
export { default as
|
|
16
|
-
export { default as
|
|
17
|
-
export { default as
|
|
18
|
-
export { default as
|
|
19
|
-
export { default as
|
|
20
|
-
export { default as
|
|
21
|
-
export { default as
|
|
22
|
-
export { default as
|
|
23
|
-
export { default as
|
|
24
|
-
export { default as
|
|
25
|
-
export { default as
|
|
26
|
-
export { default as
|
|
27
|
-
export { default as
|
|
28
|
-
export { default as
|
|
29
|
-
export { default as
|
|
30
|
-
export { default as
|
|
31
|
-
export { default as
|
|
32
|
-
export { default as
|
|
33
|
-
export { default as
|
|
34
|
-
export { default as
|
|
35
|
-
export { default as
|
|
36
|
-
export { default as
|
|
37
|
-
export { default as
|
|
38
|
-
export { default as
|
|
39
|
-
export { default as
|
|
40
|
-
export { default as
|
|
41
|
-
export { default as
|
|
42
|
-
export { default as
|
|
43
|
-
export { default as
|
|
44
|
-
export { default as
|
|
45
|
-
export { default as
|
|
46
|
-
export { default as
|
|
47
|
-
export { default as
|
|
48
|
-
export { default as
|
|
49
|
-
export { default as
|
|
50
|
-
export { default as
|
|
51
|
-
export { default as
|
|
52
|
-
export { default as
|
|
53
|
-
export { default as
|
|
54
|
-
export { default as
|
|
55
|
-
export { default as
|
|
56
|
-
export { default as
|
|
57
|
-
export { default as
|
|
58
|
-
export { default as
|
|
59
|
-
export { default as
|
|
60
|
-
export { default as
|
|
61
|
-
export { default as
|
|
62
|
-
export { default as
|
|
63
|
-
export { default as
|
|
64
|
-
export { default as
|
|
65
|
-
export { default as
|
|
66
|
-
export { default as
|
|
67
|
-
export { default as
|
|
68
|
-
export { default as
|
|
69
|
-
export { default as
|
|
70
|
-
export { default as
|
|
71
|
-
export { default as
|
|
72
|
-
export { default as
|
|
73
|
-
export { default as
|
|
74
|
-
export { default as
|
|
75
|
-
export { default as
|
|
76
|
-
export { default as
|
|
77
|
-
export { default as
|
|
78
|
-
export { default as
|
|
79
|
-
export { default as
|
|
80
|
-
export { default as
|
|
81
|
-
export { default as
|
|
82
|
-
export { default as
|
|
1
|
+
export { default as TwoToneAnalytics } from './icons/two-tone/analytics.svg';
|
|
2
|
+
export { default as TwoToneApi } from './icons/two-tone/api.svg';
|
|
3
|
+
export { default as TwoToneApps } from './icons/two-tone/apps.svg';
|
|
4
|
+
export { default as TwoToneArrowDownCircle } from './icons/two-tone/arrow-down-circle.svg';
|
|
5
|
+
export { default as TwoToneArrowDown } from './icons/two-tone/arrow-down.svg';
|
|
6
|
+
export { default as TwoToneArrowLeftCircle } from './icons/two-tone/arrow-left-circle.svg';
|
|
7
|
+
export { default as TwoToneArrowLeft } from './icons/two-tone/arrow-left.svg';
|
|
8
|
+
export { default as TwoToneArrowRightCircle16 } from './icons/two-tone/arrow-right-circle-16.svg';
|
|
9
|
+
export { default as TwoToneArrowRightCircle } from './icons/two-tone/arrow-right-circle.svg';
|
|
10
|
+
export { default as TwoToneArrowRight } from './icons/two-tone/arrow-right.svg';
|
|
11
|
+
export { default as TwoToneArrowUpCircle } from './icons/two-tone/arrow-up-circle.svg';
|
|
12
|
+
export { default as TwoToneArrowUp } from './icons/two-tone/arrow-up.svg';
|
|
13
|
+
export { default as TwoToneAttachments } from './icons/two-tone/attachments.svg';
|
|
14
|
+
export { default as TwoToneBackToBottom } from './icons/two-tone/back-to-bottom.svg';
|
|
15
|
+
export { default as TwoToneBackToTop } from './icons/two-tone/back-to-top.svg';
|
|
16
|
+
export { default as TwoToneBack } from './icons/two-tone/back.svg';
|
|
17
|
+
export { default as TwoToneBin } from './icons/two-tone/bin.svg';
|
|
18
|
+
export { default as TwoToneBusiness } from './icons/two-tone/business.svg';
|
|
19
|
+
export { default as TwoToneCalculator } from './icons/two-tone/calculator.svg';
|
|
20
|
+
export { default as TwoToneCalendar } from './icons/two-tone/calendar.svg';
|
|
21
|
+
export { default as TwoToneCases } from './icons/two-tone/cases.svg';
|
|
22
|
+
export { default as TwoToneCity } from './icons/two-tone/city.svg';
|
|
23
|
+
export { default as TwoToneClose } from './icons/two-tone/close.svg';
|
|
24
|
+
export { default as TwoToneCollapseMenu } from './icons/two-tone/collapse-menu.svg';
|
|
25
|
+
export { default as TwoToneCollapse } from './icons/two-tone/collapse.svg';
|
|
26
|
+
export { default as TwoToneComment } from './icons/two-tone/comment.svg';
|
|
27
|
+
export { default as TwoToneContacts } from './icons/two-tone/contacts.svg';
|
|
28
|
+
export { default as TwoToneCorrespondence } from './icons/two-tone/correspondence.svg';
|
|
29
|
+
export { default as TwoToneCreditcard } from './icons/two-tone/creditcard.svg';
|
|
30
|
+
export { default as TwoToneDesktop } from './icons/two-tone/desktop.svg';
|
|
31
|
+
export { default as TwoToneDownloadDocument } from './icons/two-tone/download-document.svg';
|
|
32
|
+
export { default as TwoToneDownload } from './icons/two-tone/download.svg';
|
|
33
|
+
export { default as TwoToneEdit } from './icons/two-tone/edit.svg';
|
|
34
|
+
export { default as TwoToneErrorCircle } from './icons/two-tone/error-circle.svg';
|
|
35
|
+
export { default as TwoToneExpandMenu } from './icons/two-tone/expand-menu.svg';
|
|
36
|
+
export { default as TwoToneExpand } from './icons/two-tone/expand.svg';
|
|
37
|
+
export { default as TwoToneFeedback } from './icons/two-tone/feedback.svg';
|
|
38
|
+
export { default as TwoToneFiles } from './icons/two-tone/files.svg';
|
|
39
|
+
export { default as TwoToneFilter } from './icons/two-tone/filter.svg';
|
|
40
|
+
export { default as TwoToneFirms } from './icons/two-tone/firms.svg';
|
|
41
|
+
export { default as TwoToneFolder } from './icons/two-tone/folder.svg';
|
|
42
|
+
export { default as TwoToneGrid } from './icons/two-tone/grid.svg';
|
|
43
|
+
export { default as TwoToneInfoCircle } from './icons/two-tone/info-circle.svg';
|
|
44
|
+
export { default as TwoToneInstances } from './icons/two-tone/instances.svg';
|
|
45
|
+
export { default as TwoToneKebabHorizontal } from './icons/two-tone/kebab-horizontal.svg';
|
|
46
|
+
export { default as TwoToneKebabLoader } from './icons/two-tone/kebab-loader.svg';
|
|
47
|
+
export { default as TwoToneKebabVertical } from './icons/two-tone/kebab-vertical.svg';
|
|
48
|
+
export { default as TwoToneList } from './icons/two-tone/list.svg';
|
|
49
|
+
export { default as TwoToneLocation } from './icons/two-tone/location.svg';
|
|
50
|
+
export { default as TwoToneMarketplace } from './icons/two-tone/marketplace.svg';
|
|
51
|
+
export { default as TwoToneMatters } from './icons/two-tone/matters.svg';
|
|
52
|
+
export { default as TwoToneMenu } from './icons/two-tone/menu.svg';
|
|
53
|
+
export { default as TwoToneMinusCircle } from './icons/two-tone/minus-circle.svg';
|
|
54
|
+
export { default as TwoToneMobile } from './icons/two-tone/mobile.svg';
|
|
55
|
+
export { default as TwoToneMore } from './icons/two-tone/more.svg';
|
|
56
|
+
export { default as TwoToneOpenExternal } from './icons/two-tone/open-external.svg';
|
|
57
|
+
export { default as TwoTonePanelToggle } from './icons/two-tone/panel-toggle.svg';
|
|
58
|
+
export { default as TwoTonePercentage } from './icons/two-tone/percentage.svg';
|
|
59
|
+
export { default as TwoTonePlusCircle } from './icons/two-tone/plus-circle.svg';
|
|
60
|
+
export { default as TwoTonePoint } from './icons/two-tone/point.svg';
|
|
61
|
+
export { default as TwoTonePrinter } from './icons/two-tone/printer.svg';
|
|
62
|
+
export { default as TwoToneProduct } from './icons/two-tone/product.svg';
|
|
63
|
+
export { default as TwoToneRecent } from './icons/two-tone/recent.svg';
|
|
64
|
+
export { default as TwoToneReply } from './icons/two-tone/reply.svg';
|
|
65
|
+
export { default as TwoToneReset } from './icons/two-tone/reset.svg';
|
|
66
|
+
export { default as TwoToneResources } from './icons/two-tone/resources.svg';
|
|
67
|
+
export { default as TwoToneSearch } from './icons/two-tone/search.svg';
|
|
68
|
+
export { default as TwoToneSettings } from './icons/two-tone/settings.svg';
|
|
69
|
+
export { default as TwoToneSignature } from './icons/two-tone/signature.svg';
|
|
70
|
+
export { default as TwoToneSort } from './icons/two-tone/sort.svg';
|
|
71
|
+
export { default as TwoToneSpinner } from './icons/two-tone/spinner.svg';
|
|
72
|
+
export { default as TwoToneSubscriptions } from './icons/two-tone/subscriptions.svg';
|
|
73
|
+
export { default as TwoToneSupport } from './icons/two-tone/support.svg';
|
|
74
|
+
export { default as TwoToneTickCircle } from './icons/two-tone/tick-circle.svg';
|
|
75
|
+
export { default as TwoToneTick } from './icons/two-tone/tick.svg';
|
|
76
|
+
export { default as TwoToneTime } from './icons/two-tone/time.svg';
|
|
77
|
+
export { default as TwoToneUpload } from './icons/two-tone/upload.svg';
|
|
78
|
+
export { default as TwoToneUsersOutline } from './icons/two-tone/users-outline.svg';
|
|
79
|
+
export { default as TwoToneUsers } from './icons/two-tone/users.svg';
|
|
80
|
+
export { default as TwoToneWarningOutline } from './icons/two-tone/warning-outline.svg';
|
|
81
|
+
export { default as TwoToneWater } from './icons/two-tone/water.svg';
|
|
82
|
+
export { default as TwoToneWeb } from './icons/two-tone/web.svg';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default as
|
|
1
|
+
export { default as IllustrationsSpriteSiriusEmptyStates } from './illustrations/sprite-sirius-empty-states.svg';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
export { default as
|
|
2
|
-
export { default as
|
|
3
|
-
export { default as
|
|
4
|
-
export { default as
|
|
5
|
-
export { default as
|
|
6
|
-
export { default as
|
|
7
|
-
export { default as
|
|
8
|
-
export { default as
|
|
9
|
-
export { default as
|
|
10
|
-
export { default as
|
|
11
|
-
export { default as
|
|
12
|
-
export { default as
|
|
13
|
-
export { default as
|
|
14
|
-
export { default as
|
|
15
|
-
export { default as
|
|
16
|
-
export { default as
|
|
17
|
-
export { default as
|
|
18
|
-
export { default as
|
|
1
|
+
export { default as OrionAccessCloud } from './illustrations/orion/access-cloud.svg';
|
|
2
|
+
export { default as OrionCollaboration } from './illustrations/orion/collaboration.svg';
|
|
3
|
+
export { default as OrionDoc } from './illustrations/orion/doc.svg';
|
|
4
|
+
export { default as OrionEmailVerify } from './illustrations/orion/email-verify.svg';
|
|
5
|
+
export { default as OrionFacebook } from './illustrations/orion/facebook.svg';
|
|
6
|
+
export { default as OrionGoogle } from './illustrations/orion/google.svg';
|
|
7
|
+
export { default as OrionLinkedin } from './illustrations/orion/linkedin.svg';
|
|
8
|
+
export { default as OrionNoResultDetailsData } from './illustrations/orion/no-result-details-data.svg';
|
|
9
|
+
export { default as OrionNoResultDocumentComments } from './illustrations/orion/no-result-document-comments.svg';
|
|
10
|
+
export { default as OrionNoResultDocumentDetails } from './illustrations/orion/no-result-document-details.svg';
|
|
11
|
+
export { default as OrionNoResultFileTooLarge } from './illustrations/orion/no-result-file-too-large.svg';
|
|
12
|
+
export { default as OrionNoResultNoComments } from './illustrations/orion/no-result-no-comments.svg';
|
|
13
|
+
export { default as OrionNoResultNoTrustData } from './illustrations/orion/no-result-no-trust-data.svg';
|
|
14
|
+
export { default as OrionNoResultServerError } from './illustrations/orion/no-result-server-error.svg';
|
|
15
|
+
export { default as OrionOnboardingCommentReply } from './illustrations/orion/onboarding-comment-reply.svg';
|
|
16
|
+
export { default as OrionOnboardingShareDocuments } from './illustrations/orion/onboarding-share-documents.svg';
|
|
17
|
+
export { default as OrionOnboardingWelcomeLawconnect } from './illustrations/orion/onboarding-welcome-lawconnect.svg';
|
|
18
|
+
export { default as OrionSafeDoc } from './illustrations/orion/safe-doc.svg';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
export { default as
|
|
2
|
-
export { default as
|
|
3
|
-
export { default as
|
|
4
|
-
export { default as
|
|
5
|
-
export { default as
|
|
6
|
-
export { default as
|
|
7
|
-
export { default as
|
|
8
|
-
export { default as
|
|
9
|
-
export { default as
|
|
10
|
-
export { default as
|
|
11
|
-
export { default as
|
|
12
|
-
export { default as
|
|
13
|
-
export { default as
|
|
14
|
-
export { default as
|
|
15
|
-
export { default as
|
|
16
|
-
export { default as
|
|
17
|
-
export { default as
|
|
18
|
-
export { default as
|
|
1
|
+
export { default as SiriusAnticipatedpaymentsEuro } from './illustrations/sirius/AnticipatedPayments-Euro.svg';
|
|
2
|
+
export { default as SiriusAnticipatedpaymentsPound } from './illustrations/sirius/AnticipatedPayments-Pound.svg';
|
|
3
|
+
export { default as SiriusAnticipatedpayments } from './illustrations/sirius/AnticipatedPayments.svg';
|
|
4
|
+
export { default as SiriusBorder } from './illustrations/sirius/Border.svg';
|
|
5
|
+
export { default as SiriusCreditledgerEuro } from './illustrations/sirius/CreditLedger-Euro.svg';
|
|
6
|
+
export { default as SiriusCreditledgerPound } from './illustrations/sirius/CreditLedger-Pound.svg';
|
|
7
|
+
export { default as SiriusCreditledger } from './illustrations/sirius/CreditLedger.svg';
|
|
8
|
+
export { default as SiriusDefault } from './illustrations/sirius/Default.svg';
|
|
9
|
+
export { default as SiriusNocorrespondance } from './illustrations/sirius/NoCorrespondance.svg';
|
|
10
|
+
export { default as SiriusNounscheduledcriticaldates } from './illustrations/sirius/NoUnscheduledCriticalDates.svg';
|
|
11
|
+
export { default as SiriusNounsheduledtasks } from './illustrations/sirius/NoUnsheduledTasks.svg';
|
|
12
|
+
export { default as SiriusPaymentsanddebtorsEuro } from './illustrations/sirius/PaymentsAndDebtors-Euro.svg';
|
|
13
|
+
export { default as SiriusPaymentsanddebtorsPound } from './illustrations/sirius/PaymentsAndDebtors-Pound.svg';
|
|
14
|
+
export { default as SiriusPaymentsanddebtors } from './illustrations/sirius/PaymentsAndDebtors.svg';
|
|
15
|
+
export { default as SiriusTimeandfees } from './illustrations/sirius/TimeAndFees.svg';
|
|
16
|
+
export { default as SiriusTrustfundsEuro } from './illustrations/sirius/TrustFunds-Euro.svg';
|
|
17
|
+
export { default as SiriusTrustfundsPound } from './illustrations/sirius/TrustFunds-Pound.svg';
|
|
18
|
+
export { default as SiriusTrustfunds } from './illustrations/sirius/TrustFunds.svg';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export { default as
|
|
2
|
-
export { default as
|
|
3
|
-
export { default as
|
|
4
|
-
export { default as
|
|
5
|
-
export { default as
|
|
6
|
-
export { default as
|
|
7
|
-
export { default as
|
|
8
|
-
export { default as
|
|
9
|
-
export { default as
|
|
10
|
-
export { default as
|
|
11
|
-
export { default as
|
|
12
|
-
export { default as
|
|
13
|
-
export { default as
|
|
14
|
-
export { default as
|
|
1
|
+
export { default as BylawyersAuthHeaderLogoDarkAc63389639d468bb67a7 } from './images/bylawyers/auth-header-logo-dark.ac63389639d468bb67a7.svg';
|
|
2
|
+
export { default as BylawyersAuthHeaderLogoDark } from './images/bylawyers/auth-header-logo-dark.svg';
|
|
3
|
+
export { default as BylawyersAuthHeaderLogo00749564ef353525a178 } from './images/bylawyers/auth-header-logo.00749564ef353525a178.svg';
|
|
4
|
+
export { default as BylawyersAuthHeaderLogo } from './images/bylawyers/auth-header-logo.svg';
|
|
5
|
+
export { default as BylawyersHeaderLogoShort050cde93d9951fca509d } from './images/bylawyers/header-logo-short.050cde93d9951fca509d.svg';
|
|
6
|
+
export { default as BylawyersHeaderLogoShort } from './images/bylawyers/header-logo-short.svg';
|
|
7
|
+
export { default as BylawyersHeaderLogoA209a794fdcee51af4e4 } from './images/bylawyers/header-logo.a209a794fdcee51af4e4.svg';
|
|
8
|
+
export { default as BylawyersHeaderLogo } from './images/bylawyers/header-logo.svg';
|
|
9
|
+
export { default as BylawyersUnsupportedDocument985108b32b5cf98d18f5 } from './images/bylawyers/unsupported-document.985108b32b5cf98d18f5.svg';
|
|
10
|
+
export { default as BylawyersUnsupportedDocument } from './images/bylawyers/unsupported-document.svg';
|
|
11
|
+
export { default as BylawyersWaCity66add2aa641e8d188ddd } from './images/bylawyers/wa-city.66add2aa641e8d188ddd.svg';
|
|
12
|
+
export { default as BylawyersWaCity } from './images/bylawyers/wa-city.svg';
|
|
13
|
+
export { default as BylawyersWaEmptyDots7ed4893b75684697f041 } from './images/bylawyers/wa-empty-dots.7ed4893b75684697f041.svg';
|
|
14
|
+
export { default as BylawyersWaEmptyDots } from './images/bylawyers/wa-empty-dots.svg';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export { default as Doctype_1xDoctypeClausePrecedent16 } from './images/doctype/doctype_1x/doctype-clause-precedent-16.png';
|
|
2
|
+
export { default as Doctype_1xDoctypeClausePrecedent24 } from './images/doctype/doctype_1x/doctype-clause-precedent-24.png';
|
|
3
|
+
export { default as Doctype_1xDoctypeClausePrecedentNew16 } from './images/doctype/doctype_1x/doctype-clause-precedent-new-16.png';
|
|
4
|
+
export { default as Doctype_1xDoctypeClausePrecedentNew24 } from './images/doctype/doctype_1x/doctype-clause-precedent-new-24.png';
|
|
5
|
+
export { default as Doctype_1xDoctypeZipFile16 } from './images/doctype/doctype_1x/doctype-zip-file-16.png';
|
|
6
|
+
export { default as Doctype_1xDoctypeZipFolder16 } from './images/doctype/doctype_1x/doctype-zip-folder-16.png';
|
|
7
|
+
export { default as Doctype_1xDoctypeZipFolder24 } from './images/doctype/doctype_1x/doctype-zip-folder-24.png';
|
|
8
|
+
export { default as Doctype_1xDoctypeZippedFile24 } from './images/doctype/doctype_1x/doctype-zipped-file-24.png';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export { default as Doctype_2xDoctypeClausePrecedent162x } from './images/doctype/doctype_2x/doctype-clause-precedent-16@2x.png';
|
|
2
|
+
export { default as Doctype_2xDoctypeClausePrecedent242x } from './images/doctype/doctype_2x/doctype-clause-precedent-24@2x.png';
|
|
3
|
+
export { default as Doctype_2xDoctypeClausePrecedentNew162x } from './images/doctype/doctype_2x/doctype-clause-precedent-new-16@2x.png';
|
|
4
|
+
export { default as Doctype_2xDoctypeClausePrecedentNew242x } from './images/doctype/doctype_2x/doctype-clause-precedent-new-24@2x.png';
|
|
5
|
+
export { default as Doctype_2xDoctypeZipFile162x } from './images/doctype/doctype_2x/doctype-zip-file-16@2x.png';
|
|
6
|
+
export { default as Doctype_2xDoctypeZipFolder162x } from './images/doctype/doctype_2x/doctype-zip-folder-16@2x.png';
|
|
7
|
+
export { default as Doctype_2xDoctypeZipFolder242x } from './images/doctype/doctype_2x/doctype-zip-folder-24@2x.png';
|
|
8
|
+
export { default as Doctype_2xDoctypeZippedFile242x } from './images/doctype/doctype_2x/doctype-zipped-file-24@2x.png';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { default as
|
|
2
|
-
export { default as
|
|
3
|
-
export { default as
|
|
4
|
-
export { default as
|
|
5
|
-
export { default as
|
|
6
|
-
export { default as
|
|
7
|
-
export { default as
|
|
1
|
+
export { default as FaviconsFavicon128 } from './images/lawconnect/favicons/favicon-128.png';
|
|
2
|
+
export { default as FaviconsFavicon152 } from './images/lawconnect/favicons/favicon-152.png';
|
|
3
|
+
export { default as FaviconsFavicon167 } from './images/lawconnect/favicons/favicon-167.png';
|
|
4
|
+
export { default as FaviconsFavicon180 } from './images/lawconnect/favicons/favicon-180.png';
|
|
5
|
+
export { default as FaviconsFavicon192 } from './images/lawconnect/favicons/favicon-192.png';
|
|
6
|
+
export { default as FaviconsFavicon196 } from './images/lawconnect/favicons/favicon-196.png';
|
|
7
|
+
export { default as FaviconsFavicon32 } from './images/lawconnect/favicons/favicon-32.png';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { default as
|
|
2
|
-
export { default as
|
|
3
|
-
export { default as
|
|
4
|
-
export { default as
|
|
1
|
+
export { default as LawconnectHeaderLogoShortA5eed0aba85d0a07553c } from './images/lawconnect/header-logo-short.a5eed0aba85d0a07553c.svg';
|
|
2
|
+
export { default as LawconnectHeaderLogoShort } from './images/lawconnect/header-logo-short.svg';
|
|
3
|
+
export { default as LawconnectPowerbyLawconnect488a26406053e3d6c9bb } from './images/lawconnect/powerby-lawconnect.488a26406053e3d6c9bb.svg';
|
|
4
|
+
export { default as LawconnectPowerbyLawconnect } from './images/lawconnect/powerby-lawconnect.svg';
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
export { default as
|
|
2
|
-
export { default as
|
|
3
|
-
export { default as
|
|
4
|
-
export { default as
|
|
5
|
-
export { default as
|
|
6
|
-
export { default as
|
|
7
|
-
export { default as
|
|
8
|
-
export { default as
|
|
9
|
-
export { default as
|
|
10
|
-
export { default as
|
|
11
|
-
export { default as
|
|
12
|
-
export { default as
|
|
13
|
-
export { default as
|
|
14
|
-
export { default as
|
|
15
|
-
export { default as
|
|
16
|
-
export { default as
|
|
17
|
-
export { default as
|
|
18
|
-
export { default as
|
|
19
|
-
export { default as
|
|
20
|
-
export { default as
|
|
21
|
-
export { default as
|
|
22
|
-
export { default as
|
|
23
|
-
export { default as
|
|
24
|
-
export { default as
|
|
25
|
-
export { default as
|
|
26
|
-
export { default as
|
|
27
|
-
export { default as
|
|
1
|
+
export { default as LogosLawconnectIconReverse07264a9eb8ff059311d1 } from './images/lawconnect/logos/lawconnect-icon-reverse.07264a9eb8ff059311d1.svg';
|
|
2
|
+
export { default as LogosLawconnectIconReverse } from './images/lawconnect/logos/lawconnect-icon-reverse.png';
|
|
3
|
+
export { default as LogosLawconnectIconReverse } from './images/lawconnect/logos/lawconnect-icon-reverse.svg';
|
|
4
|
+
export { default as LogosLawconnectIconSkyBlue59dc749dc6cfb4b51f17 } from './images/lawconnect/logos/lawconnect-icon-sky-blue.59dc749dc6cfb4b51f17.svg';
|
|
5
|
+
export { default as LogosLawconnectIconSkyBlue } from './images/lawconnect/logos/lawconnect-icon-sky-blue.png';
|
|
6
|
+
export { default as LogosLawconnectIconSkyBlue } from './images/lawconnect/logos/lawconnect-icon-sky-blue.svg';
|
|
7
|
+
export { default as LogosLawconnectLconA5eed0aba85d0a07553c } from './images/lawconnect/logos/lawconnect-lcon.a5eed0aba85d0a07553c.svg';
|
|
8
|
+
export { default as LogosLawconnectLcon } from './images/lawconnect/logos/lawconnect-lcon.png';
|
|
9
|
+
export { default as LogosLawconnectLcon } from './images/lawconnect/logos/lawconnect-lcon.svg';
|
|
10
|
+
export { default as LogosLawconnectLogoReverseMono99fc2dbbbee4313b256e } from './images/lawconnect/logos/lawconnect-logo-reverse-mono.99fc2dbbbee4313b256e.svg';
|
|
11
|
+
export { default as LogosLawconnectLogoReverseMono } from './images/lawconnect/logos/lawconnect-logo-reverse-mono.png';
|
|
12
|
+
export { default as LogosLawconnectLogoReverseMono } from './images/lawconnect/logos/lawconnect-logo-reverse-mono.svg';
|
|
13
|
+
export { default as LogosLawconnectLogoReverseCf0edb3970ef26ad188f } from './images/lawconnect/logos/lawconnect-logo-reverse.cf0edb3970ef26ad188f.svg';
|
|
14
|
+
export { default as LogosLawconnectLogoReverse } from './images/lawconnect/logos/lawconnect-logo-reverse.png';
|
|
15
|
+
export { default as LogosLawconnectLogoReverse } from './images/lawconnect/logos/lawconnect-logo-reverse.svg';
|
|
16
|
+
export { default as LogosLawconnectLogo84e008b6c84125e29f41 } from './images/lawconnect/logos/lawconnect-logo.84e008b6c84125e29f41.svg';
|
|
17
|
+
export { default as LogosLawconnectLogo } from './images/lawconnect/logos/lawconnect-logo.png';
|
|
18
|
+
export { default as LogosLawconnectLogo } from './images/lawconnect/logos/lawconnect-logo.svg';
|
|
19
|
+
export { default as LogosLawconnectPoweredbyLogoMonoDd06eb36b230669ee00d } from './images/lawconnect/logos/lawconnect-poweredby-logo-mono.dd06eb36b230669ee00d.svg';
|
|
20
|
+
export { default as LogosLawconnectPoweredbyLogoMono } from './images/lawconnect/logos/lawconnect-poweredby-logo-mono.png';
|
|
21
|
+
export { default as LogosLawconnectPoweredbyLogoMono } from './images/lawconnect/logos/lawconnect-poweredby-logo-mono.svg';
|
|
22
|
+
export { default as LogosLawconnectPoweredbyLogoReverseMono7c7f8260a50718ba8b1a } from './images/lawconnect/logos/lawconnect-poweredby-logo-reverse-mono.7c7f8260a50718ba8b1a.svg';
|
|
23
|
+
export { default as LogosLawconnectPoweredbyLogoReverseMono } from './images/lawconnect/logos/lawconnect-poweredby-logo-reverse-mono.png';
|
|
24
|
+
export { default as LogosLawconnectPoweredbyLogoReverseMono } from './images/lawconnect/logos/lawconnect-poweredby-logo-reverse-mono.svg';
|
|
25
|
+
export { default as LogosLawconnectPoweredbyLogo488a26406053e3d6c9bb } from './images/lawconnect/logos/lawconnect-poweredby-logo.488a26406053e3d6c9bb.svg';
|
|
26
|
+
export { default as LogosLawconnectPoweredbyLogo } from './images/lawconnect/logos/lawconnect-poweredby-logo.png';
|
|
27
|
+
export { default as LogosLawconnectPoweredbyLogo } from './images/lawconnect/logos/lawconnect-poweredby-logo.svg';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { default as
|
|
2
|
-
export { default as
|
|
3
|
-
export { default as
|
|
4
|
-
export { default as
|
|
5
|
-
export { default as
|
|
6
|
-
export { default as
|
|
7
|
-
export { default as
|
|
8
|
-
export { default as
|
|
9
|
-
export { default as
|
|
10
|
-
export { default as
|
|
1
|
+
export { default as LeapAuthHeaderLogoDarkC1cfa2b7ae243c002443 } from './images/leap/auth-header-logo-dark.c1cfa2b7ae243c002443.svg';
|
|
2
|
+
export { default as LeapAuthHeaderLogoDark } from './images/leap/auth-header-logo-dark.svg';
|
|
3
|
+
export { default as LeapAuthHeaderLogoB98f8f7d1481cc76c4ed } from './images/leap/auth-header-logo.b98f8f7d1481cc76c4ed.svg';
|
|
4
|
+
export { default as LeapAuthHeaderLogo } from './images/leap/auth-header-logo.svg';
|
|
5
|
+
export { default as LeapHeaderLogoShortAe362bbf86a1f3d3bdd2 } from './images/leap/header-logo-short.ae362bbf86a1f3d3bdd2.svg';
|
|
6
|
+
export { default as LeapHeaderLogoShort } from './images/leap/header-logo-short.svg';
|
|
7
|
+
export { default as LeapHeaderLogo8f9a9f41abd2373de9e5 } from './images/leap/header-logo.8f9a9f41abd2373de9e5.svg';
|
|
8
|
+
export { default as LeapHeaderLogo } from './images/leap/header-logo.svg';
|
|
9
|
+
export { default as LeapSearchBg22f90f9f0d4402c54ed7 } from './images/leap/search-bg.22f90f9f0d4402c54ed7.svg';
|
|
10
|
+
export { default as LeapSearchBg } from './images/leap/search-bg.svg';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { default as
|
|
2
|
-
export { default as
|
|
3
|
-
export { default as
|
|
4
|
-
export { default as
|
|
5
|
-
export { default as
|
|
6
|
-
export { default as
|
|
7
|
-
export { default as
|
|
8
|
-
export { default as
|
|
1
|
+
export { default as TitlexAuthHeaderLogoDark8ed9fa4fc8b415cbd0ba } from './images/titlex/auth-header-logo-dark.8ed9fa4fc8b415cbd0ba.svg';
|
|
2
|
+
export { default as TitlexAuthHeaderLogoDark } from './images/titlex/auth-header-logo-dark.svg';
|
|
3
|
+
export { default as TitlexAuthHeaderLogo0e797db2be6134d7b148 } from './images/titlex/auth-header-logo.0e797db2be6134d7b148.svg';
|
|
4
|
+
export { default as TitlexAuthHeaderLogo } from './images/titlex/auth-header-logo.svg';
|
|
5
|
+
export { default as TitlexHeaderLogoShortCcb06ee9a0006adf025d } from './images/titlex/header-logo-short.ccb06ee9a0006adf025d.svg';
|
|
6
|
+
export { default as TitlexHeaderLogoShort } from './images/titlex/header-logo-short.svg';
|
|
7
|
+
export { default as TitlexHeaderLogo0e797db2be6134d7b148 } from './images/titlex/header-logo.0e797db2be6134d7b148.svg';
|
|
8
|
+
export { default as TitlexHeaderLogo } from './images/titlex/header-logo.svg';
|