@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,19 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const DisabilitySupportFilled = (
|
|
4
|
+
props: React.SVGProps<SVGSVGElement>
|
|
5
|
+
) => (
|
|
6
|
+
<svg
|
|
7
|
+
width="24"
|
|
8
|
+
height="24"
|
|
9
|
+
viewBox="0 0 24 24"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
{...props}
|
|
12
|
+
fill="none"
|
|
13
|
+
>
|
|
14
|
+
<path
|
|
15
|
+
d="M11.2917 5.49463C11.6378 5.49463 11.9762 5.39199 12.264 5.1997C12.5517 5.00741 12.7761 4.7341 12.9085 4.41433C13.041 4.09455 13.0756 3.74269 13.0081 3.40322C12.9406 3.06375 12.7739 2.75193 12.5292 2.50719C12.2844 2.26245 11.9726 2.09578 11.6331 2.02826C11.2937 1.96073 10.9418 1.99539 10.622 2.12784C10.3022 2.26029 10.0289 2.4846 9.83664 2.77238C9.64435 3.06017 9.54172 3.39851 9.54172 3.74463C9.54172 4.20876 9.72609 4.65388 10.0543 4.98207C10.3825 5.31026 10.8276 5.49463 11.2917 5.49463ZM17.9922 15.5698C17.8923 15.1258 17.6447 14.7288 17.2899 14.4436C16.9352 14.1585 16.4943 14.002 16.0391 13.9998H14V9.49983C14 8.83679 13.7366 8.2009 13.2678 7.73206C12.7989 7.26322 12.1631 6.99983 11.5 6.99983H10.5C10.1022 6.99983 9.72066 7.15787 9.43935 7.43917C9.15805 7.72047 9.00001 8.10201 9.00001 8.49983V10.0898C7.87273 10.281 6.82359 10.7905 5.97625 11.5581C5.1289 12.3258 4.51867 13.3197 4.21746 14.4227C3.91625 15.5257 3.93662 16.6918 4.27618 17.7836C4.61573 18.8754 5.26032 19.8474 6.13396 20.585C7.00761 21.3226 8.0739 21.7951 9.20717 21.9468C10.3404 22.0985 11.4935 21.923 12.5303 21.4412C13.5672 20.9593 14.4447 20.191 15.0595 19.227C15.6742 18.2629 16.0005 17.1432 16 15.9998H16.0391L17.3585 21.9998H19.4061L17.9922 15.5698ZM10 19.9998C9.02725 20.0018 8.08723 19.6485 7.3566 19.0063C6.62596 18.3641 6.155 17.4771 6.03219 16.5121C5.90939 15.5472 6.1432 14.5705 6.6897 13.7658C7.23619 12.961 8.05775 12.3835 9.00001 12.1418V13.9998C9.00001 14.5303 9.21073 15.039 9.5858 15.414C9.96087 15.7891 10.4696 15.9998 11 15.9998H14C13.9988 17.0603 13.577 18.0771 12.8271 18.8269C12.0772 19.5768 11.0605 19.9986 10 19.9998Z"
|
|
16
|
+
fill={props.fill ?? "black"}
|
|
17
|
+
/>
|
|
18
|
+
</svg>
|
|
19
|
+
);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const Doc = (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
|
+
<path
|
|
13
|
+
d="M15.4141 2H4V22H20V6.5859L15.4141 2ZM18 20H6V4H14.5856L18 7.4144V20ZM8 14.95H13V13.05H8V14.95ZM8 10.95H16V9.05H8V10.95Z"
|
|
14
|
+
fill={props.fill ?? "black"}
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const DocFilled = (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
|
+
<path
|
|
13
|
+
d="M15.4141 2H4V22H20V6.5859L15.4141 2ZM13 14.95H8V13.05H13V14.95ZM16 10.95H8V9.05H16V10.95Z"
|
|
14
|
+
fill={props.fill ?? "black"}
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const DocumentDiagram = (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
|
+
<path
|
|
13
|
+
d="M15.4141 2H4V22H20V6.5859L15.4141 2ZM18 20H6V4H14.5856L18 7.4144V20ZM8 16H9.6V12H8V16ZM14.4 16H16V10H14.4V16ZM11.2 16H12.8V8H11.2V16Z"
|
|
14
|
+
fill={props.fill ?? "black"}
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const DocumentDiagramFilled = (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
|
+
<path
|
|
13
|
+
d="M15.4141 2H4V22H20V6.5859L15.4141 2ZM9.6 16H8V12H9.6V16ZM12.8 16H11.2V8H12.8V16ZM16 16H14.4V10H16V16Z"
|
|
14
|
+
fill={props.fill ?? "black"}
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const DocumentTable = (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
|
+
<path
|
|
13
|
+
d="M15.4141 2H4V22H20V6.5859L15.4141 2ZM18 20H6V4H14.5856L18 7.4144V20ZM8 16H16V8H8V16ZM12.65 9.35H14.65V11.35H12.65V9.35ZM12.65 12.65H14.65V14.65H12.65V12.65ZM9.35 9.35H11.35V11.35H9.35V9.35ZM9.35 12.65H11.35V14.65H9.35V12.65Z"
|
|
14
|
+
fill={props.fill ?? "black"}
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const DocumentTableFilled = (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
|
+
<path
|
|
13
|
+
d="M15.4141 2H4V22H20V6.5859L15.4141 2ZM16 16H8V8H16V16ZM11.35 9.35H9.35V11.35H11.35V9.35ZM14.65 12.65H12.65V14.65H14.65V12.65ZM11.35 12.65H9.35V14.65H11.35V12.65ZM14.65 9.35H12.65V11.35H14.65V9.35Z"
|
|
14
|
+
fill={props.fill ?? "black"}
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const DragIndicator = (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
|
+
<path
|
|
13
|
+
d="M9 20C8.45 20 7.97933 19.8043 7.588 19.413C7.196 19.021 7 18.55 7 18C7 17.45 7.196 16.979 7.588 16.587C7.97933 16.1957 8.45 16 9 16C9.55 16 10.021 16.1957 10.413 16.587C10.8043 16.979 11 17.45 11 18C11 18.55 10.8043 19.021 10.413 19.413C10.021 19.8043 9.55 20 9 20ZM15 20C14.45 20 13.9793 19.8043 13.588 19.413C13.196 19.021 13 18.55 13 18C13 17.45 13.196 16.979 13.588 16.587C13.9793 16.1957 14.45 16 15 16C15.55 16 16.021 16.1957 16.413 16.587C16.8043 16.979 17 17.45 17 18C17 18.55 16.8043 19.021 16.413 19.413C16.021 19.8043 15.55 20 15 20ZM9 14C8.45 14 7.97933 13.804 7.588 13.412C7.196 13.0207 7 12.55 7 12C7 11.45 7.196 10.979 7.588 10.587C7.97933 10.1957 8.45 10 9 10C9.55 10 10.021 10.1957 10.413 10.587C10.8043 10.979 11 11.45 11 12C11 12.55 10.8043 13.0207 10.413 13.412C10.021 13.804 9.55 14 9 14ZM15 14C14.45 14 13.9793 13.804 13.588 13.412C13.196 13.0207 13 12.55 13 12C13 11.45 13.196 10.979 13.588 10.587C13.9793 10.1957 14.45 10 15 10C15.55 10 16.021 10.1957 16.413 10.587C16.8043 10.979 17 11.45 17 12C17 12.55 16.8043 13.0207 16.413 13.412C16.021 13.804 15.55 14 15 14ZM9 8C8.45 8 7.97933 7.804 7.588 7.412C7.196 7.02067 7 6.55 7 6C7 5.45 7.196 4.97933 7.588 4.588C7.97933 4.196 8.45 4 9 4C9.55 4 10.021 4.196 10.413 4.588C10.8043 4.97933 11 5.45 11 6C11 6.55 10.8043 7.02067 10.413 7.412C10.021 7.804 9.55 8 9 8ZM15 8C14.45 8 13.9793 7.804 13.588 7.412C13.196 7.02067 13 6.55 13 6C13 5.45 13.196 4.97933 13.588 4.588C13.9793 4.196 14.45 4 15 4C15.55 4 16.021 4.196 16.413 4.588C16.8043 4.97933 17 5.45 17 6C17 6.55 16.8043 7.02067 16.413 7.412C16.021 7.804 15.55 8 15 8Z"
|
|
14
|
+
fill={props.fill ?? "black"}
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const DriverLicense = (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
|
+
<path
|
|
13
|
+
d="M22.5 3H2.5V18.6667H12.5V17H4.31818V4.66667H20.6818V10H22.5V3Z"
|
|
14
|
+
fill={props.fill ?? "black"}
|
|
15
|
+
/>
|
|
16
|
+
<path
|
|
17
|
+
d="M12.5 15.3333V13.6667H6.13636V15.3333H12.5Z"
|
|
18
|
+
fill={props.fill ?? "black"}
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
fillRule="evenodd"
|
|
22
|
+
clipRule="evenodd"
|
|
23
|
+
d="M19 12.25C17.1273 12.25 15.5393 13.4608 14.9724 15.1401C14.828 15.568 14.75 16.0257 14.75 16.5C14.75 18.8472 16.6528 20.75 19 20.75C21.3472 20.75 23.25 18.8472 23.25 16.5C23.25 16.0257 23.172 15.568 23.0276 15.1401C22.4607 13.4608 20.8727 12.25 19 12.25ZM19 15.7084L16.7328 14.9428C17.229 14.2219 18.06 13.75 19 13.75C19.94 13.75 20.771 14.2219 21.2672 14.9428L19 15.7084ZM19.75 17.0384L21.7467 16.3641C21.7489 16.4091 21.75 16.4544 21.75 16.5C21.75 17.7588 20.9043 18.82 19.75 19.1465V17.0384ZM18.25 17.0384V19.1465C17.0957 18.82 16.25 17.7588 16.25 16.5C16.25 16.4544 16.2511 16.4091 16.2533 16.3641L18.25 17.0384Z"
|
|
24
|
+
fill={props.fill ?? "black"}
|
|
25
|
+
/>
|
|
26
|
+
</svg>
|
|
27
|
+
);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const Earth = (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
|
+
<path
|
|
13
|
+
d="M12 2C10.0222 2 8.08879 2.58649 6.4443 3.6853C4.79981 4.78412 3.51809 6.3459 2.76121 8.17317C2.00433 10.0004 1.8063 12.0111 2.19215 13.9509C2.578 15.8907 3.53041 17.6725 4.92894 19.0711C6.32746 20.4696 8.10929 21.422 10.0491 21.8079C11.9889 22.1937 13.9996 21.9957 15.8268 21.2388C17.6541 20.4819 19.2159 19.2002 20.3147 17.5557C21.4135 15.9112 22 13.9778 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7363 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM18.3349 6.8C19.2409 7.90398 19.8415 9.22627 20.0768 10.6349C19.9047 10.2114 19.6104 9.84874 19.2314 9.59318C18.8524 9.33762 18.4058 9.20074 17.9487 9.2H14.7077L15.5333 6.9316C15.5474 6.89308 15.573 6.85981 15.6066 6.83628C15.6403 6.81275 15.6803 6.80009 15.7213 6.8H18.3349ZM7.899 6.6069C7.93116 6.60689 7.96285 6.61463 7.99137 6.62948C8.0199 6.64432 8.04443 6.66582 8.06288 6.69216C8.08133 6.7185 8.09315 6.7489 8.09735 6.78078C8.10155 6.81266 8.098 6.84508 8.087 6.8753L7.3111 9.0069H5.6094C5.0922 9.00872 4.59106 9.18674 4.1886 9.5116C4.53316 8.44027 5.09485 7.45147 5.8386 6.6069H7.899ZM3.8246 12.4861L5.5791 14.239L5.556 17.0543C4.52526 15.7445 3.92096 14.1501 3.8246 12.4861ZM7.4336 18.8069H7.5354C8.15107 18.8069 8.75184 18.6175 9.25616 18.2643C9.76048 17.9112 10.1439 17.4114 10.3545 16.8329L11.2069 14.4909C11.3169 14.1888 11.3524 13.8646 11.3104 13.5458C11.2684 13.227 11.1502 12.9231 10.9658 12.6597C10.7814 12.3964 10.5362 12.1813 10.251 12.0329C9.9658 11.8844 9.64902 11.8069 9.3275 11.8069H5.6094C5.4768 11.8069 5.34962 11.7542 5.25585 11.6605C5.16208 11.5667 5.1094 11.4395 5.1094 11.3069C5.1094 11.1743 5.16208 11.0471 5.25585 10.9533C5.34962 10.8596 5.4768 10.8069 5.6094 10.8069H7.8713C8.07658 10.807 8.2769 10.7438 8.44507 10.6261C8.61323 10.5084 8.7411 10.3418 8.8113 10.1489L9.7787 7.4909C9.88388 7.20068 9.92019 6.89 9.88475 6.58335C9.84931 6.2767 9.7431 5.98248 9.5745 5.7239C9.4059 5.46533 9.17952 5.24946 8.91322 5.09334C8.64692 4.93722 8.34799 4.84512 8.04 4.8243C9.3012 4.12384 10.7258 3.77099 12.1682 3.80187C13.6105 3.83274 15.0187 4.24622 16.2488 5H15.7213C15.3109 5 14.9103 5.12628 14.5741 5.36171C14.2379 5.59713 13.9823 5.9303 13.8419 6.316L12.87 8.9869C12.7875 9.21348 12.7609 9.4566 12.7923 9.69566C12.8238 9.93472 12.9124 10.1627 13.0507 10.3602C13.189 10.5577 13.3728 10.719 13.5867 10.8304C13.8005 10.9418 14.0381 10.9999 14.2792 11H17.9487C18.0813 11 18.2085 11.0527 18.3023 11.1464C18.396 11.2402 18.4487 11.3674 18.4487 11.5C18.4487 11.6326 18.396 11.7598 18.3023 11.8536C18.2085 11.9473 18.0813 12 17.9487 12H15.637C14.974 12 14.3381 12.2634 13.8692 12.7322C13.4004 13.2011 13.137 13.837 13.137 14.5V14.8993C13.137 15.4564 13.3583 15.9908 13.7523 16.3847C14.1462 16.7787 14.6806 17 15.2377 17H16.037C16.0635 17 16.089 17.0105 16.1077 17.0293C16.1265 17.048 16.137 17.0735 16.137 17.1V18.3878C16.1389 18.5982 16.1721 18.8072 16.2355 19.0078C14.903 19.8203 13.3653 20.2332 11.8051 20.1976C10.2448 20.1619 8.72757 19.6794 7.4336 18.8069ZM7.3565 17.0069L7.379 14.2537L7.3843 13.6069H9.3275C9.35966 13.6069 9.39135 13.6146 9.41987 13.6295C9.4484 13.6443 9.47293 13.6658 9.49138 13.6922C9.50983 13.7185 9.52165 13.7489 9.52585 13.7808C9.53005 13.8127 9.5265 13.8451 9.5155 13.8753L8.6631 16.2173C8.57846 16.4485 8.42498 16.6482 8.22334 16.7894C8.0217 16.9307 7.7816 17.0067 7.5354 17.0073L7.3565 17.0069ZM17.937 17.64V17.1C17.9364 16.5963 17.7361 16.1133 17.3799 15.7571C17.0237 15.4009 16.5407 15.2006 16.037 15.2H15.2377C15.158 15.1999 15.0815 15.1682 15.0252 15.1118C14.9688 15.0555 14.9371 14.979 14.937 14.8993V14.5C14.9372 14.3144 15.011 14.1365 15.1423 14.0053C15.2735 13.874 15.4514 13.8002 15.637 13.8H17.9487C18.4762 13.7992 18.9874 13.6174 19.397 13.2849C19.8065 12.9524 20.0895 12.4895 20.1987 11.9734L20.2 12C20.1996 14.1012 19.389 16.1213 17.937 17.64Z"
|
|
14
|
+
fill={props.fill ?? "black"}
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const EarthFilled = (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
|
+
<path
|
|
13
|
+
d="M12 2C10.0222 2 8.08879 2.58649 6.4443 3.6853C4.79981 4.78412 3.51809 6.3459 2.76121 8.17317C2.00433 10.0004 1.8063 12.0111 2.19215 13.9509C2.578 15.8907 3.53041 17.6725 4.92894 19.0711C6.32746 20.4696 8.10929 21.422 10.0491 21.8079C11.9889 22.1937 13.9996 21.9957 15.8268 21.2388C17.6541 20.4819 19.2159 19.2002 20.3147 17.5557C21.4135 15.9112 22 13.9778 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7363 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM3.963 13.6254L5.5791 15.239L5.5634 17.0641C4.76738 16.0594 4.21912 14.8814 3.963 13.6254ZM7.3971 18.7817C7.77691 18.7536 8.14066 18.6171 8.44508 18.3882C8.74951 18.1594 8.98179 17.8479 9.1143 17.4909L10.2062 14.4909C10.3162 14.1888 10.3517 13.8646 10.3097 13.5458C10.2677 13.227 10.1495 12.9231 9.9651 12.6597C9.78068 12.3964 9.53548 12.1813 9.25029 12.0329C8.9651 11.8844 8.64832 11.8069 8.3268 11.8069H5.3542C5.08899 11.8069 4.83463 11.7015 4.6471 11.514C4.45956 11.3265 4.3542 11.0721 4.3542 10.8069C4.3542 10.5417 4.45956 10.2873 4.6471 10.0998C4.83463 9.91226 5.08899 9.8069 5.3542 9.8069H8.2352C8.44048 9.80696 8.6408 9.74385 8.80897 9.62613C8.97713 9.50841 9.105 9.3418 9.1752 9.1489L9.7787 7.4909C9.88388 7.20068 9.92019 6.89 9.88475 6.58335C9.84931 6.2767 9.7431 5.98248 9.5745 5.7239C9.4059 5.46533 9.17952 5.24946 8.91322 5.09334C8.64692 4.93722 8.34799 4.84512 8.04 4.8243C9.10113 4.23505 10.2805 3.89039 11.492 3.81551C12.7034 3.74063 13.9163 3.93742 15.0419 4.3915C14.7217 4.62329 14.4777 4.94506 14.3409 5.3159L13.7327 6.9869C13.6502 7.21351 13.6236 7.45666 13.655 7.69576C13.6865 7.93485 13.7752 8.16283 13.9135 8.36037C14.0518 8.55791 14.2357 8.71919 14.4496 8.83054C14.6635 8.94188 14.9011 9.00001 15.1423 9H18.45C18.5826 9 18.7098 9.05268 18.8036 9.14645C18.8973 9.24021 18.95 9.36739 18.95 9.5C18.95 9.63261 18.8973 9.75979 18.8036 9.85355C18.7098 9.94732 18.5826 10 18.45 10H16.5C15.837 10 15.2011 10.2634 14.7322 10.7322C14.2634 11.2011 14 11.837 14 12.5V13.5C14 13.8978 14.158 14.2794 14.4393 14.5607C14.7206 14.842 15.1022 15 15.5 15H16.5C16.6326 15 16.7598 15.0527 16.8536 15.1464C16.9473 15.2402 17 15.3674 17 15.5V17.0878C17 17.4781 17.1528 17.8528 17.4256 18.1319C16.066 19.3433 14.3404 20.0652 12.5232 20.183C10.7061 20.3008 8.90171 19.8074 7.3971 18.7817Z"
|
|
14
|
+
fill={props.fill ?? "black"}
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const Edit = (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
|
+
<path
|
|
13
|
+
d="M20.5859 4.58593L19.4141 3.41413C18.8512 2.85222 18.0884 2.53662 17.293 2.53662C16.4976 2.53662 15.7348 2.85222 15.1719 3.41413L3 15.5859V21H8.4141L20.5859 8.82813C21.1478 8.26524 21.4634 7.50238 21.4634 6.70703C21.4634 5.91167 21.1478 5.14882 20.5859 4.58593ZM7.5856 19H5V16.4144L14 7.41443L16.5858 10L7.5856 19ZM19.1718 7.41393L18 8.58583L15.4142 6.00003L16.5861 4.82813C16.774 4.64135 17.0281 4.53651 17.293 4.53651C17.5579 4.53651 17.812 4.64135 17.9999 4.82813L19.172 6.00003C19.3587 6.18786 19.4635 6.44194 19.4635 6.70678C19.4635 6.97162 19.3585 7.2261 19.1718 7.41393Z"
|
|
14
|
+
fill={props.fill ?? "black"}
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const EditFilled = (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
|
+
<path
|
|
13
|
+
d="M3 17.25V21H6.75L17.81 9.94L14.06 6.19L3 17.25ZM20.71 7.04C21.1 6.65 21.1 6.02 20.71 5.63L18.37 3.29C17.98 2.9 17.35 2.9 16.96 3.29L15.13 5.12L18.88 8.87L20.71 7.04Z"
|
|
14
|
+
fill={props.fill ?? "black"}
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const EditNote = (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
|
+
<path
|
|
13
|
+
d="M16.4141 3H3V21H21V7.5859L16.4141 3ZM19 19H5V5H15.5856L19 8.4144V19ZM9 13.5858V15H10.4142L13.6365 11.7778L12.2222 10.3636L9 13.5858ZM14.5809 8.9241C14.5205 8.86373 14.4489 8.81585 14.37 8.78318C14.2911 8.7505 14.2066 8.73369 14.1213 8.73369C14.0359 8.73369 13.9514 8.7505 13.8725 8.78318C13.7936 8.81585 13.722 8.86373 13.6616 8.9241L13.0707 9.5151L14.4849 10.9293L15.0759 10.3383C15.1978 10.2164 15.2663 10.0511 15.2663 9.8787C15.2663 9.70632 15.1978 9.541 15.0759 9.4191L14.5809 8.9241Z"
|
|
14
|
+
fill={props.fill ?? "black"}
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const Education = (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
|
+
<path
|
|
13
|
+
d="M12 3.03998L0 9.99998L5 12.9V16.3094C5 16.836 5.13861 17.3533 5.40192 17.8094C5.66522 18.2655 6.04394 18.6442 6.5 18.9075L12 22.0829L17.5 18.9075C17.9561 18.6442 18.3348 18.2655 18.5981 17.8094C18.8614 17.3533 19 16.836 19 16.3094V12.9L22 11.16V17H24V9.99998L12 3.03998ZM12 5.35208L18.29 8.99998H12V11H18.29L12 14.6479L3.9863 9.99998L12 5.35208ZM17 16.3094C16.9997 16.4849 16.9534 16.6572 16.8657 16.8092C16.7779 16.9611 16.6518 17.0874 16.5 17.1754L12 19.7735L7.5 17.1754C7.34815 17.0874 7.22206 16.9611 7.13432 16.8092C7.04657 16.6572 7.00026 16.4849 7 16.3094V14.06L12 16.96L17 14.06V16.3094Z"
|
|
14
|
+
fill={props.fill ?? "black"}
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const EducationFilled = (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
|
+
<path
|
|
13
|
+
d="M12 18.272L10.9966 17.69L5 14.212V16.3094C5 16.836 5.13861 17.3533 5.40192 17.8094C5.66522 18.2655 6.04394 18.6442 6.5 18.9075L12 22.0829L17.5 18.9075C17.9561 18.6442 18.3348 18.2655 18.5981 17.8094C18.8614 17.3533 19 16.836 19 16.3094V14.212L13.0034 17.69L12 18.272ZM12 2.03998L0 8.99998L12 15.96L22 10.16V16H24V8.99998L12 2.03998Z"
|
|
14
|
+
fill={props.fill ?? "black"}
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const Emergency = (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
|
+
<path
|
|
13
|
+
d="M12 5.5C12.3461 5.5 12.6845 5.39737 12.9722 5.20507C13.26 5.01278 13.4843 4.73947 13.6168 4.4197C13.7492 4.09993 13.7839 3.74806 13.7164 3.40859C13.6489 3.06913 13.4822 2.75731 13.2374 2.51256C12.9927 2.26782 12.6809 2.10115 12.3414 2.03363C12.0019 1.9661 11.6501 2.00076 11.3303 2.13321C11.0105 2.26566 10.7372 2.48997 10.5449 2.77775C10.3526 3.06554 10.25 3.40388 10.25 3.75C10.25 4.21413 10.4344 4.65925 10.7626 4.98744C11.0908 5.31563 11.5359 5.5 12 5.5ZM2 7V8C2 8.26522 2.10536 8.51957 2.29289 8.70711C2.48043 8.89464 2.73478 9 3 9H9V23H11V16H13V23H15V9H21C21.2652 9 21.5196 8.89464 21.7071 8.70711C21.8946 8.51957 22 8.26522 22 8V7H2ZM13 14H11V9H13V14Z"
|
|
14
|
+
fill={props.fill ?? "black"}
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const EmergencyFilled = (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
|
+
<path
|
|
13
|
+
d="M12 5.5C12.3461 5.5 12.6845 5.39737 12.9722 5.20507C13.26 5.01278 13.4843 4.73947 13.6168 4.4197C13.7492 4.09993 13.7839 3.74806 13.7164 3.40859C13.6489 3.06913 13.4822 2.75731 13.2374 2.51256C12.9927 2.26782 12.6809 2.10115 12.3414 2.03363C12.0019 1.9661 11.6501 2.00076 11.3303 2.13321C11.0105 2.26566 10.7372 2.48997 10.5449 2.77775C10.3526 3.06554 10.25 3.40388 10.25 3.75C10.25 4.21413 10.4344 4.65925 10.7626 4.98744C11.0908 5.31563 11.5359 5.5 12 5.5ZM2 7V7.9413C1.99999 8.09304 2.05748 8.23915 2.16089 8.3502C2.2643 8.46126 2.40594 8.529 2.5573 8.5398L9 9V23H11V15H13V23H15V9L21.4427 8.54C21.5941 8.5292 21.7358 8.46142 21.8392 8.35033C21.9426 8.23924 22.0001 8.09308 22 7.9413V7H2Z"
|
|
14
|
+
fill={props.fill ?? "black"}
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const Employment = (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_1926_10717)">
|
|
13
|
+
<mask
|
|
14
|
+
id="mask0_1926_10717"
|
|
15
|
+
style={{ maskType: "luminance" }}
|
|
16
|
+
maskUnits="userSpaceOnUse"
|
|
17
|
+
x="0"
|
|
18
|
+
y="0"
|
|
19
|
+
width="24"
|
|
20
|
+
height="24"
|
|
21
|
+
>
|
|
22
|
+
<path d="M24 0H0V24H24V0Z" fill="white" />
|
|
23
|
+
</mask>
|
|
24
|
+
<g mask="url(#mask0_1926_10717)">
|
|
25
|
+
<path
|
|
26
|
+
d="M14.5 3V2.5C14.5 1.83696 14.2366 1.20107 13.7678 0.732233C13.2989 0.263392 12.663 0 12 0C11.337 0 10.7011 0.263392 10.2322 0.732233C9.76339 1.20107 9.5 1.83696 9.5 2.5V3H4V22H20V3H14.5ZM11.1 2.5C11.1 2.38181 11.1233 2.26478 11.1685 2.15558C11.2137 2.04639 11.28 1.94718 11.3636 1.8636C11.4472 1.78003 11.5464 1.71374 11.6556 1.66851C11.7648 1.62328 11.8818 1.6 12 1.6C12.1182 1.6 12.2352 1.62328 12.3444 1.66851C12.4536 1.71374 12.5528 1.78003 12.6364 1.8636C12.72 1.94718 12.7863 2.04639 12.8315 2.15558C12.8767 2.26478 12.9 2.38181 12.9 2.5V3H11.1V2.5ZM15.107 5L14.9141 5.72C14.8655 5.90063 14.7587 6.06022 14.6103 6.17409C14.4619 6.28797 14.2802 6.34979 14.0931 6.35H9.907C9.71993 6.34979 9.53814 6.28798 9.38972 6.1741C9.24131 6.06023 9.13453 5.90064 9.0859 5.72L8.893 5H15.107ZM18 20H6V5H7.1848L7.4921 6.147C7.63453 6.67861 7.9484 7.14836 8.38503 7.48339C8.82166 7.81842 9.35664 8.00002 9.907 8H14.0931C14.6434 7.99999 15.1784 7.81839 15.615 7.48336C16.0516 7.14833 16.3655 6.67859 16.5079 6.147L16.8152 5H18V20ZM11.3975 13.5522L9.2656 11.4209L8.0645 12.623L11.3975 15.9565L16.123 11.2314L14.9219 10.0293L11.3975 13.5522Z"
|
|
27
|
+
fill={props.fill ?? "black"}
|
|
28
|
+
/>
|
|
29
|
+
</g>
|
|
30
|
+
</g>
|
|
31
|
+
<defs>
|
|
32
|
+
<clipPath id="clip0_1926_10717">
|
|
33
|
+
<rect width="24" height="24" fill="white" />
|
|
34
|
+
</clipPath>
|
|
35
|
+
</defs>
|
|
36
|
+
</svg>
|
|
37
|
+
);
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const EmploymentFilled = (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_1926_10718)">
|
|
13
|
+
<mask
|
|
14
|
+
id="mask0_1926_10718"
|
|
15
|
+
style={{ maskType: "luminance" }}
|
|
16
|
+
maskUnits="userSpaceOnUse"
|
|
17
|
+
x="0"
|
|
18
|
+
y="0"
|
|
19
|
+
width="24"
|
|
20
|
+
height="24"
|
|
21
|
+
>
|
|
22
|
+
<path d="M24 0H0V24H24V0Z" fill="white" />
|
|
23
|
+
</mask>
|
|
24
|
+
<g mask="url(#mask0_1926_10718)">
|
|
25
|
+
<path
|
|
26
|
+
d="M14.5 3V2.5C14.5 1.83696 14.2366 1.20107 13.7678 0.732233C13.2989 0.263392 12.663 0 12 0C11.337 0 10.7011 0.263392 10.2322 0.732233C9.76339 1.20107 9.5 1.83696 9.5 2.5V3H4V22H20V3H14.5ZM11.1 2.5C11.1 2.38181 11.1233 2.26478 11.1685 2.15558C11.2137 2.04639 11.28 1.94718 11.3636 1.8636C11.4472 1.78003 11.5464 1.71374 11.6556 1.66851C11.7648 1.62328 11.8818 1.6 12 1.6C12.1182 1.6 12.2352 1.62328 12.3444 1.66851C12.4536 1.71374 12.5528 1.78003 12.6364 1.8636C12.72 1.94718 12.7863 2.04639 12.8315 2.15558C12.8767 2.26478 12.9 2.38181 12.9 2.5V3H11.1V2.5ZM11.3975 15.9565L8.0645 12.623L9.2656 11.4209L11.3975 13.5522L14.9219 10.0293L16.123 11.2314L11.3975 15.9565ZM17.6627 5.8882C17.5772 6.20714 17.3889 6.48897 17.127 6.68999C16.865 6.89101 16.5441 6.99998 16.2139 7H7.7861C7.45591 6.99998 7.13495 6.89101 6.873 6.68999C6.61106 6.48897 6.42275 6.20714 6.3373 5.8882L6.0992 5H17.9008L17.6627 5.8882Z"
|
|
27
|
+
fill={props.fill ?? "black"}
|
|
28
|
+
/>
|
|
29
|
+
</g>
|
|
30
|
+
</g>
|
|
31
|
+
<defs>
|
|
32
|
+
<clipPath id="clip0_1926_10718">
|
|
33
|
+
<rect width="24" height="24" fill="white" />
|
|
34
|
+
</clipPath>
|
|
35
|
+
</defs>
|
|
36
|
+
</svg>
|
|
37
|
+
);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const Error = (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
|
+
<path
|
|
13
|
+
d="M11.2422 13.5H12.7578L13.2188 7H10.7812L11.2422 13.5ZM12 2C10.0222 2 8.08879 2.58649 6.4443 3.6853C4.79981 4.78412 3.51809 6.3459 2.76121 8.17317C2.00433 10.0004 1.8063 12.0111 2.19215 13.9509C2.578 15.8907 3.53041 17.6725 4.92894 19.0711C6.32746 20.4696 8.10929 21.422 10.0491 21.8079C11.9889 22.1937 13.9996 21.9957 15.8268 21.2388C17.6541 20.4819 19.2159 19.2002 20.3147 17.5557C21.4135 15.9112 22 13.9778 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7363 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C10.4178 20 8.87104 19.5308 7.55544 18.6518C6.23985 17.7727 5.21447 16.5233 4.60897 15.0615C4.00347 13.5997 3.84504 11.9911 4.15372 10.4393C4.4624 8.88743 5.22433 7.46197 6.34315 6.34315C7.46197 5.22433 8.88743 4.4624 10.4393 4.15372C11.9911 3.84504 13.5997 4.00346 15.0615 4.60896C16.5233 5.21447 17.7727 6.23984 18.6518 7.55544C19.5308 8.87103 20 10.4177 20 12C19.9976 14.121 19.154 16.1544 17.6542 17.6542C16.1544 19.154 14.121 19.9976 12 20ZM12 14.85C11.7726 14.85 11.5502 14.9174 11.3611 15.0438C11.172 15.1702 11.0246 15.3498 10.9375 15.5599C10.8505 15.77 10.8277 16.0013 10.8721 16.2244C10.9165 16.4474 11.026 16.6523 11.1868 16.8132C11.3477 16.974 11.5526 17.0835 11.7757 17.1279C11.9987 17.1723 12.23 17.1495 12.4401 17.0625C12.6502 16.9754 12.8298 16.828 12.9562 16.6389C13.0826 16.4498 13.15 16.2274 13.15 16C13.15 15.695 13.0288 15.4025 12.8132 15.1868C12.5975 14.9712 12.305 14.85 12 14.85Z"
|
|
14
|
+
fill={props.fill ?? "black"}
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const Factory = (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
|
+
<path
|
|
13
|
+
fillRule="evenodd"
|
|
14
|
+
clipRule="evenodd"
|
|
15
|
+
d="M1 1H7V8.38197L15 4.38197V8.38197L23 4.38197V23H1V1ZM3 3V21H21V7.61803L13 11.618V7.61803L5 11.618V3H3Z"
|
|
16
|
+
fill={props.fill ?? "black"}
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
fillRule="evenodd"
|
|
20
|
+
clipRule="evenodd"
|
|
21
|
+
d="M5 13H11V19H5V13ZM7 15V17H9V15H7Z"
|
|
22
|
+
fill={props.fill ?? "black"}
|
|
23
|
+
/>
|
|
24
|
+
<path
|
|
25
|
+
fillRule="evenodd"
|
|
26
|
+
clipRule="evenodd"
|
|
27
|
+
d="M13 13H19V19H13V13ZM15 15V17H17V15H15Z"
|
|
28
|
+
fill={props.fill ?? "black"}
|
|
29
|
+
/>
|
|
30
|
+
</svg>
|
|
31
|
+
);
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const FactoryFilled = (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
|
+
<path
|
|
13
|
+
fillRule="evenodd"
|
|
14
|
+
clipRule="evenodd"
|
|
15
|
+
d="M7 1H1V23H23V4.38197L15 8.38197V4.38197L7 8.38197V1ZM11 13H5V19H11V13ZM19 13H13V19H19V13Z"
|
|
16
|
+
fill={props.fill ?? "black"}
|
|
17
|
+
/>
|
|
18
|
+
</svg>
|
|
19
|
+
);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const Family = (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
|
+
<path
|
|
13
|
+
d="M17 5.5C17.3461 5.5 17.6845 5.39737 17.9723 5.20507C18.2601 5.01278 18.4844 4.73947 18.6168 4.4197C18.7493 4.09993 18.7839 3.74806 18.7164 3.40859C18.6489 3.06913 18.4822 2.75731 18.2375 2.51256C17.9927 2.26782 17.6809 2.10115 17.3414 2.03363C17.002 1.9661 16.6501 2.00076 16.3303 2.13321C16.0106 2.26566 15.7372 2.48997 15.545 2.77775C15.3527 3.06554 15.25 3.40388 15.25 3.75C15.25 4.21413 15.4344 4.65925 15.7626 4.98744C16.0908 5.31563 16.5359 5.5 17 5.5ZM7.00003 5.5C7.34614 5.5 7.68449 5.39737 7.97227 5.20507C8.26006 5.01278 8.48436 4.73947 8.61682 4.4197C8.74927 4.09993 8.78393 3.74806 8.7164 3.40859C8.64888 3.06913 8.48221 2.75731 8.23746 2.51256C7.99272 2.26782 7.6809 2.10115 7.34143 2.03363C7.00197 1.9661 6.6501 2.00076 6.33033 2.13321C6.01056 2.26566 5.73725 2.48997 5.54495 2.77775C5.35266 3.06554 5.25003 3.40388 5.25003 3.75C5.25003 4.21413 5.4344 4.65925 5.76259 4.98744C6.09078 5.31563 6.5359 5.5 7.00003 5.5ZM7.00003 7C6.31307 6.9981 5.63257 7.1325 4.99792 7.39542C4.36327 7.65834 3.78708 8.04456 3.30273 8.5317L3.00983 8.8247V16H5.65003V22H8.35003V16H10.99V8.8247L10.6971 8.5317C10.2128 8.04458 9.63664 7.65838 9.00203 7.39546C8.36741 7.13254 7.68695 6.99813 7.00003 7ZM8.99003 14H5.01003V9.6859C5.57818 9.24151 6.27872 9.00007 7.00003 9.00007C7.72133 9.00007 8.42188 9.24151 8.99003 9.6859V14ZM19.6025 8.19L19.4111 7.9985C18.7714 7.35945 17.9042 7.00049 17 7.00049C16.0958 7.00049 15.2286 7.35945 14.5889 7.9985L14.3975 8.19L11.8154 17H15.65V22H18.35V17H22.185L19.6025 8.19ZM14.4857 15L16.1639 9.2733C16.4065 9.09578 16.6994 9.00009 17 9.00009C17.3006 9.00009 17.5934 9.09578 17.836 9.2733L19.5143 15H14.4857Z"
|
|
14
|
+
fill={props.fill ?? "black"}
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const FamilyFilled = (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
|
+
<path
|
|
13
|
+
d="M7.00003 5.5C7.34614 5.5 7.68449 5.39737 7.97227 5.20507C8.26006 5.01278 8.48436 4.73947 8.61682 4.4197C8.74927 4.09993 8.78393 3.74806 8.7164 3.40859C8.64888 3.06913 8.48221 2.75731 8.23746 2.51256C7.99272 2.26782 7.6809 2.10115 7.34143 2.03363C7.00197 1.9661 6.6501 2.00076 6.33033 2.13321C6.01056 2.26566 5.73725 2.48997 5.54495 2.77775C5.35266 3.06554 5.25003 3.40388 5.25003 3.75C5.25003 4.21413 5.4344 4.65925 5.76259 4.98744C6.09078 5.31563 6.5359 5.5 7.00003 5.5ZM17 5.5C17.3461 5.5 17.6845 5.39737 17.9723 5.20507C18.2601 5.01278 18.4844 4.73947 18.6168 4.4197C18.7493 4.09993 18.7839 3.74806 18.7164 3.40859C18.6489 3.06913 18.4822 2.75731 18.2375 2.51256C17.9927 2.26782 17.6809 2.10115 17.3414 2.03363C17.002 1.9661 16.6501 2.00076 16.3303 2.13321C16.0106 2.26566 15.7372 2.48997 15.545 2.77775C15.3527 3.06554 15.25 3.40388 15.25 3.75C15.25 4.21413 15.4344 4.65925 15.7626 4.98744C16.0908 5.31563 16.5359 5.5 17 5.5ZM7.00003 7C6.31307 6.9981 5.63257 7.1325 4.99792 7.39542C4.36327 7.65834 3.78708 8.04456 3.30273 8.5317L3.00983 8.8247V16H5.01273V22H8.98733V16H10.99V8.8247L10.6971 8.5317C10.2128 8.04458 9.63664 7.65838 9.00203 7.39546C8.36741 7.13254 7.68695 6.99813 7.00003 7ZM19.6025 8.19L19.4111 7.9985C18.7714 7.35945 17.9042 7.00049 17 7.00049C16.0958 7.00049 15.2286 7.35945 14.5889 7.9985L14.3975 8.19L12.35 17H15.0127V22H18.9873V17H21.65L19.6025 8.19Z"
|
|
14
|
+
fill={props.fill ?? "black"}
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const FamilyHelp = (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
|
+
<path
|
|
13
|
+
d="M5.98997 5.78516C6.33609 5.78516 6.67444 5.68252 6.96222 5.49023C7.25001 5.29794 7.47431 5.02462 7.60676 4.70485C7.73922 4.38508 7.77387 4.03322 7.70635 3.69375C7.63882 3.35428 7.47215 3.04246 7.22741 2.79772C6.98267 2.55298 6.67085 2.38631 6.33138 2.31878C5.99191 2.25126 5.64005 2.28591 5.32028 2.41837C5.00051 2.55082 4.72719 2.77512 4.5349 3.06291C4.34261 3.3507 4.23997 3.68904 4.23997 4.03516C4.23997 4.49929 4.42435 4.94441 4.75254 5.27259C5.08072 5.60078 5.52584 5.78516 5.98997 5.78516ZM17.99 5.78516C18.3361 5.78516 18.6744 5.68252 18.9622 5.49023C19.25 5.29794 19.4743 5.02462 19.6068 4.70485C19.7392 4.38508 19.7739 4.03322 19.7063 3.69375C19.6388 3.35428 19.4722 3.04246 19.2274 2.79772C18.9827 2.55298 18.6708 2.38631 18.3314 2.31878C17.9919 2.25126 17.64 2.28591 17.3203 2.41837C17.0005 2.55082 16.7272 2.77512 16.5349 3.06291C16.3426 3.3507 16.24 3.68904 16.24 4.03516C16.24 4.49929 16.4243 4.94441 16.7525 5.27259C17.0807 5.60078 17.5258 5.78516 17.99 5.78516ZM20.989 8.78356C20.6414 8.32365 20.1924 7.95009 19.677 7.69191C19.1615 7.43372 18.5935 7.29787 18.017 7.29491C17.4406 7.29195 16.8712 7.42196 16.3531 7.67484C15.835 7.92771 15.3823 8.29664 15.03 8.75296C15.0176 8.76506 15.0028 8.77296 14.99 8.78516V8.79586L11.9879 12.7828L8.98997 8.79906V8.78516H8.97877C8.62899 8.32198 8.17653 7.94626 7.65696 7.68755C7.13739 7.42884 6.56489 7.29419 5.98447 7.29419C5.40406 7.29419 4.83156 7.42884 4.31199 7.68755C3.79242 7.94626 3.33996 8.32198 2.99017 8.78516V21.9998H4.99017V15.9998H6.99017V21.9998H8.99017V11.7341L10.6121 13.9067C10.7754 14.1255 10.9864 14.3043 11.2291 14.4294C11.4719 14.5545 11.7399 14.6227 12.0129 14.6288C12.2859 14.6349 12.5567 14.5787 12.8048 14.4646C13.0528 14.3504 13.2716 14.1813 13.4446 13.97L14.99 12.0817V21.9998H16.99V15.9998H18.99V21.9998H20.99V8.78516L20.989 8.78356ZM6.98997 13.9998H4.98997V9.60186C5.28475 9.4 5.634 9.29268 5.99127 9.29416C6.34853 9.29564 6.69688 9.40586 6.98997 9.61016V13.9998ZM16.99 13.9998V9.61306C17.2824 9.40793 17.6304 9.29686 17.9876 9.29469C18.3448 9.29251 18.6942 9.39931 18.9891 9.60086L18.99 13.9998H16.99Z"
|
|
14
|
+
fill={props.fill ?? "black"}
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const FamilyHelpFilled = (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
|
+
<path
|
|
13
|
+
d="M5.98997 5.78516C6.33609 5.78516 6.67444 5.68252 6.96222 5.49023C7.25001 5.29794 7.47431 5.02462 7.60676 4.70485C7.73922 4.38508 7.77387 4.03322 7.70635 3.69375C7.63882 3.35428 7.47215 3.04246 7.22741 2.79772C6.98267 2.55298 6.67085 2.38631 6.33138 2.31878C5.99191 2.25126 5.64005 2.28591 5.32028 2.41837C5.00051 2.55082 4.72719 2.77512 4.5349 3.06291C4.34261 3.3507 4.23997 3.68904 4.23997 4.03516C4.23997 4.49929 4.42435 4.94441 4.75254 5.27259C5.08072 5.60078 5.52584 5.78516 5.98997 5.78516ZM17.99 5.78516C18.3361 5.78516 18.6744 5.68252 18.9622 5.49023C19.25 5.29794 19.4743 5.02462 19.6068 4.70485C19.7392 4.38508 19.7739 4.03322 19.7063 3.69375C19.6388 3.35428 19.4722 3.04246 19.2274 2.79772C18.9827 2.55298 18.6708 2.38631 18.3314 2.31878C17.9919 2.25126 17.64 2.28591 17.3203 2.41837C17.0005 2.55082 16.7272 2.77512 16.5349 3.06291C16.3426 3.3507 16.24 3.68904 16.24 4.03516C16.24 4.49929 16.4243 4.94441 16.7525 5.27259C17.0807 5.60078 17.5258 5.78516 17.99 5.78516ZM20.989 8.78356C20.6414 8.32365 20.1924 7.95009 19.677 7.69191C19.1615 7.43372 18.5935 7.29787 18.017 7.29491C17.4406 7.29195 16.8712 7.42196 16.3531 7.67484C15.835 7.92771 15.3823 8.29664 15.03 8.75296C15.0176 8.76506 15.0028 8.77296 14.99 8.78516V8.79586L11.9879 12.7828L8.98997 8.79906V8.78516H8.97877C8.62899 8.32198 8.17653 7.94626 7.65696 7.68755C7.13739 7.42884 6.56489 7.29419 5.98447 7.29419C5.40406 7.29419 4.83156 7.42884 4.31199 7.68755C3.79242 7.94626 3.33996 8.32198 2.99017 8.78516V21.9998H4.99017V15.9998H6.99017V21.9998H8.99017V11.7341L10.6121 13.9067C10.7754 14.1255 10.9864 14.3043 11.2291 14.4294C11.4719 14.5545 11.7399 14.6227 12.0129 14.6288C12.2859 14.6349 12.5567 14.5787 12.8048 14.4646C13.0528 14.3504 13.2716 14.1813 13.4446 13.97L14.99 12.0817V21.9998H16.99V15.9998H18.99V21.9998H20.99V8.78516L20.989 8.78356Z"
|
|
14
|
+
fill={props.fill ?? "black"}
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const Finance = (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
|
+
<path
|
|
13
|
+
d="M3 3V13H21V3H3ZM19 11H5V5H19V11ZM12 9.75C12.3461 9.75 12.6845 9.64736 12.9722 9.45507C13.26 9.26278 13.4843 8.98947 13.6168 8.6697C13.7492 8.34993 13.7839 7.99806 13.7164 7.65859C13.6489 7.31913 13.4822 7.00731 13.2374 6.76256C12.9927 6.51782 12.6809 6.35115 12.3414 6.28363C12.0019 6.2161 11.6501 6.25076 11.3303 6.38321C11.0105 6.51566 10.7372 6.73997 10.5449 7.02775C10.3526 7.31554 10.25 7.65388 10.25 8C10.25 8.46413 10.4344 8.90925 10.7626 9.23744C11.0908 9.56563 11.5359 9.75 12 9.75ZM3 17H21V15H3V17ZM3 21H21V19H3V21Z"
|
|
14
|
+
fill={props.fill ?? "black"}
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
export const FinanceFilled = (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
|
+
<path
|
|
13
|
+
d="M3 3V13H21V3H3ZM12 10.25C11.555 10.25 11.12 10.118 10.75 9.87081C10.38 9.62357 10.0916 9.27217 9.92127 8.86104C9.75097 8.4499 9.70642 7.9975 9.79323 7.56105C9.88005 7.12459 10.0943 6.72368 10.409 6.40901C10.7237 6.09434 11.1246 5.88005 11.561 5.79323C11.9975 5.70642 12.4499 5.75097 12.861 5.92127C13.2722 6.09157 13.6236 6.37996 13.8708 6.74997C14.118 7.11998 14.25 7.55499 14.25 8C14.25 8.59674 14.0129 9.16903 13.591 9.59099C13.169 10.0129 12.5967 10.25 12 10.25ZM3 17H21V15H3V17ZM3 21H21V19H3V21Z"
|
|
14
|
+
fill={props.fill ?? "black"}
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|