@ftdata/f-icons 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +23 -0
- package/dist/Icon/Icon.stories.d.ts +6 -0
- package/dist/Icon/Icon.stories.js +22 -0
- package/dist/Icon/index.d.ts +8 -0
- package/dist/Icon/index.js +12 -0
- package/dist/Icon/svg/arrows/ArrangeFilterSortAlt/index.d.ts +2 -0
- package/dist/Icon/svg/arrows/ArrangeFilterSortAlt/index.js +43 -0
- package/dist/Icon/svg/arrows/ArrowDown/index.d.ts +2 -0
- package/dist/Icon/svg/arrows/ArrowDown/index.js +28 -0
- package/dist/Icon/svg/arrows/ArrowLeft/index.d.ts +2 -0
- package/dist/Icon/svg/arrows/ArrowLeft/index.js +36 -0
- package/dist/Icon/svg/arrows/ArrowLeftDown/index.d.ts +2 -0
- package/dist/Icon/svg/arrows/ArrowLeftDown/index.js +36 -0
- package/dist/Icon/svg/arrows/ArrowLeftUp/index.d.ts +2 -0
- package/dist/Icon/svg/arrows/ArrowLeftUp/index.js +29 -0
- package/dist/Icon/svg/arrows/ArrowRepeatRotate/index.d.ts +2 -0
- package/dist/Icon/svg/arrows/ArrowRepeatRotate/index.js +43 -0
- package/dist/Icon/svg/arrows/ArrowRight/index.d.ts +2 -0
- package/dist/Icon/svg/arrows/ArrowRight/index.js +36 -0
- package/dist/Icon/svg/arrows/ArrowRightDown/index.d.ts +2 -0
- package/dist/Icon/svg/arrows/ArrowRightDown/index.js +29 -0
- package/dist/Icon/svg/arrows/ArrowRightUp/index.d.ts +2 -0
- package/dist/Icon/svg/arrows/ArrowRightUp/index.js +29 -0
- package/dist/Icon/svg/arrows/ArrowUp/index.d.ts +2 -0
- package/dist/Icon/svg/arrows/ArrowUp/index.js +29 -0
- package/dist/Icon/svg/arrows/CaretDown/index.d.ts +2 -0
- package/dist/Icon/svg/arrows/CaretDown/index.js +20 -0
- package/dist/Icon/svg/arrows/CaretLeft/index.d.ts +2 -0
- package/dist/Icon/svg/arrows/CaretLeft/index.js +20 -0
- package/dist/Icon/svg/arrows/CaretRight/index.d.ts +2 -0
- package/dist/Icon/svg/arrows/CaretRight/index.js +20 -0
- package/dist/Icon/svg/arrows/CaretUp/index.d.ts +2 -0
- package/dist/Icon/svg/arrows/CaretUp/index.js +20 -0
- package/dist/Icon/svg/arrows/index.d.ts +30 -0
- package/dist/Icon/svg/arrows/index.js +31 -0
- package/dist/Icon/svg/buildings/Building/index.d.ts +2 -0
- package/dist/Icon/svg/buildings/Building/index.js +16 -0
- package/dist/Icon/svg/buildings/HotelBuilding/index.d.ts +2 -0
- package/dist/Icon/svg/buildings/HotelBuilding/index.js +128 -0
- package/dist/Icon/svg/buildings/index.d.ts +6 -0
- package/dist/Icon/svg/buildings/index.js +7 -0
- package/dist/Icon/svg/business-and-products/ArrowGrowth/index.d.ts +2 -0
- package/dist/Icon/svg/business-and-products/ArrowGrowth/index.js +17 -0
- package/dist/Icon/svg/business-and-products/BusinessChartMetrics/index.d.ts +2 -0
- package/dist/Icon/svg/business-and-products/BusinessChartMetrics/index.js +52 -0
- package/dist/Icon/svg/business-and-products/Chart19/index.d.ts +2 -0
- package/dist/Icon/svg/business-and-products/Chart19/index.js +42 -0
- package/dist/Icon/svg/business-and-products/SuitcasePortfolio/index.d.ts +2 -0
- package/dist/Icon/svg/business-and-products/SuitcasePortfolio/index.js +31 -0
- package/dist/Icon/svg/business-and-products/index.d.ts +10 -0
- package/dist/Icon/svg/business-and-products/index.js +11 -0
- package/dist/Icon/svg/car-and-services/BatteryEletrecityGenerator/index.d.ts +2 -0
- package/dist/Icon/svg/car-and-services/BatteryEletrecityGenerator/index.js +59 -0
- package/dist/Icon/svg/car-and-services/Brakes/index.d.ts +2 -0
- package/dist/Icon/svg/car-and-services/Brakes/index.js +38 -0
- package/dist/Icon/svg/car-and-services/Driver/index.d.ts +2 -0
- package/dist/Icon/svg/car-and-services/Driver/index.js +19 -0
- package/dist/Icon/svg/car-and-services/GasStation/index.d.ts +2 -0
- package/dist/Icon/svg/car-and-services/GasStation/index.js +59 -0
- package/dist/Icon/svg/car-and-services/Speedometer/index.d.ts +2 -0
- package/dist/Icon/svg/car-and-services/Speedometer/index.js +85 -0
- package/dist/Icon/svg/car-and-services/index.d.ts +12 -0
- package/dist/Icon/svg/car-and-services/index.js +13 -0
- package/dist/Icon/svg/content/BookAlt/index.d.ts +2 -0
- package/dist/Icon/svg/content/BookAlt/index.js +29 -0
- package/dist/Icon/svg/content/PenEdit/index.d.ts +2 -0
- package/dist/Icon/svg/content/PenEdit/index.js +43 -0
- package/dist/Icon/svg/content/PenEditAlt/index.d.ts +2 -0
- package/dist/Icon/svg/content/PenEditAlt/index.js +31 -0
- package/dist/Icon/svg/content/index.d.ts +8 -0
- package/dist/Icon/svg/content/index.js +9 -0
- package/dist/Icon/svg/delivery/WarehouseDeliveryCheckmark/index.d.ts +2 -0
- package/dist/Icon/svg/delivery/WarehouseDeliveryCheckmark/index.js +73 -0
- package/dist/Icon/svg/delivery/index.d.ts +4 -0
- package/dist/Icon/svg/delivery/index.js +5 -0
- package/dist/Icon/svg/design-tools/AnchorSelectEdit/index.d.ts +2 -0
- package/dist/Icon/svg/design-tools/AnchorSelectEdit/index.js +97 -0
- package/dist/Icon/svg/design-tools/AnchorSquareSelect/index.d.ts +2 -0
- package/dist/Icon/svg/design-tools/AnchorSquareSelect/index.js +79 -0
- package/dist/Icon/svg/design-tools/Layers/index.d.ts +2 -0
- package/dist/Icon/svg/design-tools/Layers/index.js +38 -0
- package/dist/Icon/svg/design-tools/Ruler/index.d.ts +2 -0
- package/dist/Icon/svg/design-tools/Ruler/index.js +66 -0
- package/dist/Icon/svg/design-tools/index.d.ts +10 -0
- package/dist/Icon/svg/design-tools/index.js +11 -0
- package/dist/Icon/svg/emails/CalendarSchedule/index.d.ts +2 -0
- package/dist/Icon/svg/emails/CalendarSchedule/index.js +80 -0
- package/dist/Icon/svg/emails/EmailsLetterMail2/index.d.ts +2 -0
- package/dist/Icon/svg/emails/EmailsLetterMail2/index.js +45 -0
- package/dist/Icon/svg/emails/MailBox/index.d.ts +2 -0
- package/dist/Icon/svg/emails/MailBox/index.js +69 -0
- package/dist/Icon/svg/emails/MailEmailLetter1/index.d.ts +2 -0
- package/dist/Icon/svg/emails/MailEmailLetter1/index.js +45 -0
- package/dist/Icon/svg/emails/MailEmailLetter3/index.d.ts +2 -0
- package/dist/Icon/svg/emails/MailEmailLetter3/index.js +38 -0
- package/dist/Icon/svg/emails/MailEmailLetterBadge/index.d.ts +2 -0
- package/dist/Icon/svg/emails/MailEmailLetterBadge/index.js +45 -0
- package/dist/Icon/svg/emails/index.d.ts +14 -0
- package/dist/Icon/svg/emails/index.js +15 -0
- package/dist/Icon/svg/energy/DropWaterRenewableCircle/index.d.ts +2 -0
- package/dist/Icon/svg/energy/DropWaterRenewableCircle/index.js +73 -0
- package/dist/Icon/svg/energy/index.d.ts +4 -0
- package/dist/Icon/svg/energy/index.js +5 -0
- package/dist/Icon/svg/files/DocumentsFileExcelAlt/index.d.ts +2 -0
- package/dist/Icon/svg/files/DocumentsFileExcelAlt/index.js +54 -0
- package/dist/Icon/svg/files/DocumentsFilePdf/index.d.ts +2 -0
- package/dist/Icon/svg/files/DocumentsFilePdf/index.js +79 -0
- package/dist/Icon/svg/files/index.d.ts +6 -0
- package/dist/Icon/svg/files/index.js +7 -0
- package/dist/Icon/svg/icons.d.ts +140 -0
- package/dist/Icon/svg/icons.js +40 -0
- package/dist/Icon/svg/interface/AirplaySignal/index.d.ts +2 -0
- package/dist/Icon/svg/interface/AirplaySignal/index.js +45 -0
- package/dist/Icon/svg/interface/AlarmClockTimeRounded/index.d.ts +2 -0
- package/dist/Icon/svg/interface/AlarmClockTimeRounded/index.js +29 -0
- package/dist/Icon/svg/interface/ArrowCirclePlay/index.d.ts +2 -0
- package/dist/Icon/svg/interface/ArrowCirclePlay/index.js +33 -0
- package/dist/Icon/svg/interface/BatteryCharge5/index.d.ts +2 -0
- package/dist/Icon/svg/interface/BatteryCharge5/index.js +38 -0
- package/dist/Icon/svg/interface/BellNotification/index.d.ts +2 -0
- package/dist/Icon/svg/interface/BellNotification/index.js +38 -0
- package/dist/Icon/svg/interface/Briefcase/index.d.ts +2 -0
- package/dist/Icon/svg/interface/Briefcase/index.js +38 -0
- package/dist/Icon/svg/interface/CheckmarkDoneCheck/index.d.ts +2 -0
- package/dist/Icon/svg/interface/CheckmarkDoneCheck/index.js +29 -0
- package/dist/Icon/svg/interface/ClockTimeArrow/index.d.ts +2 -0
- package/dist/Icon/svg/interface/ClockTimeArrow/index.js +57 -0
- package/dist/Icon/svg/interface/ColumnChartSquareAlt/index.d.ts +2 -0
- package/dist/Icon/svg/interface/ColumnChartSquareAlt/index.js +54 -0
- package/dist/Icon/svg/interface/DashboardMinimal/index.d.ts +2 -0
- package/dist/Icon/svg/interface/DashboardMinimal/index.js +58 -0
- package/dist/Icon/svg/interface/DashboardRound/index.d.ts +2 -0
- package/dist/Icon/svg/interface/DashboardRound/index.js +68 -0
- package/dist/Icon/svg/interface/DeleteDisabled/index.d.ts +2 -0
- package/dist/Icon/svg/interface/DeleteDisabled/index.js +29 -0
- package/dist/Icon/svg/interface/DeleteDisabledCircle/index.d.ts +2 -0
- package/dist/Icon/svg/interface/DeleteDisabledCircle/index.js +38 -0
- package/dist/Icon/svg/interface/DoneCheck/index.d.ts +2 -0
- package/dist/Icon/svg/interface/DoneCheck/index.js +20 -0
- package/dist/Icon/svg/interface/DoneCheckCheckmark/index.d.ts +2 -0
- package/dist/Icon/svg/interface/DoneCheckCheckmark/index.js +29 -0
- package/dist/Icon/svg/interface/DownloadSaveCircle/index.d.ts +2 -0
- package/dist/Icon/svg/interface/DownloadSaveCircle/index.js +43 -0
- package/dist/Icon/svg/interface/DownloadSaveSimple/index.d.ts +2 -0
- package/dist/Icon/svg/interface/DownloadSaveSimple/index.js +36 -0
- package/dist/Icon/svg/interface/EyeShowVisible/index.d.ts +2 -0
- package/dist/Icon/svg/interface/EyeShowVisible/index.js +31 -0
- package/dist/Icon/svg/interface/FilterSortAlt/index.d.ts +2 -0
- package/dist/Icon/svg/interface/FilterSortAlt/index.js +31 -0
- package/dist/Icon/svg/interface/FilterSortFavoriteEdit/index.d.ts +2 -0
- package/dist/Icon/svg/interface/FilterSortFavoriteEdit/index.js +31 -0
- package/dist/Icon/svg/interface/GridLayoutAdd/index.d.ts +2 -0
- package/dist/Icon/svg/interface/GridLayoutAdd/index.js +56 -0
- package/dist/Icon/svg/interface/GridLayoutStacked/index.d.ts +2 -0
- package/dist/Icon/svg/interface/GridLayoutStacked/index.js +69 -0
- package/dist/Icon/svg/interface/GroupCopy/index.d.ts +2 -0
- package/dist/Icon/svg/interface/GroupCopy/index.js +92 -0
- package/dist/Icon/svg/interface/Home/index.d.ts +2 -0
- package/dist/Icon/svg/interface/Home/index.js +36 -0
- package/dist/Icon/svg/interface/InfoInformation/index.d.ts +2 -0
- package/dist/Icon/svg/interface/InfoInformation/index.js +38 -0
- package/dist/Icon/svg/interface/InterruptedLineCircle/index.d.ts +2 -0
- package/dist/Icon/svg/interface/InterruptedLineCircle/index.js +78 -0
- package/dist/Icon/svg/interface/KeyboardAlt/index.d.ts +2 -0
- package/dist/Icon/svg/interface/KeyboardAlt/index.js +71 -0
- package/dist/Icon/svg/interface/MenuBurgerSquare/index.d.ts +2 -0
- package/dist/Icon/svg/interface/MenuBurgerSquare/index.js +44 -0
- package/dist/Icon/svg/interface/Minus2/index.d.ts +2 -0
- package/dist/Icon/svg/interface/Minus2/index.js +20 -0
- package/dist/Icon/svg/interface/MinusCircle/index.d.ts +2 -0
- package/dist/Icon/svg/interface/MinusCircle/index.js +31 -0
- package/dist/Icon/svg/interface/Moon/index.d.ts +2 -0
- package/dist/Icon/svg/interface/Moon/index.js +22 -0
- package/dist/Icon/svg/interface/Pin/index.d.ts +2 -0
- package/dist/Icon/svg/interface/Pin/index.js +38 -0
- package/dist/Icon/svg/interface/PinAlt/index.d.ts +2 -0
- package/dist/Icon/svg/interface/PinAlt/index.js +38 -0
- package/dist/Icon/svg/interface/PlusAdd/index.d.ts +2 -0
- package/dist/Icon/svg/interface/PlusAdd/index.js +38 -0
- package/dist/Icon/svg/interface/PlusAdd4/index.d.ts +2 -0
- package/dist/Icon/svg/interface/PlusAdd4/index.js +29 -0
- package/dist/Icon/svg/interface/PlusAddSquare/index.d.ts +2 -0
- package/dist/Icon/svg/interface/PlusAddSquare/index.js +38 -0
- package/dist/Icon/svg/interface/Question/index.d.ts +2 -0
- package/dist/Icon/svg/interface/Question/index.js +38 -0
- package/dist/Icon/svg/interface/SearchLoupe/index.d.ts +2 -0
- package/dist/Icon/svg/interface/SearchLoupe/index.js +31 -0
- package/dist/Icon/svg/interface/SettingFilter/index.d.ts +2 -0
- package/dist/Icon/svg/interface/SettingFilter/index.js +31 -0
- package/dist/Icon/svg/interface/Settings/index.d.ts +2 -0
- package/dist/Icon/svg/interface/Settings/index.js +31 -0
- package/dist/Icon/svg/interface/Share/index.d.ts +2 -0
- package/dist/Icon/svg/interface/Share/index.js +36 -0
- package/dist/Icon/svg/interface/SignOutRight/index.d.ts +2 -0
- package/dist/Icon/svg/interface/SignOutRight/index.js +36 -0
- package/dist/Icon/svg/interface/StarsLightSparkleAlt/index.d.ts +2 -0
- package/dist/Icon/svg/interface/StarsLightSparkleAlt/index.js +84 -0
- package/dist/Icon/svg/interface/StickerSmile1/index.d.ts +2 -0
- package/dist/Icon/svg/interface/StickerSmile1/index.js +52 -0
- package/dist/Icon/svg/interface/ThunderLightningNotifications/index.d.ts +2 -0
- package/dist/Icon/svg/interface/ThunderLightningNotifications/index.js +22 -0
- package/dist/Icon/svg/interface/TrashDeleteBin1/index.d.ts +2 -0
- package/dist/Icon/svg/interface/TrashDeleteBin1/index.js +50 -0
- package/dist/Icon/svg/interface/VideoCamera/index.d.ts +2 -0
- package/dist/Icon/svg/interface/VideoCamera/index.js +31 -0
- package/dist/Icon/svg/interface/WarningCheck/index.d.ts +2 -0
- package/dist/Icon/svg/interface/WarningCheck/index.js +31 -0
- package/dist/Icon/svg/interface/WarningCircle/index.d.ts +2 -0
- package/dist/Icon/svg/interface/WarningCircle/index.js +38 -0
- package/dist/Icon/svg/interface/WarningTriangle/index.d.ts +2 -0
- package/dist/Icon/svg/interface/WarningTriangle/index.js +38 -0
- package/dist/Icon/svg/interface/WifiCheckmark/index.d.ts +2 -0
- package/dist/Icon/svg/interface/WifiCheckmark/index.js +57 -0
- package/dist/Icon/svg/interface/WifiOffTurnOff/index.d.ts +2 -0
- package/dist/Icon/svg/interface/WifiOffTurnOff/index.js +64 -0
- package/dist/Icon/svg/interface/index.d.ts +108 -0
- package/dist/Icon/svg/interface/index.js +109 -0
- package/dist/Icon/svg/interface/keyAlt/index.d.ts +2 -0
- package/dist/Icon/svg/interface/keyAlt/index.js +31 -0
- package/dist/Icon/svg/markers/Bicycle/index.d.ts +2 -0
- package/dist/Icon/svg/markers/Bicycle/index.js +17 -0
- package/dist/Icon/svg/markers/Box/index.d.ts +2 -0
- package/dist/Icon/svg/markers/Box/index.js +17 -0
- package/dist/Icon/svg/markers/BusAlt/index.d.ts +2 -0
- package/dist/Icon/svg/markers/BusAlt/index.js +17 -0
- package/dist/Icon/svg/markers/CarSide/index.d.ts +2 -0
- package/dist/Icon/svg/markers/CarSide/index.js +17 -0
- package/dist/Icon/svg/markers/Crane/index.d.ts +2 -0
- package/dist/Icon/svg/markers/Crane/index.js +21 -0
- package/dist/Icon/svg/markers/Forklift/index.d.ts +2 -0
- package/dist/Icon/svg/markers/Forklift/index.js +17 -0
- package/dist/Icon/svg/markers/Motocycle/index.d.ts +2 -0
- package/dist/Icon/svg/markers/Motocycle/index.js +17 -0
- package/dist/Icon/svg/markers/Paw/index.d.ts +2 -0
- package/dist/Icon/svg/markers/Paw/index.js +17 -0
- package/dist/Icon/svg/markers/Plane/index.d.ts +2 -0
- package/dist/Icon/svg/markers/Plane/index.js +17 -0
- package/dist/Icon/svg/markers/Satelite/index.d.ts +2 -0
- package/dist/Icon/svg/markers/Satelite/index.js +17 -0
- package/dist/Icon/svg/markers/Ship/index.d.ts +2 -0
- package/dist/Icon/svg/markers/Ship/index.js +17 -0
- package/dist/Icon/svg/markers/ShoePrints/index.d.ts +2 -0
- package/dist/Icon/svg/markers/ShoePrints/index.js +17 -0
- package/dist/Icon/svg/markers/ShuttleVan/index.d.ts +2 -0
- package/dist/Icon/svg/markers/ShuttleVan/index.js +17 -0
- package/dist/Icon/svg/markers/Snowflakes/index.d.ts +2 -0
- package/dist/Icon/svg/markers/Snowflakes/index.js +17 -0
- package/dist/Icon/svg/markers/Tractor/index.d.ts +2 -0
- package/dist/Icon/svg/markers/Tractor/index.js +17 -0
- package/dist/Icon/svg/markers/Truck/index.d.ts +2 -0
- package/dist/Icon/svg/markers/Truck/index.js +17 -0
- package/dist/Icon/svg/markers/TruckContainer/index.d.ts +2 -0
- package/dist/Icon/svg/markers/TruckContainer/index.js +17 -0
- package/dist/Icon/svg/markers/TruckPickup/index.d.ts +2 -0
- package/dist/Icon/svg/markers/TruckPickup/index.js +17 -0
- package/dist/Icon/svg/markers/User/index.d.ts +2 -0
- package/dist/Icon/svg/markers/User/index.js +17 -0
- package/dist/Icon/svg/markers/index.d.ts +40 -0
- package/dist/Icon/svg/markers/index.js +41 -0
- package/dist/Icon/svg/messages/ChatMessagesBubble12/index.d.ts +2 -0
- package/dist/Icon/svg/messages/ChatMessagesBubble12/index.js +38 -0
- package/dist/Icon/svg/messages/HeadphonesCustomerSupport/index.d.ts +2 -0
- package/dist/Icon/svg/messages/HeadphonesCustomerSupport/index.js +56 -0
- package/dist/Icon/svg/messages/index.d.ts +6 -0
- package/dist/Icon/svg/messages/index.js +7 -0
- package/dist/Icon/svg/navigation/ArrowDirectionAdd/index.d.ts +2 -0
- package/dist/Icon/svg/navigation/ArrowDirectionAdd/index.js +52 -0
- package/dist/Icon/svg/navigation/ArrowLocationDirection1/index.d.ts +2 -0
- package/dist/Icon/svg/navigation/ArrowLocationDirection1/index.js +43 -0
- package/dist/Icon/svg/navigation/ArrowLocationMapDirection2/index.d.ts +2 -0
- package/dist/Icon/svg/navigation/ArrowLocationMapDirection2/index.js +22 -0
- package/dist/Icon/svg/navigation/ArrowLocationMapDirectionCircle/index.d.ts +2 -0
- package/dist/Icon/svg/navigation/ArrowLocationMapDirectionCircle/index.js +38 -0
- package/dist/Icon/svg/navigation/DirectionArrowRoad/index.d.ts +2 -0
- package/dist/Icon/svg/navigation/DirectionArrowRoad/index.js +52 -0
- package/dist/Icon/svg/navigation/EarthHomeWorld/index.d.ts +2 -0
- package/dist/Icon/svg/navigation/EarthHomeWorld/index.js +57 -0
- package/dist/Icon/svg/navigation/FlagPin/index.d.ts +2 -0
- package/dist/Icon/svg/navigation/FlagPin/index.js +36 -0
- package/dist/Icon/svg/navigation/Pin/index.d.ts +2 -0
- package/dist/Icon/svg/navigation/Pin/index.js +36 -0
- package/dist/Icon/svg/navigation/PinLocation/index.d.ts +2 -0
- package/dist/Icon/svg/navigation/PinLocation/index.js +38 -0
- package/dist/Icon/svg/navigation/PinLocation1/index.d.ts +2 -0
- package/dist/Icon/svg/navigation/PinLocation1/index.js +33 -0
- package/dist/Icon/svg/navigation/SimpleRoad/index.d.ts +2 -0
- package/dist/Icon/svg/navigation/SimpleRoad/index.js +50 -0
- package/dist/Icon/svg/navigation/index.d.ts +24 -0
- package/dist/Icon/svg/navigation/index.js +25 -0
- package/dist/Icon/svg/security/Lock/index.d.ts +2 -0
- package/dist/Icon/svg/security/Lock/index.js +45 -0
- package/dist/Icon/svg/security/Target1/index.d.ts +2 -0
- package/dist/Icon/svg/security/Target1/index.js +50 -0
- package/dist/Icon/svg/security/index.d.ts +6 -0
- package/dist/Icon/svg/security/index.js +7 -0
- package/dist/Icon/svg/social-media/GoogleAnalytics/index.d.ts +2 -0
- package/dist/Icon/svg/social-media/GoogleAnalytics/index.js +46 -0
- package/dist/Icon/svg/social-media/Whatsapp/index.d.ts +2 -0
- package/dist/Icon/svg/social-media/Whatsapp/index.js +59 -0
- package/dist/Icon/svg/social-media/index.d.ts +6 -0
- package/dist/Icon/svg/social-media/index.js +7 -0
- package/dist/Icon/svg/transportation/BoatShip/index.d.ts +2 -0
- package/dist/Icon/svg/transportation/BoatShip/index.js +52 -0
- package/dist/Icon/svg/transportation/Car/index.d.ts +2 -0
- package/dist/Icon/svg/transportation/Car/index.js +80 -0
- package/dist/Icon/svg/transportation/Train/index.d.ts +2 -0
- package/dist/Icon/svg/transportation/Train/index.js +73 -0
- package/dist/Icon/svg/transportation/TruckCargo/index.d.ts +2 -0
- package/dist/Icon/svg/transportation/TruckCargo/index.js +80 -0
- package/dist/Icon/svg/transportation/index.d.ts +10 -0
- package/dist/Icon/svg/transportation/index.js +11 -0
- package/dist/Icon/svg/user/GroupUser/index.d.ts +2 -0
- package/dist/Icon/svg/user/GroupUser/index.js +57 -0
- package/dist/Icon/svg/user/UserProfile10/index.d.ts +2 -0
- package/dist/Icon/svg/user/UserProfile10/index.js +59 -0
- package/dist/Icon/svg/user/index.d.ts +6 -0
- package/dist/Icon/svg/user/index.js +7 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -0
- package/dist/interfaces/ICommonIconProps.d.ts +6 -0
- package/dist/interfaces/ICommonIconProps.js +0 -0
- package/dist/types/IconsNames.d.ts +2 -0
- package/dist/types/IconsNames.js +0 -0
- package/package.json +36 -0
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function ArrowLocationMapDirecetionCircle({ color, size, weight, ...rest }) {
|
|
4
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
5
|
+
width: size,
|
|
6
|
+
height: size,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...rest,
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("path", {
|
|
13
|
+
fillRule: "evenodd",
|
|
14
|
+
clipRule: "evenodd",
|
|
15
|
+
d: "M12.3801 14.2659L16.5871 19.1739C16.8911 19.5289 16.5861 20.0689 16.1251 19.9929L12.0001 19.3049L7.87509 19.9919C7.41409 20.0689 7.10909 19.5279 7.41309 19.1729L11.6201 14.2649C11.8201 14.0329 12.1801 14.0329 12.3801 14.2659Z",
|
|
16
|
+
stroke: color,
|
|
17
|
+
strokeWidth: weight,
|
|
18
|
+
strokeLinecap: "round",
|
|
19
|
+
strokeLinejoin: "round"
|
|
20
|
+
}),
|
|
21
|
+
/*#__PURE__*/ jsx("path", {
|
|
22
|
+
d: "M7.455 14.06C7.169 13.43 7 12.737 7 12C7 9.239 9.239 7 12 7C14.761 7 17 9.239 17 12C17 12.737 16.831 13.43 16.545 14.06",
|
|
23
|
+
stroke: color,
|
|
24
|
+
strokeWidth: weight,
|
|
25
|
+
strokeLinecap: "round",
|
|
26
|
+
strokeLinejoin: "round"
|
|
27
|
+
}),
|
|
28
|
+
/*#__PURE__*/ jsx("path", {
|
|
29
|
+
d: "M19.4858 16.9999C21.9448 13.3269 21.4128 8.24494 17.8838 5.18494C14.5608 2.30294 9.43885 2.30294 6.11585 5.18494C2.58685 8.24494 2.05485 13.3269 4.51385 16.9999",
|
|
30
|
+
stroke: color,
|
|
31
|
+
strokeWidth: weight,
|
|
32
|
+
strokeLinecap: "round",
|
|
33
|
+
strokeLinejoin: "round"
|
|
34
|
+
})
|
|
35
|
+
]
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
export { ArrowLocationMapDirecetionCircle as default };
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function DirectionArrowRoad({ color, size, weight, ...rest }) {
|
|
4
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
5
|
+
width: size,
|
|
6
|
+
height: size,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...rest,
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("path", {
|
|
13
|
+
fillRule: "evenodd",
|
|
14
|
+
clipRule: "evenodd",
|
|
15
|
+
d: "M12.4146 15.2336L15.9091 20.2147C16.1692 20.5859 15.8411 21.0841 15.3949 20.993L12.0015 20.3017L8.60406 20.993C8.15887 21.0831 7.83174 20.5869 8.09184 20.2167L11.5873 15.2336C11.7884 14.9475 12.2136 14.9475 12.4146 15.2336Z",
|
|
16
|
+
stroke: color,
|
|
17
|
+
strokeWidth: weight,
|
|
18
|
+
strokeLinecap: "round",
|
|
19
|
+
strokeLinejoin: "round"
|
|
20
|
+
}),
|
|
21
|
+
/*#__PURE__*/ jsx("path", {
|
|
22
|
+
d: "M21.0042 18.003L18.0029 4.99756",
|
|
23
|
+
stroke: color,
|
|
24
|
+
strokeWidth: weight,
|
|
25
|
+
strokeLinecap: "round",
|
|
26
|
+
strokeLinejoin: "round"
|
|
27
|
+
}),
|
|
28
|
+
/*#__PURE__*/ jsx("path", {
|
|
29
|
+
d: "M2.99658 18.003L5.99783 4.99756",
|
|
30
|
+
stroke: color,
|
|
31
|
+
strokeWidth: weight,
|
|
32
|
+
strokeLinecap: "round",
|
|
33
|
+
strokeLinejoin: "round"
|
|
34
|
+
}),
|
|
35
|
+
/*#__PURE__*/ jsx("path", {
|
|
36
|
+
d: "M12.0002 2.99658V4.99742",
|
|
37
|
+
stroke: color,
|
|
38
|
+
strokeWidth: weight,
|
|
39
|
+
strokeLinecap: "round",
|
|
40
|
+
strokeLinejoin: "round"
|
|
41
|
+
}),
|
|
42
|
+
/*#__PURE__*/ jsx("path", {
|
|
43
|
+
d: "M12.0002 8.99902V10.9999",
|
|
44
|
+
stroke: color,
|
|
45
|
+
strokeWidth: weight,
|
|
46
|
+
strokeLinecap: "round",
|
|
47
|
+
strokeLinejoin: "round"
|
|
48
|
+
})
|
|
49
|
+
]
|
|
50
|
+
});
|
|
51
|
+
}
|
|
52
|
+
export { DirectionArrowRoad as default };
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function EarthHomeWorld({ color, size, weight, ...rest }) {
|
|
4
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
5
|
+
width: size,
|
|
6
|
+
height: size,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...rest,
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("path", {
|
|
13
|
+
d: "M12 3.1001C16.667 8.0271 16.667 15.9731 12 20.9001",
|
|
14
|
+
stroke: color,
|
|
15
|
+
strokeWidth: weight,
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ jsx("path", {
|
|
20
|
+
d: "M11.9998 20.9001C7.33276 15.9731 7.33276 8.0271 11.9998 3.1001",
|
|
21
|
+
stroke: color,
|
|
22
|
+
strokeWidth: weight,
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
}),
|
|
26
|
+
/*#__PURE__*/ jsx("path", {
|
|
27
|
+
d: "M12 3C16.982 3 21 7.018 21 12C21 16.982 16.982 21 12 21",
|
|
28
|
+
stroke: color,
|
|
29
|
+
strokeWidth: weight,
|
|
30
|
+
strokeLinecap: "round",
|
|
31
|
+
strokeLinejoin: "round"
|
|
32
|
+
}),
|
|
33
|
+
/*#__PURE__*/ jsx("path", {
|
|
34
|
+
d: "M12 21C7.018 21 3 16.982 3 12C3 7.018 7.018 3 12 3",
|
|
35
|
+
stroke: color,
|
|
36
|
+
strokeWidth: weight,
|
|
37
|
+
strokeLinecap: "round",
|
|
38
|
+
strokeLinejoin: "round"
|
|
39
|
+
}),
|
|
40
|
+
/*#__PURE__*/ jsx("path", {
|
|
41
|
+
d: "M3.50977 9H20.4898",
|
|
42
|
+
stroke: color,
|
|
43
|
+
strokeWidth: weight,
|
|
44
|
+
strokeLinecap: "round",
|
|
45
|
+
strokeLinejoin: "round"
|
|
46
|
+
}),
|
|
47
|
+
/*#__PURE__*/ jsx("path", {
|
|
48
|
+
d: "M3.50977 15H20.4898",
|
|
49
|
+
stroke: color,
|
|
50
|
+
strokeWidth: weight,
|
|
51
|
+
strokeLinecap: "round",
|
|
52
|
+
strokeLinejoin: "round"
|
|
53
|
+
})
|
|
54
|
+
]
|
|
55
|
+
});
|
|
56
|
+
}
|
|
57
|
+
export { EarthHomeWorld as default };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function FlagPin({ color, size, weight, ...rest }) {
|
|
4
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
5
|
+
width: size,
|
|
6
|
+
height: size,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...rest,
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("path", {
|
|
13
|
+
d: "M6 3H20L18 7.5L20 12H6",
|
|
14
|
+
stroke: color,
|
|
15
|
+
strokeWidth: weight,
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ jsx("path", {
|
|
20
|
+
d: "M8 20H4",
|
|
21
|
+
stroke: color,
|
|
22
|
+
strokeWidth: weight,
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
}),
|
|
26
|
+
/*#__PURE__*/ jsx("path", {
|
|
27
|
+
d: "M6 20V3",
|
|
28
|
+
stroke: color,
|
|
29
|
+
strokeWidth: weight,
|
|
30
|
+
strokeLinecap: "round",
|
|
31
|
+
strokeLinejoin: "round"
|
|
32
|
+
})
|
|
33
|
+
]
|
|
34
|
+
});
|
|
35
|
+
}
|
|
36
|
+
export { FlagPin as default };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function Pin({ color, size, weight, ...rest }) {
|
|
4
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
5
|
+
width: size,
|
|
6
|
+
height: size,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...rest,
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("path", {
|
|
13
|
+
d: "M9 14.2051C5.507 14.6861 3 15.9771 3 17.5001C3 19.4331 7.029 21.0001 12 21.0001C16.971 21.0001 21 19.4331 21 17.5001C21 15.9771 18.493 14.6861 15 14.2051",
|
|
14
|
+
stroke: color,
|
|
15
|
+
strokeWidth: weight,
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ jsx("path", {
|
|
20
|
+
d: "M12 17V9",
|
|
21
|
+
stroke: color,
|
|
22
|
+
strokeWidth: weight,
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
}),
|
|
26
|
+
/*#__PURE__*/ jsx("path", {
|
|
27
|
+
d: "M14.1213 3.87868C15.2929 5.05025 15.2929 6.94975 14.1213 8.12132C12.9497 9.29289 11.0502 9.29289 9.87868 8.12132C8.70711 6.94975 8.70711 5.05025 9.87868 3.87868C11.0502 2.70711 12.9497 2.70711 14.1213 3.87868",
|
|
28
|
+
stroke: color,
|
|
29
|
+
strokeWidth: weight,
|
|
30
|
+
strokeLinecap: "round",
|
|
31
|
+
strokeLinejoin: "round"
|
|
32
|
+
})
|
|
33
|
+
]
|
|
34
|
+
});
|
|
35
|
+
}
|
|
36
|
+
export { Pin as default };
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function PinLocation({ color, size, weight, ...rest }) {
|
|
4
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
5
|
+
width: size,
|
|
6
|
+
height: size,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...rest,
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("path", {
|
|
13
|
+
d: "M9.116 14.187C5.562 14.655 3 15.96 3 17.5C3 19.433 7.029 21 12 21C16.971 21 21 19.433 21 17.5C21 15.96 18.438 14.655 14.884 14.187",
|
|
14
|
+
stroke: color,
|
|
15
|
+
strokeWidth: weight,
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ jsx("path", {
|
|
20
|
+
fillRule: "evenodd",
|
|
21
|
+
clipRule: "evenodd",
|
|
22
|
+
d: "M18 7.833C18 4.612 15.314 2 12 2C8.686 2 6 4.612 6 7.833C6 12.208 12 17 12 17C12 17 18 12.208 18 7.833Z",
|
|
23
|
+
stroke: color,
|
|
24
|
+
strokeWidth: weight,
|
|
25
|
+
strokeLinecap: "round",
|
|
26
|
+
strokeLinejoin: "round"
|
|
27
|
+
}),
|
|
28
|
+
/*#__PURE__*/ jsx("path", {
|
|
29
|
+
d: "M13.4142 6.58579C14.1953 7.36684 14.1953 8.63317 13.4142 9.41422C12.6332 10.1953 11.3668 10.1953 10.5858 9.41422C9.80474 8.63317 9.80474 7.36684 10.5858 6.58579C11.3668 5.80474 12.6332 5.80474 13.4142 6.58579",
|
|
30
|
+
stroke: color,
|
|
31
|
+
strokeWidth: weight,
|
|
32
|
+
strokeLinecap: "round",
|
|
33
|
+
strokeLinejoin: "round"
|
|
34
|
+
})
|
|
35
|
+
]
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
export { PinLocation as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function PinLocation1({ color, size, weight, ...rest }) {
|
|
4
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
5
|
+
width: size,
|
|
6
|
+
height: size,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...rest,
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("path", {
|
|
13
|
+
fillRule: "evenodd",
|
|
14
|
+
clipRule: "evenodd",
|
|
15
|
+
d: "M12 13V13C10.343 13 9 11.657 9 10V10C9 8.343 10.343 7 12 7V7C13.657 7 15 8.343 15 10V10C15 11.657 13.657 13 12 13Z",
|
|
16
|
+
stroke: color,
|
|
17
|
+
strokeWidth: weight,
|
|
18
|
+
strokeLinecap: "round",
|
|
19
|
+
strokeLinejoin: "round"
|
|
20
|
+
}),
|
|
21
|
+
/*#__PURE__*/ jsx("path", {
|
|
22
|
+
fillRule: "evenodd",
|
|
23
|
+
clipRule: "evenodd",
|
|
24
|
+
d: "M12 21C12 21 5 15.25 5 10C5 6.134 8.134 3 12 3C15.866 3 19 6.134 19 10C19 15.25 12 21 12 21Z",
|
|
25
|
+
stroke: color,
|
|
26
|
+
strokeWidth: weight,
|
|
27
|
+
strokeLinecap: "round",
|
|
28
|
+
strokeLinejoin: "round"
|
|
29
|
+
})
|
|
30
|
+
]
|
|
31
|
+
});
|
|
32
|
+
}
|
|
33
|
+
export { PinLocation1 as default };
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function SimpleRoad({ color, size, weight, ...rest }) {
|
|
4
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
5
|
+
width: size,
|
|
6
|
+
height: size,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...rest,
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("path", {
|
|
13
|
+
d: "M21.0005 19L18.0005 5",
|
|
14
|
+
stroke: color,
|
|
15
|
+
strokeWidth: weight,
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ jsx("path", {
|
|
20
|
+
d: "M3.00049 19L6.00049 5",
|
|
21
|
+
stroke: color,
|
|
22
|
+
strokeWidth: weight,
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
}),
|
|
26
|
+
/*#__PURE__*/ jsx("path", {
|
|
27
|
+
d: "M12.0007 5V7.00083",
|
|
28
|
+
stroke: color,
|
|
29
|
+
strokeWidth: weight,
|
|
30
|
+
strokeLinecap: "round",
|
|
31
|
+
strokeLinejoin: "round"
|
|
32
|
+
}),
|
|
33
|
+
/*#__PURE__*/ jsx("path", {
|
|
34
|
+
d: "M12.0005 11.0029V13.0038",
|
|
35
|
+
stroke: color,
|
|
36
|
+
strokeWidth: weight,
|
|
37
|
+
strokeLinecap: "round",
|
|
38
|
+
strokeLinejoin: "round"
|
|
39
|
+
}),
|
|
40
|
+
/*#__PURE__*/ jsx("path", {
|
|
41
|
+
d: "M12.0007 17.0039V19.0047",
|
|
42
|
+
stroke: color,
|
|
43
|
+
strokeWidth: weight,
|
|
44
|
+
strokeLinecap: "round",
|
|
45
|
+
strokeLinejoin: "round"
|
|
46
|
+
})
|
|
47
|
+
]
|
|
48
|
+
});
|
|
49
|
+
}
|
|
50
|
+
export { SimpleRoad as default };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import ArrowDirectionAdd from "./ArrowDirectionAdd";
|
|
2
|
+
import EarthHomeWorld from "./EarthHomeWorld";
|
|
3
|
+
import ArrowLocationDirection1 from "./ArrowLocationDirection1";
|
|
4
|
+
import DirectionArrowRoad from "./DirectionArrowRoad";
|
|
5
|
+
import ArrowLocationMapDirection2 from "./ArrowLocationMapDirection2";
|
|
6
|
+
import PinLocation1 from "./PinLocation1";
|
|
7
|
+
import PinLocation from "./PinLocation";
|
|
8
|
+
import Pin from "./Pin";
|
|
9
|
+
import ArrowLocationMapDirecetionCircle from "./ArrowLocationMapDirectionCircle";
|
|
10
|
+
import FlagPin from "./FlagPin";
|
|
11
|
+
import SimpleRoad from "./SimpleRoad";
|
|
12
|
+
export declare const NAVIGATION: {
|
|
13
|
+
"nav arrow-direction-add-plus": typeof ArrowDirectionAdd;
|
|
14
|
+
"nav earth-home-world": typeof EarthHomeWorld;
|
|
15
|
+
"nav arrow-location-direction-1": typeof ArrowLocationDirection1;
|
|
16
|
+
"nav direction-arrow-road": typeof DirectionArrowRoad;
|
|
17
|
+
"nav arrow-location-map-direction-2": typeof ArrowLocationMapDirection2;
|
|
18
|
+
"nav pin-location": typeof PinLocation;
|
|
19
|
+
"nav pin-location-1": typeof PinLocation1;
|
|
20
|
+
"nav pin": typeof Pin;
|
|
21
|
+
"nav arrow-location-map-direction-circle": typeof ArrowLocationMapDirecetionCircle;
|
|
22
|
+
"nav flag-pin": typeof FlagPin;
|
|
23
|
+
"nav simple-road": typeof SimpleRoad;
|
|
24
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import ArrowDirectionAdd from "./ArrowDirectionAdd/index.js";
|
|
2
|
+
import EarthHomeWorld from "./EarthHomeWorld/index.js";
|
|
3
|
+
import ArrowLocationDirection1 from "./ArrowLocationDirection1/index.js";
|
|
4
|
+
import DirectionArrowRoad from "./DirectionArrowRoad/index.js";
|
|
5
|
+
import ArrowLocationMapDirection2 from "./ArrowLocationMapDirection2/index.js";
|
|
6
|
+
import PinLocation1 from "./PinLocation1/index.js";
|
|
7
|
+
import PinLocation from "./PinLocation/index.js";
|
|
8
|
+
import Pin from "./Pin/index.js";
|
|
9
|
+
import ArrowLocationMapDirectionCircle from "./ArrowLocationMapDirectionCircle/index.js";
|
|
10
|
+
import FlagPin from "./FlagPin/index.js";
|
|
11
|
+
import SimpleRoad from "./SimpleRoad/index.js";
|
|
12
|
+
const NAVIGATION = {
|
|
13
|
+
"nav arrow-direction-add-plus": ArrowDirectionAdd,
|
|
14
|
+
"nav earth-home-world": EarthHomeWorld,
|
|
15
|
+
"nav arrow-location-direction-1": ArrowLocationDirection1,
|
|
16
|
+
"nav direction-arrow-road": DirectionArrowRoad,
|
|
17
|
+
"nav arrow-location-map-direction-2": ArrowLocationMapDirection2,
|
|
18
|
+
"nav pin-location": PinLocation,
|
|
19
|
+
"nav pin-location-1": PinLocation1,
|
|
20
|
+
"nav pin": Pin,
|
|
21
|
+
"nav arrow-location-map-direction-circle": ArrowLocationMapDirectionCircle,
|
|
22
|
+
"nav flag-pin": FlagPin,
|
|
23
|
+
"nav simple-road": SimpleRoad
|
|
24
|
+
};
|
|
25
|
+
export { NAVIGATION };
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function Lock({ color, size, weight, ...rest }) {
|
|
4
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
5
|
+
width: size,
|
|
6
|
+
height: size,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...rest,
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("path", {
|
|
13
|
+
fillRule: "evenodd",
|
|
14
|
+
clipRule: "evenodd",
|
|
15
|
+
d: "M17 21H7C5.895 21 5 20.105 5 19V11C5 9.895 5.895 9 7 9H17C18.105 9 19 9.895 19 11V19C19 20.105 18.105 21 17 21Z",
|
|
16
|
+
stroke: color,
|
|
17
|
+
strokeWidth: weight,
|
|
18
|
+
strokeLinecap: "round",
|
|
19
|
+
strokeLinejoin: "round"
|
|
20
|
+
}),
|
|
21
|
+
/*#__PURE__*/ jsx("path", {
|
|
22
|
+
d: "M12 17.09V14.5",
|
|
23
|
+
stroke: color,
|
|
24
|
+
strokeWidth: weight,
|
|
25
|
+
strokeLinecap: "round",
|
|
26
|
+
strokeLinejoin: "round"
|
|
27
|
+
}),
|
|
28
|
+
/*#__PURE__*/ jsx("path", {
|
|
29
|
+
d: "M12.5303 13.2197C12.8232 13.5126 12.8232 13.9874 12.5303 14.2803C12.2374 14.5732 11.7626 14.5732 11.4697 14.2803C11.1768 13.9874 11.1768 13.5126 11.4697 13.2197C11.7626 12.9268 12.2374 12.9268 12.5303 13.2197",
|
|
30
|
+
stroke: color,
|
|
31
|
+
strokeWidth: weight,
|
|
32
|
+
strokeLinecap: "round",
|
|
33
|
+
strokeLinejoin: "round"
|
|
34
|
+
}),
|
|
35
|
+
/*#__PURE__*/ jsx("path", {
|
|
36
|
+
d: "M8 9V7V7C8 4.791 9.791 3 12 3V3C14.209 3 16 4.791 16 7V7V9",
|
|
37
|
+
stroke: color,
|
|
38
|
+
strokeWidth: weight,
|
|
39
|
+
strokeLinecap: "round",
|
|
40
|
+
strokeLinejoin: "round"
|
|
41
|
+
})
|
|
42
|
+
]
|
|
43
|
+
});
|
|
44
|
+
}
|
|
45
|
+
export { Lock as default };
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function Target1({ color, size, weight, ...rest }) {
|
|
4
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
5
|
+
width: size,
|
|
6
|
+
height: size,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...rest,
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("path", {
|
|
13
|
+
d: "M16.9497 7.05025C19.6834 9.78392 19.6834 14.2161 16.9497 16.9497C14.2161 19.6834 9.78392 19.6834 7.05025 16.9497C4.31658 14.2161 4.31658 9.78392 7.05025 7.05025C9.78392 4.31658 14.2161 4.31658 16.9497 7.05025",
|
|
14
|
+
stroke: color,
|
|
15
|
+
strokeWidth: weight,
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ jsx("path", {
|
|
20
|
+
d: "M12 21V17",
|
|
21
|
+
stroke: color,
|
|
22
|
+
strokeWidth: weight,
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
}),
|
|
26
|
+
/*#__PURE__*/ jsx("path", {
|
|
27
|
+
d: "M12 3V7",
|
|
28
|
+
stroke: color,
|
|
29
|
+
strokeWidth: weight,
|
|
30
|
+
strokeLinecap: "round",
|
|
31
|
+
strokeLinejoin: "round"
|
|
32
|
+
}),
|
|
33
|
+
/*#__PURE__*/ jsx("path", {
|
|
34
|
+
d: "M7 12H3",
|
|
35
|
+
stroke: color,
|
|
36
|
+
strokeWidth: weight,
|
|
37
|
+
strokeLinecap: "round",
|
|
38
|
+
strokeLinejoin: "round"
|
|
39
|
+
}),
|
|
40
|
+
/*#__PURE__*/ jsx("path", {
|
|
41
|
+
d: "M21 12H17",
|
|
42
|
+
stroke: color,
|
|
43
|
+
strokeWidth: weight,
|
|
44
|
+
strokeLinecap: "round",
|
|
45
|
+
strokeLinejoin: "round"
|
|
46
|
+
})
|
|
47
|
+
]
|
|
48
|
+
});
|
|
49
|
+
}
|
|
50
|
+
export { Target1 as default };
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function GoogleAnalytics({ color, size, weight, ...rest }) {
|
|
4
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
5
|
+
width: size,
|
|
6
|
+
height: size,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...rest,
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("rect", {
|
|
13
|
+
x: "9.99951",
|
|
14
|
+
y: "8.99902",
|
|
15
|
+
width: "4.00167",
|
|
16
|
+
height: "12.005",
|
|
17
|
+
rx: "2",
|
|
18
|
+
stroke: color,
|
|
19
|
+
strokeWidth: weight,
|
|
20
|
+
strokeLinecap: "round",
|
|
21
|
+
strokeLinejoin: "round"
|
|
22
|
+
}),
|
|
23
|
+
/*#__PURE__*/ jsx("rect", {
|
|
24
|
+
x: "17.0024",
|
|
25
|
+
y: "2.99658",
|
|
26
|
+
width: "4.00167",
|
|
27
|
+
height: "18.0075",
|
|
28
|
+
rx: "2",
|
|
29
|
+
stroke: color,
|
|
30
|
+
strokeWidth: weight,
|
|
31
|
+
strokeLinecap: "round",
|
|
32
|
+
strokeLinejoin: "round"
|
|
33
|
+
}),
|
|
34
|
+
/*#__PURE__*/ jsx("path", {
|
|
35
|
+
fillRule: "evenodd",
|
|
36
|
+
clipRule: "evenodd",
|
|
37
|
+
d: "M4.99742 21.0041C6.10245 21.0041 6.99825 20.1083 6.99825 19.0033C6.99825 17.8982 6.10245 17.0024 4.99742 17.0024C3.89239 17.0024 2.99658 17.8982 2.99658 19.0033C2.99658 20.1083 3.89239 21.0041 4.99742 21.0041Z",
|
|
38
|
+
stroke: color,
|
|
39
|
+
strokeWidth: weight,
|
|
40
|
+
strokeLinecap: "round",
|
|
41
|
+
strokeLinejoin: "round"
|
|
42
|
+
})
|
|
43
|
+
]
|
|
44
|
+
});
|
|
45
|
+
}
|
|
46
|
+
export { GoogleAnalytics as default };
|