@egov3/graphics 1.0.46
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/.github/workflows/publish.yml +61 -0
- package/package.json +33 -0
- package/src/Additional/AttachFileAdd.tsx +17 -0
- package/src/Additional/Refresh.tsx +17 -0
- package/src/Additional/SettingsFilled.tsx +17 -0
- package/src/Additional/SettingsOutline.tsx +19 -0
- package/src/Additional/Time.tsx +17 -0
- package/src/Additional/TimeFilled.tsx +19 -0
- package/src/Additional/index.ts +17 -0
- package/src/Basic/ArrowLeft.tsx +17 -0
- package/src/Basic/ArrowRight.tsx +17 -0
- package/src/Basic/ArrowUp.tsx +17 -0
- package/src/Basic/Check.tsx +17 -0
- package/src/Basic/ChevronDown.tsx +17 -0
- package/src/Basic/ChevronDownSmall.tsx +17 -0
- package/src/Basic/ChevronLeft.tsx +17 -0
- package/src/Basic/ChevronLeftSmall.tsx +17 -0
- package/src/Basic/ChevronRight.tsx +17 -0
- package/src/Basic/ChevronRightSmall.tsx +17 -0
- package/src/Basic/ChevronUp.tsx +17 -0
- package/src/Basic/ChevronUpSmall.tsx +17 -0
- package/src/Basic/index.ts +29 -0
- package/src/Emoji/Angry.tsx +17 -0
- package/src/Emoji/Frowning.tsx +17 -0
- package/src/Emoji/Grin.tsx +17 -0
- package/src/Emoji/Neutral.tsx +17 -0
- package/src/Emoji/Smile.tsx +17 -0
- package/src/Emoji/index.ts +15 -0
- package/src/General/Accessibility.tsx +19 -0
- package/src/General/Account.tsx +17 -0
- package/src/General/AccountFilled.tsx +17 -0
- package/src/General/Accreditation.tsx +37 -0
- package/src/General/AccreditationFilled.tsx +37 -0
- package/src/General/Add.tsx +17 -0
- package/src/General/Agroculture.tsx +38 -0
- package/src/General/AgrocultureFilled.tsx +38 -0
- package/src/General/Airplane.tsx +17 -0
- package/src/General/AirplaneFilled.tsx +17 -0
- package/src/General/Allowances.tsx +17 -0
- package/src/General/AllowancesFilled.tsx +17 -0
- package/src/General/Apostille.tsx +17 -0
- package/src/General/ApostilleFilled.tsx +17 -0
- package/src/General/Archive.tsx +17 -0
- package/src/General/ArchiveFilled.tsx +17 -0
- package/src/General/Bag.tsx +21 -0
- package/src/General/BagFilled.tsx +19 -0
- package/src/General/BagSearch.tsx +23 -0
- package/src/General/BagSearchFilled.tsx +23 -0
- package/src/General/Balance.tsx +17 -0
- package/src/General/BalanceFilled.tsx +17 -0
- package/src/General/BankFolder.tsx +21 -0
- package/src/General/BankFolderFilled.tsx +19 -0
- package/src/General/Book.tsx +19 -0
- package/src/General/BookFilled.tsx +27 -0
- package/src/General/Brain.tsx +17 -0
- package/src/General/BrainFilled.tsx +17 -0
- package/src/General/Broadcasttv.tsx +17 -0
- package/src/General/BroadcasttvFilled.tsx +17 -0
- package/src/General/BurgerMenu.tsx +17 -0
- package/src/General/BusFront.tsx +17 -0
- package/src/General/BusFrontFilled.tsx +17 -0
- package/src/General/Business.tsx +17 -0
- package/src/General/BusinessFilled.tsx +17 -0
- package/src/General/BusinessRegistration.tsx +17 -0
- package/src/General/BusinessRegistrationFilled.tsx +19 -0
- package/src/General/Calendar.tsx +17 -0
- package/src/General/CalendarFilled.tsx +17 -0
- package/src/General/Call.tsx +17 -0
- package/src/General/Camera.tsx +17 -0
- package/src/General/CameraFilled.tsx +17 -0
- package/src/General/Car.tsx +17 -0
- package/src/General/CarFilled.tsx +17 -0
- package/src/General/Card.tsx +17 -0
- package/src/General/Chat.tsx +17 -0
- package/src/General/ChatFilled.tsx +37 -0
- package/src/General/CheckboxEmpty.tsx +17 -0
- package/src/General/CheckboxEmptyFilled.tsx +17 -0
- package/src/General/CheckedFilled.tsx +19 -0
- package/src/General/CheckedRound.tsx +17 -0
- package/src/General/Chevronincircleleft.tsx +17 -0
- package/src/General/ChevronincircleleftFilled.tsx +19 -0
- package/src/General/ChildFace.tsx +17 -0
- package/src/General/ChildFaceFilled.tsx +17 -0
- package/src/General/City.tsx +19 -0
- package/src/General/CityFilled.tsx +17 -0
- package/src/General/Clear.tsx +19 -0
- package/src/General/ClearAlternative.tsx +17 -0
- package/src/General/Close.tsx +17 -0
- package/src/General/College.tsx +53 -0
- package/src/General/CollegeFilled.tsx +37 -0
- package/src/General/Construction.tsx +29 -0
- package/src/General/ConstructionFilled.tsx +29 -0
- package/src/General/Copy.tsx +17 -0
- package/src/General/Copyright.tsx +17 -0
- package/src/General/Copyright1.tsx +17 -0
- package/src/General/CopyrightFilled.tsx +17 -0
- package/src/General/Court.tsx +55 -0
- package/src/General/CourtFilled.tsx +55 -0
- package/src/General/Cow.tsx +37 -0
- package/src/General/Cow1.tsx +17 -0
- package/src/General/CowFilled.tsx +37 -0
- package/src/General/CowFilled1.tsx +17 -0
- package/src/General/Customs.tsx +17 -0
- package/src/General/CustomsFilled.tsx +23 -0
- package/src/General/CustomsTaxes.tsx +17 -0
- package/src/General/CustomsTaxesFilled.tsx +17 -0
- package/src/General/DebitCard.tsx +21 -0
- package/src/General/DebitCardFilled.tsx +19 -0
- package/src/General/DigitalId.tsx +23 -0
- package/src/General/DisabilitySupport.tsx +17 -0
- package/src/General/DisabilitySupportFilled.tsx +19 -0
- package/src/General/Doc.tsx +17 -0
- package/src/General/DocFilled.tsx +17 -0
- package/src/General/DocumentDiagram.tsx +17 -0
- package/src/General/DocumentDiagramFilled.tsx +17 -0
- package/src/General/DocumentTable.tsx +17 -0
- package/src/General/DocumentTableFilled.tsx +17 -0
- package/src/General/DragIndicator.tsx +17 -0
- package/src/General/DriverLicense.tsx +27 -0
- package/src/General/Earth.tsx +17 -0
- package/src/General/EarthFilled.tsx +17 -0
- package/src/General/Edit.tsx +17 -0
- package/src/General/EditFilled.tsx +17 -0
- package/src/General/EditNote.tsx +17 -0
- package/src/General/Education.tsx +17 -0
- package/src/General/EducationFilled.tsx +17 -0
- package/src/General/Emergency.tsx +17 -0
- package/src/General/EmergencyFilled.tsx +17 -0
- package/src/General/Employment.tsx +37 -0
- package/src/General/EmploymentFilled.tsx +37 -0
- package/src/General/Error.tsx +17 -0
- package/src/General/Factory.tsx +31 -0
- package/src/General/FactoryFilled.tsx +19 -0
- package/src/General/Family.tsx +17 -0
- package/src/General/FamilyFilled.tsx +17 -0
- package/src/General/FamilyHelp.tsx +17 -0
- package/src/General/FamilyHelpFilled.tsx +17 -0
- package/src/General/Finance.tsx +17 -0
- package/src/General/FinanceFilled.tsx +17 -0
- package/src/General/FinanceIncome.tsx +17 -0
- package/src/General/FinanceIncomeFilled.tsx +17 -0
- package/src/General/Fingerprint.tsx +17 -0
- package/src/General/Flag.tsx +17 -0
- package/src/General/FlagFilled.tsx +17 -0
- package/src/General/FolderOpened.tsx +17 -0
- package/src/General/FolderOpenedFilled.tsx +17 -0
- package/src/General/Foreigner.tsx +25 -0
- package/src/General/ForeignerFilled.tsx +25 -0
- package/src/General/Forest.tsx +17 -0
- package/src/General/ForestFilled.tsx +17 -0
- package/src/General/GoingAbroad.tsx +17 -0
- package/src/General/GoingAbroadFilled.tsx +17 -0
- package/src/General/GuardianshipChild.tsx +17 -0
- package/src/General/GuardianshipChildFilled.tsx +19 -0
- package/src/General/Hand.tsx +17 -0
- package/src/General/HandFilled.tsx +17 -0
- package/src/General/Handshake.tsx +17 -0
- package/src/General/HandshakeFilled.tsx +17 -0
- package/src/General/Health.tsx +17 -0
- package/src/General/Heart.tsx +17 -0
- package/src/General/HeartFilled.tsx +17 -0
- package/src/General/Help.tsx +17 -0
- package/src/General/HelpCenterArticle.tsx +17 -0
- package/src/General/HelpCenterArticleFilled.tsx +19 -0
- package/src/General/Hourglass.tsx +17 -0
- package/src/General/HousServices.tsx +17 -0
- package/src/General/HousServicesFilled.tsx +17 -0
- package/src/General/HousingRelations.tsx +17 -0
- package/src/General/HousingRelationsFilled.tsx +19 -0
- package/src/General/InfoFilled.tsx +17 -0
- package/src/General/InfoStroke.tsx +17 -0
- package/src/General/Internet.tsx +17 -0
- package/src/General/Job.tsx +17 -0
- package/src/General/JobFilled.tsx +17 -0
- package/src/General/Key.tsx +17 -0
- package/src/General/KeyFilled.tsx +17 -0
- package/src/General/Language.tsx +26 -0
- package/src/General/Law.tsx +17 -0
- package/src/General/LawFilled.tsx +17 -0
- package/src/General/Leaf.tsx +17 -0
- package/src/General/LeafFilled.tsx +17 -0
- package/src/General/License.tsx +49 -0
- package/src/General/LicenseFilled.tsx +57 -0
- package/src/General/Licenses.tsx +43 -0
- package/src/General/LicensesFilled.tsx +43 -0
- package/src/General/Like.tsx +17 -0
- package/src/General/ListMenu.tsx +17 -0
- package/src/General/ListSquare.tsx +17 -0
- package/src/General/Loader.tsx +17 -0
- package/src/General/Loan.tsx +17 -0
- package/src/General/LoanFilled.tsx +17 -0
- package/src/General/LocationUser.tsx +25 -0
- package/src/General/LocationUserFilled.tsx +19 -0
- package/src/General/Lock.tsx +17 -0
- package/src/General/Logout.tsx +17 -0
- package/src/General/Medicine.tsx +17 -0
- package/src/General/MedicineBriefcase.tsx +27 -0
- package/src/General/MedicineBriefcaseFilled.tsx +21 -0
- package/src/General/MedicineCertification.tsx +17 -0
- package/src/General/MedicineCertificationFilled.tsx +19 -0
- package/src/General/MedicineFilled.tsx +17 -0
- package/src/General/MedicineHelp.tsx +17 -0
- package/src/General/MedicineHelpFilled.tsx +17 -0
- package/src/General/Message.tsx +17 -0
- package/src/General/MessageListFilled.tsx +17 -0
- package/src/General/MessageListOutline.tsx +17 -0
- package/src/General/MessagesCheck.tsx +17 -0
- package/src/General/Microphone.tsx +17 -0
- package/src/General/MicrophoneFilled.tsx +17 -0
- package/src/General/MilitaryService.tsx +17 -0
- package/src/General/MilitaryServiceFilled.tsx +17 -0
- package/src/General/Mining.tsx +73 -0
- package/src/General/MiningFilled.tsx +19 -0
- package/src/General/Money.tsx +17 -0
- package/src/General/MoneyFilled.tsx +17 -0
- package/src/General/More.tsx +17 -0
- package/src/General/MoreRoundFilled.tsx +19 -0
- package/src/General/MyDocument.tsx +28 -0
- package/src/General/MyDocumentFilled.tsx +19 -0
- package/src/General/Nature.tsx +37 -0
- package/src/General/NatureFilled.tsx +37 -0
- package/src/General/Notification.tsx +17 -0
- package/src/General/NotificationFilled.tsx +17 -0
- package/src/General/OnlineRegistry.tsx +19 -0
- package/src/General/OnlineRegistryFilled.tsx +19 -0
- package/src/General/PaperClip.tsx +17 -0
- package/src/General/Passport.tsx +26 -0
- package/src/General/Pension.tsx +17 -0
- package/src/General/PensionFilled.tsx +17 -0
- package/src/General/Permits.tsx +31 -0
- package/src/General/PermitsFilled.tsx +19 -0
- package/src/General/PersonalData.tsx +17 -0
- package/src/General/PersonalDataFilled.tsx +17 -0
- package/src/General/PersonalId.tsx +23 -0
- package/src/General/PersonalIdFilled.tsx +19 -0
- package/src/General/Pharmacy.tsx +29 -0
- package/src/General/PharmacyFilled.tsx +19 -0
- package/src/General/Phone.tsx +17 -0
- package/src/General/PieChart.tsx +17 -0
- package/src/General/PieChartFilled.tsx +17 -0
- package/src/General/PublicOrder.tsx +17 -0
- package/src/General/PublicOrderFilled.tsx +17 -0
- package/src/General/QrCodeFilled.tsx +17 -0
- package/src/General/QrCodeOutline.tsx +17 -0
- package/src/General/QrCodeScan.tsx +17 -0
- package/src/General/RadioButton.tsx +30 -0
- package/src/General/RadioButtonChecked.tsx +30 -0
- package/src/General/RealEstate.tsx +21 -0
- package/src/General/RealEstateFilled.tsx +19 -0
- package/src/General/Recycling.tsx +37 -0
- package/src/General/Reduce.tsx +14 -0
- package/src/General/Registry.tsx +17 -0
- package/src/General/RegistryFilled.tsx +17 -0
- package/src/General/Regulation.tsx +17 -0
- package/src/General/RegulationFilled.tsx +17 -0
- package/src/General/Request.tsx +37 -0
- package/src/General/Resume.tsx +37 -0
- package/src/General/ResumeFilled.tsx +37 -0
- package/src/General/RingsFamily.tsx +23 -0
- package/src/General/Schedule.tsx +17 -0
- package/src/General/ScheduleFilled.tsx +17 -0
- package/src/General/Science.tsx +49 -0
- package/src/General/ScienceFilled.tsx +29 -0
- package/src/General/Search.tsx +17 -0
- package/src/General/SecondaryEducation.tsx +25 -0
- package/src/General/SecondaryEducationFilled.tsx +21 -0
- package/src/General/ServicesFilled.tsx +17 -0
- package/src/General/ServicesOutline.tsx +17 -0
- package/src/General/ShareV1.tsx +17 -0
- package/src/General/ShareV2.tsx +17 -0
- package/src/General/Shield.tsx +21 -0
- package/src/General/ShieldFailed.tsx +21 -0
- package/src/General/ShieldFilled.tsx +19 -0
- package/src/General/ShieldSuccess.tsx +21 -0
- package/src/General/ShieldSuccessFilled.tsx +19 -0
- package/src/General/ShieldWarninng.tsx +25 -0
- package/src/General/Ship.tsx +17 -0
- package/src/General/ShipFilled.tsx +17 -0
- package/src/General/SmileFace.tsx +17 -0
- package/src/General/SocialRegistry.tsx +45 -0
- package/src/General/SocialRegistry1.tsx +25 -0
- package/src/General/SoftwareRegistry.tsx +19 -0
- package/src/General/SoftwareRegistryFilled.tsx +22 -0
- package/src/General/Sport.tsx +17 -0
- package/src/General/SportFilled.tsx +17 -0
- package/src/General/Sputnik.tsx +17 -0
- package/src/General/SputnikFilled.tsx +17 -0
- package/src/General/Star.tsx +24 -0
- package/src/General/StarFilled.tsx +24 -0
- package/src/General/State.tsx +17 -0
- package/src/General/StateFilled.tsx +18 -0
- package/src/General/Theaters.tsx +17 -0
- package/src/General/TheatersFilled.tsx +17 -0
- package/src/General/Ticket.tsx +21 -0
- package/src/General/TicketFilled.tsx +17 -0
- package/src/General/Tourism.tsx +17 -0
- package/src/General/TourismFilled.tsx +17 -0
- package/src/General/Toys.tsx +17 -0
- package/src/General/ToysFilled.tsx +17 -0
- package/src/General/Train.tsx +17 -0
- package/src/General/TrainFilled.tsx +17 -0
- package/src/General/Trash.tsx +17 -0
- package/src/General/TrashFilled.tsx +17 -0
- package/src/General/TreeFruits.tsx +17 -0
- package/src/General/TreeFruitsFilled.tsx +17 -0
- package/src/General/Truck.tsx +17 -0
- package/src/General/TruckFilled.tsx +17 -0
- package/src/General/University.tsx +37 -0
- package/src/General/UniversityFilled.tsx +33 -0
- package/src/General/Unlock.tsx +17 -0
- package/src/General/Update.tsx +17 -0
- package/src/General/VeterinaryControl.tsx +17 -0
- package/src/General/VeterinaryControlFilled.tsx +19 -0
- package/src/General/ViewGrid.tsx +17 -0
- package/src/General/ViewGridFilled.tsx +17 -0
- package/src/General/ViewList.tsx +17 -0
- package/src/General/ViewListFilled.tsx +14 -0
- package/src/General/WarningFilled.tsx +19 -0
- package/src/General/index.ts +585 -0
- package/src/Logo/ApplePay.tsx +26 -0
- package/src/Logo/Con1.tsx +36 -0
- package/src/Logo/Egov.tsx +23 -0
- package/src/Logo/Eotinish.tsx +88 -0
- package/src/Logo/Halyk.tsx +28 -0
- package/src/Logo/Kaspi.tsx +26 -0
- package/src/Logo/Mastercard.tsx +40 -0
- package/src/Logo/Salyq.tsx +39 -0
- package/src/Logo/index.ts +21 -0
- package/src/NavigationBar/HomeFilled.tsx +17 -0
- package/src/NavigationBar/HomeOutline.tsx +17 -0
- package/src/NavigationBar/MessageListFilled.tsx +17 -0
- package/src/NavigationBar/MessageListOutline.tsx +17 -0
- package/src/NavigationBar/QrCodeFilled.tsx +17 -0
- package/src/NavigationBar/QrCodeOutline.tsx +17 -0
- package/src/NavigationBar/ServicesFilled.tsx +17 -0
- package/src/NavigationBar/ServicesOutline.tsx +17 -0
- package/src/NavigationBar/index.ts +21 -0
- package/src/Stories/Additional.stories.tsx +46 -0
- package/src/Stories/Basic.stories.tsx +46 -0
- package/src/Stories/CardWrapperItem.tsx +29 -0
- package/src/Stories/Emoji.stories.tsx +46 -0
- package/src/Stories/General.stories.tsx +46 -0
- package/src/Stories/Logo.stories.tsx +46 -0
- package/src/Stories/NavigationBar.stories.tsx +46 -0
- package/src/index.ts +17 -0
- package/tsconfig.json +19 -0
- package/tsup.config.ts +12 -0
|
@@ -0,0 +1,585 @@
|
|
|
1
|
+
import { Accessibility } from './Accessibility';
|
|
2
|
+
import { Account } from './Account';
|
|
3
|
+
import { AccountFilled } from './AccountFilled';
|
|
4
|
+
import { Accreditation } from './Accreditation';
|
|
5
|
+
import { AccreditationFilled } from './AccreditationFilled';
|
|
6
|
+
import { Add } from './Add';
|
|
7
|
+
import { Agroculture } from './Agroculture';
|
|
8
|
+
import { AgrocultureFilled } from './AgrocultureFilled';
|
|
9
|
+
import { Airplane } from './Airplane';
|
|
10
|
+
import { AirplaneFilled } from './AirplaneFilled';
|
|
11
|
+
import { Allowances } from './Allowances';
|
|
12
|
+
import { AllowancesFilled } from './AllowancesFilled';
|
|
13
|
+
import { Apostille } from './Apostille';
|
|
14
|
+
import { ApostilleFilled } from './ApostilleFilled';
|
|
15
|
+
import { Archive } from './Archive';
|
|
16
|
+
import { ArchiveFilled } from './ArchiveFilled';
|
|
17
|
+
import { Bag } from './Bag';
|
|
18
|
+
import { BagFilled } from './BagFilled';
|
|
19
|
+
import { BagSearch } from './BagSearch';
|
|
20
|
+
import { BagSearchFilled } from './BagSearchFilled';
|
|
21
|
+
import { Balance } from './Balance';
|
|
22
|
+
import { BalanceFilled } from './BalanceFilled';
|
|
23
|
+
import { BankFolder } from './BankFolder';
|
|
24
|
+
import { BankFolderFilled } from './BankFolderFilled';
|
|
25
|
+
import { Book } from './Book';
|
|
26
|
+
import { BookFilled } from './BookFilled';
|
|
27
|
+
import { Brain } from './Brain';
|
|
28
|
+
import { BrainFilled } from './BrainFilled';
|
|
29
|
+
import { Broadcasttv } from './Broadcasttv';
|
|
30
|
+
import { BroadcasttvFilled } from './BroadcasttvFilled';
|
|
31
|
+
import { BurgerMenu } from './BurgerMenu';
|
|
32
|
+
import { BusFront } from './BusFront';
|
|
33
|
+
import { BusFrontFilled } from './BusFrontFilled';
|
|
34
|
+
import { Business } from './Business';
|
|
35
|
+
import { BusinessFilled } from './BusinessFilled';
|
|
36
|
+
import { BusinessRegistration } from './BusinessRegistration';
|
|
37
|
+
import { BusinessRegistrationFilled } from './BusinessRegistrationFilled';
|
|
38
|
+
import { Calendar } from './Calendar';
|
|
39
|
+
import { CalendarFilled } from './CalendarFilled';
|
|
40
|
+
import { Call } from './Call';
|
|
41
|
+
import { Camera } from './Camera';
|
|
42
|
+
import { CameraFilled } from './CameraFilled';
|
|
43
|
+
import { Car } from './Car';
|
|
44
|
+
import { Card } from './Card';
|
|
45
|
+
import { CarFilled } from './CarFilled';
|
|
46
|
+
import { Chat } from './Chat';
|
|
47
|
+
import { ChatFilled } from './ChatFilled';
|
|
48
|
+
import { CheckboxEmpty } from './CheckboxEmpty';
|
|
49
|
+
import { CheckboxEmptyFilled } from './CheckboxEmptyFilled';
|
|
50
|
+
import { CheckedFilled } from './CheckedFilled';
|
|
51
|
+
import { CheckedRound } from './CheckedRound';
|
|
52
|
+
import { Chevronincircleleft } from './Chevronincircleleft';
|
|
53
|
+
import { ChevronincircleleftFilled } from './ChevronincircleleftFilled';
|
|
54
|
+
import { ChildFace } from './ChildFace';
|
|
55
|
+
import { ChildFaceFilled } from './ChildFaceFilled';
|
|
56
|
+
import { City } from './City';
|
|
57
|
+
import { CityFilled } from './CityFilled';
|
|
58
|
+
import { Clear } from './Clear';
|
|
59
|
+
import { ClearAlternative } from './ClearAlternative';
|
|
60
|
+
import { Close } from './Close';
|
|
61
|
+
import { College } from './College';
|
|
62
|
+
import { CollegeFilled } from './CollegeFilled';
|
|
63
|
+
import { Construction } from './Construction';
|
|
64
|
+
import { ConstructionFilled } from './ConstructionFilled';
|
|
65
|
+
import { Copy } from './Copy';
|
|
66
|
+
import { Copyright } from './Copyright';
|
|
67
|
+
import { Copyright1 } from './Copyright1';
|
|
68
|
+
import { CopyrightFilled } from './CopyrightFilled';
|
|
69
|
+
import { Court } from './Court';
|
|
70
|
+
import { CourtFilled } from './CourtFilled';
|
|
71
|
+
import { Cow } from './Cow';
|
|
72
|
+
import { Cow1 } from './Cow1';
|
|
73
|
+
import { CowFilled } from './CowFilled';
|
|
74
|
+
import { CowFilled1 } from './CowFilled1';
|
|
75
|
+
import { Customs } from './Customs';
|
|
76
|
+
import { CustomsFilled } from './CustomsFilled';
|
|
77
|
+
import { CustomsTaxes } from './CustomsTaxes';
|
|
78
|
+
import { CustomsTaxesFilled } from './CustomsTaxesFilled';
|
|
79
|
+
import { DebitCard } from './DebitCard';
|
|
80
|
+
import { DebitCardFilled } from './DebitCardFilled';
|
|
81
|
+
import { DigitalId } from './DigitalId';
|
|
82
|
+
import { DisabilitySupport } from './DisabilitySupport';
|
|
83
|
+
import { DisabilitySupportFilled } from './DisabilitySupportFilled';
|
|
84
|
+
import { Doc } from './Doc';
|
|
85
|
+
import { DocFilled } from './DocFilled';
|
|
86
|
+
import { DocumentDiagram } from './DocumentDiagram';
|
|
87
|
+
import { DocumentDiagramFilled } from './DocumentDiagramFilled';
|
|
88
|
+
import { DocumentTable } from './DocumentTable';
|
|
89
|
+
import { DocumentTableFilled } from './DocumentTableFilled';
|
|
90
|
+
import { DragIndicator } from './DragIndicator';
|
|
91
|
+
import { DriverLicense } from './DriverLicense';
|
|
92
|
+
import { Earth } from './Earth';
|
|
93
|
+
import { EarthFilled } from './EarthFilled';
|
|
94
|
+
import { Edit } from './Edit';
|
|
95
|
+
import { EditFilled } from './EditFilled';
|
|
96
|
+
import { EditNote } from './EditNote';
|
|
97
|
+
import { Education } from './Education';
|
|
98
|
+
import { EducationFilled } from './EducationFilled';
|
|
99
|
+
import { Emergency } from './Emergency';
|
|
100
|
+
import { EmergencyFilled } from './EmergencyFilled';
|
|
101
|
+
import { Employment } from './Employment';
|
|
102
|
+
import { EmploymentFilled } from './EmploymentFilled';
|
|
103
|
+
import { Error } from './Error';
|
|
104
|
+
import { Factory } from './Factory';
|
|
105
|
+
import { FactoryFilled } from './FactoryFilled';
|
|
106
|
+
import { Family } from './Family';
|
|
107
|
+
import { FamilyFilled } from './FamilyFilled';
|
|
108
|
+
import { FamilyHelp } from './FamilyHelp';
|
|
109
|
+
import { FamilyHelpFilled } from './FamilyHelpFilled';
|
|
110
|
+
import { Finance } from './Finance';
|
|
111
|
+
import { FinanceFilled } from './FinanceFilled';
|
|
112
|
+
import { FinanceIncome } from './FinanceIncome';
|
|
113
|
+
import { FinanceIncomeFilled } from './FinanceIncomeFilled';
|
|
114
|
+
import { Fingerprint } from './Fingerprint';
|
|
115
|
+
import { Flag } from './Flag';
|
|
116
|
+
import { FlagFilled } from './FlagFilled';
|
|
117
|
+
import { FolderOpened } from './FolderOpened';
|
|
118
|
+
import { FolderOpenedFilled } from './FolderOpenedFilled';
|
|
119
|
+
import { Foreigner } from './Foreigner';
|
|
120
|
+
import { ForeignerFilled } from './ForeignerFilled';
|
|
121
|
+
import { Forest } from './Forest';
|
|
122
|
+
import { ForestFilled } from './ForestFilled';
|
|
123
|
+
import { GoingAbroad } from './GoingAbroad';
|
|
124
|
+
import { GoingAbroadFilled } from './GoingAbroadFilled';
|
|
125
|
+
import { GuardianshipChild } from './GuardianshipChild';
|
|
126
|
+
import { GuardianshipChildFilled } from './GuardianshipChildFilled';
|
|
127
|
+
import { Hand } from './Hand';
|
|
128
|
+
import { HandFilled } from './HandFilled';
|
|
129
|
+
import { Handshake } from './Handshake';
|
|
130
|
+
import { HandshakeFilled } from './HandshakeFilled';
|
|
131
|
+
import { Health } from './Health';
|
|
132
|
+
import { Heart } from './Heart';
|
|
133
|
+
import { HeartFilled } from './HeartFilled';
|
|
134
|
+
import { Help } from './Help';
|
|
135
|
+
import { HelpCenterArticle } from './HelpCenterArticle';
|
|
136
|
+
import { HelpCenterArticleFilled } from './HelpCenterArticleFilled';
|
|
137
|
+
import { Hourglass } from './Hourglass';
|
|
138
|
+
import { HousingRelations } from './HousingRelations';
|
|
139
|
+
import { HousingRelationsFilled } from './HousingRelationsFilled';
|
|
140
|
+
import { HousServices } from './HousServices';
|
|
141
|
+
import { HousServicesFilled } from './HousServicesFilled';
|
|
142
|
+
import { InfoFilled } from './InfoFilled';
|
|
143
|
+
import { InfoStroke } from './InfoStroke';
|
|
144
|
+
import { Internet } from './Internet';
|
|
145
|
+
import { Job } from './Job';
|
|
146
|
+
import { JobFilled } from './JobFilled';
|
|
147
|
+
import { Key } from './Key';
|
|
148
|
+
import { KeyFilled } from './KeyFilled';
|
|
149
|
+
import { Language } from './Language';
|
|
150
|
+
import { Law } from './Law';
|
|
151
|
+
import { LawFilled } from './LawFilled';
|
|
152
|
+
import { Leaf } from './Leaf';
|
|
153
|
+
import { LeafFilled } from './LeafFilled';
|
|
154
|
+
import { License } from './License';
|
|
155
|
+
import { LicenseFilled } from './LicenseFilled';
|
|
156
|
+
import { Licenses } from './Licenses';
|
|
157
|
+
import { LicensesFilled } from './LicensesFilled';
|
|
158
|
+
import { Like } from './Like';
|
|
159
|
+
import { ListMenu } from './ListMenu';
|
|
160
|
+
import { ListSquare } from './ListSquare';
|
|
161
|
+
import { Loader } from './Loader';
|
|
162
|
+
import { Loan } from './Loan';
|
|
163
|
+
import { LoanFilled } from './LoanFilled';
|
|
164
|
+
import { LocationUser } from './LocationUser';
|
|
165
|
+
import { LocationUserFilled } from './LocationUserFilled';
|
|
166
|
+
import { Lock } from './Lock';
|
|
167
|
+
import { Logout } from './Logout';
|
|
168
|
+
import { Medicine } from './Medicine';
|
|
169
|
+
import { MedicineBriefcase } from './MedicineBriefcase';
|
|
170
|
+
import { MedicineBriefcaseFilled } from './MedicineBriefcaseFilled';
|
|
171
|
+
import { MedicineCertification } from './MedicineCertification';
|
|
172
|
+
import { MedicineCertificationFilled } from './MedicineCertificationFilled';
|
|
173
|
+
import { MedicineFilled } from './MedicineFilled';
|
|
174
|
+
import { MedicineHelp } from './MedicineHelp';
|
|
175
|
+
import { MedicineHelpFilled } from './MedicineHelpFilled';
|
|
176
|
+
import { Message } from './Message';
|
|
177
|
+
import { MessageListFilled } from './MessageListFilled';
|
|
178
|
+
import { MessageListOutline } from './MessageListOutline';
|
|
179
|
+
import { MessagesCheck } from './MessagesCheck';
|
|
180
|
+
import { Microphone } from './Microphone';
|
|
181
|
+
import { MicrophoneFilled } from './MicrophoneFilled';
|
|
182
|
+
import { MilitaryService } from './MilitaryService';
|
|
183
|
+
import { MilitaryServiceFilled } from './MilitaryServiceFilled';
|
|
184
|
+
import { Mining } from './Mining';
|
|
185
|
+
import { MiningFilled } from './MiningFilled';
|
|
186
|
+
import { Money } from './Money';
|
|
187
|
+
import { MoneyFilled } from './MoneyFilled';
|
|
188
|
+
import { More } from './More';
|
|
189
|
+
import { MoreRoundFilled } from './MoreRoundFilled';
|
|
190
|
+
import { MyDocument } from './MyDocument';
|
|
191
|
+
import { MyDocumentFilled } from './MyDocumentFilled';
|
|
192
|
+
import { Nature } from './Nature';
|
|
193
|
+
import { NatureFilled } from './NatureFilled';
|
|
194
|
+
import { Notification } from './Notification';
|
|
195
|
+
import { NotificationFilled } from './NotificationFilled';
|
|
196
|
+
import { OnlineRegistry } from './OnlineRegistry';
|
|
197
|
+
import { OnlineRegistryFilled } from './OnlineRegistryFilled';
|
|
198
|
+
import { PaperClip } from './PaperClip';
|
|
199
|
+
import { Passport } from './Passport';
|
|
200
|
+
import { Pension } from './Pension';
|
|
201
|
+
import { PensionFilled } from './PensionFilled';
|
|
202
|
+
import { Permits } from './Permits';
|
|
203
|
+
import { PermitsFilled } from './PermitsFilled';
|
|
204
|
+
import { PersonalData } from './PersonalData';
|
|
205
|
+
import { PersonalDataFilled } from './PersonalDataFilled';
|
|
206
|
+
import { PersonalId } from './PersonalId';
|
|
207
|
+
import { PersonalIdFilled } from './PersonalIdFilled';
|
|
208
|
+
import { Pharmacy } from './Pharmacy';
|
|
209
|
+
import { PharmacyFilled } from './PharmacyFilled';
|
|
210
|
+
import { Phone } from './Phone';
|
|
211
|
+
import { PieChart } from './PieChart';
|
|
212
|
+
import { PieChartFilled } from './PieChartFilled';
|
|
213
|
+
import { PublicOrder } from './PublicOrder';
|
|
214
|
+
import { PublicOrderFilled } from './PublicOrderFilled';
|
|
215
|
+
import { QrCodeFilled } from './QrCodeFilled';
|
|
216
|
+
import { QrCodeOutline } from './QrCodeOutline';
|
|
217
|
+
import { QrCodeScan } from './QrCodeScan';
|
|
218
|
+
import { RadioButton } from './RadioButton';
|
|
219
|
+
import { RadioButtonChecked } from './RadioButtonChecked';
|
|
220
|
+
import { RealEstate } from './RealEstate';
|
|
221
|
+
import { RealEstateFilled } from './RealEstateFilled';
|
|
222
|
+
import { Recycling } from './Recycling';
|
|
223
|
+
import { Reduce } from './Reduce';
|
|
224
|
+
import { Registry } from './Registry';
|
|
225
|
+
import { RegistryFilled } from './RegistryFilled';
|
|
226
|
+
import { Regulation } from './Regulation';
|
|
227
|
+
import { RegulationFilled } from './RegulationFilled';
|
|
228
|
+
import { Request } from './Request';
|
|
229
|
+
import { Resume } from './Resume';
|
|
230
|
+
import { ResumeFilled } from './ResumeFilled';
|
|
231
|
+
import { RingsFamily } from './RingsFamily';
|
|
232
|
+
import { Schedule } from './Schedule';
|
|
233
|
+
import { ScheduleFilled } from './ScheduleFilled';
|
|
234
|
+
import { Science } from './Science';
|
|
235
|
+
import { ScienceFilled } from './ScienceFilled';
|
|
236
|
+
import { Search } from './Search';
|
|
237
|
+
import { SecondaryEducation } from './SecondaryEducation';
|
|
238
|
+
import { SecondaryEducationFilled } from './SecondaryEducationFilled';
|
|
239
|
+
import { ServicesFilled } from './ServicesFilled';
|
|
240
|
+
import { ServicesOutline } from './ServicesOutline';
|
|
241
|
+
import { ShareV1 } from './ShareV1';
|
|
242
|
+
import { ShareV2 } from './ShareV2';
|
|
243
|
+
import { Shield } from './Shield';
|
|
244
|
+
import { ShieldFailed } from './ShieldFailed';
|
|
245
|
+
import { ShieldFilled } from './ShieldFilled';
|
|
246
|
+
import { ShieldSuccess } from './ShieldSuccess';
|
|
247
|
+
import { ShieldSuccessFilled } from './ShieldSuccessFilled';
|
|
248
|
+
import { ShieldWarninng } from './ShieldWarninng';
|
|
249
|
+
import { Ship } from './Ship';
|
|
250
|
+
import { ShipFilled } from './ShipFilled';
|
|
251
|
+
import { SmileFace } from './SmileFace';
|
|
252
|
+
import { SocialRegistry } from './SocialRegistry';
|
|
253
|
+
import { SocialRegistry1 } from './SocialRegistry1';
|
|
254
|
+
import { SoftwareRegistry } from './SoftwareRegistry';
|
|
255
|
+
import { SoftwareRegistryFilled } from './SoftwareRegistryFilled';
|
|
256
|
+
import { Sport } from './Sport';
|
|
257
|
+
import { SportFilled } from './SportFilled';
|
|
258
|
+
import { Sputnik } from './Sputnik';
|
|
259
|
+
import { SputnikFilled } from './SputnikFilled';
|
|
260
|
+
import { Star } from './Star';
|
|
261
|
+
import { StarFilled } from './StarFilled';
|
|
262
|
+
import { State } from './State';
|
|
263
|
+
import { StateFilled } from './StateFilled';
|
|
264
|
+
import { Theaters } from './Theaters';
|
|
265
|
+
import { TheatersFilled } from './TheatersFilled';
|
|
266
|
+
import { Ticket } from './Ticket';
|
|
267
|
+
import { TicketFilled } from './TicketFilled';
|
|
268
|
+
import { Tourism } from './Tourism';
|
|
269
|
+
import { TourismFilled } from './TourismFilled';
|
|
270
|
+
import { Toys } from './Toys';
|
|
271
|
+
import { ToysFilled } from './ToysFilled';
|
|
272
|
+
import { Train } from './Train';
|
|
273
|
+
import { TrainFilled } from './TrainFilled';
|
|
274
|
+
import { Trash } from './Trash';
|
|
275
|
+
import { TrashFilled } from './TrashFilled';
|
|
276
|
+
import { TreeFruits } from './TreeFruits';
|
|
277
|
+
import { TreeFruitsFilled } from './TreeFruitsFilled';
|
|
278
|
+
import { Truck } from './Truck';
|
|
279
|
+
import { TruckFilled } from './TruckFilled';
|
|
280
|
+
import { University } from './University';
|
|
281
|
+
import { UniversityFilled } from './UniversityFilled';
|
|
282
|
+
import { Unlock } from './Unlock';
|
|
283
|
+
import { Update } from './Update';
|
|
284
|
+
import { VeterinaryControl } from './VeterinaryControl';
|
|
285
|
+
import { VeterinaryControlFilled } from './VeterinaryControlFilled';
|
|
286
|
+
import { ViewGrid } from './ViewGrid';
|
|
287
|
+
import { ViewGridFilled } from './ViewGridFilled';
|
|
288
|
+
import { ViewList } from './ViewList';
|
|
289
|
+
import { ViewListFilled } from './ViewListFilled';
|
|
290
|
+
import { WarningFilled } from './WarningFilled';
|
|
291
|
+
|
|
292
|
+
const General = {
|
|
293
|
+
Accessibility,
|
|
294
|
+
Account,
|
|
295
|
+
AccountFilled,
|
|
296
|
+
Accreditation,
|
|
297
|
+
AccreditationFilled,
|
|
298
|
+
Add,
|
|
299
|
+
Agroculture,
|
|
300
|
+
AgrocultureFilled,
|
|
301
|
+
Airplane,
|
|
302
|
+
AirplaneFilled,
|
|
303
|
+
Allowances,
|
|
304
|
+
AllowancesFilled,
|
|
305
|
+
Apostille,
|
|
306
|
+
ApostilleFilled,
|
|
307
|
+
Archive,
|
|
308
|
+
ArchiveFilled,
|
|
309
|
+
Bag,
|
|
310
|
+
BagFilled,
|
|
311
|
+
BagSearch,
|
|
312
|
+
BagSearchFilled,
|
|
313
|
+
Balance,
|
|
314
|
+
BalanceFilled,
|
|
315
|
+
BankFolder,
|
|
316
|
+
BankFolderFilled,
|
|
317
|
+
Book,
|
|
318
|
+
BookFilled,
|
|
319
|
+
Brain,
|
|
320
|
+
BrainFilled,
|
|
321
|
+
Broadcasttv,
|
|
322
|
+
BroadcasttvFilled,
|
|
323
|
+
BurgerMenu,
|
|
324
|
+
BusFront,
|
|
325
|
+
BusFrontFilled,
|
|
326
|
+
Business,
|
|
327
|
+
BusinessFilled,
|
|
328
|
+
BusinessRegistration,
|
|
329
|
+
BusinessRegistrationFilled,
|
|
330
|
+
Calendar,
|
|
331
|
+
CalendarFilled,
|
|
332
|
+
Call,
|
|
333
|
+
Camera,
|
|
334
|
+
CameraFilled,
|
|
335
|
+
Car,
|
|
336
|
+
Card,
|
|
337
|
+
CarFilled,
|
|
338
|
+
Chat,
|
|
339
|
+
ChatFilled,
|
|
340
|
+
CheckboxEmpty,
|
|
341
|
+
CheckboxEmptyFilled,
|
|
342
|
+
CheckedFilled,
|
|
343
|
+
CheckedRound,
|
|
344
|
+
Chevronincircleleft,
|
|
345
|
+
ChevronincircleleftFilled,
|
|
346
|
+
ChildFace,
|
|
347
|
+
ChildFaceFilled,
|
|
348
|
+
City,
|
|
349
|
+
CityFilled,
|
|
350
|
+
Clear,
|
|
351
|
+
ClearAlternative,
|
|
352
|
+
Close,
|
|
353
|
+
College,
|
|
354
|
+
CollegeFilled,
|
|
355
|
+
Construction,
|
|
356
|
+
ConstructionFilled,
|
|
357
|
+
Copy,
|
|
358
|
+
Copyright,
|
|
359
|
+
Copyright1,
|
|
360
|
+
CopyrightFilled,
|
|
361
|
+
Court,
|
|
362
|
+
CourtFilled,
|
|
363
|
+
Cow,
|
|
364
|
+
Cow1,
|
|
365
|
+
CowFilled,
|
|
366
|
+
CowFilled1,
|
|
367
|
+
Customs,
|
|
368
|
+
CustomsFilled,
|
|
369
|
+
CustomsTaxes,
|
|
370
|
+
CustomsTaxesFilled,
|
|
371
|
+
DebitCard,
|
|
372
|
+
DebitCardFilled,
|
|
373
|
+
DigitalId,
|
|
374
|
+
DisabilitySupport,
|
|
375
|
+
DisabilitySupportFilled,
|
|
376
|
+
Doc,
|
|
377
|
+
DocFilled,
|
|
378
|
+
DocumentDiagram,
|
|
379
|
+
DocumentDiagramFilled,
|
|
380
|
+
DocumentTable,
|
|
381
|
+
DocumentTableFilled,
|
|
382
|
+
DragIndicator,
|
|
383
|
+
DriverLicense,
|
|
384
|
+
Earth,
|
|
385
|
+
EarthFilled,
|
|
386
|
+
Edit,
|
|
387
|
+
EditFilled,
|
|
388
|
+
EditNote,
|
|
389
|
+
Education,
|
|
390
|
+
EducationFilled,
|
|
391
|
+
Emergency,
|
|
392
|
+
EmergencyFilled,
|
|
393
|
+
Employment,
|
|
394
|
+
EmploymentFilled,
|
|
395
|
+
Error,
|
|
396
|
+
Factory,
|
|
397
|
+
FactoryFilled,
|
|
398
|
+
Family,
|
|
399
|
+
FamilyFilled,
|
|
400
|
+
FamilyHelp,
|
|
401
|
+
FamilyHelpFilled,
|
|
402
|
+
Finance,
|
|
403
|
+
FinanceFilled,
|
|
404
|
+
FinanceIncome,
|
|
405
|
+
FinanceIncomeFilled,
|
|
406
|
+
Fingerprint,
|
|
407
|
+
Flag,
|
|
408
|
+
FlagFilled,
|
|
409
|
+
FolderOpened,
|
|
410
|
+
FolderOpenedFilled,
|
|
411
|
+
Foreigner,
|
|
412
|
+
ForeignerFilled,
|
|
413
|
+
Forest,
|
|
414
|
+
ForestFilled,
|
|
415
|
+
GoingAbroad,
|
|
416
|
+
GoingAbroadFilled,
|
|
417
|
+
GuardianshipChild,
|
|
418
|
+
GuardianshipChildFilled,
|
|
419
|
+
Hand,
|
|
420
|
+
HandFilled,
|
|
421
|
+
Handshake,
|
|
422
|
+
HandshakeFilled,
|
|
423
|
+
Health,
|
|
424
|
+
Heart,
|
|
425
|
+
HeartFilled,
|
|
426
|
+
Help,
|
|
427
|
+
HelpCenterArticle,
|
|
428
|
+
HelpCenterArticleFilled,
|
|
429
|
+
Hourglass,
|
|
430
|
+
HousingRelations,
|
|
431
|
+
HousingRelationsFilled,
|
|
432
|
+
HousServices,
|
|
433
|
+
HousServicesFilled,
|
|
434
|
+
InfoFilled,
|
|
435
|
+
InfoStroke,
|
|
436
|
+
Internet,
|
|
437
|
+
Job,
|
|
438
|
+
JobFilled,
|
|
439
|
+
Key,
|
|
440
|
+
KeyFilled,
|
|
441
|
+
Language,
|
|
442
|
+
Law,
|
|
443
|
+
LawFilled,
|
|
444
|
+
Leaf,
|
|
445
|
+
LeafFilled,
|
|
446
|
+
License,
|
|
447
|
+
LicenseFilled,
|
|
448
|
+
Licenses,
|
|
449
|
+
LicensesFilled,
|
|
450
|
+
Like,
|
|
451
|
+
ListMenu,
|
|
452
|
+
ListSquare,
|
|
453
|
+
Loader,
|
|
454
|
+
Loan,
|
|
455
|
+
LoanFilled,
|
|
456
|
+
LocationUser,
|
|
457
|
+
LocationUserFilled,
|
|
458
|
+
Lock,
|
|
459
|
+
Logout,
|
|
460
|
+
Medicine,
|
|
461
|
+
MedicineBriefcase,
|
|
462
|
+
MedicineBriefcaseFilled,
|
|
463
|
+
MedicineCertification,
|
|
464
|
+
MedicineCertificationFilled,
|
|
465
|
+
MedicineFilled,
|
|
466
|
+
MedicineHelp,
|
|
467
|
+
MedicineHelpFilled,
|
|
468
|
+
Message,
|
|
469
|
+
MessageListFilled,
|
|
470
|
+
MessageListOutline,
|
|
471
|
+
MessagesCheck,
|
|
472
|
+
Microphone,
|
|
473
|
+
MicrophoneFilled,
|
|
474
|
+
MilitaryService,
|
|
475
|
+
MilitaryServiceFilled,
|
|
476
|
+
Mining,
|
|
477
|
+
MiningFilled,
|
|
478
|
+
Money,
|
|
479
|
+
MoneyFilled,
|
|
480
|
+
More,
|
|
481
|
+
MoreRoundFilled,
|
|
482
|
+
MyDocument,
|
|
483
|
+
MyDocumentFilled,
|
|
484
|
+
Nature,
|
|
485
|
+
NatureFilled,
|
|
486
|
+
Notification,
|
|
487
|
+
NotificationFilled,
|
|
488
|
+
OnlineRegistry,
|
|
489
|
+
OnlineRegistryFilled,
|
|
490
|
+
PaperClip,
|
|
491
|
+
Passport,
|
|
492
|
+
Pension,
|
|
493
|
+
PensionFilled,
|
|
494
|
+
Permits,
|
|
495
|
+
PermitsFilled,
|
|
496
|
+
PersonalData,
|
|
497
|
+
PersonalDataFilled,
|
|
498
|
+
PersonalId,
|
|
499
|
+
PersonalIdFilled,
|
|
500
|
+
Pharmacy,
|
|
501
|
+
PharmacyFilled,
|
|
502
|
+
Phone,
|
|
503
|
+
PieChart,
|
|
504
|
+
PieChartFilled,
|
|
505
|
+
PublicOrder,
|
|
506
|
+
PublicOrderFilled,
|
|
507
|
+
QrCodeFilled,
|
|
508
|
+
QrCodeOutline,
|
|
509
|
+
QrCodeScan,
|
|
510
|
+
RadioButton,
|
|
511
|
+
RadioButtonChecked,
|
|
512
|
+
RealEstate,
|
|
513
|
+
RealEstateFilled,
|
|
514
|
+
Recycling,
|
|
515
|
+
Reduce,
|
|
516
|
+
Registry,
|
|
517
|
+
RegistryFilled,
|
|
518
|
+
Regulation,
|
|
519
|
+
RegulationFilled,
|
|
520
|
+
Request,
|
|
521
|
+
Resume,
|
|
522
|
+
ResumeFilled,
|
|
523
|
+
RingsFamily,
|
|
524
|
+
Schedule,
|
|
525
|
+
ScheduleFilled,
|
|
526
|
+
Science,
|
|
527
|
+
ScienceFilled,
|
|
528
|
+
Search,
|
|
529
|
+
SecondaryEducation,
|
|
530
|
+
SecondaryEducationFilled,
|
|
531
|
+
ServicesFilled,
|
|
532
|
+
ServicesOutline,
|
|
533
|
+
ShareV1,
|
|
534
|
+
ShareV2,
|
|
535
|
+
Shield,
|
|
536
|
+
ShieldFailed,
|
|
537
|
+
ShieldFilled,
|
|
538
|
+
ShieldSuccess,
|
|
539
|
+
ShieldSuccessFilled,
|
|
540
|
+
ShieldWarninng,
|
|
541
|
+
Ship,
|
|
542
|
+
ShipFilled,
|
|
543
|
+
SmileFace,
|
|
544
|
+
SocialRegistry,
|
|
545
|
+
SocialRegistry1,
|
|
546
|
+
SoftwareRegistry,
|
|
547
|
+
SoftwareRegistryFilled,
|
|
548
|
+
Sport,
|
|
549
|
+
SportFilled,
|
|
550
|
+
Sputnik,
|
|
551
|
+
SputnikFilled,
|
|
552
|
+
Star,
|
|
553
|
+
StarFilled,
|
|
554
|
+
State,
|
|
555
|
+
StateFilled,
|
|
556
|
+
Theaters,
|
|
557
|
+
TheatersFilled,
|
|
558
|
+
Ticket,
|
|
559
|
+
TicketFilled,
|
|
560
|
+
Tourism,
|
|
561
|
+
TourismFilled,
|
|
562
|
+
Toys,
|
|
563
|
+
ToysFilled,
|
|
564
|
+
Train,
|
|
565
|
+
TrainFilled,
|
|
566
|
+
Trash,
|
|
567
|
+
TrashFilled,
|
|
568
|
+
TreeFruits,
|
|
569
|
+
TreeFruitsFilled,
|
|
570
|
+
Truck,
|
|
571
|
+
TruckFilled,
|
|
572
|
+
University,
|
|
573
|
+
UniversityFilled,
|
|
574
|
+
Unlock,
|
|
575
|
+
Update,
|
|
576
|
+
VeterinaryControl,
|
|
577
|
+
VeterinaryControlFilled,
|
|
578
|
+
ViewGrid,
|
|
579
|
+
ViewGridFilled,
|
|
580
|
+
ViewList,
|
|
581
|
+
ViewListFilled,
|
|
582
|
+
WarningFilled,
|
|
583
|
+
};
|
|
584
|
+
|
|
585
|
+
export default General;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const ApplePay = (props: React.SVGProps<SVGSVGElement>) => (
|
|
4
|
+
<svg
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
{...props}
|
|
10
|
+
fill="none"
|
|
11
|
+
>
|
|
12
|
+
<g clipPath="url(#clip0_702_253)">
|
|
13
|
+
<path
|
|
14
|
+
fillRule="evenodd"
|
|
15
|
+
clipRule="evenodd"
|
|
16
|
+
d="M3.20388 8.87757C3.65393 8.91609 4.10398 8.64649 4.38526 8.30467C4.66186 7.95323 4.84469 7.48143 4.79781 7C4.39933 7.01926 3.90709 7.2696 3.6258 7.62104C3.36796 7.92434 3.14762 8.4154 3.20388 8.87757ZM8.55766 15.0784V7.57288H11.3002C12.7159 7.57288 13.7051 8.57426 13.7051 10.0378C13.7051 11.5013 12.6972 12.5123 11.2626 12.5123H9.69216V15.0784H8.55766ZM4.7931 8.96909C4.39662 8.94566 4.03484 9.09154 3.74262 9.20938C3.55457 9.2852 3.39533 9.34942 3.27418 9.34942C3.13823 9.34942 2.97241 9.28177 2.78624 9.20582C2.54229 9.1063 2.26338 8.99251 1.97091 8.99798C1.30052 9.0076 0.677014 9.39756 0.334788 10.0186C-0.368416 11.2607 0.151955 13.0997 0.831719 14.1107C1.16457 14.6114 1.56305 15.1603 2.08811 15.141C2.3191 15.1321 2.48526 15.0597 2.65721 14.9847C2.85519 14.8984 3.06088 14.8088 3.38201 14.8088C3.692 14.8088 3.88867 14.8961 4.07747 14.9799C4.25698 15.0596 4.42936 15.1361 4.68528 15.1314C5.22909 15.1217 5.57132 14.6307 5.90417 14.13C6.26336 13.5926 6.42121 13.0682 6.44517 12.9886L6.44798 12.9794C6.4474 12.9788 6.443 12.9767 6.43523 12.9731C6.31515 12.9166 5.39728 12.4851 5.38848 11.3281C5.37964 10.3569 6.11644 9.8649 6.23242 9.78744C6.23948 9.78273 6.24424 9.77955 6.24639 9.77789C5.77759 9.06538 5.04626 8.98835 4.7931 8.96909ZM15.7772 15.1361C16.4898 15.1361 17.1508 14.7654 17.4508 14.1781H17.4743V15.0783H18.5244V11.3425C18.5244 10.2592 17.6806 9.56117 16.382 9.56117C15.1771 9.56117 14.2864 10.2689 14.2536 11.2414H15.2756C15.36 10.7792 15.7772 10.4759 16.3492 10.4759C17.043 10.4759 17.4321 10.8081 17.4321 11.4195V11.8335L16.0163 11.9202C14.699 12.002 13.9864 12.5557 13.9864 13.5185C13.9864 14.491 14.7224 15.1361 15.7772 15.1361ZM16.0819 14.2455C15.4771 14.2455 15.0927 13.947 15.0927 13.4897C15.0927 13.0179 15.4631 12.7434 16.171 12.7001L17.4321 12.6183V13.0419C17.4321 13.7448 16.8507 14.2455 16.0819 14.2455ZM22.0076 15.3721C21.5529 16.6864 21.0325 17.1197 19.9261 17.1197C19.8417 17.1197 19.5605 17.11 19.4948 17.0908V16.1905C19.5651 16.2001 19.7386 16.2098 19.8277 16.2098C20.3293 16.2098 20.6106 15.9931 20.784 15.4298L20.8872 15.0977L18.9651 9.63344H20.1512L21.4872 14.0674H21.5107L22.8468 9.63344H24L22.0076 15.3721ZM9.69204 8.55502H11C11.9845 8.55502 12.5471 9.09422 12.5471 10.0426C12.5471 10.9911 11.9845 11.5351 10.9953 11.5351H9.69204V8.55502Z"
|
|
17
|
+
fill={props.fill ?? "black"}
|
|
18
|
+
/>
|
|
19
|
+
</g>
|
|
20
|
+
<defs>
|
|
21
|
+
<clipPath id="clip0_702_253">
|
|
22
|
+
<rect width="24" height="24" fill="white" />
|
|
23
|
+
</clipPath>
|
|
24
|
+
</defs>
|
|
25
|
+
</svg>
|
|
26
|
+
);
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const Con1 = (props: React.SVGProps<SVGSVGElement>) => (
|
|
4
|
+
<svg
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
10
|
+
{...props}
|
|
11
|
+
fill="none"
|
|
12
|
+
>
|
|
13
|
+
<g clipPath="url(#clip0_572_4573)">
|
|
14
|
+
<rect width="24" height="24" fill="url(#pattern0_572_4573)" />
|
|
15
|
+
</g>
|
|
16
|
+
<defs>
|
|
17
|
+
<pattern
|
|
18
|
+
id="pattern0_572_4573"
|
|
19
|
+
patternContentUnits="objectBoundingBox"
|
|
20
|
+
width="1"
|
|
21
|
+
height="1"
|
|
22
|
+
>
|
|
23
|
+
<use xlinkHref="#image0_572_4573" transform="scale(0.00195312)" />
|
|
24
|
+
</pattern>
|
|
25
|
+
<clipPath id="clip0_572_4573">
|
|
26
|
+
<rect width="24" height="24" fill="white" />
|
|
27
|
+
</clipPath>
|
|
28
|
+
<image
|
|
29
|
+
id="image0_572_4573"
|
|
30
|
+
width="512"
|
|
31
|
+
height="512"
|
|
32
|
+
xlinkHref="data:image/png;base64,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"
|
|
33
|
+
/>
|
|
34
|
+
</defs>
|
|
35
|
+
</svg>
|
|
36
|
+
);
|