@mmg-dev/webpipeline-icons-astro 1.0.0
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/package.json +35 -0
- package/src/components/IconAlertAlert.astro +30 -0
- package/src/components/IconAlertCancelCircle.astro +31 -0
- package/src/components/IconAlertCancelCircleFilled.astro +30 -0
- package/src/components/IconAlertLightning.astro +31 -0
- package/src/components/IconAlertNotification.astro +30 -0
- package/src/components/IconAlertNotificationsOff.astro +33 -0
- package/src/components/IconAlertStop.astro +31 -0
- package/src/components/IconAlertVideoDisabled.astro +32 -0
- package/src/components/IconBusinessBill.astro +30 -0
- package/src/components/IconBusinessBriefcase.astro +30 -0
- package/src/components/IconBusinessCard.astro +31 -0
- package/src/components/IconBusinessCards.astro +31 -0
- package/src/components/IconBusinessCrown.astro +30 -0
- package/src/components/IconBusinessFee.astro +30 -0
- package/src/components/IconBusinessGraph.astro +30 -0
- package/src/components/IconBusinessGraph2.astro +31 -0
- package/src/components/IconBusinessGraph3.astro +31 -0
- package/src/components/IconBusinessHandshake.astro +30 -0
- package/src/components/IconBusinessPercent.astro +31 -0
- package/src/components/IconBusinessPresentation.astro +30 -0
- package/src/components/IconBusinessPuzzle.astro +30 -0
- package/src/components/IconBusinessShowcase.astro +30 -0
- package/src/components/IconBusinessWorkshop.astro +30 -0
- package/src/components/IconCommunicationChatbot.astro +31 -0
- package/src/components/IconCommunicationDesktop.astro +31 -0
- package/src/components/IconCommunicationDot.astro +30 -0
- package/src/components/IconCommunicationFax.astro +30 -0
- package/src/components/IconCommunicationHide.astro +30 -0
- package/src/components/IconCommunicationHybrid.astro +32 -0
- package/src/components/IconCommunicationInbox.astro +31 -0
- package/src/components/IconCommunicationMail.astro +30 -0
- package/src/components/IconCommunicationMailOpen.astro +30 -0
- package/src/components/IconCommunicationMailSent.astro +31 -0
- package/src/components/IconCommunicationMessage.astro +30 -0
- package/src/components/IconCommunicationMessageFilled.astro +30 -0
- package/src/components/IconCommunicationPaperplane.astro +30 -0
- package/src/components/IconCommunicationPhone.astro +30 -0
- package/src/components/IconCommunicationRecord.astro +31 -0
- package/src/components/IconCommunicationSmartphone.astro +30 -0
- package/src/components/IconCommunicationSound.astro +31 -0
- package/src/components/IconCommunicationTranslate.astro +30 -0
- package/src/components/IconCommunicationTyping.astro +31 -0
- package/src/components/IconCommunicationVideo.astro +30 -0
- package/src/components/IconCommunicationView.astro +31 -0
- package/src/components/IconCommunicationVolume.astro +30 -0
- package/src/components/IconCommunicationVolumeLow.astro +30 -0
- package/src/components/IconCommunicationVolumeMute.astro +30 -0
- package/src/components/IconDocumentsArchive.astro +33 -0
- package/src/components/IconDocumentsClipboard.astro +30 -0
- package/src/components/IconDocumentsFileBlank.astro +30 -0
- package/src/components/IconDocumentsFileFilled.astro +31 -0
- package/src/components/IconDocumentsFolder.astro +31 -0
- package/src/components/IconDocumentsPaperclip.astro +30 -0
- package/src/components/IconDocumentsTable.astro +30 -0
- package/src/components/IconGeneralBookmark.astro +30 -0
- package/src/components/IconGeneralBookmarkCheck.astro +31 -0
- package/src/components/IconGeneralBookmarkFilled.astro +30 -0
- package/src/components/IconGeneralCamera.astro +32 -0
- package/src/components/IconGeneralCheck.astro +31 -0
- package/src/components/IconGeneralCheckCircle.astro +31 -0
- package/src/components/IconGeneralCheckCircleFilled.astro +30 -0
- package/src/components/IconGeneralCircle.astro +30 -0
- package/src/components/IconGeneralCopy.astro +30 -0
- package/src/components/IconGeneralDash.astro +30 -0
- package/src/components/IconGeneralDownload.astro +30 -0
- package/src/components/IconGeneralDownloadCompleted.astro +32 -0
- package/src/components/IconGeneralEdit.astro +30 -0
- package/src/components/IconGeneralInfo.astro +31 -0
- package/src/components/IconGeneralLink.astro +31 -0
- package/src/components/IconGeneralLinkBroken.astro +30 -0
- package/src/components/IconGeneralPause.astro +30 -0
- package/src/components/IconGeneralPauseCircle.astro +30 -0
- package/src/components/IconGeneralPicture.astro +31 -0
- package/src/components/IconGeneralPlay.astro +30 -0
- package/src/components/IconGeneralPlayCircle.astro +30 -0
- package/src/components/IconGeneralPlus.astro +30 -0
- package/src/components/IconGeneralPrint.astro +30 -0
- package/src/components/IconGeneralReload.astro +30 -0
- package/src/components/IconGeneralReplay.astro +30 -0
- package/src/components/IconGeneralSearch.astro +30 -0
- package/src/components/IconGeneralSettings.astro +31 -0
- package/src/components/IconGeneralShare.astro +30 -0
- package/src/components/IconGeneralShuffle.astro +32 -0
- package/src/components/IconGeneralSpinner.astro +30 -0
- package/src/components/IconGeneralTrashBin.astro +31 -0
- package/src/components/IconGeneralUpload.astro +33 -0
- package/src/components/IconLocationBuilding1.astro +32 -0
- package/src/components/IconLocationBuilding2.astro +32 -0
- package/src/components/IconLocationCircleInCircle.astro +31 -0
- package/src/components/IconLocationFactory.astro +30 -0
- package/src/components/IconLocationHome.astro +31 -0
- package/src/components/IconLocationLocation.astro +31 -0
- package/src/components/IconLocationPin.astro +31 -0
- package/src/components/IconLocationRoute.astro +30 -0
- package/src/components/IconLocationShop.astro +30 -0
- package/src/components/IconLocationTarget.astro +30 -0
- package/src/components/IconLocationVan.astro +31 -0
- package/src/components/IconMediumMedicalMask.astro +31 -0
- package/src/components/IconNavigationApps.astro +30 -0
- package/src/components/IconNavigationArrowCircle.astro +30 -0
- package/src/components/IconNavigationArrowDown.astro +31 -0
- package/src/components/IconNavigationArrowLeft.astro +31 -0
- package/src/components/IconNavigationArrowRight.astro +31 -0
- package/src/components/IconNavigationArrowUp.astro +31 -0
- package/src/components/IconNavigationBackToSource.astro +30 -0
- package/src/components/IconNavigationBurgerMenu.astro +30 -0
- package/src/components/IconNavigationCaretDown.astro +30 -0
- package/src/components/IconNavigationCaretLeft.astro +30 -0
- package/src/components/IconNavigationCaretRight.astro +30 -0
- package/src/components/IconNavigationCaretUp.astro +30 -0
- package/src/components/IconNavigationCenter.astro +30 -0
- package/src/components/IconNavigationCross.astro +30 -0
- package/src/components/IconNavigationDotsHorizontal.astro +30 -0
- package/src/components/IconNavigationDotsVertical.astro +30 -0
- package/src/components/IconNavigationExit.astro +31 -0
- package/src/components/IconNavigationExpand.astro +30 -0
- package/src/components/IconNavigationFilter.astro +30 -0
- package/src/components/IconNavigationFilterHorizontal.astro +30 -0
- package/src/components/IconNavigationFullscreenEnter.astro +30 -0
- package/src/components/IconNavigationFullscreenExit.astro +30 -0
- package/src/components/IconNavigationGrid.astro +30 -0
- package/src/components/IconNavigationList.astro +32 -0
- package/src/components/IconNavigationPictureInPicture.astro +31 -0
- package/src/components/IconNavigationPointMenu.astro +30 -0
- package/src/components/IconNavigationShrink.astro +30 -0
- package/src/components/IconNavigationTriangleDown.astro +30 -0
- package/src/components/IconNavigationTriangleLeft.astro +30 -0
- package/src/components/IconNavigationTriangleRight.astro +30 -0
- package/src/components/IconNavigationTriangleUp.astro +30 -0
- package/src/components/IconNavigationZoom.astro +31 -0
- package/src/components/IconOtherBeer.astro +30 -0
- package/src/components/IconOtherCoffee.astro +30 -0
- package/src/components/IconOtherCompass.astro +30 -0
- package/src/components/IconOtherDiamond.astro +30 -0
- package/src/components/IconOtherFigurine.astro +31 -0
- package/src/components/IconOtherFlag.astro +31 -0
- package/src/components/IconOtherFood.astro +31 -0
- package/src/components/IconOtherHeart.astro +30 -0
- package/src/components/IconOtherLight.astro +32 -0
- package/src/components/IconOtherMedal.astro +30 -0
- package/src/components/IconOtherMegaphone.astro +30 -0
- package/src/components/IconOtherMountain.astro +30 -0
- package/src/components/IconOtherPresent.astro +33 -0
- package/src/components/IconOtherRocket.astro +31 -0
- package/src/components/IconOtherShopping.astro +30 -0
- package/src/components/IconOtherStar.astro +30 -0
- package/src/components/IconOtherStarFilled.astro +30 -0
- package/src/components/IconOtherTicket.astro +30 -0
- package/src/components/IconOtherWorld.astro +30 -0
- package/src/components/IconPoiExhibitorServicesArtwork.astro +31 -0
- package/src/components/IconPoiExhibitorServicesBoothTech.astro +30 -0
- package/src/components/IconPoiExhibitorServicesBoothservices.astro +37 -0
- package/src/components/IconPoiExhibitorServicesCustoms.astro +31 -0
- package/src/components/IconPoiExhibitorServicesDeliveryServices2.astro +38 -0
- package/src/components/IconPoiExhibitorServicesDishRental.astro +30 -0
- package/src/components/IconPoiExhibitorServicesExhibitorServiceOffice.astro +30 -0
- package/src/components/IconPoiExhibitorServicesFairshop.astro +30 -0
- package/src/components/IconPoiExhibitorServicesJobPlacement.astro +30 -0
- package/src/components/IconPoiExhibitorServicesLeadtracking.astro +30 -0
- package/src/components/IconPoiExhibitorServicesLogistics.astro +37 -0
- package/src/components/IconPoiExhibitorServicesMarketing.astro +40 -0
- package/src/components/IconPoiExhibitorServicesMultimedia.astro +30 -0
- package/src/components/IconPoiExhibitorServicesPlants.astro +30 -0
- package/src/components/IconPoiExhibitorServicesRentalFurniture.astro +30 -0
- package/src/components/IconPoiExhibitorServicesStandConstructionAndDesign.astro +30 -0
- package/src/components/IconPoiExhibitorServicesStandausstattung.astro +37 -0
- package/src/components/IconPoiExhibitorServicesSuspensionStructure.astro +31 -0
- package/src/components/IconPoiExhibitorServicesSustainable.astro +38 -0
- package/src/components/IconPoiExhibitorServicesTelecommunication.astro +30 -0
- package/src/components/IconPoiExhibitorServicesVorOrt.astro +38 -0
- package/src/components/IconPoiExhibitorServiceslDeliveryServices1.astro +37 -0
- package/src/components/IconPoiFoodBakedGoods.astro +30 -0
- package/src/components/IconPoiFoodBeergarden.astro +31 -0
- package/src/components/IconPoiFoodBeverages.astro +30 -0
- package/src/components/IconPoiFoodCatering.astro +30 -0
- package/src/components/IconPoiFoodCrossaint.astro +37 -0
- package/src/components/IconPoiFoodGastronomy.astro +31 -0
- package/src/components/IconPoiFoodNewspaper.astro +31 -0
- package/src/components/IconPoiFoodSnacksandcafe.astro +30 -0
- package/src/components/IconPoiFoodTobacco.astro +30 -0
- package/src/components/IconPoiInformationInfocounter.astro +31 -0
- package/src/components/IconPoiInformationTouristInformation.astro +30 -0
- package/src/components/IconPoiMobilityElevator.astro +31 -0
- package/src/components/IconPoiMobilityEscalator.astro +31 -0
- package/src/components/IconPoiMobilityExpressway.astro +31 -0
- package/src/components/IconPoiParkingChargingEcar.astro +31 -0
- package/src/components/IconPoiParkingGate.astro +31 -0
- package/src/components/IconPoiParkingMotorwayExit.astro +30 -0
- package/src/components/IconPoiParkingParkingGarage.astro +31 -0
- package/src/components/IconPoiParkingParkingService.astro +31 -0
- package/src/components/IconPoiParkingParkingSpace.astro +31 -0
- package/src/components/IconPoiPeopleServicesAccessibility.astro +37 -0
- package/src/components/IconPoiPeopleServicesBaggageDropoff.astro +31 -0
- package/src/components/IconPoiPeopleServicesChildcare.astro +32 -0
- package/src/components/IconPoiPeopleServicesElevator.astro +38 -0
- package/src/components/IconPoiPeopleServicesFirstaid.astro +31 -0
- package/src/components/IconPoiPeopleServicesLockers.astro +31 -0
- package/src/components/IconPoiPeopleServicesLostAndFound.astro +30 -0
- package/src/components/IconPoiPeopleServicesMailbox.astro +31 -0
- package/src/components/IconPoiPeopleServicesRelaxation.astro +30 -0
- package/src/components/IconPoiPeopleServicesSeatingArea.astro +30 -0
- package/src/components/IconPoiPeopleServicesSecurity.astro +31 -0
- package/src/components/IconPoiPeopleServicesSelfiespot.astro +31 -0
- package/src/components/IconPoiPeopleServicesTrain.astro +38 -0
- package/src/components/IconPoiPeopleServicesWardrobe.astro +30 -0
- package/src/components/IconPoiPeopleServicesWaterDispenser.astro +31 -0
- package/src/components/IconPoiPeopleServicesWheelchairRental.astro +30 -0
- package/src/components/IconPoiPeopleServicesWifi.astro +39 -0
- package/src/components/IconPoiPeopleservicesAtm.astro +31 -0
- package/src/components/IconPoiPressActionArea.astro +32 -0
- package/src/components/IconPoiPressConferenceRoom.astro +30 -0
- package/src/components/IconPoiPressMeetingRoom.astro +30 -0
- package/src/components/IconPoiPressPressCenter.astro +30 -0
- package/src/components/IconPoiPressStages.astro +30 -0
- package/src/components/IconPoiPressViplounge.astro +30 -0
- package/src/components/IconPoiTransportationAirportbus.astro +31 -0
- package/src/components/IconPoiTransportationBus.astro +31 -0
- package/src/components/IconPoiTransportationSubway.astro +30 -0
- package/src/components/IconPoiTransportationTaxi.astro +31 -0
- package/src/components/IconPoiWcAccesible.astro +30 -0
- package/src/components/IconPoiWcChangingtable.astro +30 -0
- package/src/components/IconPoiWcMen.astro +30 -0
- package/src/components/IconPoiWcToilets.astro +30 -0
- package/src/components/IconPoiWcWomen.astro +30 -0
- package/src/components/IconSafetyLocked.astro +31 -0
- package/src/components/IconSafetyUnlocked.astro +30 -0
- package/src/components/IconSocialAmazonMusic.astro +31 -0
- package/src/components/IconSocialApplePodcast.astro +30 -0
- package/src/components/IconSocialDeezer.astro +30 -0
- package/src/components/IconSocialFacebook.astro +30 -0
- package/src/components/IconSocialInstagram.astro +30 -0
- package/src/components/IconSocialLinkedin.astro +30 -0
- package/src/components/IconSocialMedium.astro +30 -0
- package/src/components/IconSocialPinterest.astro +30 -0
- package/src/components/IconSocialPodigee.astro +30 -0
- package/src/components/IconSocialSoundcloud.astro +30 -0
- package/src/components/IconSocialSpotify.astro +30 -0
- package/src/components/IconSocialThumbDown.astro +30 -0
- package/src/components/IconSocialThumbUp.astro +30 -0
- package/src/components/IconSocialTiktok.astro +30 -0
- package/src/components/IconSocialTwitter.astro +30 -0
- package/src/components/IconSocialVimeo.astro +30 -0
- package/src/components/IconSocialX.astro +30 -0
- package/src/components/IconSocialXing.astro +30 -0
- package/src/components/IconSocialYoutube.astro +30 -0
- package/src/components/IconSocialYoutubeBlock.astro +31 -0
- package/src/components/IconSocialYoutubeMusic.astro +31 -0
- package/src/components/IconTimeCalendar.astro +31 -0
- package/src/components/IconTimeCalendarAdd.astro +31 -0
- package/src/components/IconTimeCalendarCheck.astro +31 -0
- package/src/components/IconTimeCalendarDelete.astro +31 -0
- package/src/components/IconTimeCalendarPending.astro +31 -0
- package/src/components/IconTimeClock.astro +32 -0
- package/src/components/IconTimeDate.astro +31 -0
- package/src/components/IconTimeHourglass.astro +32 -0
- package/src/components/IconTimeHourglassFull.astro +32 -0
- package/src/components/IconTimeWait.astro +33 -0
- package/src/components/IconTransportationBus.astro +31 -0
- package/src/components/IconTransportationCar.astro +31 -0
- package/src/components/IconTransportationIntercity.astro +31 -0
- package/src/components/IconTransportationPlane.astro +30 -0
- package/src/components/IconTransportationTrain.astro +31 -0
- package/src/components/IconUserAvatar.astro +30 -0
- package/src/components/IconUserContact.astro +31 -0
- package/src/components/IconUserContactAdd.astro +32 -0
- package/src/components/IconUserContactDelete.astro +32 -0
- package/src/components/IconUserContactEdit.astro +32 -0
- package/src/components/IconUserContacts.astro +33 -0
- package/src/components/IconUserGroup.astro +31 -0
- package/src/components/IconUserIdCard.astro +30 -0
- package/src/components/IconUserMicrophone.astro +30 -0
- package/src/components/IconUserPodium.astro +30 -0
- package/src/components/index.ts +272 -0
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
title?: string;
|
|
7
|
+
class?: string;
|
|
8
|
+
'aria-label'?: string;
|
|
9
|
+
[key: string]: unknown;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
const { size = 24, width, height, title, class: className, 'aria-label': ariaLabel, ...props } = Astro.props;
|
|
13
|
+
const hasLabel = !!title || !!ariaLabel;
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
<svg
|
|
17
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
width={width ?? size}
|
|
20
|
+
height={height ?? size}
|
|
21
|
+
viewBox="0 0 24 24"
|
|
22
|
+
aria-hidden={hasLabel ? undefined : true}
|
|
23
|
+
aria-label={ariaLabel}
|
|
24
|
+
role={hasLabel ? 'img' : undefined}
|
|
25
|
+
class:list={['icon-business-presentation', className]}
|
|
26
|
+
{...props}
|
|
27
|
+
>
|
|
28
|
+
{title && <title>{title}</title>}
|
|
29
|
+
<path fill-rule="evenodd" d="M13 3a1 1 0 1 0-2 0v2H3a1 1 0 1 0 0 2h1v10a2 2 0 0 0 2 2h5v1H9a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2h-2v-1h5a2 2 0 0 0 2-2V7h1a1 1 0 1 0 0-2h-8zm-1 4H6v10h12V7h-6m-4 3a1 1 0 0 1 1-1h3.5a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1m1 3a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2z" clip-rule="evenodd"/>
|
|
30
|
+
</svg>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
title?: string;
|
|
7
|
+
class?: string;
|
|
8
|
+
'aria-label'?: string;
|
|
9
|
+
[key: string]: unknown;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
const { size = 24, width, height, title, class: className, 'aria-label': ariaLabel, ...props } = Astro.props;
|
|
13
|
+
const hasLabel = !!title || !!ariaLabel;
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
<svg
|
|
17
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
width={width ?? size}
|
|
20
|
+
height={height ?? size}
|
|
21
|
+
viewBox="0 0 24 24"
|
|
22
|
+
aria-hidden={hasLabel ? undefined : true}
|
|
23
|
+
aria-label={ariaLabel}
|
|
24
|
+
role={hasLabel ? 'img' : undefined}
|
|
25
|
+
class:list={['icon-business-puzzle', className]}
|
|
26
|
+
{...props}
|
|
27
|
+
>
|
|
28
|
+
{title && <title>{title}</title>}
|
|
29
|
+
<path d="M21.166 6.167h-4.271Q17 5.762 17 5.334a3.337 3.337 0 0 0-3.76-3.307c-1.461.183-2.67 1.372-2.874 2.827-.062.445-.037.89.072 1.313H7A.834.834 0 0 0 6.166 7v3.438a3.336 3.336 0 0 0-4.14 3.655c.184 1.461 1.373 2.67 2.828 2.874.444.061.889.037 1.312-.072v4.272c0 .46.374.833.834.833h4.3c.394 0 .769-.19 1.002-.506.235-.317.302-.714.186-1.088a1.668 1.668 0 0 1 1.846-2.138 1.68 1.68 0 0 1 1.414 1.555q.015.302-.068.576c-.114.374-.044.785.188 1.099.233.314.605.502.997.502h4.301c.46 0 .833-.373.833-.833v-4.301c0-.394-.189-.768-.506-1.003a1.21 1.21 0 0 0-1.088-.185 1.7 1.7 0 0 1-1.749-.505 1.66 1.66 0 0 1-.389-1.34 1.68 1.68 0 0 1 1.555-1.414q.302-.015.577.068c.375.114.785.043 1.1-.19.313-.232.5-.604.5-.995V7a.834.834 0 0 0-.833-.833m-.833 4.609a3.3 3.3 0 0 0-.597-.02c-1.556.08-2.897 1.301-3.118 2.84a3.34 3.34 0 0 0 .779 2.669 3.37 3.37 0 0 0 2.936 1.126v2.942H17.39q.037-.294.021-.596c-.08-1.557-1.302-2.897-2.84-3.118a3.34 3.34 0 0 0-2.67.779 3.33 3.33 0 0 0-1.126 2.935H7.833v-4.045c0-.427-.214-.817-.573-1.043a1.26 1.26 0 0 0-1.22-.07 1.68 1.68 0 0 1-.955.14 1.67 1.67 0 0 1-1.405-1.43 1.66 1.66 0 0 1 .403-1.32 1.7 1.7 0 0 1 1.976-.398c.38.187.824.163 1.186-.063.368-.229.588-.624.588-1.057V7.833h3.212c.427 0 .817-.214 1.043-.573.232-.367.258-.823.07-1.218a1.68 1.68 0 0 1-.14-.956 1.67 1.67 0 0 1 1.43-1.405 1.67 1.67 0 0 1 1.719 2.379c-.188.38-.165.824.061 1.186.23.368.625.587 1.058.587h4.047z"/>
|
|
30
|
+
</svg>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
title?: string;
|
|
7
|
+
class?: string;
|
|
8
|
+
'aria-label'?: string;
|
|
9
|
+
[key: string]: unknown;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
const { size = 24, width, height, title, class: className, 'aria-label': ariaLabel, ...props } = Astro.props;
|
|
13
|
+
const hasLabel = !!title || !!ariaLabel;
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
<svg
|
|
17
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
width={width ?? size}
|
|
20
|
+
height={height ?? size}
|
|
21
|
+
viewBox="0 0 24 24"
|
|
22
|
+
aria-hidden={hasLabel ? undefined : true}
|
|
23
|
+
aria-label={ariaLabel}
|
|
24
|
+
role={hasLabel ? 'img' : undefined}
|
|
25
|
+
class:list={['icon-business-showcase', className]}
|
|
26
|
+
{...props}
|
|
27
|
+
>
|
|
28
|
+
{title && <title>{title}</title>}
|
|
29
|
+
<path fill-rule="evenodd" d="M2 4a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2h-1v9a2 2 0 0 1-2 2h-5v1.268A2 2 0 0 1 12 21a2 2 0 0 1-1-3.732V16H6a2 2 0 0 1-2-2V5H3a1 1 0 0 1-1-1m14 1h2v9H6V5h10" clip-rule="evenodd"/>
|
|
30
|
+
</svg>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
title?: string;
|
|
7
|
+
class?: string;
|
|
8
|
+
'aria-label'?: string;
|
|
9
|
+
[key: string]: unknown;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
const { size = 24, width, height, title, class: className, 'aria-label': ariaLabel, ...props } = Astro.props;
|
|
13
|
+
const hasLabel = !!title || !!ariaLabel;
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
<svg
|
|
17
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
width={width ?? size}
|
|
20
|
+
height={height ?? size}
|
|
21
|
+
viewBox="0 0 24 24"
|
|
22
|
+
aria-hidden={hasLabel ? undefined : true}
|
|
23
|
+
aria-label={ariaLabel}
|
|
24
|
+
role={hasLabel ? 'img' : undefined}
|
|
25
|
+
class:list={['icon-business-workshop', className]}
|
|
26
|
+
{...props}
|
|
27
|
+
>
|
|
28
|
+
{title && <title>{title}</title>}
|
|
29
|
+
<path fill-rule="evenodd" d="M4 3a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h5l-1.6 1.2a1 1 0 0 0 1.2 1.6l3.4-2.55 3.4 2.55a1 1 0 1 0 1.2-1.6L15 18h5a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm7.99 13H20V5H4v11h7.99M8.75 9.3a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5M6 10.55a2.75 2.75 0 1 0 5.5 0 2.75 2.75 0 0 0-5.5 0m8-1.05a1 1 0 0 1 1 1V13a1 1 0 0 1-2 0v-2.5a1 1 0 0 1 1-1M18 8a1 1 0 1 0-2 0v5a1 1 0 0 0 2 0z" clip-rule="evenodd"/>
|
|
30
|
+
</svg>
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
title?: string;
|
|
7
|
+
class?: string;
|
|
8
|
+
'aria-label'?: string;
|
|
9
|
+
[key: string]: unknown;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
const { size = 24, width, height, title, class: className, 'aria-label': ariaLabel, ...props } = Astro.props;
|
|
13
|
+
const hasLabel = !!title || !!ariaLabel;
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
<svg
|
|
17
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
width={width ?? size}
|
|
20
|
+
height={height ?? size}
|
|
21
|
+
viewBox="0 0 24 24"
|
|
22
|
+
aria-hidden={hasLabel ? undefined : true}
|
|
23
|
+
aria-label={ariaLabel}
|
|
24
|
+
role={hasLabel ? 'img' : undefined}
|
|
25
|
+
class:list={['icon-communication-chatbot', className]}
|
|
26
|
+
{...props}
|
|
27
|
+
>
|
|
28
|
+
{title && <title>{title}</title>}
|
|
29
|
+
<path d="M8.873 12.14a1.128 1.128 0 1 0 0-2.256 1.128 1.128 0 0 0 0 2.257M11.988 12.14a1.128 1.128 0 1 0 0-2.256 1.128 1.128 0 0 0 0 2.257M15.102 12.14a1.129 1.129 0 1 0 0-2.256 1.129 1.129 0 0 0 0 2.257"/>
|
|
30
|
+
<path d="M4.212 21.5c-.531 0-1.026-.239-1.358-.653-.38-.476-.38-1.085-.38-2.3V7.379c0-1.172 0-1.82.296-2.398.261-.514.67-.922 1.184-1.184C4.534 3.5 5.18 3.5 6.352 3.5h11.294c1.172 0 1.818 0 2.398.296.514.262.924.672 1.186 1.184.296.579.296 1.224.296 2.397v7.405c0 1.17 0 1.816-.296 2.395a2.7 2.7 0 0 1-1.186 1.186c-.578.296-1.224.296-2.394.296H9.198c-.354 0-.531 0-.648.024a1.2 1.2 0 0 0-.3.105c-.1.052-.23.155-.515.382H7.73l-1.484 1.186c-.947.758-1.424 1.14-2.032 1.14h-.001zm-.15-1.59c.035.034.08.057.129.06.17-.059.643-.437 1.101-.803l1.479-1.183q.001-.002.01-.007c.343-.275.532-.426.776-.55q.328-.166.688-.24c.27-.056.513-.056.955-.056h8.452c.903 0 1.449 0 1.7-.128.224-.115.404-.292.518-.518.128-.252.128-.798.128-1.701V7.377c0-.904 0-1.45-.128-1.704a1.18 1.18 0 0 0-.517-.517c-.254-.13-.8-.13-1.705-.13H6.352c-.905 0-1.453 0-1.705.13a1.18 1.18 0 0 0-.517.517C4 5.927 4 6.473 4 7.378v11.168c0 .586 0 1.191.059 1.361z"/>
|
|
31
|
+
</svg>
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
title?: string;
|
|
7
|
+
class?: string;
|
|
8
|
+
'aria-label'?: string;
|
|
9
|
+
[key: string]: unknown;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
const { size = 24, width, height, title, class: className, 'aria-label': ariaLabel, ...props } = Astro.props;
|
|
13
|
+
const hasLabel = !!title || !!ariaLabel;
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
<svg
|
|
17
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
width={width ?? size}
|
|
20
|
+
height={height ?? size}
|
|
21
|
+
viewBox="0 0 24 24"
|
|
22
|
+
aria-hidden={hasLabel ? undefined : true}
|
|
23
|
+
aria-label={ariaLabel}
|
|
24
|
+
role={hasLabel ? 'img' : undefined}
|
|
25
|
+
class:list={['icon-communication-desktop', className]}
|
|
26
|
+
{...props}
|
|
27
|
+
>
|
|
28
|
+
{title && <title>{title}</title>}
|
|
29
|
+
<path fill-rule="evenodd" d="M5 4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm1 2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1z" clip-rule="evenodd"/>
|
|
30
|
+
<path d="M2 21a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1"/>
|
|
31
|
+
</svg>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
title?: string;
|
|
7
|
+
class?: string;
|
|
8
|
+
'aria-label'?: string;
|
|
9
|
+
[key: string]: unknown;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
const { size = 24, width, height, title, class: className, 'aria-label': ariaLabel, ...props } = Astro.props;
|
|
13
|
+
const hasLabel = !!title || !!ariaLabel;
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
<svg
|
|
17
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
width={width ?? size}
|
|
20
|
+
height={height ?? size}
|
|
21
|
+
viewBox="0 0 24 24"
|
|
22
|
+
aria-hidden={hasLabel ? undefined : true}
|
|
23
|
+
aria-label={ariaLabel}
|
|
24
|
+
role={hasLabel ? 'img' : undefined}
|
|
25
|
+
class:list={['icon-communication-dot', className]}
|
|
26
|
+
{...props}
|
|
27
|
+
>
|
|
28
|
+
{title && <title>{title}</title>}
|
|
29
|
+
<path d="M12 17a5 5 0 1 0 0-10 5 5 0 0 0 0 10"/>
|
|
30
|
+
</svg>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
title?: string;
|
|
7
|
+
class?: string;
|
|
8
|
+
'aria-label'?: string;
|
|
9
|
+
[key: string]: unknown;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
const { size = 24, width, height, title, class: className, 'aria-label': ariaLabel, ...props } = Astro.props;
|
|
13
|
+
const hasLabel = !!title || !!ariaLabel;
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
<svg
|
|
17
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
width={width ?? size}
|
|
20
|
+
height={height ?? size}
|
|
21
|
+
viewBox="0 0 24 24"
|
|
22
|
+
aria-hidden={hasLabel ? undefined : true}
|
|
23
|
+
aria-label={ariaLabel}
|
|
24
|
+
role={hasLabel ? 'img' : undefined}
|
|
25
|
+
class:list={['icon-communication-fax', className]}
|
|
26
|
+
{...props}
|
|
27
|
+
>
|
|
28
|
+
{title && <title>{title}</title>}
|
|
29
|
+
<path d="M20.156 10.8V7.292h-.085a.9.9 0 0 0-.184-.269l-4.75-4.751a.9.9 0 0 0-.355-.218V2H8.487a.92.92 0 0 0-.921.921V10.8q-.246.107-.47.252a2.78 2.78 0 0 0-2.373-1.337 2.784 2.784 0 0 0-2.782 2.782v6.722A2.784 2.784 0 0 0 4.723 22a2.77 2.77 0 0 0 1.967-.818A3.11 3.11 0 0 0 8.794 22h10.133a3.136 3.136 0 0 0 3.132-3.132v-5.19c0-1.291-.785-2.4-1.903-2.88zM17.55 7.292h-2.77V4.522zM12.94 3.844v4.368c0 .509.412.921.92.921h4.454v1.415H9.408V3.844zM5.662 19.22c0 .518-.421.94-.94.94a.94.94 0 0 1-.939-.94v-6.723c0-.517.422-.94.94-.94s.94.423.94.94zm14.555-.35a1.29 1.29 0 0 1-1.29 1.29H8.794c-.71 0-1.29-.579-1.29-1.29v-5.19c0-.711.58-1.29 1.29-1.29h10.133c.711 0 1.29.579 1.29 1.29z"/>
|
|
30
|
+
</svg>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
title?: string;
|
|
7
|
+
class?: string;
|
|
8
|
+
'aria-label'?: string;
|
|
9
|
+
[key: string]: unknown;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
const { size = 24, width, height, title, class: className, 'aria-label': ariaLabel, ...props } = Astro.props;
|
|
13
|
+
const hasLabel = !!title || !!ariaLabel;
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
<svg
|
|
17
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
width={width ?? size}
|
|
20
|
+
height={height ?? size}
|
|
21
|
+
viewBox="0 0 24 24"
|
|
22
|
+
aria-hidden={hasLabel ? undefined : true}
|
|
23
|
+
aria-label={ariaLabel}
|
|
24
|
+
role={hasLabel ? 'img' : undefined}
|
|
25
|
+
class:list={['icon-communication-hide', className]}
|
|
26
|
+
{...props}
|
|
27
|
+
>
|
|
28
|
+
{title && <title>{title}</title>}
|
|
29
|
+
<path fill-rule="evenodd" d="M20.394 5.176a1.03 1.03 0 0 1 1.152 1.708L3.606 18.98a1.03 1.03 0 1 1-1.152-1.708l1.91-1.287c-1.214-1.29-1.877-2.645-2.124-3.386a1 1 0 0 1 .02-.679c.714-1.786 3.272-6.546 9.804-6.546 2.415 0 4.286.65 5.722 1.56zm-8.33 4.148c.564 0 1.09.158 1.538.431l2.343-1.58c-1.043-.5-2.321-.826-3.88-.826-4.947 0-7.067 3.287-7.824 4.958.276.647.844 1.635 1.785 2.556l3.115-2.1a2.96 2.96 0 0 1 2.924-3.439m7.841-.577-1.653 1.115a9 9 0 0 1 1.618 2.407c-.412.848-1.058 1.968-2.113 2.929-1.205 1.096-2.986 2.026-5.693 2.026-1.432 0-2.637-.288-3.644-.733l-1.869 1.26c1.423.85 3.237 1.448 5.514 1.448 3.218 0 5.47-1.128 7.022-2.54 1.529-1.393 2.336-3.022 2.764-3.964a.99.99 0 0 0 .018-.775 11.1 11.1 0 0 0-1.964-3.173m-7.84 6.502a2.96 2.96 0 0 0 2.951-3.206l-4.284 2.889c.4.202.853.317 1.333.317" clip-rule="evenodd"/>
|
|
30
|
+
</svg>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
---
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
title?: string;
|
|
7
|
+
class?: string;
|
|
8
|
+
'aria-label'?: string;
|
|
9
|
+
[key: string]: unknown;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
const { size = 24, width, height, title, class: className, 'aria-label': ariaLabel, ...props } = Astro.props;
|
|
13
|
+
const hasLabel = !!title || !!ariaLabel;
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
<svg
|
|
17
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
width={width ?? size}
|
|
20
|
+
height={height ?? size}
|
|
21
|
+
viewBox="0 0 24 24"
|
|
22
|
+
aria-hidden={hasLabel ? undefined : true}
|
|
23
|
+
aria-label={ariaLabel}
|
|
24
|
+
role={hasLabel ? 'img' : undefined}
|
|
25
|
+
class:list={['icon-communication-hybrid', className]}
|
|
26
|
+
{...props}
|
|
27
|
+
>
|
|
28
|
+
{title && <title>{title}</title>}
|
|
29
|
+
<path fill-rule="evenodd" d="M2.9 3.8c0-.99.81-1.8 1.8-1.8h12.6c.99 0 1.8.81 1.8 1.8v3.01c-.55-.17-1.15-.28-1.8-.3V4.7c0-.5-.4-.9-.9-.9H5.6c-.5 0-.9.4-.9.9v7.2c0 .5.4.9.9.9h4.93c-.02.22-.03.44-.03.65 0 .39.02.77.06 1.15H4.7c-.99 0-1.8-.81-1.8-1.8zm8.01 12.6H2.9c-.5 0-.9.4-.9.9s.4.9.9.9h8.66c-.25-.57-.48-1.17-.65-1.8" clip-rule="evenodd"/>
|
|
30
|
+
<path fill-rule="evenodd" d="M20.76 9.431c-.84-.98-2.11-1.631-3.86-1.631s-3.02.65-3.86 1.631c-.84.97-1.24 2.271-1.24 3.562 0 2.582 1.27 4.833 2.52 6.434.63.8 1.26 1.441 1.73 1.881a11 11 0 0 0 .57.5l.2.17s.1.04.14.01l.06-.05s.09-.07.16-.13c.14-.11.33-.28.57-.5.47-.44 1.1-1.08 1.73-1.88 1.25-1.602 2.52-3.853 2.52-6.435 0-1.29-.4-2.591-1.24-3.562m-2.57 9.016c-.45.58-.91 1.06-1.29 1.44-.38-.38-.84-.86-1.29-1.44-1.15-1.471-2.18-3.382-2.18-5.454 0-.99.3-1.901.85-2.531.51-.6 1.32-1.061 2.62-1.061s2.11.46 2.62 1.06c.55.631.85 1.542.85 2.532 0 2.072-1.03 3.983-2.18 5.454" clip-rule="evenodd"/>
|
|
31
|
+
<path fill-rule="evenodd" d="M16.9 10.602c-1.24 0-2.24.98-2.24 2.201 0 1.22 1 2.201 2.24 2.201s2.24-.98 2.24-2.201c0-1.22-1-2.201-2.24-2.201m0 3.002c-.45 0-.82-.36-.82-.801 0-.44.37-.8.82-.8s.82.36.82.8-.37.8-.82.8" clip-rule="evenodd"/>
|
|
32
|
+
</svg>
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
title?: string;
|
|
7
|
+
class?: string;
|
|
8
|
+
'aria-label'?: string;
|
|
9
|
+
[key: string]: unknown;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
const { size = 24, width, height, title, class: className, 'aria-label': ariaLabel, ...props } = Astro.props;
|
|
13
|
+
const hasLabel = !!title || !!ariaLabel;
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
<svg
|
|
17
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
width={width ?? size}
|
|
20
|
+
height={height ?? size}
|
|
21
|
+
viewBox="0 0 24 24"
|
|
22
|
+
aria-hidden={hasLabel ? undefined : true}
|
|
23
|
+
aria-label={ariaLabel}
|
|
24
|
+
role={hasLabel ? 'img' : undefined}
|
|
25
|
+
class:list={['icon-communication-inbox', className]}
|
|
26
|
+
{...props}
|
|
27
|
+
>
|
|
28
|
+
{title && <title>{title}</title>}
|
|
29
|
+
<path d="M18 4a1 1 0 1 1 2 0v3.586l.293-.293a1 1 0 1 1 1.414 1.414l-2 2a1 1 0 0 1-.704.293h-.006a1 1 0 0 1-.704-.293l-2-2a1 1 0 0 1 1.414-1.414l.293.293z"/>
|
|
30
|
+
<path d="M4 19v-7.82l7.47 4.668a1 1 0 0 0 1.06 0l4-2.5a1 1 0 0 0-1.06-1.696L12 13.821 5.887 10H13a1 1 0 1 0 0-2H5a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-6a1 1 0 1 0-2 0v6a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1"/>
|
|
31
|
+
</svg>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
title?: string;
|
|
7
|
+
class?: string;
|
|
8
|
+
'aria-label'?: string;
|
|
9
|
+
[key: string]: unknown;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
const { size = 24, width, height, title, class: className, 'aria-label': ariaLabel, ...props } = Astro.props;
|
|
13
|
+
const hasLabel = !!title || !!ariaLabel;
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
<svg
|
|
17
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
width={width ?? size}
|
|
20
|
+
height={height ?? size}
|
|
21
|
+
viewBox="0 0 24 24"
|
|
22
|
+
aria-hidden={hasLabel ? undefined : true}
|
|
23
|
+
aria-label={ariaLabel}
|
|
24
|
+
role={hasLabel ? 'img' : undefined}
|
|
25
|
+
class:list={['icon-communication-mail', className]}
|
|
26
|
+
{...props}
|
|
27
|
+
>
|
|
28
|
+
{title && <title>{title}</title>}
|
|
29
|
+
<path fill-rule="evenodd" d="M2 7a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm2 1.18V16a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V8.18l-8 5zM18.113 7H5.887L12 10.82z" clip-rule="evenodd"/>
|
|
30
|
+
</svg>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
title?: string;
|
|
7
|
+
class?: string;
|
|
8
|
+
'aria-label'?: string;
|
|
9
|
+
[key: string]: unknown;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
const { size = 24, width, height, title, class: className, 'aria-label': ariaLabel, ...props } = Astro.props;
|
|
13
|
+
const hasLabel = !!title || !!ariaLabel;
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
<svg
|
|
17
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
width={width ?? size}
|
|
20
|
+
height={height ?? size}
|
|
21
|
+
viewBox="0 0 24 24"
|
|
22
|
+
aria-hidden={hasLabel ? undefined : true}
|
|
23
|
+
aria-label={ariaLabel}
|
|
24
|
+
role={hasLabel ? 'img' : undefined}
|
|
25
|
+
class:list={['icon-communication-mail-open', className]}
|
|
26
|
+
{...props}
|
|
27
|
+
>
|
|
28
|
+
{title && <title>{title}</title>}
|
|
29
|
+
<path fill-rule="evenodd" d="M11.445 2.168a1 1 0 0 1 1.11 0l9 6A1 1 0 0 1 22 9v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V9a1 1 0 0 1 .445-.832zM4 10.868l7.445 4.964a1 1 0 0 0 1.11 0L20 10.868V20H4zM19.197 9 12 13.798 4.803 9 12 4.202z" clip-rule="evenodd"/>
|
|
30
|
+
</svg>
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
title?: string;
|
|
7
|
+
class?: string;
|
|
8
|
+
'aria-label'?: string;
|
|
9
|
+
[key: string]: unknown;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
const { size = 24, width, height, title, class: className, 'aria-label': ariaLabel, ...props } = Astro.props;
|
|
13
|
+
const hasLabel = !!title || !!ariaLabel;
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
<svg
|
|
17
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
width={width ?? size}
|
|
20
|
+
height={height ?? size}
|
|
21
|
+
viewBox="0 0 24 24"
|
|
22
|
+
aria-hidden={hasLabel ? undefined : true}
|
|
23
|
+
aria-label={ariaLabel}
|
|
24
|
+
role={hasLabel ? 'img' : undefined}
|
|
25
|
+
class:list={['icon-communication-mail-sent', className]}
|
|
26
|
+
{...props}
|
|
27
|
+
>
|
|
28
|
+
{title && <title>{title}</title>}
|
|
29
|
+
<path d="M18 10a1 1 0 1 0 2 0V6.414l.293.293a1 1 0 1 0 1.414-1.414l-1.996-1.996a1 1 0 0 0-.2-.157.995.995 0 0 0-1.182.119l-.04.037-1.996 1.997a1 1 0 0 0 1.414 1.414L18 6.414z"/>
|
|
30
|
+
<path d="M13 10H5.887L12 13.82l3.47-2.168a1 1 0 0 1 1.06 1.696l-4 2.5a1 1 0 0 1-1.06 0L4 11.179V19a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-6a1 1 0 1 1 2 0v6a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3v-8a3 3 0 0 1 3-3h8a1 1 0 1 1 0 2"/>
|
|
31
|
+
</svg>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
title?: string;
|
|
7
|
+
class?: string;
|
|
8
|
+
'aria-label'?: string;
|
|
9
|
+
[key: string]: unknown;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
const { size = 24, width, height, title, class: className, 'aria-label': ariaLabel, ...props } = Astro.props;
|
|
13
|
+
const hasLabel = !!title || !!ariaLabel;
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
<svg
|
|
17
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
width={width ?? size}
|
|
20
|
+
height={height ?? size}
|
|
21
|
+
viewBox="0 0 24 24"
|
|
22
|
+
aria-hidden={hasLabel ? undefined : true}
|
|
23
|
+
aria-label={ariaLabel}
|
|
24
|
+
role={hasLabel ? 'img' : undefined}
|
|
25
|
+
class:list={['icon-communication-message', className]}
|
|
26
|
+
{...props}
|
|
27
|
+
>
|
|
28
|
+
{title && <title>{title}</title>}
|
|
29
|
+
<path fill-rule="evenodd" d="M12 5c-4.532 0-8 3.241-8 7s3.468 7 8 7c.62 0 1.224-.062 1.802-.178a1 1 0 0 1 .367-.006l5.262.901-1.044-2.7a1 1 0 0 1 .154-.989C19.467 14.88 20 13.49 20 12c0-3.759-3.468-7-8-7M2 12c0-5.078 4.591-9 10-9s10 3.922 10 9c0 1.777-.572 3.428-1.547 4.813l1.48 3.826a1 1 0 0 1-1.102 1.347l-6.82-1.168Q13.033 21 12 21c-5.409 0-10-3.922-10-9" clip-rule="evenodd"/>
|
|
30
|
+
</svg>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
title?: string;
|
|
7
|
+
class?: string;
|
|
8
|
+
'aria-label'?: string;
|
|
9
|
+
[key: string]: unknown;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
const { size = 24, width, height, title, class: className, 'aria-label': ariaLabel, ...props } = Astro.props;
|
|
13
|
+
const hasLabel = !!title || !!ariaLabel;
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
<svg
|
|
17
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
width={width ?? size}
|
|
20
|
+
height={height ?? size}
|
|
21
|
+
viewBox="0 0 24 24"
|
|
22
|
+
aria-hidden={hasLabel ? undefined : true}
|
|
23
|
+
aria-label={ariaLabel}
|
|
24
|
+
role={hasLabel ? 'img' : undefined}
|
|
25
|
+
class:list={['icon-communication-message-filled', className]}
|
|
26
|
+
{...props}
|
|
27
|
+
>
|
|
28
|
+
{title && <title>{title}</title>}
|
|
29
|
+
<path fill-rule="evenodd" d="M2 12c0-5.078 4.591-9 10-9s10 3.922 10 9c0 1.777-.572 3.428-1.547 4.813l1.48 3.826a1 1 0 0 1-1.102 1.347l-6.82-1.168Q13.033 21 12 21c-5.409 0-10-3.922-10-9" clip-rule="evenodd"/>
|
|
30
|
+
</svg>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
title?: string;
|
|
7
|
+
class?: string;
|
|
8
|
+
'aria-label'?: string;
|
|
9
|
+
[key: string]: unknown;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
const { size = 24, width, height, title, class: className, 'aria-label': ariaLabel, ...props } = Astro.props;
|
|
13
|
+
const hasLabel = !!title || !!ariaLabel;
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
<svg
|
|
17
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
width={width ?? size}
|
|
20
|
+
height={height ?? size}
|
|
21
|
+
viewBox="0 0 24 24"
|
|
22
|
+
aria-hidden={hasLabel ? undefined : true}
|
|
23
|
+
aria-label={ariaLabel}
|
|
24
|
+
role={hasLabel ? 'img' : undefined}
|
|
25
|
+
class:list={['icon-communication-paperplane', className]}
|
|
26
|
+
{...props}
|
|
27
|
+
>
|
|
28
|
+
{title && <title>{title}</title>}
|
|
29
|
+
<path d="M14.562 21.999a2 2 0 0 1-.768-.156c-.663-.282-1.004-.962-1.682-2.318l-2.417-4.832c-.05-.1-.103-.203-.12-.23a.3.3 0 0 0-.04-.039 4 4 0 0 0-.227-.118l-4.831-2.414c-1.359-.678-2.039-1.02-2.321-1.682a1.97 1.97 0 0 1 .12-1.772c.37-.619 1.09-.866 2.527-1.356l13.365-4.567c1.267-.433 1.903-.65 2.544-.422.562.2.997.634 1.196 1.197.228.643.011 1.277-.422 2.543l-4.562 13.364c-.49 1.437-.737 2.156-1.356 2.526a1.95 1.95 0 0 1-1.004.276zm-.053-1.757a.2.2 0 0 0 .134-.009c.14-.183.376-.872.623-1.6l4.49-13.152-8.475 8.47 2.393 4.789c.345.689.669 1.34.833 1.504zM3.76 9.49c.164.164.816.49 1.505.833l4.781 2.391 8.473-8.47L5.37 8.733c-.728.249-1.417.483-1.603.623a.2.2 0 0 0-.009.133z"/>
|
|
30
|
+
</svg>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
title?: string;
|
|
7
|
+
class?: string;
|
|
8
|
+
'aria-label'?: string;
|
|
9
|
+
[key: string]: unknown;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
const { size = 24, width, height, title, class: className, 'aria-label': ariaLabel, ...props } = Astro.props;
|
|
13
|
+
const hasLabel = !!title || !!ariaLabel;
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
<svg
|
|
17
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
width={width ?? size}
|
|
20
|
+
height={height ?? size}
|
|
21
|
+
viewBox="0 0 24 24"
|
|
22
|
+
aria-hidden={hasLabel ? undefined : true}
|
|
23
|
+
aria-label={ariaLabel}
|
|
24
|
+
role={hasLabel ? 'img' : undefined}
|
|
25
|
+
class:list={['icon-communication-phone', className]}
|
|
26
|
+
{...props}
|
|
27
|
+
>
|
|
28
|
+
{title && <title>{title}</title>}
|
|
29
|
+
<path fill-rule="evenodd" d="M5.686 3.87c-.94 1.013-1.843 2.295-1.826 4.05.016 1.784.984 4.312 4.446 7.774 3.463 3.462 5.99 4.43 7.773 4.446 1.756.017 3.038-.886 4.052-1.826l-3.278-3.278-1.315 1.315a.93.93 0 0 1-1.05.185c-1.653-.771-3.108-1.724-4.206-2.812-1.614-1.598-2.48-3.326-2.843-4.27a.93.93 0 0 1 .21-.992l1.315-1.315zM4.348 2.576c.73-.782 1.93-.746 2.644-.031l3.287 3.287a1.86 1.86 0 0 1 0 2.63l-.87.869a11 11 0 0 0 2.181 3.071c.79.783 1.848 1.521 3.102 2.164l.846-.846a1.86 1.86 0 0 1 2.63 0l3.286 3.287c.715.715.751 1.915-.03 2.644-1.133 1.055-2.871 2.37-5.362 2.348-2.478-.023-5.446-1.367-9.07-4.992S2.023 10.416 2 7.938c-.023-2.49 1.293-4.229 2.348-5.361" clip-rule="evenodd"/>
|
|
30
|
+
</svg>
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
title?: string;
|
|
7
|
+
class?: string;
|
|
8
|
+
'aria-label'?: string;
|
|
9
|
+
[key: string]: unknown;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
const { size = 24, width, height, title, class: className, 'aria-label': ariaLabel, ...props } = Astro.props;
|
|
13
|
+
const hasLabel = !!title || !!ariaLabel;
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
<svg
|
|
17
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
width={width ?? size}
|
|
20
|
+
height={height ?? size}
|
|
21
|
+
viewBox="0 0 24 24"
|
|
22
|
+
aria-hidden={hasLabel ? undefined : true}
|
|
23
|
+
aria-label={ariaLabel}
|
|
24
|
+
role={hasLabel ? 'img' : undefined}
|
|
25
|
+
class:list={['icon-communication-record', className]}
|
|
26
|
+
{...props}
|
|
27
|
+
>
|
|
28
|
+
{title && <title>{title}</title>}
|
|
29
|
+
<path d="M12 17a5 5 0 1 0 0-10 5 5 0 0 0 0 10"/>
|
|
30
|
+
<path fill-rule="evenodd" d="M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0m-2 0a7 7 0 1 1-14 0 7 7 0 0 1 14 0" clip-rule="evenodd"/>
|
|
31
|
+
</svg>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
title?: string;
|
|
7
|
+
class?: string;
|
|
8
|
+
'aria-label'?: string;
|
|
9
|
+
[key: string]: unknown;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
const { size = 24, width, height, title, class: className, 'aria-label': ariaLabel, ...props } = Astro.props;
|
|
13
|
+
const hasLabel = !!title || !!ariaLabel;
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
<svg
|
|
17
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
width={width ?? size}
|
|
20
|
+
height={height ?? size}
|
|
21
|
+
viewBox="0 0 24 24"
|
|
22
|
+
aria-hidden={hasLabel ? undefined : true}
|
|
23
|
+
aria-label={ariaLabel}
|
|
24
|
+
role={hasLabel ? 'img' : undefined}
|
|
25
|
+
class:list={['icon-communication-smartphone', className]}
|
|
26
|
+
{...props}
|
|
27
|
+
>
|
|
28
|
+
{title && <title>{title}</title>}
|
|
29
|
+
<path fill-rule="evenodd" d="M7 3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zM4 4a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v16a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3zm7 14a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2H12a1 1 0 0 1-1-1" clip-rule="evenodd"/>
|
|
30
|
+
</svg>
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
title?: string;
|
|
7
|
+
class?: string;
|
|
8
|
+
'aria-label'?: string;
|
|
9
|
+
[key: string]: unknown;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
const { size = 24, width, height, title, class: className, 'aria-label': ariaLabel, ...props } = Astro.props;
|
|
13
|
+
const hasLabel = !!title || !!ariaLabel;
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
<svg
|
|
17
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
width={width ?? size}
|
|
20
|
+
height={height ?? size}
|
|
21
|
+
viewBox="0 0 24 24"
|
|
22
|
+
aria-hidden={hasLabel ? undefined : true}
|
|
23
|
+
aria-label={ariaLabel}
|
|
24
|
+
role={hasLabel ? 'img' : undefined}
|
|
25
|
+
class:list={['icon-communication-sound', className]}
|
|
26
|
+
{...props}
|
|
27
|
+
>
|
|
28
|
+
{title && <title>{title}</title>}
|
|
29
|
+
<path fill-rule="evenodd" d="M18 5a1 1 0 1 0-2 0v.356L5.586 10.09A1 1 0 0 0 5 11v4a1 1 0 0 0 .658.94L16 19.7v.3a1 1 0 1 0 2 0zm-2 12.572V7.553l-9 4.09V14.3z" clip-rule="evenodd"/>
|
|
30
|
+
<path d="M3 10a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0v-4a1 1 0 0 1 1-1M22 13a3 3 0 0 1-3 3v-6a3 3 0 0 1 3 3"/>
|
|
31
|
+
</svg>
|