@hellobetterdigitalnz/selwynui 0.0.1-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 +73 -0
- package/dist/App.d.ts +2 -0
- package/dist/Components/DataDisplay/DetailsCard/DetailsCard.d.ts +3 -0
- package/dist/Components/DataDisplay/DetailsCard/DetailsCardProps.d.ts +10 -0
- package/dist/Components/DataDisplay/ImageContent/ImageContent.d.ts +3 -0
- package/dist/Components/DataDisplay/ImageContent/ImageContentMaskingImages.d.ts +2 -0
- package/dist/Components/DataDisplay/ImageContent/ImageContentProps.d.ts +27 -0
- package/dist/Components/DataDisplay/IntroBlock/IntroBlock.d.ts +3 -0
- package/dist/Components/DataDisplay/IntroBlock/IntroBlockProps.d.ts +8 -0
- package/dist/Components/DataDisplay/KPIBlock/KPIBlock.d.ts +3 -0
- package/dist/Components/DataDisplay/KPIBlock/KPIBlockProps.d.ts +11 -0
- package/dist/Components/DataDisplay/Pathway/Pathway.d.ts +3 -0
- package/dist/Components/DataDisplay/Pathway/PathwayProps.d.ts +15 -0
- package/dist/Components/DataDisplay/PromoBannerBlock/PromoBannerBlock.d.ts +3 -0
- package/dist/Components/DataDisplay/PromoBannerBlock/PromoBannerBlockProps.d.ts +14 -0
- package/dist/Components/DataDisplay/PromoBannerBlock/promo-banner-bg-design.d.ts +2 -0
- package/dist/Components/DataDisplay/index.d.ts +10 -0
- package/dist/Components/Form/Button/Button.d.ts +3 -0
- package/dist/Components/Form/Button/ButtonProps.d.ts +14 -0
- package/dist/Components/Form/index.d.ts +2 -0
- package/dist/Components/Icons/Arrows/ArrowLeft/ArrowLeft.d.ts +3 -0
- package/dist/Components/Icons/Arrows/ArrowRight/ArrowRight.d.ts +3 -0
- package/dist/Components/Icons/Arrows/ArrowSquareOut/ArrowSquareOut.d.ts +3 -0
- package/dist/Components/Icons/Arrows/ArrowsDownUp/ArrowsDownUp.d.ts +3 -0
- package/dist/Components/Icons/Arrows/ArrowsOutCardinal/ArrowsOutCardinal.d.ts +3 -0
- package/dist/Components/Icons/Arrows/CaretCircleRight/CaretCircleRight.d.ts +3 -0
- package/dist/Components/Icons/Arrows/CaretDown/CaretDown.d.ts +3 -0
- package/dist/Components/Icons/Arrows/CaretLeft/CaretLeft.d.ts +3 -0
- package/dist/Components/Icons/Arrows/CaretRight/CaretRight.d.ts +3 -0
- package/dist/Components/Icons/Arrows/CaretUp/CaretUp.d.ts +3 -0
- package/dist/Components/Icons/Arrows/CaretUpDown/CaretUpDown.d.ts +3 -0
- package/dist/Components/Icons/Brands/FacebookLogo/FacebookLogo.d.ts +3 -0
- package/dist/Components/Icons/Brands/InstagramLogo/InstagramLogo.d.ts +3 -0
- package/dist/Components/Icons/Brands/LinkedinLogo/LinkedinLogo.d.ts +3 -0
- package/dist/Components/Icons/Brands/WindowsLogo/WindowsLogo.d.ts +3 -0
- package/dist/Components/Icons/Commerce/Backpack/Backpack.d.ts +3 -0
- package/dist/Components/Icons/Commerce/BowlSteam/BowlSteam.d.ts +3 -0
- package/dist/Components/Icons/Commerce/Bread/Bread.d.ts +3 -0
- package/dist/Components/Icons/Commerce/Cheers/Cheers.d.ts +3 -0
- package/dist/Components/Icons/Commerce/ChefHat/ChefHat.d.ts +3 -0
- package/dist/Components/Icons/Commerce/Coffee/Coffee.d.ts +3 -0
- package/dist/Components/Icons/Commerce/CreditCard/CreditCard.d.ts +3 -0
- package/dist/Components/Icons/Commerce/CurrencyDollarSimple/CurrencyDollarSimple.d.ts +3 -0
- package/dist/Components/Icons/Commerce/Grains/Grains.d.ts +3 -0
- package/dist/Components/Icons/Commerce/Scale/Scale.d.ts +3 -0
- package/dist/Components/Icons/Commerce/StoreFront/StoreFront.d.ts +3 -0
- package/dist/Components/Icons/Communication/AddressBook/AddressBook.d.ts +3 -0
- package/dist/Components/Icons/Communication/AddressBook/AddressBook.stories.d.ts +21 -0
- package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.d.ts +3 -0
- package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.stories.d.ts +21 -0
- package/dist/Components/Icons/Communication/Asterisk/Asterisk.d.ts +3 -0
- package/dist/Components/Icons/Communication/Asterisk/Asterisk.stories.d.ts +21 -0
- package/dist/Components/Icons/Communication/At/At.d.ts +3 -0
- package/dist/Components/Icons/Communication/At/At.stories.d.ts +21 -0
- package/dist/Components/Icons/Communication/Broadcast/Broadcast.d.ts +3 -0
- package/dist/Components/Icons/Communication/Broadcast/Broadcast.stories.d.ts +21 -0
- package/dist/Components/Icons/Communication/Chat/Chat.d.ts +3 -0
- package/dist/Components/Icons/Communication/Chat/Chat.stories.d.ts +21 -0
- package/dist/Components/Icons/Communication/ChatCircleText/ChatCircleText.d.ts +3 -0
- package/dist/Components/Icons/Communication/EnvelopeSimple/EnvelopeSimple.d.ts +3 -0
- package/dist/Components/Icons/Communication/Export/Export.d.ts +3 -0
- package/dist/Components/Icons/Communication/Phone/Phone.d.ts +3 -0
- package/dist/Components/Icons/Communication/ThumbsUp/ThumbsUp.d.ts +3 -0
- package/dist/Components/Icons/Communication/Translate/Translate.d.ts +3 -0
- package/dist/Components/Icons/Design/DropHalfBottom/DropHalfBottom.d.ts +3 -0
- package/dist/Components/Icons/Design/Eye/Eye.d.ts +3 -0
- package/dist/Components/Icons/Design/EyeSlash/EyeSlash.d.ts +3 -0
- package/dist/Components/Icons/Design/GearFine/GearFine.d.ts +3 -0
- package/dist/Components/Icons/Design/PencilLine/PencilLine.d.ts +3 -0
- package/dist/Components/Icons/Design/PencilSimple/PencilSimple.d.ts +3 -0
- package/dist/Components/Icons/Design/Ruler/Ruler.d.ts +3 -0
- package/dist/Components/Icons/Design/SquaresFour/SquaresFour.d.ts +3 -0
- package/dist/Components/Icons/Education/BookOpenText/BookOpenText.d.ts +3 -0
- package/dist/Components/Icons/Education/BookmarkSimple/BookmarkSimple.d.ts +3 -0
- package/dist/Components/Icons/Education/Certificate/Certificate.d.ts +3 -0
- package/dist/Components/Icons/Education/GraduationCap/GraduationCap.d.ts +3 -0
- package/dist/Components/Icons/Games/Cricket/Cricket.d.ts +3 -0
- package/dist/Components/Icons/Games/Football/Football.d.ts +3 -0
- package/dist/Components/Icons/Games/Golf/Golf.d.ts +3 -0
- package/dist/Components/Icons/HealthAndWellness/Barbell/Barbell.d.ts +3 -0
- package/dist/Components/Icons/IconProps.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/Barn/Barn.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/Bicycle/Bicycle.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/Bus/Bus.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/Car/Car.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/ChargingStation/ChargingStation.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/Farm/Farm.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/Globe/Globe.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/Goggles/Goggles.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/House/House.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/HouseSimple/HouseSimple.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/MapPin/MapPin.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/MapTriFold/MapTriFold.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/Path/Path.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/RoadHorizon/RoadHorizon.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/SteeringWheel/SteeringWheel.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/SwimmingPool/SwimmingPool.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/Tram/Tram.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/Van/Van.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/Calculator/Calculator.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/ChartBar/ChartBar.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/ChartLine/ChartLine.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/ChartLineUp/ChartLineUp.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/ChartPie/ChartPie.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/Minus/Minus.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/MinusCircle/MinusCircle.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/NumberSquareThree/NumberSquareThree.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/Plus/Plus.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/PlusCircle/PlusCircle.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/XIcon/XIcon.d.ts +3 -0
- package/dist/Components/Icons/Media/Camera/Camera.d.ts +3 -0
- package/dist/Components/Icons/Media/DiscoBall/DiscoBall.d.ts +3 -0
- package/dist/Components/Icons/Media/FilmStrip/FilmStrip.d.ts +3 -0
- package/dist/Components/Icons/Media/Microphone/Microphone.d.ts +3 -0
- package/dist/Components/Icons/Media/MusicNotes/MusicNotes.d.ts +3 -0
- package/dist/Components/Icons/Media/PlayCircle/PlayCircle.d.ts +3 -0
- package/dist/Components/Icons/Media/SlidersHorizontal/SlidersHorizontal.d.ts +3 -0
- package/dist/Components/Icons/Media/StopCircle/StopCircle.d.ts +3 -0
- package/dist/Components/Icons/Media/VideoCamera/VideoCamera.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/BuildinfOffice/BuildingOffice.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/Copy/Copy.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/FileText/FileText.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/Files/Files.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/FloppyDisk/FloppyDisk.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/Folder/Folder.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/FolderSimplePlus/FolderSimplePlus.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/Folders/Folders.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/List/List.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/ListBullets/ListBullets.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/ListDashes/ListDashes.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/Printer/Printer.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/TextAa/TextAa.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/TextColumns/TextColumns.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/Trash/Trash.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/TrashSimple/TrashSimple.d.ts +3 -0
- package/dist/Components/Icons/People/Person/Person.d.ts +3 -0
- package/dist/Components/Icons/People/PersonArmsSpread/PersonArmsSpread.d.ts +3 -0
- package/dist/Components/Icons/People/PersonSimpleBike/PersonSimpleBike.d.ts +3 -0
- package/dist/Components/Icons/People/PersonSimpleSki/PersonSimpleSki.d.ts +3 -0
- package/dist/Components/Icons/People/PersonSimpleWalk/PersonSimpleWalk.d.ts +3 -0
- package/dist/Components/Icons/People/User/User.d.ts +3 -0
- package/dist/Components/Icons/People/UserCircle/UserCircle.d.ts +3 -0
- package/dist/Components/Icons/People/UserSwitch/UserSwitch.d.ts +3 -0
- package/dist/Components/Icons/People/Users/Users.d.ts +3 -0
- package/dist/Components/Icons/SecurityAndWarnings/Info/Info.d.ts +3 -0
- package/dist/Components/Icons/SecurityAndWarnings/Key/Key.d.ts +3 -0
- package/dist/Components/Icons/SecurityAndWarnings/LockKeyOpen/LockKeyOpen.d.ts +3 -0
- package/dist/Components/Icons/SecurityAndWarnings/LockSimple/LockSimple.d.ts +3 -0
- package/dist/Components/Icons/SecurityAndWarnings/Question/Question.d.ts +3 -0
- package/dist/Components/Icons/SecurityAndWarnings/ShieldCheck/ShieldCheck.d.ts +3 -0
- package/dist/Components/Icons/SecurityAndWarnings/WarningCircle/WarningCircle.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/Bell/Bell.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/Check/Check.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/CheckSquare/CheckSquare.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/CloudCheck/CloudCheck.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/Desktop/Desktop.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/DeviceMobile/DeviceMobile.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/DotSixVertical/DotSixVertical.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/DotsSix/DotsSix.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/DotsThree/DotsThree.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/DotsThreeVertical/DotsThreeVertical.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/DownloadSimple/DownloadSimple.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/Gear/Gear.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/Link/Link.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/MagnifyingGlass/MagnifyingGlass.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/RadioButtonIcon/RadioButtonIcon.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/SignIn/SignIn.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/SignOut/SignOut.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/ToggleLeft/ToggleLeft.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/ToggleRight/ToggleRight.d.ts +3 -0
- package/dist/Components/Icons/Time/Calendar/Calendar.d.ts +3 -0
- package/dist/Components/Icons/Time/CalendarBank/CalendarBank.d.ts +3 -0
- package/dist/Components/Icons/Time/CalendarCheck/CalendarCheck.d.ts +3 -0
- package/dist/Components/Icons/Time/CalendarDots/CalendarDots.d.ts +3 -0
- package/dist/Components/Icons/Time/Clock/Clock.d.ts +3 -0
- package/dist/Components/Icons/Time/ClockCounterClockwise/ClockCounterClockwise.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Bird/Bird.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Campfire/Campfire.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/CloudSun/CloudSun.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Cow/Cow.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Dog/Dog.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/FishSimple/FishSimple.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Flower/Flower.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Moon/Moon.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Mountains/Mountains.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Plant/Plant.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Snowflake/Snowflake.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Sparkle/Sparkle.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Sun/Sun.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Tree/Tree.d.ts +3 -0
- package/dist/Components/Icons/index.d.ts +123 -0
- package/dist/Components/Layout/Footer/Footer.d.ts +3 -0
- package/dist/Components/Layout/Footer/FooterBottom.d.ts +3 -0
- package/dist/Components/Layout/Footer/FooterBottomLeft.d.ts +3 -0
- package/dist/Components/Layout/Footer/FooterBottomLeftProps.d.ts +11 -0
- package/dist/Components/Layout/Footer/FooterBottomProps.d.ts +5 -0
- package/dist/Components/Layout/Footer/FooterBottomRight.d.ts +3 -0
- package/dist/Components/Layout/Footer/FooterBottomRightProps.d.ts +6 -0
- package/dist/Components/Layout/Footer/FooterItem.d.ts +3 -0
- package/dist/Components/Layout/Footer/FooterItemProps.d.ts +6 -0
- package/dist/Components/Layout/Footer/FooterMiddle.d.ts +3 -0
- package/dist/Components/Layout/Footer/FooterMiddleProps.d.ts +6 -0
- package/dist/Components/Layout/Footer/FooterProps.d.ts +9 -0
- package/dist/Components/Layout/Footer/FooterTop.d.ts +3 -0
- package/dist/Components/Layout/Footer/FooterTopProps.d.ts +7 -0
- package/dist/Components/Layout/Footer/footer-bg-design.d.ts +2 -0
- package/dist/Components/Layout/Header/Header.d.ts +3 -0
- package/dist/Components/Layout/Header/HeaderProps.d.ts +7 -0
- package/dist/Components/Layout/Header/HeaderRight.d.ts +3 -0
- package/dist/Components/Layout/Header/HeaderRightItem.d.ts +3 -0
- package/dist/Components/Layout/Header/HeaderRightItemProps.d.ts +11 -0
- package/dist/Components/Layout/Header/HeaderRightProps.d.ts +5 -0
- package/dist/Components/Layout/Header/MagnifyingGlass/MagnifyingGlass.d.ts +2 -0
- package/dist/Components/Layout/Header/MegaMenu/MegaMenu.d.ts +2 -0
- package/dist/Components/Layout/Header/MegaMenu/MegaMenuProps.d.ts +4 -0
- package/dist/Components/Layout/HeroBanner/HeroBanner.d.ts +3 -0
- package/dist/Components/Layout/HeroBanner/HeroBannerProps.d.ts +9 -0
- package/dist/Components/Layout/HeroBanner/LargeHeroIcon.d.ts +2 -0
- package/dist/Components/Layout/index.d.ts +22 -0
- package/dist/Components/Shared/Container/Container.d.ts +3 -0
- package/dist/Components/Shared/Container/ContainerProps.d.ts +6 -0
- package/dist/Components/Shared/ElementHolder/ElementHolder.d.ts +3 -0
- package/dist/Components/Shared/ElementHolder/ElementHolderProps.d.ts +15 -0
- package/dist/Components/Shared/index.d.ts +4 -0
- package/dist/img/card-one.png +0 -0
- package/dist/img/card-three.png +0 -0
- package/dist/img/card-two.png +0 -0
- package/dist/img/footer-bg-design.svg +14 -0
- package/dist/img/footer-logo.svg +9 -0
- package/dist/img/promo-banner-image.svg +9 -0
- package/dist/img/visit-brand-piller.svg +6 -0
- package/dist/img/waikirikiri-full-logo.svg +23 -0
- package/dist/index.cjs.js +14 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.es.d.ts +2 -0
- package/dist/index.es.js +6787 -0
- package/dist/index.es.js.map +1 -0
- package/dist/main.d.ts +0 -0
- package/dist/selwynui.css +1 -0
- package/dist/vite.svg +1 -0
- package/package.json +73 -0
- package/src/Components/DataDisplay/Accordion/Accordion.stories.tsx +90 -0
- package/src/Components/DataDisplay/Accordion/Accordion.tsx +57 -0
- package/src/Components/DataDisplay/Accordion/AccordionContext.tsx +11 -0
- package/src/Components/DataDisplay/Accordion/AccordionContextInterface.tsx +8 -0
- package/src/Components/DataDisplay/Accordion/AccordionItem.tsx +159 -0
- package/src/Components/DataDisplay/Accordion/AccordionItemProps.tsx +20 -0
- package/src/Components/DataDisplay/Accordion/AccordionProps.tsx +13 -0
- package/src/Components/DataDisplay/Accordion/AccordionProvider.tsx +66 -0
- package/src/Components/DataDisplay/Accordion/AccordionProviderInterface.tsx +9 -0
- package/src/Components/DataDisplay/Accordion/accordion-bg-design.tsx +14 -0
- package/src/Components/DataDisplay/Accordion/accordion.module.scss +90 -0
- package/src/Components/DataDisplay/DetailsCard/DetailsCard.stories.tsx +39 -0
- package/src/Components/DataDisplay/DetailsCard/DetailsCard.tsx +87 -0
- package/src/Components/DataDisplay/DetailsCard/DetailsCardProps.tsx +12 -0
- package/src/Components/DataDisplay/DetailsCard/detailsCard.module.scss +123 -0
- package/src/Components/DataDisplay/ImageContent/ImageContent.stories.tsx +150 -0
- package/src/Components/DataDisplay/ImageContent/ImageContent.tsx +146 -0
- package/src/Components/DataDisplay/ImageContent/ImageContentMaskingImages.tsx +334 -0
- package/src/Components/DataDisplay/ImageContent/ImageContentProps.tsx +42 -0
- package/src/Components/DataDisplay/ImageContent/imageContent.module.scss +343 -0
- package/src/Components/DataDisplay/IntroBlock/IntroBlock.stories.tsx +37 -0
- package/src/Components/DataDisplay/IntroBlock/IntroBlock.tsx +37 -0
- package/src/Components/DataDisplay/IntroBlock/IntroBlockProps.tsx +10 -0
- package/src/Components/DataDisplay/IntroBlock/introBlock.module.scss +37 -0
- package/src/Components/DataDisplay/KPIBlock/KPIBlock.stories.tsx +120 -0
- package/src/Components/DataDisplay/KPIBlock/KPIBlock.tsx +42 -0
- package/src/Components/DataDisplay/KPIBlock/KPIBlockProps.tsx +13 -0
- package/src/Components/DataDisplay/KPIBlock/kpiBlock.module.scss +78 -0
- package/src/Components/DataDisplay/Pathway/Pathway.stories.tsx +27 -0
- package/src/Components/DataDisplay/Pathway/Pathway.tsx +83 -0
- package/src/Components/DataDisplay/Pathway/PathwayProps.tsx +17 -0
- package/src/Components/DataDisplay/Pathway/pathway.module.scss +124 -0
- package/src/Components/DataDisplay/PathwayBlock/PathwayBlock.stories.tsx +56 -0
- package/src/Components/DataDisplay/PathwayBlock/PathwayBlock.tsx +37 -0
- package/src/Components/DataDisplay/PathwayBlock/PathwayBlockProps.tsx +13 -0
- package/src/Components/DataDisplay/PathwayBlock/pathwayBlock.module.scss +34 -0
- package/src/Components/DataDisplay/PromoBannerBlock/PromoBanner.stories.tsx +45 -0
- package/src/Components/DataDisplay/PromoBannerBlock/PromoBannerBlock.tsx +77 -0
- package/src/Components/DataDisplay/PromoBannerBlock/PromoBannerBlockProps.tsx +16 -0
- package/src/Components/DataDisplay/PromoBannerBlock/brand-piller.tsx +50 -0
- package/src/Components/DataDisplay/PromoBannerBlock/promo-banner-bg-design.tsx +14 -0
- package/src/Components/DataDisplay/PromoBannerBlock/promoBanner.module.scss +181 -0
- package/src/Components/DataDisplay/TestimonyCard/TestimonyCard.stories.tsx +46 -0
- package/src/Components/DataDisplay/TestimonyCard/TestimonyCard.tsx +64 -0
- package/src/Components/DataDisplay/TestimonyCard/TestimonyCardProps.tsx +13 -0
- package/src/Components/DataDisplay/TestimonyCard/testimonyCard.module.scss +93 -0
- package/src/Components/DataDisplay/index.ts +19 -0
- package/src/Components/Form/Button/Button.stories.tsx +55 -0
- package/src/Components/Form/Button/Button.tsx +122 -0
- package/src/Components/Form/Button/ButtonProps.tsx +27 -0
- package/src/Components/Form/Button/button.module.scss +91 -0
- package/src/Components/Form/index.ts +2 -0
- package/src/Components/Icons/Arrows/ArrowLeft/ArrowLeft.tsx +49 -0
- package/src/Components/Icons/Arrows/ArrowRight/ArrowRight.tsx +47 -0
- package/src/Components/Icons/Arrows/ArrowSquareOut/ArrowSquareOut.tsx +48 -0
- package/src/Components/Icons/Arrows/ArrowsDownUp/ArrowsDownUp.tsx +49 -0
- package/src/Components/Icons/Arrows/ArrowsOutCardinal/ArrowsOutCardinal.tsx +50 -0
- package/src/Components/Icons/Arrows/CaretCircleRight/CaretCircleRight.tsx +37 -0
- package/src/Components/Icons/Arrows/CaretDown/CaretDown.tsx +49 -0
- package/src/Components/Icons/Arrows/CaretLeft/CaretLeft.tsx +102 -0
- package/src/Components/Icons/Arrows/CaretRight/CaretRight.tsx +102 -0
- package/src/Components/Icons/Arrows/CaretUp/CaretUp.tsx +49 -0
- package/src/Components/Icons/Arrows/CaretUpDown/CaretUpDown.tsx +49 -0
- package/src/Components/Icons/Brands/FacebookLogo/FacebookLogo.tsx +35 -0
- package/src/Components/Icons/Brands/InstagramLogo/InstagramLogo.tsx +35 -0
- package/src/Components/Icons/Brands/LinkedinLogo/LinkedinLogo.tsx +35 -0
- package/src/Components/Icons/Brands/WindowsLogo/WindowsLogo.tsx +105 -0
- package/src/Components/Icons/Commerce/Backpack/Backpack.tsx +54 -0
- package/src/Components/Icons/Commerce/BowlSteam/BowlSteam.tsx +34 -0
- package/src/Components/Icons/Commerce/Bread/Bread.tsx +34 -0
- package/src/Components/Icons/Commerce/Cheers/Cheers.tsx +34 -0
- package/src/Components/Icons/Commerce/ChefHat/ChefHat.tsx +34 -0
- package/src/Components/Icons/Commerce/Coffee/Coffee.tsx +54 -0
- package/src/Components/Icons/Commerce/CreditCard/CreditCard.tsx +54 -0
- package/src/Components/Icons/Commerce/CurrencyDollarSimple/CurrencyDollarSimple.tsx +105 -0
- package/src/Components/Icons/Commerce/Grains/Grains.tsx +54 -0
- package/src/Components/Icons/Commerce/Scale/Scale.tsx +61 -0
- package/src/Components/Icons/Commerce/StoreFront/StoreFront.tsx +54 -0
- package/src/Components/Icons/Communication/AddressBook/AddressBook.stories.ts +28 -0
- package/src/Components/Icons/Communication/AddressBook/AddressBook.tsx +50 -0
- package/src/Components/Icons/Communication/AsterickSimple/AsteriskSimple.stories.ts +28 -0
- package/src/Components/Icons/Communication/AsterickSimple/AsteriskSimple.tsx +49 -0
- package/src/Components/Icons/Communication/Asterisk/Asterisk.stories.ts +28 -0
- package/src/Components/Icons/Communication/Asterisk/Asterisk.tsx +50 -0
- package/src/Components/Icons/Communication/At/At.stories.ts +28 -0
- package/src/Components/Icons/Communication/At/At.tsx +49 -0
- package/src/Components/Icons/Communication/Broadcast/Broadcast.stories.ts +27 -0
- package/src/Components/Icons/Communication/Broadcast/Broadcast.tsx +49 -0
- package/src/Components/Icons/Communication/Chat/Chat.stories.ts +28 -0
- package/src/Components/Icons/Communication/Chat/Chat.tsx +49 -0
- package/src/Components/Icons/Communication/ChatCircleText/ChatCircleText.tsx +87 -0
- package/src/Components/Icons/Communication/EnvelopeSimple/EnvelopeSimple.tsx +52 -0
- package/src/Components/Icons/Communication/Export/Export.tsx +52 -0
- package/src/Components/Icons/Communication/Phone/Phone.tsx +54 -0
- package/src/Components/Icons/Communication/ThumbsUp/ThumbsUp.tsx +47 -0
- package/src/Components/Icons/Communication/Translate/Translate.tsx +51 -0
- package/src/Components/Icons/Design/DropHalfBottom/DropHalfBottom.tsx +37 -0
- package/src/Components/Icons/Design/Eye/Eye.tsx +105 -0
- package/src/Components/Icons/Design/EyeSlash/EyeSlash.tsx +105 -0
- package/src/Components/Icons/Design/GearFine/GearFine.tsx +105 -0
- package/src/Components/Icons/Design/PencilLine/PencilLine.tsx +63 -0
- package/src/Components/Icons/Design/PencilSimple/PencilSimple.tsx +63 -0
- package/src/Components/Icons/Design/Ruler/Ruler.tsx +63 -0
- package/src/Components/Icons/Design/SquaresFour/SquaresFour.tsx +54 -0
- package/src/Components/Icons/Education/BookOpenText/BookOpenText.tsx +63 -0
- package/src/Components/Icons/Education/BookmarkSimple/BookmarkSimple.tsx +44 -0
- package/src/Components/Icons/Education/Certificate/Certificate.tsx +56 -0
- package/src/Components/Icons/Education/GraduationCap/GraduationCap.tsx +105 -0
- package/src/Components/Icons/Games/Cricket/Cricket.tsx +23 -0
- package/src/Components/Icons/Games/Football/Football.tsx +47 -0
- package/src/Components/Icons/Games/Golf/Golf.tsx +34 -0
- package/src/Components/Icons/HealthAndWellness/Barbell/Barbell.tsx +36 -0
- package/src/Components/Icons/IconProps.tsx +5 -0
- package/src/Components/Icons/MapAndTravel/Barn/Barn.tsx +34 -0
- package/src/Components/Icons/MapAndTravel/Bicycle/Bicycle.tsx +54 -0
- package/src/Components/Icons/MapAndTravel/Bus/Bus.tsx +54 -0
- package/src/Components/Icons/MapAndTravel/Car/Car.tsx +54 -0
- package/src/Components/Icons/MapAndTravel/ChargingStation/ChargingStation.tsx +54 -0
- package/src/Components/Icons/MapAndTravel/Farm/Farm.tsx +34 -0
- package/src/Components/Icons/MapAndTravel/Globe/Globe.tsx +61 -0
- package/src/Components/Icons/MapAndTravel/Goggles/Goggles.tsx +47 -0
- package/src/Components/Icons/MapAndTravel/House/House.tsx +61 -0
- package/src/Components/Icons/MapAndTravel/HouseSimple/HouseSimple.tsx +61 -0
- package/src/Components/Icons/MapAndTravel/MapPin/MapPin.tsx +53 -0
- package/src/Components/Icons/MapAndTravel/MapTriFold/MapTriFold.tsx +59 -0
- package/src/Components/Icons/MapAndTravel/Path/Path.tsx +35 -0
- package/src/Components/Icons/MapAndTravel/RoadHorizon/RoadHorizon.tsx +35 -0
- package/src/Components/Icons/MapAndTravel/SteeringWheel/SteeringWheel.tsx +61 -0
- package/src/Components/Icons/MapAndTravel/SwimmingPool/SwimmingPool.tsx +36 -0
- package/src/Components/Icons/MapAndTravel/Tram/Tram.tsx +35 -0
- package/src/Components/Icons/MapAndTravel/Van/Van.tsx +60 -0
- package/src/Components/Icons/MathsAndFinance/Calculator/Calculator.tsx +59 -0
- package/src/Components/Icons/MathsAndFinance/ChartBar/ChartBar.tsx +59 -0
- package/src/Components/Icons/MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.tsx +52 -0
- package/src/Components/Icons/MathsAndFinance/ChartLine/ChartLine.tsx +53 -0
- package/src/Components/Icons/MathsAndFinance/ChartLineUp/ChartLineUp.tsx +47 -0
- package/src/Components/Icons/MathsAndFinance/ChartPie/ChartPie.tsx +54 -0
- package/src/Components/Icons/MathsAndFinance/Minus/Minus.tsx +49 -0
- package/src/Components/Icons/MathsAndFinance/MinusCircle/MinusCircle.tsx +44 -0
- package/src/Components/Icons/MathsAndFinance/NumberSquareThree/NumberSquareThree.tsx +63 -0
- package/src/Components/Icons/MathsAndFinance/Plus/Plus.tsx +63 -0
- package/src/Components/Icons/MathsAndFinance/PlusCircle/PlusCircle.tsx +51 -0
- package/src/Components/Icons/MathsAndFinance/XIcon/XIcon.tsx +107 -0
- package/src/Components/Icons/Media/Camera/Camera.tsx +49 -0
- package/src/Components/Icons/Media/DiscoBall/DiscoBall.tsx +22 -0
- package/src/Components/Icons/Media/FilmStrip/FilmStrip.tsx +45 -0
- package/src/Components/Icons/Media/Microphone/Microphone.tsx +94 -0
- package/src/Components/Icons/Media/MusicNotes/MusicNotes.tsx +42 -0
- package/src/Components/Icons/Media/PlayCircle/PlayCircle.tsx +49 -0
- package/src/Components/Icons/Media/SlidersHorizontal/SlidersHorizontal.tsx +49 -0
- package/src/Components/Icons/Media/StopCircle/StopCircle.tsx +50 -0
- package/src/Components/Icons/Media/VideoCamera/VideoCamera.tsx +105 -0
- package/src/Components/Icons/OfficeAndEditing/BuildinfOffice/BuildingOffice.tsx +22 -0
- package/src/Components/Icons/OfficeAndEditing/Copy/Copy.tsx +47 -0
- package/src/Components/Icons/OfficeAndEditing/FileText/FileText.tsx +35 -0
- package/src/Components/Icons/OfficeAndEditing/Files/Files.tsx +49 -0
- package/src/Components/Icons/OfficeAndEditing/FloppyDisk/FloppyDisk.tsx +49 -0
- package/src/Components/Icons/OfficeAndEditing/Folder/Folder.tsx +61 -0
- package/src/Components/Icons/OfficeAndEditing/FolderSimplePlus/FolderSimplePlus.tsx +35 -0
- package/src/Components/Icons/OfficeAndEditing/Folders/Folders.tsx +47 -0
- package/src/Components/Icons/OfficeAndEditing/List/List.tsx +46 -0
- package/src/Components/Icons/OfficeAndEditing/ListBullets/ListBullets.tsx +59 -0
- package/src/Components/Icons/OfficeAndEditing/ListDashes/ListDashes.tsx +59 -0
- package/src/Components/Icons/OfficeAndEditing/Printer/Printer.tsx +48 -0
- package/src/Components/Icons/OfficeAndEditing/TextAa/TextAa.tsx +63 -0
- package/src/Components/Icons/OfficeAndEditing/TextColumns/TextColumns.tsx +61 -0
- package/src/Components/Icons/OfficeAndEditing/Trash/Trash.tsx +49 -0
- package/src/Components/Icons/OfficeAndEditing/TrashSimple/TrashSimple.tsx +49 -0
- package/src/Components/Icons/People/Person/Person.tsx +35 -0
- package/src/Components/Icons/People/PersonArmsSpread/PersonArmsSpread.tsx +35 -0
- package/src/Components/Icons/People/PersonSimpleBike/PersonSimpleBike.tsx +35 -0
- package/src/Components/Icons/People/PersonSimpleSki/PersonSimpleSki.tsx +34 -0
- package/src/Components/Icons/People/PersonSimpleWalk/PersonSimpleWalk.tsx +35 -0
- package/src/Components/Icons/People/User/User.tsx +61 -0
- package/src/Components/Icons/People/UserCircle/UserCircle.tsx +61 -0
- package/src/Components/Icons/People/UserSwitch/UserSwitch.tsx +61 -0
- package/src/Components/Icons/People/Users/Users.tsx +107 -0
- package/src/Components/Icons/SecurityAndWarnings/Info/Info.tsx +54 -0
- package/src/Components/Icons/SecurityAndWarnings/Key/Key.tsx +54 -0
- package/src/Components/Icons/SecurityAndWarnings/LockKeyOpen/LockKeyOpen.tsx +54 -0
- package/src/Components/Icons/SecurityAndWarnings/LockSimple/LockSimple.tsx +61 -0
- package/src/Components/Icons/SecurityAndWarnings/Question/Question.tsx +53 -0
- package/src/Components/Icons/SecurityAndWarnings/ShieldCheck/ShieldCheck.tsx +89 -0
- package/src/Components/Icons/SecurityAndWarnings/WarningCircle/WarningCircle.tsx +105 -0
- package/src/Components/Icons/SystemAndDevice/Bell/Bell.tsx +49 -0
- package/src/Components/Icons/SystemAndDevice/Check/Check.tsx +49 -0
- package/src/Components/Icons/SystemAndDevice/CheckSquare/CheckSquare.tsx +63 -0
- package/src/Components/Icons/SystemAndDevice/CloudCheck/CloudCheck.tsx +74 -0
- package/src/Components/Icons/SystemAndDevice/Desktop/Desktop.tsx +107 -0
- package/src/Components/Icons/SystemAndDevice/DeviceMobile/DeviceMobile.tsx +78 -0
- package/src/Components/Icons/SystemAndDevice/DotSixVertical/DotSixVertical.tsx +49 -0
- package/src/Components/Icons/SystemAndDevice/DotsSix/DotsSix.tsx +107 -0
- package/src/Components/Icons/SystemAndDevice/DotsThree/DotsThree.tsx +63 -0
- package/src/Components/Icons/SystemAndDevice/DotsThreeVertical/DotsThreeVertical.tsx +63 -0
- package/src/Components/Icons/SystemAndDevice/DownloadSimple/DownloadSimple.tsx +52 -0
- package/src/Components/Icons/SystemAndDevice/Gear/Gear.tsx +61 -0
- package/src/Components/Icons/SystemAndDevice/Link/Link.tsx +54 -0
- package/src/Components/Icons/SystemAndDevice/MagnifyingGlass/MagnifyingGlass.tsx +105 -0
- package/src/Components/Icons/SystemAndDevice/RadioButtonIcon/RadioButtonIcon.tsx +63 -0
- package/src/Components/Icons/SystemAndDevice/SignIn/SignIn.tsx +51 -0
- package/src/Components/Icons/SystemAndDevice/SignOut/SignOut.tsx +49 -0
- package/src/Components/Icons/SystemAndDevice/ToggleLeft/ToggleLeft.tsx +51 -0
- package/src/Components/Icons/SystemAndDevice/ToggleRight/ToggleRight.tsx +51 -0
- package/src/Components/Icons/Time/Calendar/Calendar.tsx +61 -0
- package/src/Components/Icons/Time/CalendarBank/CalendarBank.tsx +105 -0
- package/src/Components/Icons/Time/CalendarCheck/CalendarCheck.tsx +61 -0
- package/src/Components/Icons/Time/CalendarDots/CalendarDots.tsx +28 -0
- package/src/Components/Icons/Time/Clock/Clock.tsx +105 -0
- package/src/Components/Icons/Time/ClockCounterClockwise/ClockCounterClockwise.tsx +74 -0
- package/src/Components/Icons/WeatherAndNature/Bird/Bird.tsx +54 -0
- package/src/Components/Icons/WeatherAndNature/Campfire/Campfire.tsx +35 -0
- package/src/Components/Icons/WeatherAndNature/CloudSun/CloudSun.tsx +49 -0
- package/src/Components/Icons/WeatherAndNature/Cow/Cow.tsx +34 -0
- package/src/Components/Icons/WeatherAndNature/Dog/Dog.tsx +54 -0
- package/src/Components/Icons/WeatherAndNature/FishSimple/FishSimple.tsx +54 -0
- package/src/Components/Icons/WeatherAndNature/Flower/Flower.tsx +47 -0
- package/src/Components/Icons/WeatherAndNature/Moon/Moon.tsx +35 -0
- package/src/Components/Icons/WeatherAndNature/Mountains/Mountains.tsx +49 -0
- package/src/Components/Icons/WeatherAndNature/Plant/Plant.tsx +105 -0
- package/src/Components/Icons/WeatherAndNature/Snowflake/Snowflake.tsx +46 -0
- package/src/Components/Icons/WeatherAndNature/Sparkle/Sparkle.tsx +35 -0
- package/src/Components/Icons/WeatherAndNature/Sun/Sun.tsx +47 -0
- package/src/Components/Icons/WeatherAndNature/Tree/Tree.tsx +84 -0
- package/src/Components/Icons/index.ts +165 -0
- package/src/Components/Layout/Footer/Footer.stories.tsx +178 -0
- package/src/Components/Layout/Footer/Footer.tsx +33 -0
- package/src/Components/Layout/Footer/FooterBottom.tsx +21 -0
- package/src/Components/Layout/Footer/FooterBottomLeft.tsx +31 -0
- package/src/Components/Layout/Footer/FooterBottomLeftProps.tsx +13 -0
- package/src/Components/Layout/Footer/FooterBottomProps.tsx +7 -0
- package/src/Components/Layout/Footer/FooterBottomRight.tsx +47 -0
- package/src/Components/Layout/Footer/FooterBottomRightProps.tsx +7 -0
- package/src/Components/Layout/Footer/FooterItem.tsx +17 -0
- package/src/Components/Layout/Footer/FooterItemProps.tsx +8 -0
- package/src/Components/Layout/Footer/FooterMiddle.tsx +18 -0
- package/src/Components/Layout/Footer/FooterMiddleProps.tsx +8 -0
- package/src/Components/Layout/Footer/FooterProps.tsx +11 -0
- package/src/Components/Layout/Footer/FooterTop.tsx +30 -0
- package/src/Components/Layout/Footer/FooterTopProps.tsx +9 -0
- package/src/Components/Layout/Footer/footer-bg-design.tsx +21 -0
- package/src/Components/Layout/Footer/footer.module.scss +326 -0
- package/src/Components/Layout/Header/Header.stories.tsx +67 -0
- package/src/Components/Layout/Header/Header.tsx +27 -0
- package/src/Components/Layout/Header/HeaderProps.tsx +9 -0
- package/src/Components/Layout/Header/HeaderRight.tsx +12 -0
- package/src/Components/Layout/Header/HeaderRightItem.tsx +21 -0
- package/src/Components/Layout/Header/HeaderRightItemProps.tsx +13 -0
- package/src/Components/Layout/Header/HeaderRightProps.tsx +7 -0
- package/src/Components/Layout/Header/MagnifyingGlass/MagnifyingGlass.tsx +10 -0
- package/src/Components/Layout/Header/MegaMenu/MegaMenu.tsx +98 -0
- package/src/Components/Layout/Header/MegaMenu/MegaMenuProps.tsx +20 -0
- package/src/Components/Layout/Header/MegaMenu/megaMenu.module.scss +163 -0
- package/src/Components/Layout/Header/header.module.scss +115 -0
- package/src/Components/Layout/HeroBanner/HeroBanner.stories.tsx +77 -0
- package/src/Components/Layout/HeroBanner/HeroBanner.tsx +77 -0
- package/src/Components/Layout/HeroBanner/HeroBannerProps.tsx +10 -0
- package/src/Components/Layout/HeroBanner/LargeHeroIcon.tsx +18 -0
- package/src/Components/Layout/HeroBanner/heroBanner.module.scss +179 -0
- package/src/Components/Layout/index.ts +32 -0
- package/src/Components/Shared/Container/Container.tsx +19 -0
- package/src/Components/Shared/Container/ContainerProps.tsx +8 -0
- package/src/Components/Shared/Container/container.module.scss +13 -0
- package/src/Components/Shared/ElementHolder/ElementHolder.tsx +40 -0
- package/src/Components/Shared/ElementHolder/ElementHolderProps.tsx +18 -0
- package/src/Components/Shared/ElementHolder/elementHolder.module.scss +189 -0
- package/src/Components/Shared/Hook/useScrollFadeIn/useScrollFadeIn.tsx +28 -0
- package/src/Components/Shared/PillarIcon/PillarIcon.stories.tsx +31 -0
- package/src/Components/Shared/PillarIcon/PillarIcon.tsx +58 -0
- package/src/Components/Shared/PillarIcon/PillarIconsProps.tsx +5 -0
- package/src/Components/Shared/PillarLogo/PillarLogo.tsx +184 -0
- package/src/Components/Shared/ScrollFadeIn/ScrollFadeIn.tsx +43 -0
- package/src/Components/Shared/ScrollFadeIn/scrollFadeIn.module.scss +19 -0
- package/src/Components/Shared/index.ts +5 -0
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const InstagramLogo = ({ type = "light" }: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
6
|
+
<path d="M16 10.5C14.9122 10.5 13.8488 10.8226 12.9444 11.4269C12.0399 12.0313 11.3349 12.8902 10.9187 13.8952C10.5024 14.9002 10.3935 16.0061 10.6057 17.073C10.8179 18.1399 11.3417 19.1199 12.1109 19.8891C12.8801 20.6583 13.8601 21.1821 14.927 21.3943C15.9939 21.6065 17.0998 21.4976 18.1048 21.0813C19.1098 20.6651 19.9687 19.9601 20.5731 19.0556C21.1774 18.1512 21.5 17.0878 21.5 16C21.4983 14.5418 20.9184 13.1438 19.8873 12.1127C18.8562 11.0816 17.4582 10.5017 16 10.5ZM16 20.5C15.11 20.5 14.24 20.2361 13.4999 19.7416C12.7599 19.2471 12.1831 18.5443 11.8425 17.7221C11.5019 16.8998 11.4128 15.995 11.5865 15.1221C11.7601 14.2492 12.1887 13.4474 12.818 12.818C13.4474 12.1887 14.2492 11.7601 15.1221 11.5865C15.995 11.4128 16.8998 11.5019 17.7221 11.8425C18.5443 12.1831 19.2471 12.7599 19.7416 13.4999C20.2361 14.24 20.5 15.11 20.5 16C20.5 17.1935 20.0259 18.3381 19.182 19.182C18.3381 20.0259 17.1935 20.5 16 20.5ZM22 3.5H10C8.2767 3.50198 6.62455 4.18744 5.406 5.406C4.18744 6.62455 3.50198 8.2767 3.5 10V22C3.50198 23.7233 4.18744 25.3754 5.406 26.594C6.62455 27.8126 8.2767 28.498 10 28.5H22C23.7233 28.498 25.3754 27.8126 26.594 26.594C27.8126 25.3754 28.498 23.7233 28.5 22V10C28.498 8.2767 27.8126 6.62455 26.594 5.406C25.3754 4.18744 23.7233 3.50198 22 3.5ZM27.5 22C27.4983 23.4582 26.9184 24.8562 25.8873 25.8873C24.8562 26.9184 23.4582 27.4983 22 27.5H10C8.54182 27.4983 7.14383 26.9184 6.11274 25.8873C5.08165 24.8562 4.50165 23.4582 4.5 22V10C4.50165 8.54182 5.08165 7.14383 6.11274 6.11274C7.14383 5.08165 8.54182 4.50165 10 4.5H22C23.4582 4.50165 24.8562 5.08165 25.8873 6.11274C26.9184 7.14383 27.4983 8.54182 27.5 10V22ZM23.5 9.5C23.5 9.69778 23.4414 9.89112 23.3315 10.0556C23.2216 10.22 23.0654 10.3482 22.8827 10.4239C22.7 10.4996 22.4989 10.5194 22.3049 10.4808C22.1109 10.4422 21.9327 10.347 21.7929 10.2071C21.653 10.0673 21.5578 9.88907 21.5192 9.69509C21.4806 9.50111 21.5004 9.30004 21.5761 9.11732C21.6518 8.93459 21.78 8.77841 21.9444 8.66853C22.1089 8.55865 22.3022 8.5 22.5 8.5C22.7652 8.5 23.0196 8.60536 23.2071 8.79289C23.3946 8.98043 23.5 9.23478 23.5 9.5Z" fill="currentColor"/>
|
|
7
|
+
</svg>
|
|
8
|
+
}
|
|
9
|
+
if (type === "regular") {
|
|
10
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
11
|
+
<path d="M16 10C14.8133 10 13.6533 10.3519 12.6666 11.0112C11.6799 11.6705 10.9108 12.6075 10.4567 13.7039C10.0026 14.8003 9.88378 16.0067 10.1153 17.1705C10.3468 18.3344 10.9182 19.4035 11.7574 20.2426C12.5965 21.0818 13.6656 21.6532 14.8295 21.8847C15.9933 22.1162 17.1997 21.9974 18.2961 21.5433C19.3925 21.0892 20.3295 20.3201 20.9888 19.3334C21.6481 18.3467 22 17.1867 22 16C21.9983 14.4092 21.3657 12.884 20.2408 11.7592C19.116 10.6343 17.5908 10.0017 16 10ZM16 20C15.2089 20 14.4355 19.7654 13.7777 19.3259C13.1199 18.8864 12.6072 18.2616 12.3045 17.5307C12.0017 16.7998 11.9225 15.9956 12.0769 15.2196C12.2312 14.4437 12.6122 13.731 13.1716 13.1716C13.731 12.6122 14.4437 12.2312 15.2196 12.0769C15.9956 11.9225 16.7998 12.0017 17.5307 12.3045C18.2616 12.6072 18.8864 13.1199 19.3259 13.7777C19.7654 14.4355 20 15.2089 20 16C20 17.0609 19.5786 18.0783 18.8284 18.8284C18.0783 19.5786 17.0609 20 16 20ZM22 3H10C8.14409 3.00199 6.36477 3.74012 5.05245 5.05245C3.74012 6.36477 3.00199 8.14409 3 10V22C3.00199 23.8559 3.74012 25.6352 5.05245 26.9476C6.36477 28.2599 8.14409 28.998 10 29H22C23.8559 28.998 25.6352 28.2599 26.9476 26.9476C28.2599 25.6352 28.998 23.8559 29 22V10C28.998 8.14409 28.2599 6.36477 26.9476 5.05245C25.6352 3.74012 23.8559 3.00199 22 3ZM27 22C27 23.3261 26.4732 24.5979 25.5355 25.5355C24.5979 26.4732 23.3261 27 22 27H10C8.67392 27 7.40215 26.4732 6.46447 25.5355C5.52678 24.5979 5 23.3261 5 22V10C5 8.67392 5.52678 7.40215 6.46447 6.46447C7.40215 5.52678 8.67392 5 10 5H22C23.3261 5 24.5979 5.52678 25.5355 6.46447C26.4732 7.40215 27 8.67392 27 10V22ZM24 9.5C24 9.79667 23.912 10.0867 23.7472 10.3334C23.5824 10.58 23.3481 10.7723 23.074 10.8858C22.7999 10.9994 22.4983 11.0291 22.2074 10.9712C21.9164 10.9133 21.6491 10.7704 21.4393 10.5607C21.2296 10.3509 21.0867 10.0836 21.0288 9.79264C20.9709 9.50166 21.0007 9.20006 21.1142 8.92597C21.2277 8.65189 21.42 8.41762 21.6666 8.2528C21.9133 8.08797 22.2033 8 22.5 8C22.8978 8 23.2794 8.15804 23.5607 8.43934C23.842 8.72064 24 9.10218 24 9.5Z" fill="currentColor"/>
|
|
12
|
+
</svg>
|
|
13
|
+
}
|
|
14
|
+
if (type === "bold") {
|
|
15
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
16
|
+
<path d="M16 10C14.8133 10 13.6533 10.3519 12.6666 11.0112C11.6799 11.6705 10.9108 12.6075 10.4567 13.7039C10.0026 14.8003 9.88378 16.0067 10.1153 17.1705C10.3468 18.3344 10.9182 19.4035 11.7574 20.2426C12.5965 21.0818 13.6656 21.6532 14.8295 21.8847C15.9933 22.1162 17.1997 21.9974 18.2961 21.5433C19.3925 21.0892 20.3295 20.3201 20.9888 19.3334C21.6481 18.3467 22 17.1867 22 16C21.9983 14.4092 21.3657 12.884 20.2408 11.7592C19.116 10.6343 17.5908 10.0017 16 10ZM16 19C15.4067 19 14.8266 18.8241 14.3333 18.4944C13.8399 18.1648 13.4554 17.6962 13.2284 17.1481C13.0013 16.5999 12.9419 15.9967 13.0576 15.4147C13.1734 14.8328 13.4591 14.2982 13.8787 13.8787C14.2982 13.4591 14.8328 13.1734 15.4147 13.0576C15.9967 12.9419 16.5999 13.0013 17.1481 13.2284C17.6962 13.4554 18.1648 13.8399 18.4944 14.3333C18.8241 14.8266 19 15.4067 19 16C19 16.7956 18.6839 17.5587 18.1213 18.1213C17.5587 18.6839 16.7956 19 16 19ZM22 2.5H10C8.01159 2.50232 6.10528 3.29324 4.69926 4.69926C3.29324 6.10528 2.50232 8.01159 2.5 10V22C2.50232 23.9884 3.29324 25.8947 4.69926 27.3007C6.10528 28.7068 8.01159 29.4977 10 29.5H22C23.9884 29.4977 25.8947 28.7068 27.3007 27.3007C28.7068 25.8947 29.4977 23.9884 29.5 22V10C29.4977 8.01159 28.7068 6.10528 27.3007 4.69926C25.8947 3.29324 23.9884 2.50232 22 2.5ZM26.5 22C26.5 23.1935 26.0259 24.3381 25.182 25.182C24.3381 26.0259 23.1935 26.5 22 26.5H10C8.80653 26.5 7.66193 26.0259 6.81802 25.182C5.97411 24.3381 5.5 23.1935 5.5 22V10C5.5 8.80653 5.97411 7.66193 6.81802 6.81802C7.66193 5.97411 8.80653 5.5 10 5.5H22C23.1935 5.5 24.3381 5.97411 25.182 6.81802C26.0259 7.66193 26.5 8.80653 26.5 10V22ZM24.5 9.5C24.5 9.89556 24.3827 10.2822 24.1629 10.6111C23.9432 10.94 23.6308 11.1964 23.2654 11.3478C22.8999 11.4991 22.4978 11.5387 22.1098 11.4616C21.7219 11.3844 21.3655 11.1939 21.0858 10.9142C20.8061 10.6345 20.6156 10.2781 20.5384 9.89018C20.4613 9.50222 20.5009 9.10009 20.6522 8.73463C20.8036 8.36918 21.06 8.05682 21.3889 7.83706C21.7178 7.6173 22.1044 7.5 22.5 7.5C23.0304 7.5 23.5391 7.71071 23.9142 8.08579C24.2893 8.46086 24.5 8.96957 24.5 9.5Z" fill="currentColor"/>
|
|
17
|
+
</svg>
|
|
18
|
+
}
|
|
19
|
+
if (type === "fill") {
|
|
20
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
21
|
+
<path d="M22 3H10C8.14409 3.00199 6.36477 3.74012 5.05245 5.05245C3.74012 6.36477 3.00199 8.14409 3 10V22C3.00199 23.8559 3.74012 25.6352 5.05245 26.9476C6.36477 28.2599 8.14409 28.998 10 29H22C23.8559 28.998 25.6352 28.2599 26.9476 26.9476C28.2599 25.6352 28.998 23.8559 29 22V10C28.998 8.14409 28.2599 6.36477 26.9476 5.05245C25.6352 3.74012 23.8559 3.00199 22 3ZM16 22C14.8133 22 13.6533 21.6481 12.6666 20.9888C11.6799 20.3295 10.9108 19.3925 10.4567 18.2961C10.0026 17.1997 9.88378 15.9933 10.1153 14.8295C10.3468 13.6656 10.9182 12.5965 11.7574 11.7574C12.5965 10.9182 13.6656 10.3468 14.8295 10.1153C15.9933 9.88378 17.1997 10.0026 18.2961 10.4567C19.3925 10.9108 20.3295 11.6799 20.9888 12.6666C21.6481 13.6533 22 14.8133 22 16C21.9983 17.5908 21.3657 19.116 20.2408 20.2408C19.116 21.3657 17.5908 21.9983 16 22ZM23.5 10C23.2033 10 22.9133 9.91203 22.6666 9.7472C22.42 9.58238 22.2277 9.34811 22.1142 9.07403C22.0007 8.79994 21.9709 8.49834 22.0288 8.20736C22.0867 7.91639 22.2296 7.64912 22.4393 7.43934C22.6491 7.22956 22.9164 7.0867 23.2074 7.02882C23.4983 6.97094 23.7999 7.00065 24.074 7.11418C24.3481 7.22771 24.5824 7.41997 24.7472 7.66664C24.912 7.91332 25 8.20333 25 8.5C25 8.89782 24.842 9.27936 24.5607 9.56066C24.2794 9.84196 23.8978 10 23.5 10ZM20 16C20 16.7911 19.7654 17.5645 19.3259 18.2223C18.8864 18.8801 18.2616 19.3928 17.5307 19.6955C16.7998 19.9983 15.9956 20.0775 15.2196 19.9231C14.4437 19.7688 13.731 19.3878 13.1716 18.8284C12.6122 18.269 12.2312 17.5563 12.0769 16.7804C11.9225 16.0044 12.0017 15.2002 12.3045 14.4693C12.6072 13.7384 13.1199 13.1136 13.7777 12.6741C14.4355 12.2346 15.2089 12 16 12C17.0609 12 18.0783 12.4214 18.8284 13.1716C19.5786 13.9217 20 14.9391 20 16Z" fill="currentColor"/>
|
|
22
|
+
</svg>
|
|
23
|
+
}
|
|
24
|
+
if (type === "duotone") {
|
|
25
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
26
|
+
<path opacity="0.2" d="M22 4H10C8.4087 4 6.88258 4.63214 5.75736 5.75736C4.63214 6.88258 4 8.4087 4 10V22C4 23.5913 4.63214 25.1174 5.75736 26.2426C6.88258 27.3679 8.4087 28 10 28H22C23.5913 28 25.1174 27.3679 26.2426 26.2426C27.3679 25.1174 28 23.5913 28 22V10C28 8.4087 27.3679 6.88258 26.2426 5.75736C25.1174 4.63214 23.5913 4 22 4ZM16 21C15.0111 21 14.0444 20.7068 13.2221 20.1573C12.3999 19.6079 11.759 18.827 11.3806 17.9134C11.0022 16.9998 10.9031 15.9945 11.0961 15.0245C11.289 14.0546 11.7652 13.1637 12.4645 12.4645C13.1637 11.7652 14.0546 11.289 15.0245 11.0961C15.9945 10.9031 16.9998 11.0022 17.9134 11.3806C18.827 11.759 19.6079 12.3999 20.1573 13.2221C20.7068 14.0444 21 15.0111 21 16C21 17.3261 20.4732 18.5979 19.5355 19.5355C18.5979 20.4732 17.3261 21 16 21Z" fill="currentColor"/>
|
|
27
|
+
<path d="M22 3H10C8.14409 3.00199 6.36477 3.74012 5.05245 5.05245C3.74012 6.36477 3.00199 8.14409 3 10V22C3.00199 23.8559 3.74012 25.6352 5.05245 26.9476C6.36477 28.2599 8.14409 28.998 10 29H22C23.8559 28.998 25.6352 28.2599 26.9476 26.9476C28.2599 25.6352 28.998 23.8559 29 22V10C28.998 8.14409 28.2599 6.36477 26.9476 5.05245C25.6352 3.74012 23.8559 3.00199 22 3ZM27 22C27 23.3261 26.4732 24.5979 25.5355 25.5355C24.5979 26.4732 23.3261 27 22 27H10C8.67392 27 7.40215 26.4732 6.46447 25.5355C5.52678 24.5979 5 23.3261 5 22V10C5 8.67392 5.52678 7.40215 6.46447 6.46447C7.40215 5.52678 8.67392 5 10 5H22C23.3261 5 24.5979 5.52678 25.5355 6.46447C26.4732 7.40215 27 8.67392 27 10V22ZM16 10C14.8133 10 13.6533 10.3519 12.6666 11.0112C11.6799 11.6705 10.9108 12.6075 10.4567 13.7039C10.0026 14.8003 9.88378 16.0067 10.1153 17.1705C10.3468 18.3344 10.9182 19.4035 11.7574 20.2426C12.5965 21.0818 13.6656 21.6532 14.8295 21.8847C15.9933 22.1162 17.1997 21.9974 18.2961 21.5433C19.3925 21.0892 20.3295 20.3201 20.9888 19.3334C21.6481 18.3467 22 17.1867 22 16C21.9983 14.4092 21.3657 12.884 20.2408 11.7592C19.116 10.6343 17.5908 10.0017 16 10ZM16 20C15.2089 20 14.4355 19.7654 13.7777 19.3259C13.1199 18.8864 12.6072 18.2616 12.3045 17.5307C12.0017 16.7998 11.9225 15.9956 12.0769 15.2196C12.2312 14.4437 12.6122 13.731 13.1716 13.1716C13.731 12.6122 14.4437 12.2312 15.2196 12.0769C15.9956 11.9225 16.7998 12.0017 17.5307 12.3045C18.2616 12.6072 18.8864 13.1199 19.3259 13.7777C19.7654 14.4355 20 15.2089 20 16C20 17.0609 19.5786 18.0783 18.8284 18.8284C18.0783 19.5786 17.0609 20 16 20ZM24 9.5C24 9.79667 23.912 10.0867 23.7472 10.3334C23.5824 10.58 23.3481 10.7723 23.074 10.8858C22.7999 10.9994 22.4983 11.0291 22.2074 10.9712C21.9164 10.9133 21.6491 10.7704 21.4393 10.5607C21.2296 10.3509 21.0867 10.0836 21.0288 9.79264C20.9709 9.50166 21.0007 9.20006 21.1142 8.92597C21.2277 8.65189 21.42 8.41762 21.6666 8.2528C21.9133 8.08797 22.2033 8 22.5 8C22.8978 8 23.2794 8.15804 23.5607 8.43934C23.842 8.72064 24 9.10218 24 9.5Z" fill="currentColor"/>
|
|
28
|
+
</svg>
|
|
29
|
+
}
|
|
30
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
31
|
+
<path d="M16 10.25C14.8628 10.25 13.7511 10.5872 12.8055 11.219C11.8599 11.8509 11.1229 12.7489 10.6877 13.7996C10.2525 14.8502 10.1386 16.0064 10.3605 17.1218C10.5824 18.2372 11.13 19.2617 11.9341 20.0659C12.7383 20.87 13.7628 21.4177 14.8782 21.6395C15.9936 21.8614 17.1498 21.7475 18.2004 21.3123C19.2511 20.8771 20.1491 20.1401 20.781 19.1945C21.4128 18.2489 21.75 17.1372 21.75 16C21.748 14.4756 21.1416 13.0142 20.0637 11.9363C18.9858 10.8584 17.5244 10.252 16 10.25ZM16 20.25C15.1594 20.25 14.3377 20.0007 13.6388 19.5337C12.9399 19.0668 12.3952 18.403 12.0735 17.6264C11.7518 16.8498 11.6677 15.9953 11.8317 15.1709C11.9956 14.3464 12.4004 13.5892 12.9948 12.9948C13.5892 12.4004 14.3464 11.9956 15.1709 11.8317C15.9953 11.6677 16.8498 11.7518 17.6264 12.0735C18.403 12.3952 19.0668 12.9399 19.5337 13.6388C20.0007 14.3377 20.25 15.1594 20.25 16C20.25 17.1272 19.8022 18.2082 19.0052 19.0052C18.2082 19.8022 17.1272 20.25 16 20.25ZM22 3.25H10C8.2104 3.25199 6.49466 3.96378 5.22922 5.22922C3.96378 6.49466 3.25199 8.2104 3.25 10V22C3.25199 23.7896 3.96378 25.5053 5.22922 26.7708C6.49466 28.0362 8.2104 28.748 10 28.75H22C23.7896 28.748 25.5053 28.0362 26.7708 26.7708C28.0362 25.5053 28.748 23.7896 28.75 22V10C28.748 8.2104 28.0362 6.49466 26.7708 5.22922C25.5053 3.96378 23.7896 3.25199 22 3.25ZM27.25 22C27.25 23.3924 26.6969 24.7277 25.7123 25.7123C24.7277 26.6969 23.3924 27.25 22 27.25H10C8.60761 27.25 7.27225 26.6969 6.28769 25.7123C5.30312 24.7277 4.75 23.3924 4.75 22V10C4.75 8.60761 5.30312 7.27225 6.28769 6.28769C7.27225 5.30312 8.60761 4.75 10 4.75H22C23.3924 4.75 24.7277 5.30312 25.7123 6.28769C26.6969 7.27225 27.25 8.60761 27.25 10V22ZM23.75 9.5C23.75 9.74723 23.6767 9.9889 23.5393 10.1945C23.402 10.4 23.2068 10.5602 22.9784 10.6548C22.7499 10.7495 22.4986 10.7742 22.2561 10.726C22.0137 10.6778 21.7909 10.5587 21.6161 10.3839C21.4413 10.2091 21.3223 9.98634 21.274 9.74386C21.2258 9.50139 21.2505 9.25005 21.3451 9.02165C21.4398 8.79324 21.6 8.59801 21.8055 8.46066C22.0111 8.32331 22.2528 8.25 22.5 8.25C22.8315 8.25 23.1495 8.3817 23.3839 8.61612C23.6183 8.85054 23.75 9.16848 23.75 9.5Z" fill="currentColor"/>
|
|
32
|
+
</svg>
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export default InstagramLogo;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const LinkedinLogo = ({ type = "light" }: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
6
|
+
<path d="M27 3.5H5C4.60218 3.5 4.22064 3.65804 3.93934 3.93934C3.65804 4.22064 3.5 4.60218 3.5 5V27C3.5 27.3978 3.65804 27.7794 3.93934 28.0607C4.22064 28.342 4.60218 28.5 5 28.5H27C27.3978 28.5 27.7794 28.342 28.0607 28.0607C28.342 27.7794 28.5 27.3978 28.5 27V5C28.5 4.60218 28.342 4.22064 28.0607 3.93934C27.7794 3.65804 27.3978 3.5 27 3.5ZM27.5 27C27.5 27.1326 27.4473 27.2598 27.3536 27.3536C27.2598 27.4473 27.1326 27.5 27 27.5H5C4.86739 27.5 4.74021 27.4473 4.64645 27.3536C4.55268 27.2598 4.5 27.1326 4.5 27V5C4.5 4.86739 4.55268 4.74021 4.64645 4.64645C4.74021 4.55268 4.86739 4.5 5 4.5H27C27.1326 4.5 27.2598 4.55268 27.3536 4.64645C27.4473 4.74021 27.5 4.86739 27.5 5V27ZM11.5 14V22C11.5 22.1326 11.4473 22.2598 11.3536 22.3536C11.2598 22.4473 11.1326 22.5 11 22.5C10.8674 22.5 10.7402 22.4473 10.6464 22.3536C10.5527 22.2598 10.5 22.1326 10.5 22V14C10.5 13.8674 10.5527 13.7402 10.6464 13.6464C10.7402 13.5527 10.8674 13.5 11 13.5C11.1326 13.5 11.2598 13.5527 11.3536 13.6464C11.4473 13.7402 11.5 13.8674 11.5 14ZM22.5 17.5V22C22.5 22.1326 22.4473 22.2598 22.3536 22.3536C22.2598 22.4473 22.1326 22.5 22 22.5C21.8674 22.5 21.7402 22.4473 21.6464 22.3536C21.5527 22.2598 21.5 22.1326 21.5 22V17.5C21.5 16.7044 21.1839 15.9413 20.6213 15.3787C20.0587 14.8161 19.2956 14.5 18.5 14.5C17.7044 14.5 16.9413 14.8161 16.3787 15.3787C15.8161 15.9413 15.5 16.7044 15.5 17.5V22C15.5 22.1326 15.4473 22.2598 15.3536 22.3536C15.2598 22.4473 15.1326 22.5 15 22.5C14.8674 22.5 14.7402 22.4473 14.6464 22.3536C14.5527 22.2598 14.5 22.1326 14.5 22V14C14.5 13.8674 14.5527 13.7402 14.6464 13.6464C14.7402 13.5527 14.8674 13.5 15 13.5C15.1326 13.5 15.2598 13.5527 15.3536 13.6464C15.4473 13.7402 15.5 13.8674 15.5 14V14.8588C16.0372 14.2497 16.747 13.8185 17.5351 13.6226C18.3232 13.4267 19.1523 13.4754 19.9121 13.762C20.6719 14.0487 21.3265 14.5599 21.7887 15.2276C22.251 15.8953 22.4991 16.6879 22.5 17.5ZM12 10.5C12 10.6978 11.9414 10.8911 11.8315 11.0556C11.7216 11.22 11.5654 11.3482 11.3827 11.4239C11.2 11.4996 10.9989 11.5194 10.8049 11.4808C10.6109 11.4422 10.4327 11.347 10.2929 11.2071C10.153 11.0673 10.0578 10.8891 10.0192 10.6951C9.98063 10.5011 10.0004 10.3 10.0761 10.1173C10.1518 9.93459 10.28 9.77841 10.4444 9.66853C10.6089 9.55865 10.8022 9.5 11 9.5C11.2652 9.5 11.5196 9.60536 11.7071 9.79289C11.8946 9.98043 12 10.2348 12 10.5Z" fill="currentColor"/>
|
|
7
|
+
</svg>
|
|
8
|
+
}
|
|
9
|
+
if (type === "regular") {
|
|
10
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
11
|
+
<path d="M27 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V27C3 27.5304 3.21071 28.0391 3.58579 28.4142C3.96086 28.7893 4.46957 29 5 29H27C27.5304 29 28.0391 28.7893 28.4142 28.4142C28.7893 28.0391 29 27.5304 29 27V5C29 4.46957 28.7893 3.96086 28.4142 3.58579C28.0391 3.21071 27.5304 3 27 3ZM27 27H5V5H27V27ZM12 14V22C12 22.2652 11.8946 22.5196 11.7071 22.7071C11.5196 22.8946 11.2652 23 11 23C10.7348 23 10.4804 22.8946 10.2929 22.7071C10.1054 22.5196 10 22.2652 10 22V14C10 13.7348 10.1054 13.4804 10.2929 13.2929C10.4804 13.1054 10.7348 13 11 13C11.2652 13 11.5196 13.1054 11.7071 13.2929C11.8946 13.4804 12 13.7348 12 14ZM23 17.5V22C23 22.2652 22.8946 22.5196 22.7071 22.7071C22.5196 22.8946 22.2652 23 22 23C21.7348 23 21.4804 22.8946 21.2929 22.7071C21.1054 22.5196 21 22.2652 21 22V17.5C21 16.837 20.7366 16.2011 20.2678 15.7322C19.7989 15.2634 19.163 15 18.5 15C17.837 15 17.2011 15.2634 16.7322 15.7322C16.2634 16.2011 16 16.837 16 17.5V22C16 22.2652 15.8946 22.5196 15.7071 22.7071C15.5196 22.8946 15.2652 23 15 23C14.7348 23 14.4804 22.8946 14.2929 22.7071C14.1054 22.5196 14 22.2652 14 22V14C14.0012 13.7551 14.0923 13.5191 14.256 13.3369C14.4197 13.1546 14.6446 13.0388 14.888 13.0114C15.1314 12.9839 15.3764 13.0468 15.5765 13.188C15.7767 13.3292 15.918 13.539 15.9738 13.7775C16.6502 13.3186 17.4389 13.0526 18.2552 13.0081C19.0714 12.9637 19.8844 13.1424 20.6067 13.5251C21.329 13.9078 21.9335 14.48 22.3551 15.1803C22.7768 15.8806 22.9997 16.6825 23 17.5ZM12.5 10.5C12.5 10.7967 12.412 11.0867 12.2472 11.3334C12.0824 11.58 11.8481 11.7723 11.574 11.8858C11.2999 11.9994 10.9983 12.0291 10.7074 11.9712C10.4164 11.9133 10.1491 11.7704 9.93934 11.5607C9.72956 11.3509 9.5867 11.0836 9.52882 10.7926C9.47094 10.5017 9.50065 10.2001 9.61418 9.92597C9.72771 9.65189 9.91997 9.41762 10.1666 9.2528C10.4133 9.08797 10.7033 9 11 9C11.3978 9 11.7794 9.15804 12.0607 9.43934C12.342 9.72064 12.5 10.1022 12.5 10.5Z" fill="currentColor"/>
|
|
12
|
+
</svg>
|
|
13
|
+
}
|
|
14
|
+
if (type === "bold") {
|
|
15
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
16
|
+
<path d="M27 2.5H5C4.33696 2.5 3.70107 2.76339 3.23223 3.23223C2.76339 3.70107 2.5 4.33696 2.5 5V27C2.5 27.663 2.76339 28.2989 3.23223 28.7678C3.70107 29.2366 4.33696 29.5 5 29.5H27C27.663 29.5 28.2989 29.2366 28.7678 28.7678C29.2366 28.2989 29.5 27.663 29.5 27V5C29.5 4.33696 29.2366 3.70107 28.7678 3.23223C28.2989 2.76339 27.663 2.5 27 2.5ZM26.5 26.5H5.5V5.5H26.5V26.5ZM14 22V15.5C14.0003 15.1883 14.0977 14.8844 14.2787 14.6306C14.4596 14.3768 14.7152 14.1856 15.0098 14.0838C15.3044 13.9819 15.6235 13.9743 15.9226 14.0622C16.2217 14.15 16.486 14.3288 16.6787 14.5737C17.4406 14.1744 18.2927 13.9784 19.1525 14.0046C20.0122 14.0308 20.8507 14.2784 21.5869 14.7235C22.323 15.1685 22.9318 15.7959 23.3546 16.5451C23.7773 17.2943 23.9996 18.1398 24 19V22C24 22.3978 23.842 22.7794 23.5607 23.0607C23.2794 23.342 22.8978 23.5 22.5 23.5C22.1022 23.5 21.7206 23.342 21.4393 23.0607C21.158 22.7794 21 22.3978 21 22V19C21 18.4696 20.7893 17.9609 20.4142 17.5858C20.0391 17.2107 19.5304 17 19 17C18.4696 17 17.9609 17.2107 17.5858 17.5858C17.2107 17.9609 17 18.4696 17 19V22C17 22.3978 16.842 22.7794 16.5607 23.0607C16.2794 23.342 15.8978 23.5 15.5 23.5C15.1022 23.5 14.7206 23.342 14.4393 23.0607C14.158 22.7794 14 22.3978 14 22ZM12 15.5V22C12 22.3978 11.842 22.7794 11.5607 23.0607C11.2794 23.342 10.8978 23.5 10.5 23.5C10.1022 23.5 9.72064 23.342 9.43934 23.0607C9.15804 22.7794 9 22.3978 9 22V15.5C9 15.1022 9.15804 14.7206 9.43934 14.4393C9.72064 14.158 10.1022 14 10.5 14C10.8978 14 11.2794 14.158 11.5607 14.4393C11.842 14.7206 12 15.1022 12 15.5ZM8.5 10C8.5 9.60444 8.6173 9.21776 8.83706 8.88886C9.05682 8.55996 9.36918 8.30362 9.73463 8.15224C10.1001 8.00087 10.5022 7.96126 10.8902 8.03843C11.2781 8.1156 11.6345 8.30608 11.9142 8.58579C12.1939 8.86549 12.3844 9.22186 12.4616 9.60982C12.5387 9.99778 12.4991 10.3999 12.3478 10.7654C12.1964 11.1308 11.94 11.4432 11.6111 11.6629C11.2822 11.8827 10.8956 12 10.5 12C9.96957 12 9.46086 11.7893 9.08579 11.4142C8.71071 11.0391 8.5 10.5304 8.5 10Z" fill="currentColor"/>
|
|
17
|
+
</svg>
|
|
18
|
+
}
|
|
19
|
+
if (type === "fill") {
|
|
20
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
21
|
+
<path d="M27 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V27C3 27.5304 3.21071 28.0391 3.58579 28.4142C3.96086 28.7893 4.46957 29 5 29H27C27.5304 29 28.0391 28.7893 28.4142 28.4142C28.7893 28.0391 29 27.5304 29 27V5C29 4.46957 28.7893 3.96086 28.4142 3.58579C28.0391 3.21071 27.5304 3 27 3ZM12 22C12 22.2652 11.8946 22.5196 11.7071 22.7071C11.5196 22.8946 11.2652 23 11 23C10.7348 23 10.4804 22.8946 10.2929 22.7071C10.1054 22.5196 10 22.2652 10 22V14C10 13.7348 10.1054 13.4804 10.2929 13.2929C10.4804 13.1054 10.7348 13 11 13C11.2652 13 11.5196 13.1054 11.7071 13.2929C11.8946 13.4804 12 13.7348 12 14V22ZM11 12C10.7033 12 10.4133 11.912 10.1666 11.7472C9.91997 11.5824 9.72771 11.3481 9.61418 11.074C9.50065 10.7999 9.47094 10.4983 9.52882 10.2074C9.5867 9.91639 9.72956 9.64912 9.93934 9.43934C10.1491 9.22956 10.4164 9.0867 10.7074 9.02882C10.9983 8.97094 11.2999 9.00065 11.574 9.11418C11.8481 9.22771 12.0824 9.41997 12.2472 9.66665C12.412 9.91332 12.5 10.2033 12.5 10.5C12.5 10.8978 12.342 11.2794 12.0607 11.5607C11.7794 11.842 11.3978 12 11 12ZM23 22C23 22.2652 22.8946 22.5196 22.7071 22.7071C22.5196 22.8946 22.2652 23 22 23C21.7348 23 21.4804 22.8946 21.2929 22.7071C21.1054 22.5196 21 22.2652 21 22V17.5C21 16.837 20.7366 16.2011 20.2678 15.7322C19.7989 15.2634 19.163 15 18.5 15C17.837 15 17.2011 15.2634 16.7322 15.7322C16.2634 16.2011 16 16.837 16 17.5V22C16 22.2652 15.8946 22.5196 15.7071 22.7071C15.5196 22.8946 15.2652 23 15 23C14.7348 23 14.4804 22.8946 14.2929 22.7071C14.1054 22.5196 14 22.2652 14 22V14C14.0012 13.7551 14.0923 13.5191 14.256 13.3369C14.4197 13.1546 14.6446 13.0388 14.888 13.0114C15.1314 12.9839 15.3764 13.0468 15.5765 13.188C15.7767 13.3292 15.918 13.539 15.9738 13.7775C16.6502 13.3186 17.4389 13.0526 18.2552 13.0081C19.0714 12.9637 19.8844 13.1424 20.6067 13.5251C21.329 13.9078 21.9335 14.48 22.3551 15.1803C22.7768 15.8806 22.9997 16.6825 23 17.5V22Z" fill="currentColor"/>
|
|
22
|
+
</svg>
|
|
23
|
+
}
|
|
24
|
+
if (type === "duotone") {
|
|
25
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
26
|
+
<path opacity="0.2" d="M28 5V27C28 27.2652 27.8946 27.5196 27.7071 27.7071C27.5196 27.8946 27.2652 28 27 28H5C4.73478 28 4.48043 27.8946 4.29289 27.7071C4.10536 27.5196 4 27.2652 4 27V5C4 4.73478 4.10536 4.48043 4.29289 4.29289C4.48043 4.10536 4.73478 4 5 4H27C27.2652 4 27.5196 4.10536 27.7071 4.29289C27.8946 4.48043 28 4.73478 28 5Z" fill="currentColor"/>
|
|
27
|
+
<path d="M27 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V27C3 27.5304 3.21071 28.0391 3.58579 28.4142C3.96086 28.7893 4.46957 29 5 29H27C27.5304 29 28.0391 28.7893 28.4142 28.4142C28.7893 28.0391 29 27.5304 29 27V5C29 4.46957 28.7893 3.96086 28.4142 3.58579C28.0391 3.21071 27.5304 3 27 3ZM27 27H5V5H27V27ZM12 14V22C12 22.2652 11.8946 22.5196 11.7071 22.7071C11.5196 22.8946 11.2652 23 11 23C10.7348 23 10.4804 22.8946 10.2929 22.7071C10.1054 22.5196 10 22.2652 10 22V14C10 13.7348 10.1054 13.4804 10.2929 13.2929C10.4804 13.1054 10.7348 13 11 13C11.2652 13 11.5196 13.1054 11.7071 13.2929C11.8946 13.4804 12 13.7348 12 14ZM23 17.5V22C23 22.2652 22.8946 22.5196 22.7071 22.7071C22.5196 22.8946 22.2652 23 22 23C21.7348 23 21.4804 22.8946 21.2929 22.7071C21.1054 22.5196 21 22.2652 21 22V17.5C21 16.837 20.7366 16.2011 20.2678 15.7322C19.7989 15.2634 19.163 15 18.5 15C17.837 15 17.2011 15.2634 16.7322 15.7322C16.2634 16.2011 16 16.837 16 17.5V22C16 22.2652 15.8946 22.5196 15.7071 22.7071C15.5196 22.8946 15.2652 23 15 23C14.7348 23 14.4804 22.8946 14.2929 22.7071C14.1054 22.5196 14 22.2652 14 22V14C14.0012 13.7551 14.0923 13.5191 14.256 13.3369C14.4197 13.1546 14.6446 13.0388 14.888 13.0114C15.1314 12.9839 15.3764 13.0468 15.5765 13.188C15.7767 13.3292 15.918 13.539 15.9738 13.7775C16.6502 13.3186 17.4389 13.0526 18.2552 13.0081C19.0714 12.9637 19.8844 13.1424 20.6067 13.5251C21.329 13.9078 21.9335 14.48 22.3551 15.1803C22.7768 15.8806 22.9997 16.6825 23 17.5ZM12.5 10.5C12.5 10.7967 12.412 11.0867 12.2472 11.3334C12.0824 11.58 11.8481 11.7723 11.574 11.8858C11.2999 11.9994 10.9983 12.0291 10.7074 11.9712C10.4164 11.9133 10.1491 11.7704 9.93934 11.5607C9.72956 11.3509 9.5867 11.0836 9.52882 10.7926C9.47094 10.5017 9.50065 10.2001 9.61418 9.92597C9.72771 9.65189 9.91997 9.41762 10.1666 9.2528C10.4133 9.08797 10.7033 9 11 9C11.3978 9 11.7794 9.15804 12.0607 9.43934C12.342 9.72064 12.5 10.1022 12.5 10.5Z" fill="currentColor"/>
|
|
28
|
+
</svg>
|
|
29
|
+
}
|
|
30
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
31
|
+
<path d="M27 3.25H5C4.53587 3.25 4.09075 3.43437 3.76256 3.76256C3.43437 4.09075 3.25 4.53587 3.25 5V27C3.25 27.4641 3.43437 27.9092 3.76256 28.2374C4.09075 28.5656 4.53587 28.75 5 28.75H27C27.4641 28.75 27.9092 28.5656 28.2374 28.2374C28.5656 27.9092 28.75 27.4641 28.75 27V5C28.75 4.53587 28.5656 4.09075 28.2374 3.76256C27.9092 3.43437 27.4641 3.25 27 3.25ZM27.25 27C27.25 27.0663 27.2237 27.1299 27.1768 27.1768C27.1299 27.2237 27.0663 27.25 27 27.25H5C4.9337 27.25 4.87011 27.2237 4.82322 27.1768C4.77634 27.1299 4.75 27.0663 4.75 27V5C4.75 4.9337 4.77634 4.87011 4.82322 4.82322C4.87011 4.77634 4.9337 4.75 5 4.75H27C27.0663 4.75 27.1299 4.77634 27.1768 4.82322C27.2237 4.87011 27.25 4.9337 27.25 5V27ZM11.75 14V22C11.75 22.1989 11.671 22.3897 11.5303 22.5303C11.3897 22.671 11.1989 22.75 11 22.75C10.8011 22.75 10.6103 22.671 10.4697 22.5303C10.329 22.3897 10.25 22.1989 10.25 22V14C10.25 13.8011 10.329 13.6103 10.4697 13.4697C10.6103 13.329 10.8011 13.25 11 13.25C11.1989 13.25 11.3897 13.329 11.5303 13.4697C11.671 13.6103 11.75 13.8011 11.75 14ZM22.75 17.5V22C22.75 22.1989 22.671 22.3897 22.5303 22.5303C22.3897 22.671 22.1989 22.75 22 22.75C21.8011 22.75 21.6103 22.671 21.4697 22.5303C21.329 22.3897 21.25 22.1989 21.25 22V17.5C21.25 16.7707 20.9603 16.0712 20.4445 15.5555C19.9288 15.0397 19.2293 14.75 18.5 14.75C17.7707 14.75 17.0712 15.0397 16.5555 15.5555C16.0397 16.0712 15.75 16.7707 15.75 17.5V22C15.75 22.1989 15.671 22.3897 15.5303 22.5303C15.3897 22.671 15.1989 22.75 15 22.75C14.8011 22.75 14.6103 22.671 14.4697 22.5303C14.329 22.3897 14.25 22.1989 14.25 22V14C14.25 13.8011 14.329 13.6103 14.4697 13.4697C14.6103 13.329 14.8011 13.25 15 13.25C15.1989 13.25 15.3897 13.329 15.5303 13.4697C15.671 13.6103 15.75 13.8011 15.75 14V14.2638C16.3681 13.7392 17.1233 13.4024 17.9266 13.293C18.7299 13.1836 19.5476 13.3062 20.2835 13.6464C21.0193 13.9866 21.6425 14.5302 22.0796 15.213C22.5166 15.8958 22.7492 16.6893 22.75 17.5ZM12.25 10.5C12.25 10.7472 12.1767 10.9889 12.0393 11.1945C11.902 11.4 11.7068 11.5602 11.4784 11.6548C11.2499 11.7495 10.9986 11.7742 10.7561 11.726C10.5137 11.6778 10.2909 11.5587 10.1161 11.3839C9.9413 11.2091 9.82225 10.9863 9.77402 10.7439C9.72579 10.5014 9.75054 10.2501 9.84515 10.0216C9.93976 9.79324 10.1 9.59801 10.3055 9.46066C10.5111 9.32331 10.7528 9.25 11 9.25C11.3315 9.25 11.6495 9.3817 11.8839 9.61612C12.1183 9.85054 12.25 10.1685 12.25 10.5Z" fill="currentColor"/>
|
|
32
|
+
</svg>
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export default LinkedinLogo;
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const WindowsLogo = ({ type = "light" }: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
width="32"
|
|
9
|
+
height="32"
|
|
10
|
+
viewBox="0 0 32 32"
|
|
11
|
+
fill="none"
|
|
12
|
+
>
|
|
13
|
+
<path
|
|
14
|
+
d="M27 17.5H17C16.8674 17.5 16.7402 17.5527 16.6464 17.6465C16.5527 17.7402 16.5 17.8674 16.5 18V25.1813C16.4998 25.2984 16.5408 25.4118 16.6157 25.5018C16.6907 25.5918 16.7948 25.6527 16.91 25.6738L26.91 27.4925C26.9397 27.4975 26.9698 27.5 27 27.5C27.117 27.4999 27.2302 27.4588 27.32 27.3838C27.3763 27.3369 27.4216 27.2782 27.4527 27.2119C27.4838 27.1456 27.4999 27.0733 27.5 27V18C27.5 17.8674 27.4473 17.7402 27.3536 17.6465C27.2598 17.5527 27.1326 17.5 27 17.5ZM26.5 26.4013L17.5 24.765V18.5H26.5V26.4013ZM13 17.5H5C4.86739 17.5 4.74022 17.5527 4.64645 17.6465C4.55268 17.7402 4.5 17.8674 4.5 18V23C4.49984 23.1171 4.5408 23.2306 4.61573 23.3206C4.69066 23.4106 4.7948 23.4714 4.91 23.4925L12.91 24.9463C12.9396 24.9523 12.9698 24.9552 13 24.955C13.1326 24.955 13.2598 24.9023 13.3536 24.8086C13.4473 24.7148 13.5 24.5876 13.5 24.455V18C13.5 17.8674 13.4473 17.7402 13.3536 17.6465C13.2598 17.5527 13.1326 17.5 13 17.5ZM12.5 23.855L5.5 22.5825V18.5H12.5V23.855ZM27.32 4.61626C27.2638 4.56919 27.198 4.53505 27.1271 4.51625C27.0563 4.49746 26.9821 4.49448 26.91 4.50751L16.91 6.32626C16.7948 6.34734 16.6907 6.40819 16.6157 6.49819C16.5408 6.5882 16.4998 6.70165 16.5 6.81876V14C16.5 14.1326 16.5527 14.2598 16.6464 14.3536C16.7402 14.4473 16.8674 14.5 17 14.5H27C27.1326 14.5 27.2598 14.4473 27.3536 14.3536C27.4473 14.2598 27.5 14.1326 27.5 14V5.00001C27.4999 4.92677 27.4838 4.85443 27.4527 4.78812C27.4216 4.72181 27.3763 4.66314 27.32 4.61626ZM26.5 13.5H17.5V7.23501L26.5 5.59876V13.5ZM12.91 7.05376L4.91 8.50751C4.7948 8.52859 4.69066 8.58944 4.61573 8.67944C4.5408 8.76945 4.49984 8.8829 4.5 9.00001V14C4.5 14.1326 4.55268 14.2598 4.64645 14.3536C4.74022 14.4473 4.86739 14.5 5 14.5H13C13.1326 14.5 13.2598 14.4473 13.3536 14.3536C13.4473 14.2598 13.5 14.1326 13.5 14V7.54501C13.4999 7.47178 13.4837 7.39945 13.4526 7.33316C13.4215 7.26686 13.3762 7.20821 13.3199 7.16135C13.2637 7.11449 13.1978 7.08057 13.1269 7.06197C13.0561 7.04338 12.982 7.04058 12.91 7.05376ZM12.5 13.5H5.5V9.41751L12.5 8.14501V13.5Z"
|
|
15
|
+
fill="currentColor"
|
|
16
|
+
/>
|
|
17
|
+
</svg>
|
|
18
|
+
);
|
|
19
|
+
}
|
|
20
|
+
if (type === "regular") {
|
|
21
|
+
return (
|
|
22
|
+
<svg
|
|
23
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
24
|
+
width="32"
|
|
25
|
+
height="32"
|
|
26
|
+
viewBox="0 0 32 32"
|
|
27
|
+
fill="none"
|
|
28
|
+
>
|
|
29
|
+
<path
|
|
30
|
+
d="M27 17H17C16.7348 17 16.4804 17.1054 16.2929 17.2929C16.1054 17.4804 16 17.7348 16 18V25.1813C15.9997 25.4157 16.0818 25.6427 16.2319 25.8227C16.382 26.0028 16.5906 26.1244 16.8213 26.1663L26.8213 27.9838C26.8802 27.9948 26.94 28.0002 27 28C27.2652 28 27.5196 27.8946 27.7071 27.7071C27.8946 27.5196 28 27.2652 28 27V18C28 17.7348 27.8946 17.4804 27.7071 17.2929C27.5196 17.1054 27.2652 17 27 17ZM26 25.8013L18 24.3475V19H26V25.8013ZM13 17H5C4.73478 17 4.48043 17.1054 4.29289 17.2929C4.10536 17.4804 4 17.7348 4 18V23C4.00003 23.2342 4.08226 23.4609 4.23234 23.6407C4.38242 23.8205 4.59083 23.9419 4.82125 23.9838L12.8212 25.4388C12.8803 25.4492 12.9401 25.4546 13 25.455C13.2652 25.455 13.5196 25.3496 13.7071 25.1621C13.8946 24.9746 14 24.7202 14 24.455V18C14 17.7348 13.8946 17.4804 13.7071 17.2929C13.5196 17.1054 13.2652 17 13 17ZM12 23.2563L6 22.165V19H12V23.2563ZM27.6413 4.2325C27.5288 4.13858 27.397 4.07052 27.2553 4.03315C27.1136 3.99578 26.9654 3.99001 26.8213 4.01625L16.8213 5.835C16.5908 5.87686 16.3824 5.99827 16.2323 6.17804C16.0823 6.35782 16 6.58457 16 6.81875V14C16 14.2652 16.1054 14.5196 16.2929 14.7071C16.4804 14.8946 16.7348 15 17 15H27C27.2652 15 27.5196 14.8946 27.7071 14.7071C27.8946 14.5196 28 14.2652 28 14V5C28 4.85361 27.9679 4.709 27.9059 4.57638C27.8439 4.44377 27.7536 4.32638 27.6413 4.2325ZM26 13H18V7.6525L26 6.19875V13ZM13.6412 6.7775C13.5288 6.68358 13.397 6.61552 13.2553 6.57815C13.1136 6.54078 12.9654 6.53501 12.8212 6.56125L4.82125 8.01625C4.59083 8.05811 4.38242 8.17952 4.23234 8.35929C4.08226 8.53907 4.00003 8.76582 4 9V14C4 14.2652 4.10536 14.5196 4.29289 14.7071C4.48043 14.8946 4.73478 15 5 15H13C13.2652 15 13.5196 14.8946 13.7071 14.7071C13.8946 14.5196 14 14.2652 14 14V7.545C14 7.39861 13.9679 7.254 13.9059 7.12138C13.8439 6.98877 13.7536 6.87138 13.6412 6.7775ZM12 13H6V9.835L12 8.75V13Z"
|
|
31
|
+
fill="currentColor"
|
|
32
|
+
/>
|
|
33
|
+
</svg>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
if (type === "bold") {
|
|
37
|
+
return (
|
|
38
|
+
<svg
|
|
39
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
40
|
+
width="32"
|
|
41
|
+
height="32"
|
|
42
|
+
viewBox="0 0 32 32"
|
|
43
|
+
fill="none"
|
|
44
|
+
>
|
|
45
|
+
<path
|
|
46
|
+
d="M13.4613 6.48501C13.2926 6.34401 13.095 6.24182 12.8824 6.18565C12.6699 6.12949 12.4476 6.12074 12.2312 6.16001L4.73125 7.52376C4.38564 7.58671 4.07308 7.76895 3.84807 8.03874C3.62306 8.30852 3.49988 8.64872 3.5 9.00001V13.5C3.5 13.8978 3.65804 14.2794 3.93934 14.5607C4.22064 14.842 4.60218 15 5 15H12.5C12.8978 15 13.2794 14.842 13.5607 14.5607C13.842 14.2794 14 13.8978 14 13.5V7.63626C14 7.41663 13.9517 7.19968 13.8586 7.00075C13.7655 6.80182 13.6299 6.62576 13.4613 6.48501ZM11 12H6.5V10.25L11 9.43251V12ZM27.9613 3.84876C27.7926 3.70776 27.595 3.60557 27.3824 3.5494C27.1699 3.49324 26.9476 3.48449 26.7313 3.52376L17.2313 5.25001C16.8854 5.31299 16.5727 5.49543 16.3477 5.76547C16.1226 6.03551 15.9996 6.376 16 6.72751V13.5C16 13.8978 16.158 14.2794 16.4393 14.5607C16.7206 14.842 17.1022 15 17.5 15H27C27.3978 15 27.7794 14.842 28.0607 14.5607C28.342 14.2794 28.5 13.8978 28.5 13.5V5.00001C28.5 4.78038 28.4517 4.56343 28.3586 4.3645C28.2655 4.16557 28.1299 3.98951 27.9613 3.84876ZM25.5 12H19V7.97876L25.5 6.79751V12ZM12.5 17H5C4.60218 17 4.22064 17.1581 3.93934 17.4394C3.65804 17.7207 3.5 18.1022 3.5 18.5V23C3.49988 23.3513 3.62306 23.6915 3.84807 23.9613C4.07308 24.2311 4.38564 24.4133 4.73125 24.4763L12.2312 25.84C12.4475 25.8794 12.6697 25.8708 12.8823 25.8148C13.0948 25.7587 13.2924 25.6567 13.4612 25.5159C13.6299 25.375 13.7656 25.1989 13.8587 24.9998C13.9519 24.8007 14.0001 24.5836 14 24.3638V18.5C14 18.1022 13.842 17.7207 13.5607 17.4394C13.2794 17.1581 12.8978 17 12.5 17ZM11 22.5663L6.5 21.75V20H11V22.5663ZM27 17H17.5C17.1022 17 16.7206 17.1581 16.4393 17.4394C16.158 17.7207 16 18.1022 16 18.5V25.2725C15.9996 25.624 16.1226 25.9645 16.3477 26.2346C16.5727 26.5046 16.8854 26.687 17.2313 26.75L26.7313 28.4775C26.9476 28.5169 27.1699 28.5083 27.3826 28.4522C27.5952 28.3961 27.7929 28.294 27.9616 28.153C28.1304 28.012 28.2661 27.8357 28.3591 27.6364C28.4522 27.4372 28.5003 27.2199 28.5 27V18.5C28.5 18.1022 28.342 17.7207 28.0607 17.4394C27.7794 17.1581 27.3978 17 27 17ZM25.5 25.2025L19 24.0213V20H25.5V25.2025Z"
|
|
47
|
+
fill="currentColor"
|
|
48
|
+
/>
|
|
49
|
+
</svg>
|
|
50
|
+
);
|
|
51
|
+
}
|
|
52
|
+
if (type === "fill") {
|
|
53
|
+
return (
|
|
54
|
+
<svg
|
|
55
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
56
|
+
width="32"
|
|
57
|
+
height="32"
|
|
58
|
+
viewBox="0 0 32 32"
|
|
59
|
+
fill="none"
|
|
60
|
+
>
|
|
61
|
+
<path
|
|
62
|
+
d="M14 18V24.455C14 24.7202 13.8946 24.9746 13.7071 25.1621C13.5196 25.3496 13.2652 25.455 13 25.455C12.9401 25.4546 12.8803 25.4492 12.8212 25.4388L4.82125 23.9838C4.59083 23.9419 4.38242 23.8205 4.23234 23.6407C4.08226 23.4609 4.00003 23.2342 4 23V18C4 17.7348 4.10536 17.4804 4.29289 17.2929C4.48043 17.1054 4.73478 17 5 17H13C13.2652 17 13.5196 17.1054 13.7071 17.2929C13.8946 17.4804 14 17.7348 14 18ZM13.6412 6.7775C13.5288 6.68358 13.397 6.61552 13.2553 6.57815C13.1136 6.54078 12.9654 6.53501 12.8212 6.56125L4.82125 8.01625C4.59083 8.05811 4.38242 8.17952 4.23234 8.35929C4.08226 8.53907 4.00003 8.76582 4 9V14C4 14.2652 4.10536 14.5196 4.29289 14.7071C4.48043 14.8946 4.73478 15 5 15H13C13.2652 15 13.5196 14.8946 13.7071 14.7071C13.8946 14.5196 14 14.2652 14 14V7.545C14 7.39861 13.9679 7.254 13.9059 7.12138C13.8439 6.98877 13.7536 6.87138 13.6412 6.7775ZM27 17H17C16.7348 17 16.4804 17.1054 16.2929 17.2929C16.1054 17.4804 16 17.7348 16 18V25.1813C15.9997 25.4157 16.0818 25.6427 16.2319 25.8227C16.382 26.0028 16.5906 26.1244 16.8213 26.1663L26.8213 27.9838C26.8802 27.9948 26.94 28.0002 27 28C27.2652 28 27.5196 27.8946 27.7071 27.7071C27.8946 27.5196 28 27.2652 28 27V18C28 17.7348 27.8946 17.4804 27.7071 17.2929C27.5196 17.1054 27.2652 17 27 17ZM27.6413 4.2325C27.5288 4.13858 27.397 4.07052 27.2553 4.03315C27.1136 3.99578 26.9654 3.99001 26.8213 4.01625L16.8213 5.835C16.5908 5.87686 16.3824 5.99827 16.2323 6.17804C16.0823 6.35782 16 6.58457 16 6.81875V14C16 14.2652 16.1054 14.5196 16.2929 14.7071C16.4804 14.8946 16.7348 15 17 15H27C27.2652 15 27.5196 14.8946 27.7071 14.7071C27.8946 14.5196 28 14.2652 28 14V5C28 4.85361 27.9679 4.709 27.9059 4.57638C27.8439 4.44377 27.7536 4.32638 27.6413 4.2325Z"
|
|
63
|
+
fill="currentColor"
|
|
64
|
+
/>
|
|
65
|
+
</svg>
|
|
66
|
+
);
|
|
67
|
+
}
|
|
68
|
+
if (type === "duotone") {
|
|
69
|
+
return (
|
|
70
|
+
<svg
|
|
71
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
72
|
+
width="32"
|
|
73
|
+
height="32"
|
|
74
|
+
viewBox="0 0 32 32"
|
|
75
|
+
fill="none"
|
|
76
|
+
>
|
|
77
|
+
<path
|
|
78
|
+
opacity="0.2"
|
|
79
|
+
d="M17 18H27V27L17 25.1812V18ZM5 23L13 24.455V18H5V23ZM17 6.81875V14H27V5L17 6.81875ZM5 14H13V7.545L5 9V14Z"
|
|
80
|
+
fill="currentColor"
|
|
81
|
+
/>
|
|
82
|
+
<path
|
|
83
|
+
d="M27 17H17C16.7348 17 16.4804 17.1054 16.2929 17.2929C16.1054 17.4804 16 17.7348 16 18V25.1813C15.9997 25.4157 16.0818 25.6427 16.2319 25.8227C16.382 26.0028 16.5906 26.1244 16.8213 26.1663L26.8213 27.9838C26.8802 27.9948 26.94 28.0002 27 28C27.2652 28 27.5196 27.8946 27.7071 27.7071C27.8946 27.5196 28 27.2652 28 27V18C28 17.7348 27.8946 17.4804 27.7071 17.2929C27.5196 17.1054 27.2652 17 27 17ZM26 25.8013L18 24.3475V19H26V25.8013ZM13 17H5C4.73478 17 4.48043 17.1054 4.29289 17.2929C4.10536 17.4804 4 17.7348 4 18V23C4.00003 23.2342 4.08226 23.4609 4.23234 23.6407C4.38242 23.8205 4.59083 23.9419 4.82125 23.9838L12.8212 25.4388C12.8803 25.4492 12.9401 25.4546 13 25.455C13.2652 25.455 13.5196 25.3496 13.7071 25.1621C13.8946 24.9746 14 24.7202 14 24.455V18C14 17.7348 13.8946 17.4804 13.7071 17.2929C13.5196 17.1054 13.2652 17 13 17ZM12 23.2563L6 22.165V19H12V23.2563ZM27.6413 4.2325C27.5288 4.13858 27.397 4.07052 27.2553 4.03315C27.1136 3.99578 26.9654 3.99001 26.8213 4.01625L16.8213 5.835C16.5908 5.87686 16.3824 5.99827 16.2323 6.17804C16.0823 6.35782 16 6.58457 16 6.81875V14C16 14.2652 16.1054 14.5196 16.2929 14.7071C16.4804 14.8946 16.7348 15 17 15H27C27.2652 15 27.5196 14.8946 27.7071 14.7071C27.8946 14.5196 28 14.2652 28 14V5C28 4.85361 27.9679 4.709 27.9059 4.57638C27.8439 4.44377 27.7536 4.32638 27.6413 4.2325ZM26 13H18V7.6525L26 6.19875V13ZM13.6412 6.7775C13.5288 6.68358 13.397 6.61552 13.2553 6.57815C13.1136 6.54078 12.9654 6.53501 12.8212 6.56125L4.82125 8.01625C4.59083 8.05811 4.38242 8.17952 4.23234 8.35929C4.08226 8.53907 4.00003 8.76582 4 9V14C4 14.2652 4.10536 14.5196 4.29289 14.7071C4.48043 14.8946 4.73478 15 5 15H13C13.2652 15 13.5196 14.8946 13.7071 14.7071C13.8946 14.5196 14 14.2652 14 14V7.545C14 7.39861 13.9679 7.254 13.9059 7.12138C13.8439 6.98877 13.7536 6.87138 13.6412 6.7775ZM12 13H6V9.835L12 8.75V13Z"
|
|
84
|
+
fill="currentColor"
|
|
85
|
+
/>
|
|
86
|
+
</svg>
|
|
87
|
+
);
|
|
88
|
+
}
|
|
89
|
+
return (
|
|
90
|
+
<svg
|
|
91
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
92
|
+
width="32"
|
|
93
|
+
height="32"
|
|
94
|
+
viewBox="0 0 32 32"
|
|
95
|
+
fill="none"
|
|
96
|
+
>
|
|
97
|
+
<path
|
|
98
|
+
d="M27 17.25H17C16.8011 17.25 16.6103 17.329 16.4697 17.4697C16.329 17.6103 16.25 17.8011 16.25 18V25.1812C16.2498 25.3571 16.3114 25.5274 16.4241 25.6624C16.5367 25.7975 16.6932 25.8886 16.8662 25.92L26.8662 27.7375C26.9103 27.7461 26.9551 27.7502 27 27.75C27.1989 27.75 27.3897 27.671 27.5303 27.5303C27.671 27.3897 27.75 27.1989 27.75 27V18C27.75 17.8011 27.671 17.6103 27.5303 17.4697C27.3897 17.329 27.1989 17.25 27 17.25ZM26.25 26.1012L17.75 24.5562V18.75H26.25V26.1012ZM13 17.25H5C4.80109 17.25 4.61032 17.329 4.46967 17.4697C4.32902 17.6103 4.25 17.8011 4.25 18V23C4.25011 23.1756 4.31186 23.3457 4.42447 23.4804C4.53709 23.6152 4.69343 23.7062 4.86625 23.7375L12.8663 25.1925C12.9104 25.2004 12.9551 25.2046 13 25.205C13.1989 25.205 13.3897 25.126 13.5303 24.9853C13.671 24.8447 13.75 24.6539 13.75 24.455V18C13.75 17.8011 13.671 17.6103 13.5303 17.4697C13.3897 17.329 13.1989 17.25 13 17.25ZM12.25 23.5562L5.75 22.375V18.75H12.25V23.5562ZM27.48 4.42375C27.3957 4.35364 27.2971 4.30287 27.191 4.27501C27.085 4.24715 26.9741 4.24288 26.8662 4.2625L16.8662 6.08C16.6932 6.11136 16.5367 6.20252 16.4241 6.33755C16.3114 6.47258 16.2498 6.6429 16.25 6.81875V14C16.25 14.1989 16.329 14.3897 16.4697 14.5303C16.6103 14.671 16.8011 14.75 17 14.75H27C27.1989 14.75 27.3897 14.671 27.5303 14.5303C27.671 14.3897 27.75 14.1989 27.75 14V5C27.75 4.89003 27.7258 4.7814 27.6791 4.68182C27.6325 4.58224 27.5645 4.49413 27.48 4.42375ZM26.25 13.25H17.75V7.44375L26.25 5.89875V13.25ZM13.48 6.97C13.3958 6.89968 13.2972 6.84868 13.1912 6.8206C13.0851 6.79252 12.9742 6.78805 12.8663 6.8075L4.86625 8.2625C4.69343 8.29382 4.53709 8.3848 4.42447 8.51957C4.31186 8.65435 4.25011 8.82437 4.25 9V14C4.25 14.1989 4.32902 14.3897 4.46967 14.5303C4.61032 14.671 4.80109 14.75 5 14.75H13C13.1989 14.75 13.3897 14.671 13.5303 14.5303C13.671 14.3897 13.75 14.1989 13.75 14V7.545C13.7498 7.43524 13.7255 7.32686 13.6789 7.2275C13.6322 7.12815 13.5643 7.04025 13.48 6.97ZM12.25 13.25H5.75V9.625L12.25 8.4425V13.25Z"
|
|
99
|
+
fill="currentColor"
|
|
100
|
+
/>
|
|
101
|
+
</svg>
|
|
102
|
+
);
|
|
103
|
+
};
|
|
104
|
+
|
|
105
|
+
export default WindowsLogo;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Backpack = ({ type = "light" }: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
7
|
+
<path d="M20.5 5.52125V4C20.5 3.6717 20.4353 3.34661 20.3097 3.04329C20.1841 2.73998 19.9999 2.46438 19.7678 2.23223C19.5356 2.00009 19.26 1.81594 18.9567 1.6903C18.6534 1.56466 18.3283 1.5 18 1.5H14C13.337 1.5 12.7011 1.76339 12.2322 2.23223C11.7634 2.70107 11.5 3.33696 11.5 4V5.52125C9.86837 5.64859 8.34467 6.38616 7.23264 7.58692C6.12061 8.78767 5.50196 10.3634 5.5 12V27C5.5 27.3978 5.65804 27.7794 5.93934 28.0607C6.22064 28.342 6.60218 28.5 7 28.5H25C25.3978 28.5 25.7794 28.342 26.0607 28.0607C26.342 27.7794 26.5 27.3978 26.5 27V12C26.498 10.3634 25.8794 8.78767 24.7674 7.58692C23.6553 6.38616 22.1316 5.64859 20.5 5.52125ZM14 2.5H18C18.3978 2.5 18.7794 2.65804 19.0607 2.93934C19.342 3.22064 19.5 3.60218 19.5 4V5.5H12.5V4C12.5 3.60218 12.658 3.22064 12.9393 2.93934C13.2206 2.65804 13.6022 2.5 14 2.5ZM21.5 20.5H10.5V19C10.5 18.6022 10.658 18.2206 10.9393 17.9393C11.2206 17.658 11.6022 17.5 12 17.5H20C20.3978 17.5 20.7794 17.658 21.0607 17.9393C21.342 18.2206 21.5 18.6022 21.5 19V20.5ZM10.5 21.5H17.5V23C17.5 23.1326 17.5527 23.2598 17.6464 23.3536C17.7402 23.4473 17.8674 23.5 18 23.5C18.1326 23.5 18.2598 23.4473 18.3536 23.3536C18.4473 23.2598 18.5 23.1326 18.5 23V21.5H21.5V27.5H10.5V21.5ZM25.5 27C25.5 27.1326 25.4473 27.2598 25.3536 27.3536C25.2598 27.4473 25.1326 27.5 25 27.5H22.5V19C22.5 18.337 22.2366 17.7011 21.7678 17.2322C21.2989 16.7634 20.663 16.5 20 16.5H12C11.337 16.5 10.7011 16.7634 10.2322 17.2322C9.76339 17.7011 9.5 18.337 9.5 19V27.5H7C6.86739 27.5 6.74021 27.4473 6.64645 27.3536C6.55268 27.2598 6.5 27.1326 6.5 27V12C6.50165 10.5418 7.08165 9.14383 8.11274 8.11274C9.14383 7.08165 10.5418 6.50165 12 6.5H20C21.4582 6.50165 22.8562 7.08165 23.8873 8.11274C24.9184 9.14383 25.4983 10.5418 25.5 12V27ZM18.5 11C18.5 11.1326 18.4473 11.2598 18.3536 11.3536C18.2598 11.4473 18.1326 11.5 18 11.5H14C13.8674 11.5 13.7402 11.4473 13.6464 11.3536C13.5527 11.2598 13.5 11.1326 13.5 11C13.5 10.8674 13.5527 10.7402 13.6464 10.6464C13.7402 10.5527 13.8674 10.5 14 10.5H18C18.1326 10.5 18.2598 10.5527 18.3536 10.6464C18.4473 10.7402 18.5 10.8674 18.5 11Z"
|
|
8
|
+
fill="currentColor" />
|
|
9
|
+
</svg>
|
|
10
|
+
);
|
|
11
|
+
}
|
|
12
|
+
if (type === "regular") {
|
|
13
|
+
return (
|
|
14
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
15
|
+
<path d="M21 5.0725V4C21 3.20435 20.6839 2.44129 20.1213 1.87868C19.5587 1.31607 18.7956 1 18 1H14C13.2044 1 12.4413 1.31607 11.8787 1.87868C11.3161 2.44129 11 3.20435 11 4V5.0725C9.3351 5.31517 7.81298 6.14844 6.71147 7.42023C5.60995 8.69202 5.00251 10.3175 5 12V27C5 27.5304 5.21071 28.0391 5.58579 28.4142C5.96086 28.7893 6.46957 29 7 29H25C25.5304 29 26.0391 28.7893 26.4142 28.4142C26.7893 28.0391 27 27.5304 27 27V12C26.9975 10.3175 26.39 8.69202 25.2885 7.42023C24.187 6.14844 22.6649 5.31517 21 5.0725ZM14 3H18C18.2652 3 18.5196 3.10536 18.7071 3.29289C18.8946 3.48043 19 3.73478 19 4V5H13V4C13 3.73478 13.1054 3.48043 13.2929 3.29289C13.4804 3.10536 13.7348 3 14 3ZM21 20H11V19C11 18.7348 11.1054 18.4804 11.2929 18.2929C11.4804 18.1054 11.7348 18 12 18H20C20.2652 18 20.5196 18.1054 20.7071 18.2929C20.8946 18.4804 21 18.7348 21 19V20ZM11 22H17V23C17 23.2652 17.1054 23.5196 17.2929 23.7071C17.4804 23.8946 17.7348 24 18 24C18.2652 24 18.5196 23.8946 18.7071 23.7071C18.8946 23.5196 19 23.2652 19 23V22H21V27H11V22ZM25 27H23V19C23 18.2044 22.6839 17.4413 22.1213 16.8787C21.5587 16.3161 20.7956 16 20 16H12C11.2044 16 10.4413 16.3161 9.87868 16.8787C9.31607 17.4413 9 18.2044 9 19V27H7V12C7 10.6739 7.52678 9.40215 8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7H20C21.3261 7 22.5979 7.52678 23.5355 8.46447C24.4732 9.40215 25 10.6739 25 12V27ZM19 11C19 11.2652 18.8946 11.5196 18.7071 11.7071C18.5196 11.8946 18.2652 12 18 12H14C13.7348 12 13.4804 11.8946 13.2929 11.7071C13.1054 11.5196 13 11.2652 13 11C13 10.7348 13.1054 10.4804 13.2929 10.2929C13.4804 10.1054 13.7348 10 14 10H18C18.2652 10 18.5196 10.1054 18.7071 10.2929C18.8946 10.4804 19 10.7348 19 11Z"
|
|
16
|
+
fill="currentColor" />
|
|
17
|
+
</svg>
|
|
18
|
+
);
|
|
19
|
+
}
|
|
20
|
+
if (type === "bold") {
|
|
21
|
+
return (
|
|
22
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
23
|
+
<path d="M21.5 6.06875V4.5C21.5 3.57174 21.1313 2.6815 20.4749 2.02513C19.8185 1.36875 18.9283 1 18 1H14C13.0717 1 12.1815 1.36875 11.5251 2.02513C10.8687 2.6815 10.5 3.57174 10.5 4.5V6.06875C8.70148 6.31284 7.05221 7.20002 5.85726 8.56616C4.66231 9.93231 4.00254 11.685 4 13.5V27.5C4 28.163 4.26339 28.7989 4.73223 29.2678C5.20107 29.7366 5.83696 30 6.5 30H25.5C26.163 30 26.7989 29.7366 27.2678 29.2678C27.7366 28.7989 28 28.163 28 27.5V13.5C27.9975 11.685 27.3377 9.93231 26.1427 8.56616C24.9478 7.20002 23.2985 6.31284 21.5 6.06875ZM14 4H18C18.1326 4 18.2598 4.05268 18.3536 4.14645C18.4473 4.24021 18.5 4.36739 18.5 4.5V6H13.5V4.5C13.5 4.36739 13.5527 4.24021 13.6464 4.14645C13.7402 4.05268 13.8674 4 14 4ZM20 20H12V19C12 18.8674 12.0527 18.7402 12.1464 18.6464C12.2402 18.5527 12.3674 18.5 12.5 18.5H19.5C19.6326 18.5 19.7598 18.5527 19.8536 18.6464C19.9473 18.7402 20 18.8674 20 19V20ZM12 23H16V23.5C16 23.8978 16.158 24.2794 16.4393 24.5607C16.7206 24.842 17.1022 25 17.5 25C17.8978 25 18.2794 24.842 18.5607 24.5607C18.842 24.2794 19 23.8978 19 23.5V23H20V27H12V23ZM25 27H23V19C23 18.0717 22.6313 17.1815 21.9749 16.5251C21.3185 15.8687 20.4283 15.5 19.5 15.5H12.5C11.5717 15.5 10.6815 15.8687 10.0251 16.5251C9.36875 17.1815 9 18.0717 9 19V27H7V13.5C7 12.3065 7.47411 11.1619 8.31802 10.318C9.16193 9.47411 10.3065 9 11.5 9H20.5C21.6935 9 22.8381 9.47411 23.682 10.318C24.5259 11.1619 25 12.3065 25 13.5V27ZM20 12.5C20 12.8978 19.842 13.2794 19.5607 13.5607C19.2794 13.842 18.8978 14 18.5 14H13.5C13.1022 14 12.7206 13.842 12.4393 13.5607C12.158 13.2794 12 12.8978 12 12.5C12 12.1022 12.158 11.7206 12.4393 11.4393C12.7206 11.158 13.1022 11 13.5 11H18.5C18.8978 11 19.2794 11.158 19.5607 11.4393C19.842 11.7206 20 12.1022 20 12.5Z"
|
|
24
|
+
fill="currentColor" />
|
|
25
|
+
</svg>
|
|
26
|
+
);
|
|
27
|
+
}
|
|
28
|
+
if (type === "fill") {
|
|
29
|
+
return (
|
|
30
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
31
|
+
<path d="M21 5.0725V4C21 3.20435 20.6839 2.44129 20.1213 1.87868C19.5587 1.31607 18.7956 1 18 1H14C13.2044 1 12.4413 1.31607 11.8787 1.87868C11.3161 2.44129 11 3.20435 11 4V5.0725C9.3351 5.31517 7.81298 6.14844 6.71147 7.42023C5.60995 8.69202 5.00251 10.3175 5 12V27C5 27.5304 5.21071 28.0391 5.58579 28.4142C5.96086 28.7893 6.46957 29 7 29H25C25.5304 29 26.0391 28.7893 26.4142 28.4142C26.7893 28.0391 27 27.5304 27 27V12C26.9975 10.3175 26.39 8.69202 25.2885 7.42023C24.187 6.14844 22.6649 5.31517 21 5.0725ZM13 4C13 3.73478 13.1054 3.48043 13.2929 3.29289C13.4804 3.10536 13.7348 3 14 3H18C18.2652 3 18.5196 3.10536 18.7071 3.29289C18.8946 3.48043 19 3.73478 19 4V5H13V4ZM14 9H18C18.2652 9 18.5196 9.10536 18.7071 9.29289C18.8946 9.48043 19 9.73478 19 10C19 10.2652 18.8946 10.5196 18.7071 10.7071C18.5196 10.8946 18.2652 11 18 11H14C13.7348 11 13.4804 10.8946 13.2929 10.7071C13.1054 10.5196 13 10.2652 13 10C13 9.73478 13.1054 9.48043 13.2929 9.29289C13.4804 9.10536 13.7348 9 14 9ZM22 27H10V22H17V23C17 23.2652 17.1054 23.5196 17.2929 23.7071C17.4804 23.8946 17.7348 24 18 24C18.2652 24 18.5196 23.8946 18.7071 23.7071C18.8946 23.5196 19 23.2652 19 23V22H22V27ZM22 20H10V19C10 18.4696 10.2107 17.9609 10.5858 17.5858C10.9609 17.2107 11.4696 17 12 17H20C20.5304 17 21.0391 17.2107 21.4142 17.5858C21.7893 17.9609 22 18.4696 22 19V20Z"
|
|
32
|
+
fill="currentColor" />
|
|
33
|
+
</svg>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
if (type === "duotone") {
|
|
37
|
+
return (
|
|
38
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
39
|
+
<path opacity="0.2" d="M26 12V27C26 27.2652 25.8946 27.5196 25.7071 27.7071C25.5196 27.8946 25.2652 28 25 28H22V19C22 18.4696 21.7893 17.9609 21.4142 17.5858C21.0391 17.2107 20.5304 17 20 17H12C11.4696 17 10.9609 17.2107 10.5858 17.5858C10.2107 17.9609 10 18.4696 10 19V28H7C6.73478 28 6.48043 27.8946 6.29289 27.7071C6.10536 27.5196 6 27.2652 6 27V12C6 10.4087 6.63214 8.88258 7.75736 7.75736C8.88258 6.63214 10.4087 6 12 6H20C21.5913 6 23.1174 6.63214 24.2426 7.75736C25.3679 8.88258 26 10.4087 26 12Z"
|
|
40
|
+
fill="currentColor" />
|
|
41
|
+
<path d="M21 5.0725V4C21 3.20435 20.6839 2.44129 20.1213 1.87868C19.5587 1.31607 18.7956 1 18 1H14C13.2044 1 12.4413 1.31607 11.8787 1.87868C11.3161 2.44129 11 3.20435 11 4V5.0725C9.3351 5.31517 7.81298 6.14844 6.71147 7.42023C5.60995 8.69202 5.00251 10.3175 5 12V27C5 27.5304 5.21071 28.0391 5.58579 28.4142C5.96086 28.7893 6.46957 29 7 29H25C25.5304 29 26.0391 28.7893 26.4142 28.4142C26.7893 28.0391 27 27.5304 27 27V12C26.9975 10.3175 26.39 8.69202 25.2885 7.42023C24.187 6.14844 22.6649 5.31517 21 5.0725ZM14 3H18C18.2652 3 18.5196 3.10536 18.7071 3.29289C18.8946 3.48043 19 3.73478 19 4V5H13V4C13 3.73478 13.1054 3.48043 13.2929 3.29289C13.4804 3.10536 13.7348 3 14 3ZM21 20H11V19C11 18.7348 11.1054 18.4804 11.2929 18.2929C11.4804 18.1054 11.7348 18 12 18H20C20.2652 18 20.5196 18.1054 20.7071 18.2929C20.8946 18.4804 21 18.7348 21 19V20ZM11 22H17V23C17 23.2652 17.1054 23.5196 17.2929 23.7071C17.4804 23.8946 17.7348 24 18 24C18.2652 24 18.5196 23.8946 18.7071 23.7071C18.8946 23.5196 19 23.2652 19 23V22H21V27H11V22ZM25 27H23V19C23 18.2044 22.6839 17.4413 22.1213 16.8787C21.5587 16.3161 20.7956 16 20 16H12C11.2044 16 10.4413 16.3161 9.87868 16.8787C9.31607 17.4413 9 18.2044 9 19V27H7V12C7 10.6739 7.52678 9.40215 8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7H20C21.3261 7 22.5979 7.52678 23.5355 8.46447C24.4732 9.40215 25 10.6739 25 12V27ZM19 11C19 11.2652 18.8946 11.5196 18.7071 11.7071C18.5196 11.8946 18.2652 12 18 12H14C13.7348 12 13.4804 11.8946 13.2929 11.7071C13.1054 11.5196 13 11.2652 13 11C13 10.7348 13.1054 10.4804 13.2929 10.2929C13.4804 10.1054 13.7348 10 14 10H18C18.2652 10 18.5196 10.1054 18.7071 10.2929C18.8946 10.4804 19 10.7348 19 11Z"
|
|
42
|
+
fill="currentColor" />
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
}
|
|
46
|
+
return (
|
|
47
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
48
|
+
<path d="M20.75 5.2925V4C20.75 3.27065 20.4603 2.57118 19.9445 2.05546C19.4288 1.53973 18.7293 1.25 18 1.25H14C13.2707 1.25 12.5712 1.53973 12.0555 2.05546C11.5397 2.57118 11.25 3.27065 11.25 4V5.2925C9.60081 5.47882 8.07782 6.26543 6.9713 7.50243C5.86479 8.73943 5.25209 10.3403 5.25 12V27C5.25 27.4641 5.43437 27.9092 5.76256 28.2374C6.09075 28.5656 6.53587 28.75 7 28.75H25C25.4641 28.75 25.9092 28.5656 26.2374 28.2374C26.5656 27.9092 26.75 27.4641 26.75 27V12C26.7479 10.3403 26.1352 8.73943 25.0287 7.50243C23.9222 6.26543 22.3992 5.47882 20.75 5.2925ZM14 2.75H18C18.3315 2.75 18.6495 2.8817 18.8839 3.11612C19.1183 3.35054 19.25 3.66848 19.25 4V5.25H12.75V4C12.75 3.66848 12.8817 3.35054 13.1161 3.11612C13.3505 2.8817 13.6685 2.75 14 2.75ZM21.25 20.25H10.75V19C10.75 18.6685 10.8817 18.3505 11.1161 18.1161C11.3505 17.8817 11.6685 17.75 12 17.75H20C20.3315 17.75 20.6495 17.8817 20.8839 18.1161C21.1183 18.3505 21.25 18.6685 21.25 19V20.25ZM10.75 21.75H17.25V23C17.25 23.1989 17.329 23.3897 17.4697 23.5303C17.6103 23.671 17.8011 23.75 18 23.75C18.1989 23.75 18.3897 23.671 18.5303 23.5303C18.671 23.3897 18.75 23.1989 18.75 23V21.75H21.25V27.25H10.75V21.75ZM25.25 27C25.25 27.0663 25.2237 27.1299 25.1768 27.1768C25.1299 27.2237 25.0663 27.25 25 27.25H22.75V19C22.75 18.2707 22.4603 17.5712 21.9445 17.0555C21.4288 16.5397 20.7293 16.25 20 16.25H12C11.2707 16.25 10.5712 16.5397 10.0555 17.0555C9.53973 17.5712 9.25 18.2707 9.25 19V27.25H7C6.9337 27.25 6.87011 27.2237 6.82322 27.1768C6.77634 27.1299 6.75 27.0663 6.75 27V12C6.75 10.6076 7.30312 9.27225 8.28769 8.28769C9.27225 7.30312 10.6076 6.75 12 6.75H20C21.3924 6.75 22.7277 7.30312 23.7123 8.28769C24.6969 9.27225 25.25 10.6076 25.25 12V27ZM18.75 11C18.75 11.1989 18.671 11.3897 18.5303 11.5303C18.3897 11.671 18.1989 11.75 18 11.75H14C13.8011 11.75 13.6103 11.671 13.4697 11.5303C13.329 11.3897 13.25 11.1989 13.25 11C13.25 10.8011 13.329 10.6103 13.4697 10.4697C13.6103 10.329 13.8011 10.25 14 10.25H18C18.1989 10.25 18.3897 10.329 18.5303 10.4697C18.671 10.6103 18.75 10.8011 18.75 11Z"
|
|
49
|
+
fill="currentColor" />
|
|
50
|
+
</svg>
|
|
51
|
+
);
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
export default Backpack;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const BowlSteam = ({ type = "light" }: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M224,116H32a4,4,0,0,0-4,4,100.32,100.32,0,0,0,56,89.82V216a12,12,0,0,0,12,12h64a12,12,0,0,0,12-12v-6.18A100.32,100.32,0,0,0,228,120,4,4,0,0,0,224,116Zm-57.67,87.66A4,4,0,0,0,164,207.3V216a4,4,0,0,1-4,4H96a4,4,0,0,1-4-4v-8.7a4,4,0,0,0-2.33-3.64A92.31,92.31,0,0,1,36.09,124H219.91A92.31,92.31,0,0,1,166.33,203.66ZM164.88,57.5c5.56-6.92,8-12.89,6.83-16.81-1-3.54-4.9-4.87-4.94-4.88a4,4,0,0,1,2.42-7.63c.32.1,7.84,2.52,10.16,10.11,2.05,6.72-.72,14.87-8.23,24.22-5.56,6.91-8,12.88-6.83,16.8,1,3.54,4.9,4.87,4.94,4.88A4,4,0,0,1,168,92a4.09,4.09,0,0,1-1.19-.18c-.32-.1-7.84-2.52-10.16-10.11C154.6,75,157.37,66.84,164.88,57.5Zm-40,0c5.56-6.92,8-12.89,6.83-16.81-1-3.54-4.9-4.87-4.94-4.88a4,4,0,0,1,2.42-7.63c.32.1,7.84,2.52,10.16,10.11,2.05,6.72-.72,14.87-8.23,24.22-5.56,6.91-8,12.88-6.83,16.8,1,3.54,4.9,4.87,4.94,4.88A4,4,0,0,1,128,92a4.09,4.09,0,0,1-1.19-.18c-.32-.1-7.84-2.52-10.16-10.11C114.6,75,117.37,66.84,124.88,57.5Zm-40,0c5.56-6.92,8-12.89,6.83-16.81-1-3.54-4.9-4.87-4.94-4.88a4,4,0,0,1,2.42-7.63c.32.1,7.84,2.52,10.16,10.11,2.05,6.72-.72,14.87-8.23,24.22-5.56,6.91-8,12.88-6.83,16.8,1,3.54,4.9,4.87,4.94,4.88A4,4,0,0,1,88,92a4.09,4.09,0,0,1-1.19-.18c-.32-.1-7.84-2.52-10.16-10.11C74.6,75,77.37,66.84,84.88,57.5Z"></path></svg>
|
|
7
|
+
);
|
|
8
|
+
}
|
|
9
|
+
if (type === "regular") {
|
|
10
|
+
return (
|
|
11
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M224,112H32a8,8,0,0,0-8,8,104.35,104.35,0,0,0,56,92.28V216a16,16,0,0,0,16,16h64a16,16,0,0,0,16-16v-3.72A104.35,104.35,0,0,0,232,120,8,8,0,0,0,224,112Zm-59.34,88a8,8,0,0,0-4.66,7.27V216H96v-8.71A8,8,0,0,0,91.34,200a88.29,88.29,0,0,1-51-72H215.63A88.29,88.29,0,0,1,164.66,200ZM81.77,55c5.35-6.66,6.67-11.16,6.12-13.14-.42-1.49-2.41-2.26-2.43-2.26A8,8,0,0,1,88,24a8.11,8.11,0,0,1,2.38.36c1,.31,9.91,3.33,12.79,12.76,2.46,8.07-.55,17.45-8.94,27.89-5.35,6.66-6.67,11.16-6.12,13.14.42,1.49,2.37,2.24,2.39,2.25A8,8,0,0,1,88,96a8.11,8.11,0,0,1-2.38-.36c-1-.31-9.91-3.33-12.79-12.76C70.37,74.81,73.38,65.43,81.77,55Zm40,0c5.35-6.66,6.67-11.16,6.12-13.14-.42-1.49-2.41-2.26-2.43-2.26A8,8,0,0,1,128,24a8.11,8.11,0,0,1,2.38.36c1,.31,9.91,3.33,12.79,12.76,2.46,8.07-.55,17.45-8.94,27.89-5.35,6.66-6.67,11.16-6.12,13.14.42,1.49,2.37,2.24,2.39,2.25A8,8,0,0,1,128,96a8.11,8.11,0,0,1-2.38-.36c-1-.31-9.91-3.33-12.79-12.76C110.37,74.81,113.38,65.43,121.77,55Zm40,0c5.35-6.66,6.67-11.16,6.12-13.14-.42-1.49-2.41-2.26-2.43-2.26A8,8,0,0,1,168,24a8.11,8.11,0,0,1,2.38.36c1,.31,9.91,3.33,12.79,12.76,2.46,8.07-.55,17.45-8.94,27.89-5.35,6.66-6.67,11.16-6.12,13.14.42,1.49,2.37,2.24,2.39,2.25A8,8,0,0,1,168,96a8.11,8.11,0,0,1-2.38-.36c-1-.31-9.91-3.33-12.79-12.76C150.37,74.81,153.38,65.43,161.77,55Z"></path></svg>
|
|
12
|
+
);
|
|
13
|
+
}
|
|
14
|
+
if (type === "bold") {
|
|
15
|
+
return (
|
|
16
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M224,108H32a12,12,0,0,0-12,12,108.38,108.38,0,0,0,56,94.68V216a20,20,0,0,0,20,20h64a20,20,0,0,0,20-20v-1.32A108.38,108.38,0,0,0,236,120,12,12,0,0,0,224,108Zm-61,88.39a12,12,0,0,0-7,10.9V212H100v-4.71a12,12,0,0,0-7-10.9A84.32,84.32,0,0,1,44.87,132H211.13A84.32,84.32,0,0,1,163,196.39ZM74.93,50.15a26.32,26.32,0,0,0,4.71-7,12,12,0,0,1,7.7-22.7c5.67,1.64,13.2,6.63,15.77,15.3,2.71,9.14-.67,19.26-10,30.08a26.32,26.32,0,0,0-4.71,7A12,12,0,0,1,84,96a11.81,11.81,0,0,1-3.33-.47C75,93.89,67.46,88.9,64.89,80.23,62.18,71.09,65.56,61,74.93,50.15Zm44,0a26.32,26.32,0,0,0,4.71-7,12,12,0,0,1,7.7-22.7c5.67,1.64,13.2,6.63,15.77,15.3,2.71,9.14-.67,19.26-10,30.08a26.32,26.32,0,0,0-4.71,7A12,12,0,0,1,128,96a11.81,11.81,0,0,1-3.33-.47c-5.67-1.64-13.21-6.63-15.78-15.3C106.18,71.09,109.56,61,118.93,50.15Zm44,0a26.32,26.32,0,0,0,4.71-7,12,12,0,0,1,7.7-22.7c5.67,1.64,13.2,6.63,15.77,15.3,2.71,9.14-.67,19.26-10,30.08a26.32,26.32,0,0,0-4.71,7A12,12,0,0,1,172,96a11.81,11.81,0,0,1-3.33-.47c-5.67-1.64-13.21-6.63-15.78-15.3C150.18,71.09,153.56,61,162.93,50.15Z"></path></svg>
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
if (type === "fill") {
|
|
20
|
+
return (
|
|
21
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M81.77,55c5.35-6.66,6.67-11.16,6.12-13.14-.42-1.49-2.41-2.26-2.43-2.26A8,8,0,0,1,88,24a8.11,8.11,0,0,1,2.38.36c1,.31,9.91,3.33,12.79,12.76,2.46,8.07-.55,17.45-8.94,27.89-5.35,6.66-6.67,11.16-6.12,13.14.42,1.49,2.37,2.24,2.39,2.25A8,8,0,0,1,88,96a8.11,8.11,0,0,1-2.38-.36c-1-.31-9.91-3.33-12.79-12.76C70.37,74.81,73.38,65.43,81.77,55Zm31.06,27.89c2.88,9.43,11.79,12.45,12.79,12.76A8.11,8.11,0,0,0,128,96a8,8,0,0,0,2.5-15.6s-2-.76-2.39-2.25c-.55-2,.77-6.48,6.12-13.14,8.39-10.44,11.4-19.82,8.94-27.89-2.88-9.43-11.78-12.45-12.79-12.76A8.11,8.11,0,0,0,128,24a8,8,0,0,0-2.54,15.59s2,.77,2.43,2.26c.55,2-.77,6.48-6.12,13.14C113.38,65.43,110.37,74.81,112.83,82.88Zm40,0c2.88,9.43,11.79,12.45,12.79,12.76A8.11,8.11,0,0,0,168,96a8,8,0,0,0,2.5-15.6s-2-.76-2.39-2.25c-.55-2,.77-6.48,6.12-13.14,8.39-10.44,11.4-19.82,8.94-27.89-2.88-9.43-11.78-12.45-12.79-12.76A8.11,8.11,0,0,0,168,24a8,8,0,0,0-2.54,15.59s2,.77,2.43,2.26c.55,2-.77,6.48-6.12,13.14C153.38,65.43,150.37,74.81,152.83,82.88ZM224,112H32a8,8,0,0,0-8,8,104.35,104.35,0,0,0,56,92.28V216a16,16,0,0,0,16,16h64a16,16,0,0,0,16-16v-3.72A104.35,104.35,0,0,0,232,120,8,8,0,0,0,224,112Z"></path></svg>
|
|
22
|
+
);
|
|
23
|
+
}
|
|
24
|
+
if (type === "duotone") {
|
|
25
|
+
return (
|
|
26
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M224,120a96,96,0,0,1-56,87.3V216a8,8,0,0,1-8,8H96a8,8,0,0,1-8-8v-8.7A96,96,0,0,1,32,120Z" opacity="0.2"></path><path d="M81.77,55c5.35-6.66,6.67-11.16,6.12-13.14-.42-1.49-2.41-2.26-2.43-2.26A8,8,0,0,1,88,24a8.11,8.11,0,0,1,2.38.36c1,.31,9.91,3.33,12.79,12.76,2.46,8.07-.55,17.45-8.94,27.89-5.35,6.66-6.67,11.16-6.12,13.14.42,1.49,2.37,2.24,2.39,2.25A8,8,0,0,1,88,96a8.11,8.11,0,0,1-2.38-.36c-1-.31-9.91-3.33-12.79-12.76C70.37,74.81,73.38,65.43,81.77,55Zm31.06,27.89c2.88,9.43,11.79,12.45,12.79,12.76A8.11,8.11,0,0,0,128,96a8,8,0,0,0,2.5-15.6s-2-.76-2.39-2.25c-.55-2,.77-6.48,6.12-13.14,8.39-10.44,11.4-19.82,8.94-27.89-2.88-9.43-11.78-12.45-12.79-12.76A8.11,8.11,0,0,0,128,24a8,8,0,0,0-2.54,15.59s2,.77,2.43,2.26c.55,2-.77,6.48-6.12,13.14C113.38,65.43,110.37,74.81,112.83,82.88Zm40,0c2.88,9.43,11.79,12.45,12.79,12.76A8.11,8.11,0,0,0,168,96a8,8,0,0,0,2.5-15.6s-2-.76-2.39-2.25c-.55-2,.77-6.48,6.12-13.14,8.39-10.44,11.4-19.82,8.94-27.89-2.88-9.43-11.78-12.45-12.79-12.76A8.11,8.11,0,0,0,168,24a8,8,0,0,0-2.54,15.59s2,.77,2.43,2.26c.55,2-.77,6.48-6.12,13.14C153.38,65.43,150.37,74.81,152.83,82.88ZM232,120a104.35,104.35,0,0,1-56,92.28V216a16,16,0,0,1-16,16H96a16,16,0,0,1-16-16v-3.72A104.35,104.35,0,0,1,24,120a8,8,0,0,1,8-8H224A8,8,0,0,1,232,120Zm-16.37,8H40.37a88.29,88.29,0,0,0,51,72A8,8,0,0,1,96,207.29V216h64v-8.71a8,8,0,0,1,4.66-7.27A88.29,88.29,0,0,0,215.63,128Z"></path></svg>
|
|
27
|
+
);
|
|
28
|
+
}
|
|
29
|
+
return (
|
|
30
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M224,114H32a6,6,0,0,0-6,6,102.35,102.35,0,0,0,56,91.06V216a14,14,0,0,0,14,14h64a14,14,0,0,0,14-14v-4.94A102.35,102.35,0,0,0,230,120,6,6,0,0,0,224,114Zm-58.5,87.84a6,6,0,0,0-3.5,5.45V216a2,2,0,0,1-2,2H96a2,2,0,0,1-2-2v-8.71a6,6,0,0,0-3.5-5.45A90.35,90.35,0,0,1,38.2,126H217.8A90.35,90.35,0,0,1,165.5,201.84ZM83.32,56.24c5.05-6.28,7.41-11.73,6.48-15-.72-2.53-3.64-3.57-3.67-3.58A6,6,0,0,1,88,26a5.81,5.81,0,0,1,1.78.27c.91.28,8.9,3,11.48,11.44,2.26,7.39-.63,16.15-8.58,26.05-5.05,6.28-7.41,11.73-6.48,15,.72,2.53,3.64,3.57,3.67,3.58A6,6,0,0,1,88,94a5.81,5.81,0,0,1-1.78-.27c-.91-.28-8.9-3-11.48-11.44C72.48,74.9,75.37,66.14,83.32,56.24Zm40,0c5.05-6.28,7.41-11.73,6.48-15-.72-2.53-3.64-3.57-3.67-3.58A6,6,0,0,1,128,26a5.81,5.81,0,0,1,1.78.27c.91.28,8.9,3,11.48,11.44,2.26,7.39-.63,16.15-8.58,26.05-5.05,6.28-7.41,11.73-6.48,15,.72,2.53,3.64,3.57,3.67,3.58A6,6,0,0,1,128,94a5.81,5.81,0,0,1-1.78-.27c-.91-.28-8.9-3-11.48-11.44C112.48,74.9,115.37,66.14,123.32,56.24Zm40,0c5.05-6.28,7.41-11.73,6.48-15-.72-2.53-3.64-3.57-3.67-3.58A6,6,0,0,1,168,26a5.81,5.81,0,0,1,1.78.27c.91.28,8.9,3,11.48,11.44,2.26,7.39-.63,16.15-8.58,26.05-5.05,6.28-7.41,11.73-6.48,15,.72,2.53,3.64,3.57,3.67,3.58A6,6,0,0,1,168,94a5.81,5.81,0,0,1-1.78-.27c-.91-.28-8.9-3-11.48-11.44C152.48,74.9,155.37,66.14,163.32,56.24Z"></path></svg>
|
|
31
|
+
);
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export default BowlSteam;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Bread = ({ type = "light" }: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M236,80a36,36,0,0,0-36-36H48a36,36,0,0,0-12,69.94V200a12,12,0,0,0,12,12H200a12,12,0,0,0,12-12V113.94A36.07,36.07,0,0,0,236,80ZM44,200V115.77a35.22,35.22,0,0,0,4,.23,4,4,0,0,0,0-8,28,28,0,0,1,0-56h96a28,28,0,0,1,0,56,4,4,0,0,0,0,8,35.22,35.22,0,0,0,4-.23V200a4,4,0,0,1-4,4H48A4,4,0,0,1,44,200Zm156-92a4,4,0,0,0,0,8,35.22,35.22,0,0,0,4-.23V200a4,4,0,0,1-4,4H155.3a11.8,11.8,0,0,0,.7-4V113.94A36,36,0,0,0,166.59,52H200a28,28,0,0,1,0,56Z"></path></svg>
|
|
7
|
+
);
|
|
8
|
+
}
|
|
9
|
+
if (type === "regular") {
|
|
10
|
+
return (
|
|
11
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M240,80a40,40,0,0,0-40-40H48a40,40,0,0,0-16,76.65V200a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V116.65A40.06,40.06,0,0,0,240,80ZM48,120a8,8,0,0,0,0-16,24,24,0,0,1,0-48h96a24,24,0,0,1,0,48,8,8,0,0,0,0,16v80H48Zm152-16a8,8,0,0,0,0,16v80H160V116.65A40,40,0,0,0,176,56h24a24,24,0,0,1,0,48Z"></path></svg>
|
|
12
|
+
);
|
|
13
|
+
}
|
|
14
|
+
if (type === "bold") {
|
|
15
|
+
return (
|
|
16
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M244,80a44.05,44.05,0,0,0-44-44H48a44,44,0,0,0-20,83.17V200a20,20,0,0,0,20,20H200a20,20,0,0,0,20-20V119.17A44,44,0,0,0,244,80ZM52,123.3A12,12,0,0,0,48,100a20,20,0,0,1,0-40h92a20,20,0,0,1,0,40,12,12,0,0,0-4,23.3V196H52ZM200,100a12,12,0,0,0-4,23.3V196H160V119.17A43.92,43.92,0,0,0,179.17,60H200a20,20,0,0,1,0,40Z"></path></svg>
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
if (type === "fill") {
|
|
20
|
+
return (
|
|
21
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M200,40H48a40,40,0,0,0-16,76.65V200a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V116.65A40,40,0,0,0,200,40Zm-56,64a8,8,0,0,0,0,16v80H48V120a8,8,0,0,0,0-16,24,24,0,0,1,0-48h96a24,24,0,0,1,0,48Z"></path></svg>
|
|
22
|
+
);
|
|
23
|
+
}
|
|
24
|
+
if (type === "duotone") {
|
|
25
|
+
return (
|
|
26
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M208,111v89a8,8,0,0,1-8,8H144a8,8,0,0,0,8-8V111a32,32,0,0,0-8-63h56a32,32,0,0,1,8,63Z" opacity="0.2"></path><path d="M240,80a40,40,0,0,0-40-40H48a40,40,0,0,0-16,76.65V200a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V116.65A40.06,40.06,0,0,0,240,80ZM48,120a8,8,0,0,0,0-16,24,24,0,0,1,0-48h96a24,24,0,0,1,0,48,8,8,0,0,0,0,16v80H48Zm152-16a8,8,0,0,0,0,16v80H160V116.65A40,40,0,0,0,176,56h24a24,24,0,0,1,0,48Z"></path></svg>
|
|
27
|
+
);
|
|
28
|
+
}
|
|
29
|
+
return (
|
|
30
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M238,80a38,38,0,0,0-38-38H48a38,38,0,0,0-14,73.32V200a14,14,0,0,0,14,14H200a14,14,0,0,0,14-14V115.32A38.07,38.07,0,0,0,238,80ZM46,200V118c.66,0,1.33,0,2,0a6,6,0,0,0,0-12,26,26,0,0,1,0-52h96a26,26,0,0,1,0,52,6,6,0,0,0,0,12c.67,0,1.34,0,2,0V200a2,2,0,0,1-2,2H48A2,2,0,0,1,46,200Zm154-94a6,6,0,0,0,0,12c.67,0,1.34,0,2,0V200a2,2,0,0,1-2,2H157.84a14.71,14.71,0,0,0,.16-2V115.32A38,38,0,0,0,171.68,54H200a26,26,0,0,1,0,52Z"></path></svg>
|
|
31
|
+
);
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export default Bread;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Cheers = ({ type = "light" }: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M116,68.1V16a4,4,0,0,0-8,0V68.1a84,84,0,1,0,8,0ZM187.89,148h-40c-1-37.34-15.73-60.22-25.35-71.25A76.12,76.12,0,0,1,187.89,148ZM112,226.68C105,220,85.26,197.61,84.06,156h55.88C138.74,197.61,119,220,112,226.68ZM84.06,148c1.2-41.61,21-64,27.94-70.68,7,6.64,26.74,29.07,27.94,70.68Zm17.36-71.25c-9.62,11-24.35,33.91-25.35,71.25h-40A76.12,76.12,0,0,1,101.42,76.75ZM36.11,156h40c1,37.34,15.73,60.22,25.35,71.25A76.12,76.12,0,0,1,36.11,156Zm86.47,71.25c9.62-11,24.35-33.91,25.35-71.25h40A76.12,76.12,0,0,1,122.58,227.25ZM252,88a4,4,0,0,1-4,4H236v12a4,4,0,0,1-8,0V92H216a4,4,0,0,1,0-8h12V72a4,4,0,0,1,8,0V84h12A4,4,0,0,1,252,88ZM212,40a4,4,0,0,1-4,4H188V64a4,4,0,0,1-8,0V44H160a4,4,0,0,1,0-8h20V16a4,4,0,0,1,8,0V36h20A4,4,0,0,1,212,40Z"></path></svg>
|
|
7
|
+
);
|
|
8
|
+
}
|
|
9
|
+
if (type === "regular") {
|
|
10
|
+
return (
|
|
11
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M120,64.37V16a8,8,0,0,0-16,0V64.37a88,88,0,1,0,16,0ZM183.54,144H151.77c-1.51-28.36-10.79-48.36-19.44-61.06A72.16,72.16,0,0,1,183.54,144Zm-95.3,16h47.52c-2,33.52-16.13,52.95-23.76,61.08C104.36,212.93,90.23,193.51,88.24,160Zm0-16c2-33.52,16.13-52.95,23.76-61.08,7.64,8.15,21.77,27.57,23.76,61.08Zm3.43-61.06C83,95.64,73.74,115.64,72.23,144H40.46A72.16,72.16,0,0,1,91.67,82.94ZM40.46,160H72.23c1.51,28.36,10.79,48.36,19.44,61.06A72.16,72.16,0,0,1,40.46,160Zm91.87,61.06c8.65-12.7,17.93-32.7,19.44-61.06h31.77A72.16,72.16,0,0,1,132.33,221.06ZM256,88a8,8,0,0,1-8,8h-8v8a8,8,0,0,1-16,0V96h-8a8,8,0,0,1,0-16h8V72a8,8,0,0,1,16,0v8h8A8,8,0,0,1,256,88ZM152,40a8,8,0,0,1,8-8h16V16a8,8,0,0,1,16,0V32h16a8,8,0,0,1,0,16H192V64a8,8,0,0,1-16,0V48H160A8,8,0,0,1,152,40Z"></path></svg>
|
|
12
|
+
);
|
|
13
|
+
}
|
|
14
|
+
if (type === "bold") {
|
|
15
|
+
return (
|
|
16
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M124,60.78V16a12,12,0,0,0-24,0V60.78a92,92,0,1,0,24,0ZM178.92,140h-23.4c-1.64-20.74-7.36-37-13.81-49.15A68.23,68.23,0,0,1,178.92,140ZM112,215c-7-8.62-17-25.09-19.45-51h38.9C129,189.9,119,206.37,112,215ZM92.55,140C95,114.1,105,97.63,112,89c7,8.62,17,25.09,19.45,51ZM82.29,90.85C75.84,103,70.12,119.26,68.48,140H45.08A68.23,68.23,0,0,1,82.29,90.85ZM45.08,164h23.4c1.64,20.74,7.36,37,13.81,49.15A68.23,68.23,0,0,1,45.08,164Zm96.63,49.15c6.45-12.15,12.17-28.41,13.81-49.15h23.4A68.23,68.23,0,0,1,141.71,213.15ZM256,88a12,12,0,0,1-12,12h-4v4a12,12,0,0,1-24,0v-4h-4a12,12,0,0,1,0-24h4V72a12,12,0,0,1,24,0v4h4A12,12,0,0,1,256,88ZM148,36a12,12,0,0,1,12-12h8V16a12,12,0,0,1,24,0v8h8a12,12,0,0,1,0,24h-8v8a12,12,0,0,1-24,0V48h-8A12,12,0,0,1,148,36Z"></path></svg>
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
if (type === "fill") {
|
|
20
|
+
return (
|
|
21
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M120,64.37V16a8,8,0,0,0-16,0V64.37a88,88,0,1,0,16,0ZM183.54,144H151.77c-1.51-28.36-10.79-48.36-19.44-61.06A72.16,72.16,0,0,1,183.54,144Zm-47.78,16c-2,33.52-16.13,52.95-23.76,61.08-7.64-8.15-21.77-27.57-23.76-61.08ZM91.67,82.94C83,95.64,73.74,115.64,72.23,144H40.46A72.16,72.16,0,0,1,91.67,82.94ZM40.46,160H72.23c1.51,28.36,10.79,48.36,19.44,61.06A72.16,72.16,0,0,1,40.46,160ZM256,88a8,8,0,0,1-8,8h-8v8a8,8,0,0,1-16,0V96h-8a8,8,0,0,1,0-16h8V72a8,8,0,0,1,16,0v8h8A8,8,0,0,1,256,88ZM152,40a8,8,0,0,1,8-8h16V16a8,8,0,0,1,16,0V32h16a8,8,0,0,1,0,16H192V64a8,8,0,0,1-16,0V48H160A8,8,0,0,1,152,40Z"></path></svg>
|
|
22
|
+
);
|
|
23
|
+
}
|
|
24
|
+
if (type === "duotone") {
|
|
25
|
+
return (
|
|
26
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M192,152a80,80,0,0,1-80,80s32-24,32-80ZM112,72S80,96,80,152h64C144,96,112,72,112,72Z" opacity="0.2"></path><path d="M120,64.37V16a8,8,0,0,0-16,0V64.37a88,88,0,1,0,16,0ZM183.54,144H151.77c-1.51-28.36-10.79-48.36-19.44-61.06A72.16,72.16,0,0,1,183.54,144Zm-95.3,16h47.52c-2,33.52-16.13,52.95-23.76,61.08C104.36,212.93,90.23,193.51,88.24,160Zm0-16c2-33.52,16.13-52.95,23.76-61.08,7.64,8.15,21.77,27.57,23.76,61.08Zm3.43-61.06C83,95.64,73.74,115.64,72.23,144H40.46A72.16,72.16,0,0,1,91.67,82.94ZM40.46,160H72.23c1.51,28.36,10.79,48.36,19.44,61.06A72.16,72.16,0,0,1,40.46,160Zm91.87,61.06c8.65-12.7,17.93-32.7,19.44-61.06h31.77A72.16,72.16,0,0,1,132.33,221.06ZM256,88a8,8,0,0,1-8,8h-8v8a8,8,0,0,1-16,0V96h-8a8,8,0,0,1,0-16h8V72a8,8,0,0,1,16,0v8h8A8,8,0,0,1,256,88ZM152,40a8,8,0,0,1,8-8h16V16a8,8,0,0,1,16,0V32h16a8,8,0,0,1,0,16H192V64a8,8,0,0,1-16,0V48H160A8,8,0,0,1,152,40Z"></path></svg>
|
|
27
|
+
);
|
|
28
|
+
}
|
|
29
|
+
return (
|
|
30
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M118,66.23V16a6,6,0,0,0-12,0V66.23a86,86,0,1,0,12,0ZM185.74,146H149.87c-1.3-32.59-13-54.15-22.36-66.35A74.15,74.15,0,0,1,185.74,146Zm-99.6,12h51.72c-1.63,37.69-18.33,58.46-25.86,66C104.46,216.45,87.77,195.67,86.14,158Zm0-12c1.63-37.69,18.33-58.46,25.86-66,7.54,7.51,24.23,28.29,25.86,66ZM96.49,79.65C87.11,91.85,75.43,113.41,74.13,146H38.26A74.15,74.15,0,0,1,96.49,79.65ZM38.26,158H74.13c1.3,32.59,13,54.15,22.36,66.35A74.15,74.15,0,0,1,38.26,158Zm89.25,66.35c9.38-12.2,21.06-33.76,22.36-66.35h35.87A74.15,74.15,0,0,1,127.51,224.35ZM254,88a6,6,0,0,1-6,6H238v10a6,6,0,0,1-12,0V94H216a6,6,0,0,1,0-12h10V72a6,6,0,0,1,12,0V82h10A6,6,0,0,1,254,88ZM208,46H190V64a6,6,0,0,1-12,0V46H160a6,6,0,0,1,0-12h18V16a6,6,0,0,1,12,0V34h18a6,6,0,0,1,0,12Z"></path></svg>
|
|
31
|
+
);
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export default Cheers;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const ChefHat = ({ type = "light" }: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M236,112a52.06,52.06,0,0,0-52-52,53,53,0,0,0-7.77.59,52,52,0,0,0-96.46,0A53,53,0,0,0,72,60,52,52,0,0,0,52,160v48a12,12,0,0,0,12,12H192a12,12,0,0,0,12-12V160A52.07,52.07,0,0,0,236,112Zm-40,96a4,4,0,0,1-4,4H64a4,4,0,0,1-4-4V162.59A52.13,52.13,0,0,0,72,164H184a52.13,52.13,0,0,0,12-1.41Zm-12-52H165.12l6.76-27a4,4,0,0,0-7.76-1.94l-7.24,29H132V128a4,4,0,0,0-8,0v28H99.12l-7.24-29A4,4,0,1,0,84.12,129l6.76,27H72a44,44,0,0,1,0-88,45.3,45.3,0,0,1,5.34.33A51.68,51.68,0,0,0,76,80a4,4,0,0,0,8,0,44,44,0,0,1,88,0,4,4,0,0,0,8,0,51.68,51.68,0,0,0-1.34-11.67A45.3,45.3,0,0,1,184,68a44,44,0,0,1,0,88Z"></path></svg>
|
|
7
|
+
);
|
|
8
|
+
}
|
|
9
|
+
if (type === "regular") {
|
|
10
|
+
return (
|
|
11
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M240,112a56.06,56.06,0,0,0-56-56c-1.77,0-3.54.1-5.29.26a56,56,0,0,0-101.42,0C75.54,56.1,73.77,56,72,56A56,56,0,0,0,48,162.59V208a16,16,0,0,0,16,16H192a16,16,0,0,0,16-16V162.59A56.09,56.09,0,0,0,240,112Zm-48,96H64V167.42a55.49,55.49,0,0,0,8,.58H184a55.49,55.49,0,0,0,8-.58Zm-8-56H170.25l5.51-22.06a8,8,0,0,0-15.52-3.88L153.75,152H136V128a8,8,0,0,0-16,0v24H102.25l-6.49-25.94a8,8,0,1,0-15.52,3.88L85.75,152H72a40,40,0,0,1,0-80l.58,0A55.21,55.21,0,0,0,72,80a8,8,0,0,0,16,0,40,40,0,0,1,80,0,8,8,0,0,0,16,0,55.21,55.21,0,0,0-.58-8l.58,0a40,40,0,0,1,0,80Z"></path></svg>
|
|
12
|
+
);
|
|
13
|
+
}
|
|
14
|
+
if (type === "bold") {
|
|
15
|
+
return (
|
|
16
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M244,112a60.07,60.07,0,0,0-60-60c-1,0-1.95,0-2.92.08a60,60,0,0,0-106.16,0C74,52,73,52,72,52A60,60,0,0,0,44,165v43a20,20,0,0,0,20,20H192a20,20,0,0,0,20-20V165A60,60,0,0,0,244,112Zm-56,92H68V171.85c1.32.09,2.65.15,4,.15H184c1.35,0,2.68-.06,4-.15Zm-4-56h-8.63l4.27-17.09a12,12,0,0,0-23.28-5.82L150.63,148H140V128a12,12,0,0,0-24,0v20H105.37l-5.73-22.91a12,12,0,1,0-23.28,5.82L80.63,148H72a36,36,0,0,1-3.87-71.79C68.05,77.47,68,78.73,68,80a12,12,0,0,0,24,0,36,36,0,0,1,72,0,12,12,0,0,0,24,0c0-1.27-.05-2.53-.13-3.79A36,36,0,0,1,184,148Z"></path></svg>
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
if (type === "fill") {
|
|
20
|
+
return (
|
|
21
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M240,112a56.06,56.06,0,0,0-56-56c-1.77,0-3.54.1-5.29.26a56,56,0,0,0-101.42,0C75.54,56.1,73.77,56,72,56A56,56,0,0,0,48,162.59V208a16,16,0,0,0,16,16H192a16,16,0,0,0,16-16V162.59A56.09,56.09,0,0,0,240,112Zm-87.76,30.06,8-32a8,8,0,0,1,15.52,3.88l-8,32A8,8,0,0,1,160,152a8.13,8.13,0,0,1-1.95-.24A8,8,0,0,1,152.24,142.06ZM120,112a8,8,0,0,1,16,0v32a8,8,0,0,1-16,0Zm-33.94-7.76a8,8,0,0,1,9.7,5.82l8,32a8,8,0,0,1-5.82,9.7,8.13,8.13,0,0,1-2,.24,8,8,0,0,1-7.75-6.06l-8-32A8,8,0,0,1,86.06,104.24ZM192,208H64V167.42a55.49,55.49,0,0,0,8,.58H184a55.49,55.49,0,0,0,8-.58Z"></path></svg>
|
|
22
|
+
);
|
|
23
|
+
}
|
|
24
|
+
if (type === "duotone") {
|
|
25
|
+
return (
|
|
26
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M232,112a48,48,0,0,1-48,48H72A48,48,0,1,1,82.35,65.12h0a48,48,0,0,1,91.28,0h0A48,48,0,0,1,232,112Z" opacity="0.2"></path><path d="M240,112a56.06,56.06,0,0,0-56-56c-1.77,0-3.54.1-5.29.26a56,56,0,0,0-101.42,0C75.54,56.1,73.77,56,72,56A56,56,0,0,0,48,162.59V208a16,16,0,0,0,16,16H192a16,16,0,0,0,16-16V162.59A56.09,56.09,0,0,0,240,112Zm-48,96H64V167.42a55.49,55.49,0,0,0,8,.58H184a55.49,55.49,0,0,0,8-.58Zm-8-56H170.25l5.51-22.06a8,8,0,0,0-15.52-3.88L153.75,152H136V128a8,8,0,0,0-16,0v24H102.25l-6.49-25.94a8,8,0,1,0-15.52,3.88L85.75,152H72a40,40,0,0,1,0-80l.58,0A55.21,55.21,0,0,0,72,80a8,8,0,0,0,16,0,40,40,0,0,1,80,0,8,8,0,0,0,16,0,55.21,55.21,0,0,0-.58-8l.58,0a40,40,0,0,1,0,80Z"></path></svg>
|
|
27
|
+
);
|
|
28
|
+
}
|
|
29
|
+
return (
|
|
30
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M238,112a54.06,54.06,0,0,0-54-54,54.6,54.6,0,0,0-6.52.4,54,54,0,0,0-99,0A54.6,54.6,0,0,0,72,58,54,54,0,0,0,50,161.3V208a14,14,0,0,0,14,14H192a14,14,0,0,0,14-14V161.3A54.07,54.07,0,0,0,238,112Zm-44,96a2,2,0,0,1-2,2H64a2,2,0,0,1-2-2V165.06A54,54,0,0,0,72,166H184a54,54,0,0,0,10-.94Zm-10-54H167.69l6.13-24.54a6,6,0,1,0-11.64-2.92L155.31,154H134V128a6,6,0,0,0-12,0v26H100.69l-6.87-27.46a6,6,0,0,0-11.64,2.92L88.31,154H72a42,42,0,0,1,0-84c1,0,2,0,2.92.11A54.63,54.63,0,0,0,74,80a6,6,0,0,0,12,0,42,42,0,0,1,84,0,6,6,0,0,0,12,0,54.63,54.63,0,0,0-.92-9.89c1-.06,1.94-.11,2.92-.11a42,42,0,0,1,0,84Z"></path></svg>
|
|
31
|
+
);
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export default ChefHat;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Coffee = ({ type = "light" }: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="27" height="25" viewBox="0 0 27 25" fill="none">
|
|
7
|
+
<path d="M7 4.5V0.5C7 0.367392 7.05268 0.240215 7.14645 0.146447C7.24021 0.0526785 7.36739 0 7.5 0C7.63261 0 7.75979 0.0526785 7.85355 0.146447C7.94732 0.240215 8 0.367392 8 0.5V4.5C8 4.63261 7.94732 4.75979 7.85355 4.85355C7.75979 4.94732 7.63261 5 7.5 5C7.36739 5 7.24021 4.94732 7.14645 4.85355C7.05268 4.75979 7 4.63261 7 4.5ZM11.5 5C11.6326 5 11.7598 4.94732 11.8536 4.85355C11.9473 4.75979 12 4.63261 12 4.5V0.5C12 0.367392 11.9473 0.240215 11.8536 0.146447C11.7598 0.0526785 11.6326 0 11.5 0C11.3674 0 11.2402 0.0526785 11.1464 0.146447C11.0527 0.240215 11 0.367392 11 0.5V4.5C11 4.63261 11.0527 4.75979 11.1464 4.85355C11.2402 4.94732 11.3674 5 11.5 5ZM15.5 5C15.6326 5 15.7598 4.94732 15.8536 4.85355C15.9473 4.75979 16 4.63261 16 4.5V0.5C16 0.367392 15.9473 0.240215 15.8536 0.146447C15.7598 0.0526785 15.6326 0 15.5 0C15.3674 0 15.2402 0.0526785 15.1464 0.146447C15.0527 0.240215 15 0.367392 15 0.5V4.5C15 4.63261 15.0527 4.75979 15.1464 4.85355C15.2402 4.94732 15.3674 5 15.5 5ZM27 12.5V13.5C27 14.6935 26.5259 15.8381 25.682 16.682C24.8381 17.5259 23.6935 18 22.5 18H22.4487C21.6647 20.44 20.0924 22.5505 17.9788 24H22.5C22.6326 24 22.7598 24.0527 22.8536 24.1464C22.9473 24.2402 23 24.3674 23 24.5C23 24.6326 22.9473 24.7598 22.8536 24.8536C22.7598 24.9473 22.6326 25 22.5 25H0.5C0.367392 25 0.240215 24.9473 0.146447 24.8536C0.0526785 24.7598 0 24.6326 0 24.5C0 24.3674 0.0526785 24.2402 0.146447 24.1464C0.240215 24.0527 0.367392 24 0.5 24H5.02125C3.47667 22.9424 2.21249 21.525 1.33773 19.8699C0.462966 18.2149 0.00386126 16.372 0 14.5V8.5C0 8.36739 0.0526785 8.24021 0.146447 8.14645C0.240215 8.05268 0.367392 8 0.5 8H22.5C23.6935 8 24.8381 8.47411 25.682 9.31802C26.5259 10.1619 27 11.3065 27 12.5ZM22 14.5V9H1V14.5C1.00405 16.4911 1.57229 18.4404 2.63887 20.1217C3.70544 21.8031 5.22668 23.1478 7.02625 24H15.9737C17.7733 23.1478 19.2946 21.8031 20.3611 20.1217C21.4277 18.4404 21.996 16.4911 22 14.5ZM26 12.5C25.9999 11.6584 25.6966 10.8451 25.1456 10.2089C24.5947 9.57279 23.8329 9.15647 23 9.03625V14.5C22.9997 15.3384 22.9075 16.1742 22.725 16.9925C23.6124 16.9353 24.4448 16.5425 25.0531 15.8938C25.6614 15.2452 25.9999 14.3893 26 13.5V12.5Z"
|
|
8
|
+
fill="currentColor" />
|
|
9
|
+
</svg>
|
|
10
|
+
);
|
|
11
|
+
}
|
|
12
|
+
if (type === "regular") {
|
|
13
|
+
return (
|
|
14
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
15
|
+
<path d="M10 7V3C10 2.73478 10.1054 2.48043 10.2929 2.29289C10.4804 2.10536 10.7348 2 11 2C11.2652 2 11.5196 2.10536 11.7071 2.29289C11.8946 2.48043 12 2.73478 12 3V7C12 7.26522 11.8946 7.51957 11.7071 7.70711C11.5196 7.89464 11.2652 8 11 8C10.7348 8 10.4804 7.89464 10.2929 7.70711C10.1054 7.51957 10 7.26522 10 7ZM15 8C15.2652 8 15.5196 7.89464 15.7071 7.70711C15.8946 7.51957 16 7.26522 16 7V3C16 2.73478 15.8946 2.48043 15.7071 2.29289C15.5196 2.10536 15.2652 2 15 2C14.7348 2 14.4804 2.10536 14.2929 2.29289C14.1054 2.48043 14 2.73478 14 3V7C14 7.26522 14.1054 7.51957 14.2929 7.70711C14.4804 7.89464 14.7348 8 15 8ZM19 8C19.2652 8 19.5196 7.89464 19.7071 7.70711C19.8946 7.51957 20 7.26522 20 7V3C20 2.73478 19.8946 2.48043 19.7071 2.29289C19.5196 2.10536 19.2652 2 19 2C18.7348 2 18.4804 2.10536 18.2929 2.29289C18.1054 2.48043 18 2.73478 18 3V7C18 7.26522 18.1054 7.51957 18.2929 7.70711C18.4804 7.89464 18.7348 8 19 8ZM31 15V16C30.9996 17.2719 30.5145 18.4959 29.6434 19.4227C28.7723 20.3496 27.5807 20.9096 26.3113 20.9888C25.6291 22.9182 24.4678 24.6426 22.9363 26H26C26.2652 26 26.5196 26.1054 26.7071 26.2929C26.8946 26.4804 27 26.7348 27 27C27 27.2652 26.8946 27.5196 26.7071 27.7071C26.5196 27.8946 26.2652 28 26 28H4C3.73478 28 3.48043 27.8946 3.29289 27.7071C3.10536 27.5196 3 27.2652 3 27C3 26.7348 3.10536 26.4804 3.29289 26.2929C3.48043 26.1054 3.73478 26 4 26H7.0675C5.79163 24.8728 4.76937 23.4878 4.06822 21.9364C3.36708 20.385 3.00299 18.7025 3 17V11C3 10.7348 3.10536 10.4804 3.29289 10.2929C3.48043 10.1054 3.73478 10 4 10H26C27.3261 10 28.5979 10.5268 29.5355 11.4645C30.4732 12.4021 31 13.6739 31 15ZM25 12H5V17C5.00386 18.8776 5.53447 20.7164 6.5315 22.3075C7.52853 23.8985 8.95199 25.1778 10.64 26H19.36C21.048 25.1778 22.4715 23.8985 23.4685 22.3075C24.4655 20.7164 24.9961 18.8776 25 17V12ZM29 15C28.9998 14.3798 28.8074 13.7749 28.4492 13.2685C28.0911 12.7621 27.5848 12.3792 27 12.1725V17C26.9993 17.628 26.9491 18.2549 26.85 18.875C27.4705 18.6917 28.015 18.3127 28.4025 17.7946C28.79 17.2765 28.9996 16.647 29 16V15Z"
|
|
16
|
+
fill="currentColor" />
|
|
17
|
+
</svg>
|
|
18
|
+
);
|
|
19
|
+
}
|
|
20
|
+
if (type === "bold") {
|
|
21
|
+
return (
|
|
22
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
23
|
+
<path d="M26.5 9.5H4C3.60218 9.5 3.22064 9.65804 2.93934 9.93934C2.65804 10.2206 2.5 10.6022 2.5 11V17C2.5047 20.1528 3.69778 23.1879 5.84125 25.5H4C3.60218 25.5 3.22064 25.658 2.93934 25.9393C2.65804 26.2206 2.5 26.6022 2.5 27C2.5 27.3978 2.65804 27.7794 2.93934 28.0607C3.22064 28.342 3.60218 28.5 4 28.5H26C26.3978 28.5 26.7794 28.342 27.0607 28.0607C27.342 27.7794 27.5 27.3978 27.5 27C27.5 26.6022 27.342 26.2206 27.0607 25.9393C26.7794 25.658 26.3978 25.5 26 25.5H24.1588C25.2366 24.336 26.0848 22.9789 26.6588 21.5C28.0898 21.4587 29.4483 20.861 30.4456 19.834C31.443 18.807 32.0006 17.4316 32 16V15C31.9983 13.5418 31.4184 12.1438 30.3873 11.1127C29.3562 10.0816 27.9582 9.50165 26.5 9.5ZM24.5 17C24.4968 18.7638 24.0044 20.4921 23.0776 21.9928C22.1507 23.4934 20.8257 24.7075 19.25 25.5H10.75C9.17428 24.7075 7.8493 23.4934 6.92244 21.9928C5.99558 20.4921 5.50317 18.7638 5.5 17V12.5H24.5V17ZM29 16C28.9995 16.4992 28.8496 16.9868 28.5696 17.4001C28.2896 17.8133 27.8922 18.1333 27.4287 18.3188C27.4764 17.8808 27.5002 17.4405 27.5 17V12.71C27.9456 12.9045 28.3249 13.2247 28.5913 13.6314C28.8577 14.0382 28.9998 14.5138 29 15V16ZM8.5 6V3C8.5 2.60218 8.65804 2.22064 8.93934 1.93934C9.22064 1.65804 9.60218 1.5 10 1.5C10.3978 1.5 10.7794 1.65804 11.0607 1.93934C11.342 2.22064 11.5 2.60218 11.5 3V6C11.5 6.39782 11.342 6.77936 11.0607 7.06066C10.7794 7.34196 10.3978 7.5 10 7.5C9.60218 7.5 9.22064 7.34196 8.93934 7.06066C8.65804 6.77936 8.5 6.39782 8.5 6ZM13.5 6V3C13.5 2.60218 13.658 2.22064 13.9393 1.93934C14.2206 1.65804 14.6022 1.5 15 1.5C15.3978 1.5 15.7794 1.65804 16.0607 1.93934C16.342 2.22064 16.5 2.60218 16.5 3V6C16.5 6.39782 16.342 6.77936 16.0607 7.06066C15.7794 7.34196 15.3978 7.5 15 7.5C14.6022 7.5 14.2206 7.34196 13.9393 7.06066C13.658 6.77936 13.5 6.39782 13.5 6ZM18.5 6V3C18.5 2.60218 18.658 2.22064 18.9393 1.93934C19.2206 1.65804 19.6022 1.5 20 1.5C20.3978 1.5 20.7794 1.65804 21.0607 1.93934C21.342 2.22064 21.5 2.60218 21.5 3V6C21.5 6.39782 21.342 6.77936 21.0607 7.06066C20.7794 7.34196 20.3978 7.5 20 7.5C19.6022 7.5 19.2206 7.34196 18.9393 7.06066C18.658 6.77936 18.5 6.39782 18.5 6Z"
|
|
24
|
+
fill="currentColor" />
|
|
25
|
+
</svg>
|
|
26
|
+
);
|
|
27
|
+
}
|
|
28
|
+
if (type === "fill") {
|
|
29
|
+
return (
|
|
30
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
31
|
+
<path d="M26 10H4C3.73478 10 3.48043 10.1054 3.29289 10.2929C3.10536 10.4804 3 10.7348 3 11V17C3.00299 18.7025 3.36708 20.385 4.06822 21.9364C4.76937 23.4878 5.79163 24.8728 7.0675 26H4C3.73478 26 3.48043 26.1054 3.29289 26.2929C3.10536 26.4804 3 26.7348 3 27C3 27.2652 3.10536 27.5196 3.29289 27.7071C3.48043 27.8946 3.73478 28 4 28H26C26.2652 28 26.5196 27.8946 26.7071 27.7071C26.8946 27.5196 27 27.2652 27 27C27 26.7348 26.8946 26.4804 26.7071 26.2929C26.5196 26.1054 26.2652 26 26 26H22.9325C24.464 24.6426 25.6254 22.9182 26.3075 20.9888C27.5776 20.9105 28.7701 20.3509 29.642 19.424C30.5139 18.497 30.9995 17.2725 31 16V15C31 13.6739 30.4732 12.4021 29.5355 11.4645C28.5979 10.5268 27.3261 10 26 10ZM29 16C28.9996 16.647 28.79 17.2765 28.4025 17.7946C28.015 18.3127 27.4705 18.6917 26.85 18.875C26.9491 18.2549 26.9993 17.628 27 17V12.1725C27.5848 12.3792 28.0911 12.7621 28.4492 13.2685C28.8074 13.7749 28.9998 14.3798 29 15V16ZM14 7V3C14 2.73478 14.1054 2.48043 14.2929 2.29289C14.4804 2.10536 14.7348 2 15 2C15.2652 2 15.5196 2.10536 15.7071 2.29289C15.8946 2.48043 16 2.73478 16 3V7C16 7.26522 15.8946 7.51957 15.7071 7.70711C15.5196 7.89464 15.2652 8 15 8C14.7348 8 14.4804 7.89464 14.2929 7.70711C14.1054 7.51957 14 7.26522 14 7ZM18 7V3C18 2.73478 18.1054 2.48043 18.2929 2.29289C18.4804 2.10536 18.7348 2 19 2C19.2652 2 19.5196 2.10536 19.7071 2.29289C19.8946 2.48043 20 2.73478 20 3V7C20 7.26522 19.8946 7.51957 19.7071 7.70711C19.5196 7.89464 19.2652 8 19 8C18.7348 8 18.4804 7.89464 18.2929 7.70711C18.1054 7.51957 18 7.26522 18 7ZM10 7V3C10 2.73478 10.1054 2.48043 10.2929 2.29289C10.4804 2.10536 10.7348 2 11 2C11.2652 2 11.5196 2.10536 11.7071 2.29289C11.8946 2.48043 12 2.73478 12 3V7C12 7.26522 11.8946 7.51957 11.7071 7.70711C11.5196 7.89464 11.2652 8 11 8C10.7348 8 10.4804 7.89464 10.2929 7.70711C10.1054 7.51957 10 7.26522 10 7Z"
|
|
32
|
+
fill="currentColor" />
|
|
33
|
+
</svg>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
if (type === "duotone") {
|
|
37
|
+
return (
|
|
38
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
39
|
+
<path opacity="0.2" d="M26 11V17C26.0004 19.1058 25.3964 21.1674 24.2597 22.9401C23.123 24.7127 21.5014 26.1218 19.5875 27H10.4125C8.49859 26.1218 6.87697 24.7127 5.74027 22.9401C4.60357 21.1674 3.99957 19.1058 4 17V11H26Z"
|
|
40
|
+
fill="currentColor" />
|
|
41
|
+
<path d="M10 7V3C10 2.73478 10.1054 2.48043 10.2929 2.29289C10.4804 2.10536 10.7348 2 11 2C11.2652 2 11.5196 2.10536 11.7071 2.29289C11.8946 2.48043 12 2.73478 12 3V7C12 7.26522 11.8946 7.51957 11.7071 7.70711C11.5196 7.89464 11.2652 8 11 8C10.7348 8 10.4804 7.89464 10.2929 7.70711C10.1054 7.51957 10 7.26522 10 7ZM15 8C15.2652 8 15.5196 7.89464 15.7071 7.70711C15.8946 7.51957 16 7.26522 16 7V3C16 2.73478 15.8946 2.48043 15.7071 2.29289C15.5196 2.10536 15.2652 2 15 2C14.7348 2 14.4804 2.10536 14.2929 2.29289C14.1054 2.48043 14 2.73478 14 3V7C14 7.26522 14.1054 7.51957 14.2929 7.70711C14.4804 7.89464 14.7348 8 15 8ZM19 8C19.2652 8 19.5196 7.89464 19.7071 7.70711C19.8946 7.51957 20 7.26522 20 7V3C20 2.73478 19.8946 2.48043 19.7071 2.29289C19.5196 2.10536 19.2652 2 19 2C18.7348 2 18.4804 2.10536 18.2929 2.29289C18.1054 2.48043 18 2.73478 18 3V7C18 7.26522 18.1054 7.51957 18.2929 7.70711C18.4804 7.89464 18.7348 8 19 8ZM31 15V16C30.9996 17.2719 30.5145 18.4959 29.6434 19.4227C28.7723 20.3496 27.5807 20.9096 26.3113 20.9888C25.6291 22.9182 24.4678 24.6426 22.9363 26H26C26.2652 26 26.5196 26.1054 26.7071 26.2929C26.8946 26.4804 27 26.7348 27 27C27 27.2652 26.8946 27.5196 26.7071 27.7071C26.5196 27.8946 26.2652 28 26 28H4C3.73478 28 3.48043 27.8946 3.29289 27.7071C3.10536 27.5196 3 27.2652 3 27C3 26.7348 3.10536 26.4804 3.29289 26.2929C3.48043 26.1054 3.73478 26 4 26H7.0675C5.79163 24.8728 4.76937 23.4878 4.06822 21.9364C3.36708 20.385 3.00299 18.7025 3 17V11C3 10.7348 3.10536 10.4804 3.29289 10.2929C3.48043 10.1054 3.73478 10 4 10H26C27.3261 10 28.5979 10.5268 29.5355 11.4645C30.4732 12.4021 31 13.6739 31 15ZM25 12H5V17C5.00386 18.8776 5.53447 20.7164 6.5315 22.3075C7.52853 23.8985 8.95199 25.1778 10.64 26H19.36C21.048 25.1778 22.4715 23.8985 23.4685 22.3075C24.4655 20.7164 24.9961 18.8776 25 17V12ZM29 15C28.9998 14.3798 28.8074 13.7749 28.4492 13.2685C28.0911 12.7621 27.5848 12.3792 27 12.1725V17C26.9993 17.628 26.9491 18.2549 26.85 18.875C27.4705 18.6917 28.015 18.3127 28.4025 17.7946C28.79 17.2765 28.9996 16.647 29 16V15Z"
|
|
42
|
+
fill="currentColor" />
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
}
|
|
46
|
+
return (
|
|
47
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
48
|
+
<path d="M10.25 7V3C10.25 2.80109 10.329 2.61032 10.4697 2.46967C10.6103 2.32902 10.8011 2.25 11 2.25C11.1989 2.25 11.3897 2.32902 11.5303 2.46967C11.671 2.61032 11.75 2.80109 11.75 3V7C11.75 7.19891 11.671 7.38968 11.5303 7.53033C11.3897 7.67098 11.1989 7.75 11 7.75C10.8011 7.75 10.6103 7.67098 10.4697 7.53033C10.329 7.38968 10.25 7.19891 10.25 7ZM15 7.75C15.1989 7.75 15.3897 7.67098 15.5303 7.53033C15.671 7.38968 15.75 7.19891 15.75 7V3C15.75 2.80109 15.671 2.61032 15.5303 2.46967C15.3897 2.32902 15.1989 2.25 15 2.25C14.8011 2.25 14.6103 2.32902 14.4697 2.46967C14.329 2.61032 14.25 2.80109 14.25 3V7C14.25 7.19891 14.329 7.38968 14.4697 7.53033C14.6103 7.67098 14.8011 7.75 15 7.75ZM19 7.75C19.1989 7.75 19.3897 7.67098 19.5303 7.53033C19.671 7.38968 19.75 7.19891 19.75 7V3C19.75 2.80109 19.671 2.61032 19.5303 2.46967C19.3897 2.32902 19.1989 2.25 19 2.25C18.8011 2.25 18.6103 2.32902 18.4697 2.46967C18.329 2.61032 18.25 2.80109 18.25 3V7C18.25 7.19891 18.329 7.38968 18.4697 7.53033C18.6103 7.67098 18.8011 7.75 19 7.75ZM30.75 15V16C30.7505 17.2372 30.2683 18.4257 29.4059 19.3128C28.5436 20.1999 27.3692 20.7155 26.1325 20.75C25.3965 22.922 24.0445 24.833 22.2412 26.25H26C26.1989 26.25 26.3897 26.329 26.5303 26.4697C26.671 26.6103 26.75 26.8011 26.75 27C26.75 27.1989 26.671 27.3897 26.5303 27.5303C26.3897 27.671 26.1989 27.75 26 27.75H4C3.80109 27.75 3.61032 27.671 3.46967 27.5303C3.32902 27.3897 3.25 27.1989 3.25 27C3.25 26.8011 3.32902 26.6103 3.46967 26.4697C3.61032 26.329 3.80109 26.25 4 26.25H7.75875C6.35705 25.1491 5.22312 23.7449 4.44219 22.1427C3.66126 20.5406 3.25365 18.7823 3.25 17V11C3.25 10.8011 3.32902 10.6103 3.46967 10.4697C3.61032 10.329 3.80109 10.25 4 10.25H26C27.2598 10.25 28.468 10.7504 29.3588 11.6412C30.2496 12.532 30.75 13.7402 30.75 15ZM25.25 17V11.75H4.75V17C4.75397 18.9344 5.30347 20.8285 6.33539 22.4647C7.36731 24.101 8.8398 25.4129 10.5837 26.25H19.4163C21.1602 25.4129 22.6327 24.101 23.6646 22.4647C24.6965 20.8285 25.246 18.9344 25.25 17ZM29.25 15C29.2498 14.2686 29.0029 13.5587 28.5492 12.9851C28.0955 12.4114 27.4616 12.0075 26.75 11.8387V17C26.7498 17.74 26.6791 18.4784 26.5387 19.205C27.2967 19.0776 27.9849 18.6857 28.4813 18.099C28.9776 17.5122 29.25 16.7685 29.25 16V15Z"
|
|
49
|
+
fill="currentColor" />
|
|
50
|
+
</svg>
|
|
51
|
+
);
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
export default Coffee;
|