@leapdev/gui-icons 3.0.4 → 3.0.6
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/dist/app.js +1 -12
- package/dist/icons/sprite-filled.svg +1 -1
- package/dist/index.js +10 -85
- package/package.json +5 -2
- package/dist/icons/animate/index.js +0 -2
- package/dist/icons/content-app/index.js +0 -24
- package/dist/icons/desktop/index.js +0 -31
- package/dist/icons/doctype/index.js +0 -237
- package/dist/icons/filled/history.svg +0 -7
- package/dist/icons/filled/index.js +0 -293
- package/dist/icons/index.js +0 -7
- package/dist/icons/misc/index.js +0 -12
- package/dist/icons/social/index.js +0 -4
- package/dist/icons/two-tone/index.js +0 -82
- package/dist/illustrations/index.js +0 -1
- package/dist/illustrations/orion/index.js +0 -18
- package/dist/illustrations/sirius/index.js +0 -18
- package/dist/images/bylawyers/index.js +0 -7
- package/dist/images/doctype/doctype_1x/index.js +0 -8
- package/dist/images/doctype/doctype_2x/index.js +0 -8
- package/dist/images/lawconnect/favicons/index.js +0 -7
- package/dist/images/lawconnect/index.js +0 -2
- package/dist/images/lawconnect/logos/index.js +0 -18
- package/dist/images/leap/index.js +0 -5
- package/dist/images/titlex/index.js +0 -4
- package/dist/sprites/index.js +0 -1
package/dist/index.js
CHANGED
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
// animate icons
|
|
2
1
|
export { default as AnimateSpinner } from './icons/animate/spinner.svg';
|
|
3
2
|
export { default as AnimateTickCircle } from './icons/animate/tick-circle.svg';
|
|
4
|
-
|
|
5
|
-
// content-app icons
|
|
6
3
|
export { default as ContentAppAddDocument } from './icons/content-app/add-document.svg';
|
|
7
4
|
export { default as ContentAppAddMenu } from './icons/content-app/add-menu.svg';
|
|
8
5
|
export { default as ContentAppAgreement } from './icons/content-app/agreement.svg';
|
|
@@ -27,8 +24,6 @@ export { default as ContentAppUpdateDocument } from './icons/content-app/update-
|
|
|
27
24
|
export { default as ContentAppWaterRates } from './icons/content-app/water-rates.svg';
|
|
28
25
|
export { default as ContentAppWaterUsage } from './icons/content-app/water-usage.svg';
|
|
29
26
|
export { default as ContentAppWelcome } from './icons/content-app/welcome.svg';
|
|
30
|
-
|
|
31
|
-
// desktop icons
|
|
32
27
|
export { default as DesktopPin } from './icons/desktop/Pin.svg';
|
|
33
28
|
export { default as DesktopPreview } from './icons/desktop/Preview.svg';
|
|
34
29
|
export { default as DesktopRemovePin } from './icons/desktop/Remove Pin.svg';
|
|
@@ -60,8 +55,6 @@ export { default as DesktopSearch } from './icons/desktop/search.svg';
|
|
|
60
55
|
export { default as DesktopSettings } from './icons/desktop/settings.svg';
|
|
61
56
|
export { default as DesktopSignOut } from './icons/desktop/sign-out.svg';
|
|
62
57
|
export { default as DesktopTickCircle } from './icons/desktop/tick-circle.svg';
|
|
63
|
-
|
|
64
|
-
// doctype icons
|
|
65
58
|
export { default as DoctypeActivityDefault16 } from './icons/doctype/activity-default-16.svg';
|
|
66
59
|
export { default as DoctypeActivityDefault24 } from './icons/doctype/activity-default-24.svg';
|
|
67
60
|
export { default as DoctypeAppointment16 } from './icons/doctype/appointment-16.svg';
|
|
@@ -299,8 +292,6 @@ export { default as DoctypeZipFolder24 } from './icons/doctype/zip-folder-24.svg
|
|
|
299
292
|
export { default as DoctypeZipFolderSc16 } from './icons/doctype/zip-folder-sc-16.svg';
|
|
300
293
|
export { default as DoctypeZipFolderSc24 } from './icons/doctype/zip-folder-sc-24.svg';
|
|
301
294
|
export { default as DoctypeZyphta16 } from './icons/doctype/zyphta-16.svg';
|
|
302
|
-
|
|
303
|
-
// filled icons
|
|
304
295
|
export { default as FilledAccountListGrid20 } from './icons/filled/account-list-grid-20.svg';
|
|
305
296
|
export { default as FilledAccounting } from './icons/filled/accounting.svg';
|
|
306
297
|
export { default as FilledAlignCenterGrid20 } from './icons/filled/align-center-grid-20.svg';
|
|
@@ -448,7 +439,6 @@ export { default as FilledGrouping } from './icons/filled/grouping.svg';
|
|
|
448
439
|
export { default as FilledHelpCircleOutline } from './icons/filled/help-circle-outline.svg';
|
|
449
440
|
export { default as FilledHelpCircle } from './icons/filled/help-circle.svg';
|
|
450
441
|
export { default as FilledHelp } from './icons/filled/help.svg';
|
|
451
|
-
export { default as FilledHistory } from './icons/filled/history.svg';
|
|
452
442
|
export { default as FilledHome } from './icons/filled/home.svg';
|
|
453
443
|
export { default as FilledIdeas } from './icons/filled/ideas.svg';
|
|
454
444
|
export { default as FilledImageGrid20 } from './icons/filled/image-grid-20.svg';
|
|
@@ -594,8 +584,6 @@ export { default as FilledUsers } from './icons/filled/users.svg';
|
|
|
594
584
|
export { default as FilledVisibleGrid20 } from './icons/filled/visible-grid-20.svg';
|
|
595
585
|
export { default as FilledWarningTriangleOutline } from './icons/filled/warning-triangle-outline.svg';
|
|
596
586
|
export { default as FilledXero } from './icons/filled/xero.svg';
|
|
597
|
-
|
|
598
|
-
// misc icons
|
|
599
587
|
export { default as MiscFacebook } from './icons/misc/facebook.svg';
|
|
600
588
|
export { default as MiscGoogle } from './icons/misc/google.svg';
|
|
601
589
|
export { default as MiscNoResultDetailsData } from './icons/misc/no-result-details-data.svg';
|
|
@@ -608,14 +596,10 @@ export { default as MiscNoResultServerError } from './icons/misc/no-result-serve
|
|
|
608
596
|
export { default as MiscOnboardingCommentReply } from './icons/misc/onboarding-comment-reply.svg';
|
|
609
597
|
export { default as MiscOnboardingShareDocuments } from './icons/misc/onboarding-share-documents.svg';
|
|
610
598
|
export { default as MiscOnboardingWelcomeLawconnect } from './icons/misc/onboarding-welcome-lawconnect.svg';
|
|
611
|
-
|
|
612
|
-
// social icons
|
|
613
599
|
export { default as SocialFacebook } from './icons/social/facebook.svg';
|
|
614
600
|
export { default as SocialGoogle } from './icons/social/google.svg';
|
|
615
601
|
export { default as SocialLinkedin } from './icons/social/linkedin.svg';
|
|
616
602
|
export { default as SocialMicrosoft } from './icons/social/microsoft.svg';
|
|
617
|
-
|
|
618
|
-
// icons icons
|
|
619
603
|
export { default as IconsSpriteDesktop } from './icons/sprite-desktop.svg';
|
|
620
604
|
export { default as IconsSpriteDoctype } from './icons/sprite-doctype.svg';
|
|
621
605
|
export { default as IconsSpriteFilled } from './icons/sprite-filled.svg';
|
|
@@ -623,8 +607,6 @@ export { default as IconsSpriteOrion } from './icons/sprite-orion.svg';
|
|
|
623
607
|
export { default as IconsSpriteSas } from './icons/sprite-sas.svg';
|
|
624
608
|
export { default as IconsSpriteSocial } from './icons/sprite-social.svg';
|
|
625
609
|
export { default as IconsSpriteTwoTone } from './icons/sprite-two-tone.svg';
|
|
626
|
-
|
|
627
|
-
// two-tone icons
|
|
628
610
|
export { default as TwoToneAnalytics } from './icons/two-tone/analytics.svg';
|
|
629
611
|
export { default as TwoToneApi } from './icons/two-tone/api.svg';
|
|
630
612
|
export { default as TwoToneApps } from './icons/two-tone/apps.svg';
|
|
@@ -707,8 +689,6 @@ export { default as TwoToneUsers } from './icons/two-tone/users.svg';
|
|
|
707
689
|
export { default as TwoToneWarningOutline } from './icons/two-tone/warning-outline.svg';
|
|
708
690
|
export { default as TwoToneWater } from './icons/two-tone/water.svg';
|
|
709
691
|
export { default as TwoToneWeb } from './icons/two-tone/web.svg';
|
|
710
|
-
|
|
711
|
-
// orion icons
|
|
712
692
|
export { default as OrionAccessCloud } from './illustrations/orion/access-cloud.svg';
|
|
713
693
|
export { default as OrionCollaboration } from './illustrations/orion/collaboration.svg';
|
|
714
694
|
export { default as OrionDoc } from './illustrations/orion/doc.svg';
|
|
@@ -727,8 +707,6 @@ export { default as OrionOnboardingCommentReply } from './illustrations/orion/on
|
|
|
727
707
|
export { default as OrionOnboardingShareDocuments } from './illustrations/orion/onboarding-share-documents.svg';
|
|
728
708
|
export { default as OrionOnboardingWelcomeLawconnect } from './illustrations/orion/onboarding-welcome-lawconnect.svg';
|
|
729
709
|
export { default as OrionSafeDoc } from './illustrations/orion/safe-doc.svg';
|
|
730
|
-
|
|
731
|
-
// sirius icons
|
|
732
710
|
export { default as SiriusAnticipatedpaymentsEuro } from './illustrations/sirius/AnticipatedPayments-Euro.svg';
|
|
733
711
|
export { default as SiriusAnticipatedpaymentsPound } from './illustrations/sirius/AnticipatedPayments-Pound.svg';
|
|
734
712
|
export { default as SiriusAnticipatedpayments } from './illustrations/sirius/AnticipatedPayments.svg';
|
|
@@ -747,11 +725,7 @@ export { default as SiriusTimeandfees } from './illustrations/sirius/TimeAndFees
|
|
|
747
725
|
export { default as SiriusTrustfundsEuro } from './illustrations/sirius/TrustFunds-Euro.svg';
|
|
748
726
|
export { default as SiriusTrustfundsPound } from './illustrations/sirius/TrustFunds-Pound.svg';
|
|
749
727
|
export { default as SiriusTrustfunds } from './illustrations/sirius/TrustFunds.svg';
|
|
750
|
-
|
|
751
|
-
// illustrations icons
|
|
752
728
|
export { default as IllustrationsSpriteSiriusEmptyStates } from './illustrations/sprite-sirius-empty-states.svg';
|
|
753
|
-
|
|
754
|
-
// bylawyers icons
|
|
755
729
|
export { default as BylawyersAuthHeaderLogoDark } from './images/bylawyers/auth-header-logo-dark.svg';
|
|
756
730
|
export { default as BylawyersAuthHeaderLogo } from './images/bylawyers/auth-header-logo.svg';
|
|
757
731
|
export { default as BylawyersHeaderLogoShort } from './images/bylawyers/header-logo-short.svg';
|
|
@@ -759,73 +733,24 @@ export { default as BylawyersHeaderLogo } from './images/bylawyers/header-logo.s
|
|
|
759
733
|
export { default as BylawyersUnsupportedDocument } from './images/bylawyers/unsupported-document.svg';
|
|
760
734
|
export { default as BylawyersWaCity } from './images/bylawyers/wa-city.svg';
|
|
761
735
|
export { default as BylawyersWaEmptyDots } from './images/bylawyers/wa-empty-dots.svg';
|
|
762
|
-
|
|
763
|
-
// doctype_1x icons
|
|
764
|
-
export { default as Doctype1xDoctypeClausePrecedent16 } from './images/doctype/doctype_1x/doctype-clause-precedent-16.png';
|
|
765
|
-
export { default as Doctype1xDoctypeClausePrecedent24 } from './images/doctype/doctype_1x/doctype-clause-precedent-24.png';
|
|
766
|
-
export { default as Doctype1xDoctypeClausePrecedentNew16 } from './images/doctype/doctype_1x/doctype-clause-precedent-new-16.png';
|
|
767
|
-
export { default as Doctype1xDoctypeClausePrecedentNew24 } from './images/doctype/doctype_1x/doctype-clause-precedent-new-24.png';
|
|
768
|
-
export { default as Doctype1xDoctypeZipFile16 } from './images/doctype/doctype_1x/doctype-zip-file-16.png';
|
|
769
|
-
export { default as Doctype1xDoctypeZipFolder16 } from './images/doctype/doctype_1x/doctype-zip-folder-16.png';
|
|
770
|
-
export { default as Doctype1xDoctypeZipFolder24 } from './images/doctype/doctype_1x/doctype-zip-folder-24.png';
|
|
771
|
-
export { default as Doctype1xDoctypeZippedFile24 } from './images/doctype/doctype_1x/doctype-zipped-file-24.png';
|
|
772
|
-
|
|
773
|
-
// doctype_2x icons
|
|
774
|
-
export { default as Doctype2xDoctypeClausePrecedent162x } from './images/doctype/doctype_2x/doctype-clause-precedent-16@2x.png';
|
|
775
|
-
export { default as Doctype2xDoctypeClausePrecedent242x } from './images/doctype/doctype_2x/doctype-clause-precedent-24@2x.png';
|
|
776
|
-
export { default as Doctype2xDoctypeClausePrecedentNew162x } from './images/doctype/doctype_2x/doctype-clause-precedent-new-16@2x.png';
|
|
777
|
-
export { default as Doctype2xDoctypeClausePrecedentNew242x } from './images/doctype/doctype_2x/doctype-clause-precedent-new-24@2x.png';
|
|
778
|
-
export { default as Doctype2xDoctypeZipFile162x } from './images/doctype/doctype_2x/doctype-zip-file-16@2x.png';
|
|
779
|
-
export { default as Doctype2xDoctypeZipFolder162x } from './images/doctype/doctype_2x/doctype-zip-folder-16@2x.png';
|
|
780
|
-
export { default as Doctype2xDoctypeZipFolder242x } from './images/doctype/doctype_2x/doctype-zip-folder-24@2x.png';
|
|
781
|
-
export { default as Doctype2xDoctypeZippedFile242x } from './images/doctype/doctype_2x/doctype-zipped-file-24@2x.png';
|
|
782
|
-
|
|
783
|
-
// favicons icons
|
|
784
|
-
export { default as FaviconsFavicon128 } from './images/lawconnect/favicons/favicon-128.png';
|
|
785
|
-
export { default as FaviconsFavicon152 } from './images/lawconnect/favicons/favicon-152.png';
|
|
786
|
-
export { default as FaviconsFavicon167 } from './images/lawconnect/favicons/favicon-167.png';
|
|
787
|
-
export { default as FaviconsFavicon180 } from './images/lawconnect/favicons/favicon-180.png';
|
|
788
|
-
export { default as FaviconsFavicon192 } from './images/lawconnect/favicons/favicon-192.png';
|
|
789
|
-
export { default as FaviconsFavicon196 } from './images/lawconnect/favicons/favicon-196.png';
|
|
790
|
-
export { default as FaviconsFavicon32 } from './images/lawconnect/favicons/favicon-32.png';
|
|
791
|
-
|
|
792
|
-
// lawconnect icons
|
|
793
736
|
export { default as LawconnectHeaderLogoShort } from './images/lawconnect/header-logo-short.svg';
|
|
737
|
+
export { default as LogosLawconnectIconReverse } from './images/lawconnect/logos/lawconnect-icon-reverse.svg';
|
|
738
|
+
export { default as LogosLawconnectIconSkyBlue } from './images/lawconnect/logos/lawconnect-icon-sky-blue.svg';
|
|
739
|
+
export { default as LogosLawconnectLcon } from './images/lawconnect/logos/lawconnect-lcon.svg';
|
|
740
|
+
export { default as LogosLawconnectLogoReverseMono } from './images/lawconnect/logos/lawconnect-logo-reverse-mono.svg';
|
|
741
|
+
export { default as LogosLawconnectLogoReverse } from './images/lawconnect/logos/lawconnect-logo-reverse.svg';
|
|
742
|
+
export { default as LogosLawconnectLogo } from './images/lawconnect/logos/lawconnect-logo.svg';
|
|
743
|
+
export { default as LogosLawconnectPoweredbyLogoMono } from './images/lawconnect/logos/lawconnect-poweredby-logo-mono.svg';
|
|
744
|
+
export { default as LogosLawconnectPoweredbyLogoReverseMono } from './images/lawconnect/logos/lawconnect-poweredby-logo-reverse-mono.svg';
|
|
745
|
+
export { default as LogosLawconnectPoweredbyLogo } from './images/lawconnect/logos/lawconnect-poweredby-logo.svg';
|
|
794
746
|
export { default as LawconnectPowerbyLawconnect } from './images/lawconnect/powerby-lawconnect.svg';
|
|
795
|
-
|
|
796
|
-
// logos icons
|
|
797
|
-
export { default as LogosLawconnectIconReverse } from './images/lawconnect/logos/lawconnect-icon-reverse.png';
|
|
798
|
-
export { default as LogosLawconnectIconReverseSvg } from './images/lawconnect/logos/lawconnect-icon-reverse.svg';
|
|
799
|
-
export { default as LogosLawconnectIconSkyBlue } from './images/lawconnect/logos/lawconnect-icon-sky-blue.png';
|
|
800
|
-
export { default as LogosLawconnectIconSkyBlueSvg } from './images/lawconnect/logos/lawconnect-icon-sky-blue.svg';
|
|
801
|
-
export { default as LogosLawconnectLcon } from './images/lawconnect/logos/lawconnect-lcon.png';
|
|
802
|
-
export { default as LogosLawconnectLconSvg } from './images/lawconnect/logos/lawconnect-lcon.svg';
|
|
803
|
-
export { default as LogosLawconnectLogoReverseMono } from './images/lawconnect/logos/lawconnect-logo-reverse-mono.png';
|
|
804
|
-
export { default as LogosLawconnectLogoReverseMonoSvg } from './images/lawconnect/logos/lawconnect-logo-reverse-mono.svg';
|
|
805
|
-
export { default as LogosLawconnectLogoReverse } from './images/lawconnect/logos/lawconnect-logo-reverse.png';
|
|
806
|
-
export { default as LogosLawconnectLogoReverseSvg } from './images/lawconnect/logos/lawconnect-logo-reverse.svg';
|
|
807
|
-
export { default as LogosLawconnectLogo } from './images/lawconnect/logos/lawconnect-logo.png';
|
|
808
|
-
export { default as LogosLawconnectLogoSvg } from './images/lawconnect/logos/lawconnect-logo.svg';
|
|
809
|
-
export { default as LogosLawconnectPoweredbyLogoMono } from './images/lawconnect/logos/lawconnect-poweredby-logo-mono.png';
|
|
810
|
-
export { default as LogosLawconnectPoweredbyLogoMonoSvg } from './images/lawconnect/logos/lawconnect-poweredby-logo-mono.svg';
|
|
811
|
-
export { default as LogosLawconnectPoweredbyLogoReverseMono } from './images/lawconnect/logos/lawconnect-poweredby-logo-reverse-mono.png';
|
|
812
|
-
export { default as LogosLawconnectPoweredbyLogoReverseMonoSvg } from './images/lawconnect/logos/lawconnect-poweredby-logo-reverse-mono.svg';
|
|
813
|
-
export { default as LogosLawconnectPoweredbyLogo } from './images/lawconnect/logos/lawconnect-poweredby-logo.png';
|
|
814
|
-
export { default as LogosLawconnectPoweredbyLogoSvg } from './images/lawconnect/logos/lawconnect-poweredby-logo.svg';
|
|
815
|
-
|
|
816
|
-
// leap icons
|
|
817
747
|
export { default as LeapAuthHeaderLogoDark } from './images/leap/auth-header-logo-dark.svg';
|
|
818
748
|
export { default as LeapAuthHeaderLogo } from './images/leap/auth-header-logo.svg';
|
|
819
749
|
export { default as LeapHeaderLogoShort } from './images/leap/header-logo-short.svg';
|
|
820
750
|
export { default as LeapHeaderLogo } from './images/leap/header-logo.svg';
|
|
821
751
|
export { default as LeapSearchBg } from './images/leap/search-bg.svg';
|
|
822
|
-
|
|
823
|
-
// titlex icons
|
|
824
752
|
export { default as TitlexAuthHeaderLogoDark } from './images/titlex/auth-header-logo-dark.svg';
|
|
825
753
|
export { default as TitlexAuthHeaderLogo } from './images/titlex/auth-header-logo.svg';
|
|
826
754
|
export { default as TitlexHeaderLogoShort } from './images/titlex/header-logo-short.svg';
|
|
827
755
|
export { default as TitlexHeaderLogo } from './images/titlex/header-logo.svg';
|
|
828
|
-
|
|
829
|
-
// sprites icons
|
|
830
|
-
export { default as SpritesSpriteAnimate } from './sprites/sprite-animate.svg';
|
|
831
|
-
|
|
756
|
+
export { default as SpritesSpriteAnimate } from './sprites/sprite-animate.svg';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leapdev/gui-icons",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.6",
|
|
4
4
|
"description": "LEAP GUI Icons",
|
|
5
5
|
"author": "LEAP Dev",
|
|
6
6
|
"license": "ISC",
|
|
@@ -11,7 +11,10 @@
|
|
|
11
11
|
"files": [
|
|
12
12
|
"dist"
|
|
13
13
|
],
|
|
14
|
-
"main": "dist/index.
|
|
14
|
+
"main": "dist/index.js",
|
|
15
|
+
"module": "dist/index.js",
|
|
16
|
+
"types": "dist/index.d.ts",
|
|
17
|
+
"sideEffects": false,
|
|
15
18
|
"scripts": {
|
|
16
19
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
17
20
|
"build": "webpack --config webpack.config.js",
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
export { default as ContentAppAddDocument } from './add-document.svg';
|
|
2
|
-
export { default as ContentAppAddMenu } from './add-menu.svg';
|
|
3
|
-
export { default as ContentAppAgreement } from './agreement.svg';
|
|
4
|
-
export { default as ContentAppAppportionableItems } from './appportionable-items.svg';
|
|
5
|
-
export { default as ContentAppCourt } from './court.svg';
|
|
6
|
-
export { default as ContentAppDischargeMortgage } from './discharge-mortgage.svg';
|
|
7
|
-
export { default as ContentAppLegal } from './legal.svg';
|
|
8
|
-
export { default as ContentAppLicense } from './license.svg';
|
|
9
|
-
export { default as ContentAppNonAppportionableItems } from './non-appportionable-items.svg';
|
|
10
|
-
export { default as ContentAppNotPaid } from './not-paid.svg';
|
|
11
|
-
export { default as ContentAppOccupation } from './occupation.svg';
|
|
12
|
-
export { default as ContentAppPaid } from './paid.svg';
|
|
13
|
-
export { default as ContentAppPenalityLicense } from './penality-license.svg';
|
|
14
|
-
export { default as ContentAppRates } from './rates.svg';
|
|
15
|
-
export { default as ContentAppSas } from './sas.svg';
|
|
16
|
-
export { default as ContentAppSettlement } from './settlement.svg';
|
|
17
|
-
export { default as ContentAppSign } from './sign.svg';
|
|
18
|
-
export { default as ContentAppTime } from './time.svg';
|
|
19
|
-
export { default as ContentAppUnpaid } from './unpaid.svg';
|
|
20
|
-
export { default as ContentAppUnsupportedDocument } from './unsupported-document.svg';
|
|
21
|
-
export { default as ContentAppUpdateDocument } from './update-document.svg';
|
|
22
|
-
export { default as ContentAppWaterRates } from './water-rates.svg';
|
|
23
|
-
export { default as ContentAppWaterUsage } from './water-usage.svg';
|
|
24
|
-
export { default as ContentAppWelcome } from './welcome.svg';
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
export { default as DesktopPin } from './Pin.svg';
|
|
2
|
-
export { default as DesktopPreview } from './Preview.svg';
|
|
3
|
-
export { default as DesktopRemovePin } from './Remove Pin.svg';
|
|
4
|
-
export { default as DesktopShare } from './Share.svg';
|
|
5
|
-
export { default as DesktopApps } from './apps.svg';
|
|
6
|
-
export { default as DesktopAssignCurved } from './assign-curved.svg';
|
|
7
|
-
export { default as DesktopAssignRightAngle } from './assign-right-angle.svg';
|
|
8
|
-
export { default as DesktopBarGraph } from './bar-graph.svg';
|
|
9
|
-
export { default as DesktopBin } from './bin.svg';
|
|
10
|
-
export { default as DesktopBrowse } from './browse.svg';
|
|
11
|
-
export { default as DesktopCalculator } from './calculator.svg';
|
|
12
|
-
export { default as DesktopCalendarVideo } from './calendar-video.svg';
|
|
13
|
-
export { default as DesktopCalendar } from './calendar.svg';
|
|
14
|
-
export { default as DesktopChevronDown } from './chevron-down.svg';
|
|
15
|
-
export { default as DesktopChevronLeft } from './chevron-left.svg';
|
|
16
|
-
export { default as DesktopChevronRight } from './chevron-right.svg';
|
|
17
|
-
export { default as DesktopChevronUp } from './chevron-up.svg';
|
|
18
|
-
export { default as DesktopClose } from './close.svg';
|
|
19
|
-
export { default as DesktopEmail } from './email.svg';
|
|
20
|
-
export { default as DesktopExclamationCircle } from './exclamation-circle.svg';
|
|
21
|
-
export { default as DesktopHelp } from './help.svg';
|
|
22
|
-
export { default as DesktopHome } from './home.svg';
|
|
23
|
-
export { default as DesktopInsertArrowLeft } from './insert-arrow-left.svg';
|
|
24
|
-
export { default as DesktopMessage2 } from './message-2.svg';
|
|
25
|
-
export { default as DesktopMessage3 } from './message-3.svg';
|
|
26
|
-
export { default as DesktopMessage } from './message.svg';
|
|
27
|
-
export { default as DesktopMoreHorizontal } from './more-horizontal.svg';
|
|
28
|
-
export { default as DesktopSearch } from './search.svg';
|
|
29
|
-
export { default as DesktopSettings } from './settings.svg';
|
|
30
|
-
export { default as DesktopSignOut } from './sign-out.svg';
|
|
31
|
-
export { default as DesktopTickCircle } from './tick-circle.svg';
|
|
@@ -1,237 +0,0 @@
|
|
|
1
|
-
export { default as DoctypeActivityDefault16 } from './activity-default-16.svg';
|
|
2
|
-
export { default as DoctypeActivityDefault24 } from './activity-default-24.svg';
|
|
3
|
-
export { default as DoctypeAppointment16 } from './appointment-16.svg';
|
|
4
|
-
export { default as DoctypeAppointment24 } from './appointment-24.svg';
|
|
5
|
-
export { default as DoctypeAudio16 } from './audio-16.svg';
|
|
6
|
-
export { default as DoctypeAudio24 } from './audio-24.svg';
|
|
7
|
-
export { default as DoctypeAudio28 } from './audio-28.svg';
|
|
8
|
-
export { default as DoctypeAudioSc16 } from './audio-sc-16.svg';
|
|
9
|
-
export { default as DoctypeAudioSc24 } from './audio-sc-24.svg';
|
|
10
|
-
export { default as DoctypeAudioSc28 } from './audio-sc-28.svg';
|
|
11
|
-
export { default as DoctypeBlankDocument228 } from './blank-document-2-28.svg';
|
|
12
|
-
export { default as DoctypeBlankDocument28 } from './blank-document-28.svg';
|
|
13
|
-
export { default as DoctypeBlankDocumentTemplate228 } from './blank-document-template-2-28.svg';
|
|
14
|
-
export { default as DoctypeBlankDocumentTemplate28 } from './blank-document-template-28.svg';
|
|
15
|
-
export { default as DoctypeBlankExcel28 } from './blank-excel-28.svg';
|
|
16
|
-
export { default as DoctypeBlankExcelTemplate28 } from './blank-excel-template-28.svg';
|
|
17
|
-
export { default as DoctypeBlankFax28 } from './blank-fax-28.svg';
|
|
18
|
-
export { default as DoctypeBlankFaxTemplate28 } from './blank-fax-template-28.svg';
|
|
19
|
-
export { default as DoctypeBlankLetter16 } from './blank-letter-16.svg';
|
|
20
|
-
export { default as DoctypeBlankLetter24 } from './blank-letter-24.svg';
|
|
21
|
-
export { default as DoctypeBlankMemo28 } from './blank-memo-28.svg';
|
|
22
|
-
export { default as DoctypeBlankMemoTemplate28 } from './blank-memo-template-28.svg';
|
|
23
|
-
export { default as DoctypeBylawyers16 } from './bylawyers-16.svg';
|
|
24
|
-
export { default as DoctypeBylawyers24 } from './bylawyers-24.svg';
|
|
25
|
-
export { default as DoctypeCalendarClockBlue28 } from './calendar-clock-blue-28.svg';
|
|
26
|
-
export { default as DoctypeCalendarClockGrey28 } from './calendar-clock-grey-28.svg';
|
|
27
|
-
export { default as DoctypeCalendarClockOrange28 } from './calendar-clock-orange-28.svg';
|
|
28
|
-
export { default as DoctypeCalendarFlagBlue28 } from './calendar-flag-blue-28.svg';
|
|
29
|
-
export { default as DoctypeCalendarFlagGrey28 } from './calendar-flag-grey-28.svg';
|
|
30
|
-
export { default as DoctypeCalendarFlagOrange28 } from './calendar-flag-orange-28.svg';
|
|
31
|
-
export { default as DoctypeClausePrecedent16 } from './clause-precedent-16.svg';
|
|
32
|
-
export { default as DoctypeClausePrecedent24 } from './clause-precedent-24.svg';
|
|
33
|
-
export { default as DoctypeCode28 } from './code-28.svg';
|
|
34
|
-
export { default as DoctypeCodeSc28 } from './code-sc-28.svg';
|
|
35
|
-
export { default as DoctypeComment16 } from './comment-16.svg';
|
|
36
|
-
export { default as DoctypeComment24 } from './comment-24.svg';
|
|
37
|
-
export { default as DoctypeComment28 } from './comment-28.svg';
|
|
38
|
-
export { default as DoctypeCommentSc28 } from './comment-sc-28.svg';
|
|
39
|
-
export { default as DoctypeDefault16 } from './default-16.svg';
|
|
40
|
-
export { default as DoctypeDefault24 } from './default-24.svg';
|
|
41
|
-
export { default as DoctypeDefault28 } from './default-28.svg';
|
|
42
|
-
export { default as DoctypeDefaultSc16 } from './default-sc-16.svg';
|
|
43
|
-
export { default as DoctypeDefaultSc24 } from './default-sc-24.svg';
|
|
44
|
-
export { default as DoctypeDefaultSc28 } from './default-sc-28.svg';
|
|
45
|
-
export { default as DoctypeDoc16 } from './doc-16.svg';
|
|
46
|
-
export { default as DoctypeDoc24 } from './doc-24.svg';
|
|
47
|
-
export { default as DoctypeDoc28 } from './doc-28.svg';
|
|
48
|
-
export { default as DoctypeDocSc16 } from './doc-sc-16.svg';
|
|
49
|
-
export { default as DoctypeDocSc24 } from './doc-sc-24.svg';
|
|
50
|
-
export { default as DoctypeDocSc28 } from './doc-sc-28.svg';
|
|
51
|
-
export { default as DoctypeDocm28 } from './docm-28.svg';
|
|
52
|
-
export { default as DoctypeEmail16 } from './email-16.svg';
|
|
53
|
-
export { default as DoctypeEmailAttachment24 } from './email-attachment-24.svg';
|
|
54
|
-
export { default as DoctypeEmailAttachment28 } from './email-attachment-28.svg';
|
|
55
|
-
export { default as DoctypeEmailCreate16 } from './email-create-16.svg';
|
|
56
|
-
export { default as DoctypeEmailCreate24 } from './email-create-24.svg';
|
|
57
|
-
export { default as DoctypeEmailCreate28 } from './email-create-28.svg';
|
|
58
|
-
export { default as DoctypeEmailDefault16 } from './email-default-16.svg';
|
|
59
|
-
export { default as DoctypeEmailDefault24 } from './email-default-24.svg';
|
|
60
|
-
export { default as DoctypeEmailDefault28 } from './email-default-28.svg';
|
|
61
|
-
export { default as DoctypeEmailDraft16 } from './email-draft-16.svg';
|
|
62
|
-
export { default as DoctypeEmailDraft24 } from './email-draft-24.svg';
|
|
63
|
-
export { default as DoctypeEmailDraft28 } from './email-draft-28.svg';
|
|
64
|
-
export { default as DoctypeEmailNew16 } from './email-new-16.svg';
|
|
65
|
-
export { default as DoctypeEmailNew24 } from './email-new-24.svg';
|
|
66
|
-
export { default as DoctypeEmailNoAttachments24 } from './email-no-attachments-24.svg';
|
|
67
|
-
export { default as DoctypeEmailNone16 } from './email-none-16.svg';
|
|
68
|
-
export { default as DoctypeEmailNone24 } from './email-none-24.svg';
|
|
69
|
-
export { default as DoctypeEmailOpen28 } from './email-open-28.svg';
|
|
70
|
-
export { default as DoctypeEmailReceived16 } from './email-received-16.svg';
|
|
71
|
-
export { default as DoctypeEmailReceived24 } from './email-received-24.svg';
|
|
72
|
-
export { default as DoctypeEmailReceived28 } from './email-received-28.svg';
|
|
73
|
-
export { default as DoctypeEmailSent16 } from './email-sent-16.svg';
|
|
74
|
-
export { default as DoctypeEmailSent24 } from './email-sent-24.svg';
|
|
75
|
-
export { default as DoctypeEmailSent28 } from './email-sent-28.svg';
|
|
76
|
-
export { default as DoctypeEmailShortcut24 } from './email-shortcut-24.svg';
|
|
77
|
-
export { default as DoctypeExcel16 } from './excel-16.svg';
|
|
78
|
-
export { default as DoctypeExcel24 } from './excel-24.svg';
|
|
79
|
-
export { default as DoctypeExcel28 } from './excel-28.svg';
|
|
80
|
-
export { default as DoctypeExcelSc16 } from './excel-sc-16.svg';
|
|
81
|
-
export { default as DoctypeExcelSc24 } from './excel-sc-24.svg';
|
|
82
|
-
export { default as DoctypeExcelSc } from './excel-sc.svg';
|
|
83
|
-
export { default as DoctypeFax16 } from './fax-16.svg';
|
|
84
|
-
export { default as DoctypeFax28 } from './fax-28.svg';
|
|
85
|
-
export { default as DoctypeFaxTemplate28 } from './fax-template-28.svg';
|
|
86
|
-
export { default as DoctypeFileNote28 } from './file-note-28.svg';
|
|
87
|
-
export { default as DoctypeFilter16 } from './filter-16.svg';
|
|
88
|
-
export { default as DoctypeFilter24 } from './filter-24.svg';
|
|
89
|
-
export { default as DoctypeFilter28 } from './filter-28.svg';
|
|
90
|
-
export { default as DoctypeFilterSc16 } from './filter-sc-16.svg';
|
|
91
|
-
export { default as DoctypeFilterSc24 } from './filter-sc-24.svg';
|
|
92
|
-
export { default as DoctypeFilterSc28 } from './filter-sc-28.svg';
|
|
93
|
-
export { default as DoctypeFolder16 } from './folder-16.svg';
|
|
94
|
-
export { default as DoctypeFolder24 } from './folder-24.svg';
|
|
95
|
-
export { default as DoctypeFolder28 } from './folder-28.svg';
|
|
96
|
-
export { default as DoctypeFolderBack16 } from './folder-back-16.svg';
|
|
97
|
-
export { default as DoctypeFolderBack24 } from './folder-back-24.svg';
|
|
98
|
-
export { default as DoctypeFolderBack28 } from './folder-back-28.svg';
|
|
99
|
-
export { default as DoctypeFolderBackSc16 } from './folder-back-sc-16.svg';
|
|
100
|
-
export { default as DoctypeFolderBackSc24 } from './folder-back-sc-24.svg';
|
|
101
|
-
export { default as DoctypeFolderBackSc28 } from './folder-back-sc-28.svg';
|
|
102
|
-
export { default as DoctypeFolderCollaboration16 } from './folder-collaboration-16.svg';
|
|
103
|
-
export { default as DoctypeFolderEmpty16 } from './folder-empty-16.svg';
|
|
104
|
-
export { default as DoctypeFolderEmpty24 } from './folder-empty-24.svg';
|
|
105
|
-
export { default as DoctypeFolderEmpty28 } from './folder-empty-28.svg';
|
|
106
|
-
export { default as DoctypeFolderEmptySc16 } from './folder-empty-sc-16.svg';
|
|
107
|
-
export { default as DoctypeFolderEmptySc24 } from './folder-empty-sc-24.svg';
|
|
108
|
-
export { default as DoctypeFolderEmptySc28 } from './folder-empty-sc-28.svg';
|
|
109
|
-
export { default as DoctypeFolderHome16 } from './folder-home-16.svg';
|
|
110
|
-
export { default as DoctypeFolderHome24 } from './folder-home-24.svg';
|
|
111
|
-
export { default as DoctypeFolderHome28 } from './folder-home-28.svg';
|
|
112
|
-
export { default as DoctypeFolderHomeSc16 } from './folder-home-sc-16.svg';
|
|
113
|
-
export { default as DoctypeFolderHomeSc24 } from './folder-home-sc-24.svg';
|
|
114
|
-
export { default as DoctypeFolderHomeSc28 } from './folder-home-sc-28.svg';
|
|
115
|
-
export { default as DoctypeFolderNew16 } from './folder-new-16.svg';
|
|
116
|
-
export { default as DoctypeFolderNew24 } from './folder-new-24.svg';
|
|
117
|
-
export { default as DoctypeFolderNew28 } from './folder-new-28.svg';
|
|
118
|
-
export { default as DoctypeFolderNewSc16 } from './folder-new-sc-16.svg';
|
|
119
|
-
export { default as DoctypeFolderNewSc24 } from './folder-new-sc-24.svg';
|
|
120
|
-
export { default as DoctypeFolderNewSc28 } from './folder-new-sc-28.svg';
|
|
121
|
-
export { default as DoctypeFolderOpen16 } from './folder-open-16.svg';
|
|
122
|
-
export { default as DoctypeFolderOpen24 } from './folder-open-24.svg';
|
|
123
|
-
export { default as DoctypeFolderOpen28 } from './folder-open-28.svg';
|
|
124
|
-
export { default as DoctypeFolderOpenSc16 } from './folder-open-sc-16.svg';
|
|
125
|
-
export { default as DoctypeFolderOpenSc24 } from './folder-open-sc-24.svg';
|
|
126
|
-
export { default as DoctypeFolderOpenSc28 } from './folder-open-sc-28.svg';
|
|
127
|
-
export { default as DoctypeFolderSc16 } from './folder-sc-16.svg';
|
|
128
|
-
export { default as DoctypeFolderSc24 } from './folder-sc-24.svg';
|
|
129
|
-
export { default as DoctypeFolderSc28 } from './folder-sc-28.svg';
|
|
130
|
-
export { default as DoctypeFolderZip16 } from './folder-zip-16.svg';
|
|
131
|
-
export { default as DoctypeFolderZip24 } from './folder-zip-24.svg';
|
|
132
|
-
export { default as DoctypeFolderZip28 } from './folder-zip-28.svg';
|
|
133
|
-
export { default as DoctypeFolderZipSc16 } from './folder-zip-sc-16.svg';
|
|
134
|
-
export { default as DoctypeFolderZipSc24 } from './folder-zip-sc-24.svg';
|
|
135
|
-
export { default as DoctypeFolderZipSc28 } from './folder-zip-sc-28.svg';
|
|
136
|
-
export { default as DoctypeHyperlink16 } from './hyperlink-16.svg';
|
|
137
|
-
export { default as DoctypeHyperlink28 } from './hyperlink-28.svg';
|
|
138
|
-
export { default as DoctypeImage16 } from './image-16.svg';
|
|
139
|
-
export { default as DoctypeImage24 } from './image-24.svg';
|
|
140
|
-
export { default as DoctypeImage28 } from './image-28.svg';
|
|
141
|
-
export { default as DoctypeImageSc16 } from './image-sc-16.svg';
|
|
142
|
-
export { default as DoctypeImageSc24 } from './image-sc-24.svg';
|
|
143
|
-
export { default as DoctypeImageSc28 } from './image-sc-28.svg';
|
|
144
|
-
export { default as DoctypeInfotrack16 } from './infotrack-16.svg';
|
|
145
|
-
export { default as DoctypeInfotrack24 } from './infotrack-24.svg';
|
|
146
|
-
export { default as DoctypeInfotrack28 } from './infotrack-28.svg';
|
|
147
|
-
export { default as DoctypeInfotrackNew16 } from './infotrack-new-16.svg';
|
|
148
|
-
export { default as DoctypeInfotrackNew24 } from './infotrack-new-24.svg';
|
|
149
|
-
export { default as DoctypeInfotrackNew28 } from './infotrack-new-28.svg';
|
|
150
|
-
export { default as DoctypeInfotrackNewSc16 } from './infotrack-new-sc-16.svg';
|
|
151
|
-
export { default as DoctypeInfotrackNewSc24 } from './infotrack-new-sc-24.svg';
|
|
152
|
-
export { default as DoctypeInfotrackNewSc } from './infotrack-new-sc.svg';
|
|
153
|
-
export { default as DoctypeInfotrackSc16 } from './infotrack-sc-16.svg';
|
|
154
|
-
export { default as DoctypeInfotrackSc24 } from './infotrack-sc-24.svg';
|
|
155
|
-
export { default as DoctypeInfotrackSc28 } from './infotrack-sc-28.svg';
|
|
156
|
-
export { default as DoctypeLetter16 } from './letter-16.svg';
|
|
157
|
-
export { default as DoctypeLetter24 } from './letter-24.svg';
|
|
158
|
-
export { default as DoctypeMemo16 } from './memo-16.svg';
|
|
159
|
-
export { default as DoctypeMemo24 } from './memo-24.svg';
|
|
160
|
-
export { default as DoctypeNewComment16 } from './new-comment-16.svg';
|
|
161
|
-
export { default as DoctypeNewComment24 } from './new-comment-24.svg';
|
|
162
|
-
export { default as DoctypeNewComment28 } from './new-comment-28.svg';
|
|
163
|
-
export { default as DoctypeNewEmail16 } from './new-email-16.svg';
|
|
164
|
-
export { default as DoctypePaymentRequest } from './payment-request.svg';
|
|
165
|
-
export { default as DoctypePdf16 } from './pdf-16.svg';
|
|
166
|
-
export { default as DoctypePdf24 } from './pdf-24.svg';
|
|
167
|
-
export { default as DoctypePdf28 } from './pdf-28.svg';
|
|
168
|
-
export { default as DoctypePdfSc16 } from './pdf-sc-16.svg';
|
|
169
|
-
export { default as DoctypePdfSc24 } from './pdf-sc-24.svg';
|
|
170
|
-
export { default as DoctypePdfSc28 } from './pdf-sc-28.svg';
|
|
171
|
-
export { default as DoctypePhoneCall16 } from './phone-call-16.svg';
|
|
172
|
-
export { default as DoctypePhoneCall24 } from './phone-call-24.svg';
|
|
173
|
-
export { default as DoctypePowerpoint16 } from './powerpoint-16.svg';
|
|
174
|
-
export { default as DoctypePowerpoint28 } from './powerpoint-28.svg';
|
|
175
|
-
export { default as DoctypePowerpointSc16 } from './powerpoint-sc-16.svg';
|
|
176
|
-
export { default as DoctypePowerpointSc28 } from './powerpoint-sc-28.svg';
|
|
177
|
-
export { default as DoctypePpt16 } from './ppt-16.svg';
|
|
178
|
-
export { default as DoctypePpt24 } from './ppt-24.svg';
|
|
179
|
-
export { default as DoctypePptSc16 } from './ppt-sc-16.svg';
|
|
180
|
-
export { default as DoctypePptSc24 } from './ppt-sc-24.svg';
|
|
181
|
-
export { default as DoctypePpt } from './ppt.svg';
|
|
182
|
-
export { default as DoctypePrecedentNotification16 } from './precedent-notification-16.svg';
|
|
183
|
-
export { default as DoctypePrecedentNotification } from './precedent-notification.svg';
|
|
184
|
-
export { default as DoctypeRtf28 } from './rtf-28.svg';
|
|
185
|
-
export { default as DoctypeScannedDoc16 } from './scanned-doc-16.svg';
|
|
186
|
-
export { default as DoctypeScannedDoc24 } from './scanned-doc-24.svg';
|
|
187
|
-
export { default as DoctypeSharedFolder16 } from './shared-folder-16.svg';
|
|
188
|
-
export { default as DoctypeSharedFolder24 } from './shared-folder-24.svg';
|
|
189
|
-
export { default as DoctypeSignatureDeclined228 } from './signature-declined-2-28.svg';
|
|
190
|
-
export { default as DoctypeSignatureDeclined28 } from './signature-declined-28.svg';
|
|
191
|
-
export { default as DoctypeSignaturePending228 } from './signature-pending-2-28.svg';
|
|
192
|
-
export { default as DoctypeSignaturePending28 } from './signature-pending-28.svg';
|
|
193
|
-
export { default as DoctypeSignatureRequest228 } from './signature-request-2-28.svg';
|
|
194
|
-
export { default as DoctypeSignatureRequest28 } from './signature-request-28.svg';
|
|
195
|
-
export { default as DoctypeSignatureSigned228 } from './signature-signed-2-28.svg';
|
|
196
|
-
export { default as DoctypeSignatureSigned28 } from './signature-signed-28.svg';
|
|
197
|
-
export { default as DoctypeSms16 } from './sms-16.svg';
|
|
198
|
-
export { default as DoctypeSms24 } from './sms-24.svg';
|
|
199
|
-
export { default as DoctypeSms28 } from './sms-28.svg';
|
|
200
|
-
export { default as DoctypeTasks28 } from './tasks-28.svg';
|
|
201
|
-
export { default as DoctypeTasksBlue28 } from './tasks-blue-28.svg';
|
|
202
|
-
export { default as DoctypeTasksBlueTick28 } from './tasks-blue-tick-28.svg';
|
|
203
|
-
export { default as DoctypeTasksGrey28 } from './tasks-grey-28.svg';
|
|
204
|
-
export { default as DoctypeTasksGreyTick28 } from './tasks-grey-tick-28.svg';
|
|
205
|
-
export { default as DoctypeTasksOrange28 } from './tasks-orange-28.svg';
|
|
206
|
-
export { default as DoctypeTasksOrangeTick28 } from './tasks-orange-tick-28.svg';
|
|
207
|
-
export { default as DoctypeTasksTick28 } from './tasks-tick-28.svg';
|
|
208
|
-
export { default as DoctypeTaxInvoice16 } from './tax-invoice-16.svg';
|
|
209
|
-
export { default as DoctypeTaxInvoice216 } from './tax-invoice-2-16.svg';
|
|
210
|
-
export { default as DoctypeTaxInvoice228 } from './tax-invoice-2-28.svg';
|
|
211
|
-
export { default as DoctypeTaxInvoice24 } from './tax-invoice-24.svg';
|
|
212
|
-
export { default as DoctypeTaxInvoice28 } from './tax-invoice-28.svg';
|
|
213
|
-
export { default as DoctypeTaxInvoiceTemplate228 } from './tax-invoice-template-2-28.svg';
|
|
214
|
-
export { default as DoctypeTaxInvoiceTemplate28 } from './tax-invoice-template-28.svg';
|
|
215
|
-
export { default as DoctypeText16 } from './text-16.svg';
|
|
216
|
-
export { default as DoctypeText24 } from './text-24.svg';
|
|
217
|
-
export { default as DoctypeTextSc16 } from './text-sc-16.svg';
|
|
218
|
-
export { default as DoctypeTextSc24 } from './text-sc-24.svg';
|
|
219
|
-
export { default as DoctypeTrustStatement16 } from './trust-statement-16.svg';
|
|
220
|
-
export { default as DoctypeTrustStatement24 } from './trust-statement-24.svg';
|
|
221
|
-
export { default as DoctypeUnknown24 } from './unknown-24.svg';
|
|
222
|
-
export { default as DoctypeUnknownText16 } from './unknown-text-16.svg';
|
|
223
|
-
export { default as DoctypeUnknownType24 } from './unknown-type-24.svg';
|
|
224
|
-
export { default as DoctypeUnknownType28 } from './unknown-type-28.svg';
|
|
225
|
-
export { default as DoctypeVideo16 } from './video-16.svg';
|
|
226
|
-
export { default as DoctypeVideo28 } from './video-28.svg';
|
|
227
|
-
export { default as DoctypeVideoCall16 } from './video-call-16.svg';
|
|
228
|
-
export { default as DoctypeVideoCall24 } from './video-call-24.svg';
|
|
229
|
-
export { default as DoctypeWord16 } from './word-16.svg';
|
|
230
|
-
export { default as DoctypeWord24 } from './word-24.svg';
|
|
231
|
-
export { default as DoctypeWordSc16 } from './word-sc-16.svg';
|
|
232
|
-
export { default as DoctypeWordSc24 } from './word-sc-24.svg';
|
|
233
|
-
export { default as DoctypeZipFolder16 } from './zip-folder-16.svg';
|
|
234
|
-
export { default as DoctypeZipFolder24 } from './zip-folder-24.svg';
|
|
235
|
-
export { default as DoctypeZipFolderSc16 } from './zip-folder-sc-16.svg';
|
|
236
|
-
export { default as DoctypeZipFolderSc24 } from './zip-folder-sc-24.svg';
|
|
237
|
-
export { default as DoctypeZyphta16 } from './zyphta-16.svg';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 96 96">
|
|
2
|
-
<g fill="#000000" fill-rule="evenodd">
|
|
3
|
-
<polygon points="44 47.249 44 22 52 22 52 48.121 66.948 56.751 62.948 63.679 44 52.739"/>
|
|
4
|
-
<path d="M16.8646295,67.2942131 C18.6589623,70.4864517 20.9496788,73.4761211 23.7367788,76.2632212 C31.5612981,84.0877404 40.9823718,88 52,88 C63.0176282,88 72.4387019,84.0877404 80.2632212,76.2632212 C88.0877404,68.4387019 92,59.0176282 92,48 C92,36.9823718 88.0877404,27.5612981 80.2632212,19.7367788 C72.4387019,11.9122596 63.0176282,8 52,8 L52,8 C40.9823718,8 31.5612981,11.9122596 23.7367788,19.7367788 C17.3720911,26.1014666 13.5960129,33.5225403 12.4085442,42 L19.457119,42 C20.5921118,35.4297567 23.6571127,29.6471306 28.6521217,24.6521217 C35.1158549,18.1883884 42.898481,14.9565217 52,14.9565217 C61.101519,14.9565217 68.8841451,18.1883884 75.3478783,24.6521217 C81.8116116,31.1158549 85.0434783,38.898481 85.0434783,48 C85.0434783,57.101519 81.8116116,64.8841451 75.3478783,71.3478783 C68.8841451,77.8116116 61.101519,81.0434783 52,81.0434783 C42.898481,81.0434783 35.1158549,77.8116116 28.6521217,71.3478783 C25.5988783,68.294635 23.2667581,64.9471085 21.655761,61.3052988 L16.8646295,67.2942131 L16.8646295,67.2942131 Z"/>
|
|
5
|
-
<polygon points="4 40 28 40 16 55"/>
|
|
6
|
-
</g>
|
|
7
|
-
</svg>
|