@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.
Files changed (274) hide show
  1. package/package.json +35 -0
  2. package/src/components/IconAlertAlert.astro +30 -0
  3. package/src/components/IconAlertCancelCircle.astro +31 -0
  4. package/src/components/IconAlertCancelCircleFilled.astro +30 -0
  5. package/src/components/IconAlertLightning.astro +31 -0
  6. package/src/components/IconAlertNotification.astro +30 -0
  7. package/src/components/IconAlertNotificationsOff.astro +33 -0
  8. package/src/components/IconAlertStop.astro +31 -0
  9. package/src/components/IconAlertVideoDisabled.astro +32 -0
  10. package/src/components/IconBusinessBill.astro +30 -0
  11. package/src/components/IconBusinessBriefcase.astro +30 -0
  12. package/src/components/IconBusinessCard.astro +31 -0
  13. package/src/components/IconBusinessCards.astro +31 -0
  14. package/src/components/IconBusinessCrown.astro +30 -0
  15. package/src/components/IconBusinessFee.astro +30 -0
  16. package/src/components/IconBusinessGraph.astro +30 -0
  17. package/src/components/IconBusinessGraph2.astro +31 -0
  18. package/src/components/IconBusinessGraph3.astro +31 -0
  19. package/src/components/IconBusinessHandshake.astro +30 -0
  20. package/src/components/IconBusinessPercent.astro +31 -0
  21. package/src/components/IconBusinessPresentation.astro +30 -0
  22. package/src/components/IconBusinessPuzzle.astro +30 -0
  23. package/src/components/IconBusinessShowcase.astro +30 -0
  24. package/src/components/IconBusinessWorkshop.astro +30 -0
  25. package/src/components/IconCommunicationChatbot.astro +31 -0
  26. package/src/components/IconCommunicationDesktop.astro +31 -0
  27. package/src/components/IconCommunicationDot.astro +30 -0
  28. package/src/components/IconCommunicationFax.astro +30 -0
  29. package/src/components/IconCommunicationHide.astro +30 -0
  30. package/src/components/IconCommunicationHybrid.astro +32 -0
  31. package/src/components/IconCommunicationInbox.astro +31 -0
  32. package/src/components/IconCommunicationMail.astro +30 -0
  33. package/src/components/IconCommunicationMailOpen.astro +30 -0
  34. package/src/components/IconCommunicationMailSent.astro +31 -0
  35. package/src/components/IconCommunicationMessage.astro +30 -0
  36. package/src/components/IconCommunicationMessageFilled.astro +30 -0
  37. package/src/components/IconCommunicationPaperplane.astro +30 -0
  38. package/src/components/IconCommunicationPhone.astro +30 -0
  39. package/src/components/IconCommunicationRecord.astro +31 -0
  40. package/src/components/IconCommunicationSmartphone.astro +30 -0
  41. package/src/components/IconCommunicationSound.astro +31 -0
  42. package/src/components/IconCommunicationTranslate.astro +30 -0
  43. package/src/components/IconCommunicationTyping.astro +31 -0
  44. package/src/components/IconCommunicationVideo.astro +30 -0
  45. package/src/components/IconCommunicationView.astro +31 -0
  46. package/src/components/IconCommunicationVolume.astro +30 -0
  47. package/src/components/IconCommunicationVolumeLow.astro +30 -0
  48. package/src/components/IconCommunicationVolumeMute.astro +30 -0
  49. package/src/components/IconDocumentsArchive.astro +33 -0
  50. package/src/components/IconDocumentsClipboard.astro +30 -0
  51. package/src/components/IconDocumentsFileBlank.astro +30 -0
  52. package/src/components/IconDocumentsFileFilled.astro +31 -0
  53. package/src/components/IconDocumentsFolder.astro +31 -0
  54. package/src/components/IconDocumentsPaperclip.astro +30 -0
  55. package/src/components/IconDocumentsTable.astro +30 -0
  56. package/src/components/IconGeneralBookmark.astro +30 -0
  57. package/src/components/IconGeneralBookmarkCheck.astro +31 -0
  58. package/src/components/IconGeneralBookmarkFilled.astro +30 -0
  59. package/src/components/IconGeneralCamera.astro +32 -0
  60. package/src/components/IconGeneralCheck.astro +31 -0
  61. package/src/components/IconGeneralCheckCircle.astro +31 -0
  62. package/src/components/IconGeneralCheckCircleFilled.astro +30 -0
  63. package/src/components/IconGeneralCircle.astro +30 -0
  64. package/src/components/IconGeneralCopy.astro +30 -0
  65. package/src/components/IconGeneralDash.astro +30 -0
  66. package/src/components/IconGeneralDownload.astro +30 -0
  67. package/src/components/IconGeneralDownloadCompleted.astro +32 -0
  68. package/src/components/IconGeneralEdit.astro +30 -0
  69. package/src/components/IconGeneralInfo.astro +31 -0
  70. package/src/components/IconGeneralLink.astro +31 -0
  71. package/src/components/IconGeneralLinkBroken.astro +30 -0
  72. package/src/components/IconGeneralPause.astro +30 -0
  73. package/src/components/IconGeneralPauseCircle.astro +30 -0
  74. package/src/components/IconGeneralPicture.astro +31 -0
  75. package/src/components/IconGeneralPlay.astro +30 -0
  76. package/src/components/IconGeneralPlayCircle.astro +30 -0
  77. package/src/components/IconGeneralPlus.astro +30 -0
  78. package/src/components/IconGeneralPrint.astro +30 -0
  79. package/src/components/IconGeneralReload.astro +30 -0
  80. package/src/components/IconGeneralReplay.astro +30 -0
  81. package/src/components/IconGeneralSearch.astro +30 -0
  82. package/src/components/IconGeneralSettings.astro +31 -0
  83. package/src/components/IconGeneralShare.astro +30 -0
  84. package/src/components/IconGeneralShuffle.astro +32 -0
  85. package/src/components/IconGeneralSpinner.astro +30 -0
  86. package/src/components/IconGeneralTrashBin.astro +31 -0
  87. package/src/components/IconGeneralUpload.astro +33 -0
  88. package/src/components/IconLocationBuilding1.astro +32 -0
  89. package/src/components/IconLocationBuilding2.astro +32 -0
  90. package/src/components/IconLocationCircleInCircle.astro +31 -0
  91. package/src/components/IconLocationFactory.astro +30 -0
  92. package/src/components/IconLocationHome.astro +31 -0
  93. package/src/components/IconLocationLocation.astro +31 -0
  94. package/src/components/IconLocationPin.astro +31 -0
  95. package/src/components/IconLocationRoute.astro +30 -0
  96. package/src/components/IconLocationShop.astro +30 -0
  97. package/src/components/IconLocationTarget.astro +30 -0
  98. package/src/components/IconLocationVan.astro +31 -0
  99. package/src/components/IconMediumMedicalMask.astro +31 -0
  100. package/src/components/IconNavigationApps.astro +30 -0
  101. package/src/components/IconNavigationArrowCircle.astro +30 -0
  102. package/src/components/IconNavigationArrowDown.astro +31 -0
  103. package/src/components/IconNavigationArrowLeft.astro +31 -0
  104. package/src/components/IconNavigationArrowRight.astro +31 -0
  105. package/src/components/IconNavigationArrowUp.astro +31 -0
  106. package/src/components/IconNavigationBackToSource.astro +30 -0
  107. package/src/components/IconNavigationBurgerMenu.astro +30 -0
  108. package/src/components/IconNavigationCaretDown.astro +30 -0
  109. package/src/components/IconNavigationCaretLeft.astro +30 -0
  110. package/src/components/IconNavigationCaretRight.astro +30 -0
  111. package/src/components/IconNavigationCaretUp.astro +30 -0
  112. package/src/components/IconNavigationCenter.astro +30 -0
  113. package/src/components/IconNavigationCross.astro +30 -0
  114. package/src/components/IconNavigationDotsHorizontal.astro +30 -0
  115. package/src/components/IconNavigationDotsVertical.astro +30 -0
  116. package/src/components/IconNavigationExit.astro +31 -0
  117. package/src/components/IconNavigationExpand.astro +30 -0
  118. package/src/components/IconNavigationFilter.astro +30 -0
  119. package/src/components/IconNavigationFilterHorizontal.astro +30 -0
  120. package/src/components/IconNavigationFullscreenEnter.astro +30 -0
  121. package/src/components/IconNavigationFullscreenExit.astro +30 -0
  122. package/src/components/IconNavigationGrid.astro +30 -0
  123. package/src/components/IconNavigationList.astro +32 -0
  124. package/src/components/IconNavigationPictureInPicture.astro +31 -0
  125. package/src/components/IconNavigationPointMenu.astro +30 -0
  126. package/src/components/IconNavigationShrink.astro +30 -0
  127. package/src/components/IconNavigationTriangleDown.astro +30 -0
  128. package/src/components/IconNavigationTriangleLeft.astro +30 -0
  129. package/src/components/IconNavigationTriangleRight.astro +30 -0
  130. package/src/components/IconNavigationTriangleUp.astro +30 -0
  131. package/src/components/IconNavigationZoom.astro +31 -0
  132. package/src/components/IconOtherBeer.astro +30 -0
  133. package/src/components/IconOtherCoffee.astro +30 -0
  134. package/src/components/IconOtherCompass.astro +30 -0
  135. package/src/components/IconOtherDiamond.astro +30 -0
  136. package/src/components/IconOtherFigurine.astro +31 -0
  137. package/src/components/IconOtherFlag.astro +31 -0
  138. package/src/components/IconOtherFood.astro +31 -0
  139. package/src/components/IconOtherHeart.astro +30 -0
  140. package/src/components/IconOtherLight.astro +32 -0
  141. package/src/components/IconOtherMedal.astro +30 -0
  142. package/src/components/IconOtherMegaphone.astro +30 -0
  143. package/src/components/IconOtherMountain.astro +30 -0
  144. package/src/components/IconOtherPresent.astro +33 -0
  145. package/src/components/IconOtherRocket.astro +31 -0
  146. package/src/components/IconOtherShopping.astro +30 -0
  147. package/src/components/IconOtherStar.astro +30 -0
  148. package/src/components/IconOtherStarFilled.astro +30 -0
  149. package/src/components/IconOtherTicket.astro +30 -0
  150. package/src/components/IconOtherWorld.astro +30 -0
  151. package/src/components/IconPoiExhibitorServicesArtwork.astro +31 -0
  152. package/src/components/IconPoiExhibitorServicesBoothTech.astro +30 -0
  153. package/src/components/IconPoiExhibitorServicesBoothservices.astro +37 -0
  154. package/src/components/IconPoiExhibitorServicesCustoms.astro +31 -0
  155. package/src/components/IconPoiExhibitorServicesDeliveryServices2.astro +38 -0
  156. package/src/components/IconPoiExhibitorServicesDishRental.astro +30 -0
  157. package/src/components/IconPoiExhibitorServicesExhibitorServiceOffice.astro +30 -0
  158. package/src/components/IconPoiExhibitorServicesFairshop.astro +30 -0
  159. package/src/components/IconPoiExhibitorServicesJobPlacement.astro +30 -0
  160. package/src/components/IconPoiExhibitorServicesLeadtracking.astro +30 -0
  161. package/src/components/IconPoiExhibitorServicesLogistics.astro +37 -0
  162. package/src/components/IconPoiExhibitorServicesMarketing.astro +40 -0
  163. package/src/components/IconPoiExhibitorServicesMultimedia.astro +30 -0
  164. package/src/components/IconPoiExhibitorServicesPlants.astro +30 -0
  165. package/src/components/IconPoiExhibitorServicesRentalFurniture.astro +30 -0
  166. package/src/components/IconPoiExhibitorServicesStandConstructionAndDesign.astro +30 -0
  167. package/src/components/IconPoiExhibitorServicesStandausstattung.astro +37 -0
  168. package/src/components/IconPoiExhibitorServicesSuspensionStructure.astro +31 -0
  169. package/src/components/IconPoiExhibitorServicesSustainable.astro +38 -0
  170. package/src/components/IconPoiExhibitorServicesTelecommunication.astro +30 -0
  171. package/src/components/IconPoiExhibitorServicesVorOrt.astro +38 -0
  172. package/src/components/IconPoiExhibitorServiceslDeliveryServices1.astro +37 -0
  173. package/src/components/IconPoiFoodBakedGoods.astro +30 -0
  174. package/src/components/IconPoiFoodBeergarden.astro +31 -0
  175. package/src/components/IconPoiFoodBeverages.astro +30 -0
  176. package/src/components/IconPoiFoodCatering.astro +30 -0
  177. package/src/components/IconPoiFoodCrossaint.astro +37 -0
  178. package/src/components/IconPoiFoodGastronomy.astro +31 -0
  179. package/src/components/IconPoiFoodNewspaper.astro +31 -0
  180. package/src/components/IconPoiFoodSnacksandcafe.astro +30 -0
  181. package/src/components/IconPoiFoodTobacco.astro +30 -0
  182. package/src/components/IconPoiInformationInfocounter.astro +31 -0
  183. package/src/components/IconPoiInformationTouristInformation.astro +30 -0
  184. package/src/components/IconPoiMobilityElevator.astro +31 -0
  185. package/src/components/IconPoiMobilityEscalator.astro +31 -0
  186. package/src/components/IconPoiMobilityExpressway.astro +31 -0
  187. package/src/components/IconPoiParkingChargingEcar.astro +31 -0
  188. package/src/components/IconPoiParkingGate.astro +31 -0
  189. package/src/components/IconPoiParkingMotorwayExit.astro +30 -0
  190. package/src/components/IconPoiParkingParkingGarage.astro +31 -0
  191. package/src/components/IconPoiParkingParkingService.astro +31 -0
  192. package/src/components/IconPoiParkingParkingSpace.astro +31 -0
  193. package/src/components/IconPoiPeopleServicesAccessibility.astro +37 -0
  194. package/src/components/IconPoiPeopleServicesBaggageDropoff.astro +31 -0
  195. package/src/components/IconPoiPeopleServicesChildcare.astro +32 -0
  196. package/src/components/IconPoiPeopleServicesElevator.astro +38 -0
  197. package/src/components/IconPoiPeopleServicesFirstaid.astro +31 -0
  198. package/src/components/IconPoiPeopleServicesLockers.astro +31 -0
  199. package/src/components/IconPoiPeopleServicesLostAndFound.astro +30 -0
  200. package/src/components/IconPoiPeopleServicesMailbox.astro +31 -0
  201. package/src/components/IconPoiPeopleServicesRelaxation.astro +30 -0
  202. package/src/components/IconPoiPeopleServicesSeatingArea.astro +30 -0
  203. package/src/components/IconPoiPeopleServicesSecurity.astro +31 -0
  204. package/src/components/IconPoiPeopleServicesSelfiespot.astro +31 -0
  205. package/src/components/IconPoiPeopleServicesTrain.astro +38 -0
  206. package/src/components/IconPoiPeopleServicesWardrobe.astro +30 -0
  207. package/src/components/IconPoiPeopleServicesWaterDispenser.astro +31 -0
  208. package/src/components/IconPoiPeopleServicesWheelchairRental.astro +30 -0
  209. package/src/components/IconPoiPeopleServicesWifi.astro +39 -0
  210. package/src/components/IconPoiPeopleservicesAtm.astro +31 -0
  211. package/src/components/IconPoiPressActionArea.astro +32 -0
  212. package/src/components/IconPoiPressConferenceRoom.astro +30 -0
  213. package/src/components/IconPoiPressMeetingRoom.astro +30 -0
  214. package/src/components/IconPoiPressPressCenter.astro +30 -0
  215. package/src/components/IconPoiPressStages.astro +30 -0
  216. package/src/components/IconPoiPressViplounge.astro +30 -0
  217. package/src/components/IconPoiTransportationAirportbus.astro +31 -0
  218. package/src/components/IconPoiTransportationBus.astro +31 -0
  219. package/src/components/IconPoiTransportationSubway.astro +30 -0
  220. package/src/components/IconPoiTransportationTaxi.astro +31 -0
  221. package/src/components/IconPoiWcAccesible.astro +30 -0
  222. package/src/components/IconPoiWcChangingtable.astro +30 -0
  223. package/src/components/IconPoiWcMen.astro +30 -0
  224. package/src/components/IconPoiWcToilets.astro +30 -0
  225. package/src/components/IconPoiWcWomen.astro +30 -0
  226. package/src/components/IconSafetyLocked.astro +31 -0
  227. package/src/components/IconSafetyUnlocked.astro +30 -0
  228. package/src/components/IconSocialAmazonMusic.astro +31 -0
  229. package/src/components/IconSocialApplePodcast.astro +30 -0
  230. package/src/components/IconSocialDeezer.astro +30 -0
  231. package/src/components/IconSocialFacebook.astro +30 -0
  232. package/src/components/IconSocialInstagram.astro +30 -0
  233. package/src/components/IconSocialLinkedin.astro +30 -0
  234. package/src/components/IconSocialMedium.astro +30 -0
  235. package/src/components/IconSocialPinterest.astro +30 -0
  236. package/src/components/IconSocialPodigee.astro +30 -0
  237. package/src/components/IconSocialSoundcloud.astro +30 -0
  238. package/src/components/IconSocialSpotify.astro +30 -0
  239. package/src/components/IconSocialThumbDown.astro +30 -0
  240. package/src/components/IconSocialThumbUp.astro +30 -0
  241. package/src/components/IconSocialTiktok.astro +30 -0
  242. package/src/components/IconSocialTwitter.astro +30 -0
  243. package/src/components/IconSocialVimeo.astro +30 -0
  244. package/src/components/IconSocialX.astro +30 -0
  245. package/src/components/IconSocialXing.astro +30 -0
  246. package/src/components/IconSocialYoutube.astro +30 -0
  247. package/src/components/IconSocialYoutubeBlock.astro +31 -0
  248. package/src/components/IconSocialYoutubeMusic.astro +31 -0
  249. package/src/components/IconTimeCalendar.astro +31 -0
  250. package/src/components/IconTimeCalendarAdd.astro +31 -0
  251. package/src/components/IconTimeCalendarCheck.astro +31 -0
  252. package/src/components/IconTimeCalendarDelete.astro +31 -0
  253. package/src/components/IconTimeCalendarPending.astro +31 -0
  254. package/src/components/IconTimeClock.astro +32 -0
  255. package/src/components/IconTimeDate.astro +31 -0
  256. package/src/components/IconTimeHourglass.astro +32 -0
  257. package/src/components/IconTimeHourglassFull.astro +32 -0
  258. package/src/components/IconTimeWait.astro +33 -0
  259. package/src/components/IconTransportationBus.astro +31 -0
  260. package/src/components/IconTransportationCar.astro +31 -0
  261. package/src/components/IconTransportationIntercity.astro +31 -0
  262. package/src/components/IconTransportationPlane.astro +30 -0
  263. package/src/components/IconTransportationTrain.astro +31 -0
  264. package/src/components/IconUserAvatar.astro +30 -0
  265. package/src/components/IconUserContact.astro +31 -0
  266. package/src/components/IconUserContactAdd.astro +32 -0
  267. package/src/components/IconUserContactDelete.astro +32 -0
  268. package/src/components/IconUserContactEdit.astro +32 -0
  269. package/src/components/IconUserContacts.astro +33 -0
  270. package/src/components/IconUserGroup.astro +31 -0
  271. package/src/components/IconUserIdCard.astro +30 -0
  272. package/src/components/IconUserMicrophone.astro +30 -0
  273. package/src/components/IconUserPodium.astro +30 -0
  274. 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-general-circle', className]}
26
+ {...props}
27
+ >
28
+ {title && <title>{title}</title>}
29
+ <path fill-rule="evenodd" d="M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2M4 12a8 8 0 1 1 16 0 8 8 0 0 1-16 0" 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-general-copy', className]}
26
+ {...props}
27
+ >
28
+ {title && <title>{title}</title>}
29
+ <path d="M15.727 2H4.818C3.818 2 3 2.818 3 3.818v12.728h1.818V3.818h10.91zm2.727 3.636h-10c-1 0-1.818.819-1.818 1.819v12.727c0 1 .819 1.818 1.819 1.818h10c1 0 1.818-.818 1.818-1.818V7.455c0-1-.819-1.819-1.819-1.819m0 14.546h-10V7.455h10z"/>
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-general-dash', className]}
26
+ {...props}
27
+ >
28
+ {title && <title>{title}</title>}
29
+ <path d="M3.25 13.429C2.56 13.429 2 12.789 2 12s.56-1.429 1.25-1.429h17.5c.69 0 1.25.64 1.25 1.429s-.56 1.429-1.25 1.429z"/>
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-general-download', className]}
26
+ {...props}
27
+ >
28
+ {title && <title>{title}</title>}
29
+ <path d="M12 2c-.614 0-1.111.497-1.111 1.111V13.7L6.202 9.007a1.16 1.16 0 0 0-1.64 0 1.16 1.16 0 0 0 0 1.642l6.56 6.567c.241.241.562.354.878.338.316.016.637-.097.878-.338l6.56-6.568a1.16 1.16 0 0 0 0-1.641 1.16 1.16 0 0 0-1.64 0l-4.687 4.692V3.11C13.111 2.497 12.614 2 12 2M4.222 20.889c0-.614.498-1.111 1.111-1.111h13.334a1.111 1.111 0 1 1 0 2.222H5.333a1.11 1.11 0 0 1-1.11-1.111"/>
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-general-download-completed', className]}
26
+ {...props}
27
+ >
28
+ {title && <title>{title}</title>}
29
+ <path d="M2 20.667c0-.737.597-1.334 1.333-1.334h16a1.333 1.333 0 0 1 0 2.667h-16A1.333 1.333 0 0 1 2 20.667"/>
30
+ <path fill-rule="evenodd" d="M3.724 7.724c.52-.52 1.365-.52 1.885 0l5.334 5.333a1.333 1.333 0 1 1-1.886 1.886L3.724 9.609a1.333 1.333 0 0 1 0-1.885" clip-rule="evenodd"/>
31
+ <path fill-rule="evenodd" d="M21.61 2.39c.52.521.52 1.365 0 1.886L16.276 9.61l-5.333 5.334a1.333 1.333 0 1 1-1.886-1.886L19.724 2.391c.52-.521 1.365-.521 1.886 0" clip-rule="evenodd"/>
32
+ </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-general-edit', className]}
26
+ {...props}
27
+ >
28
+ {title && <title>{title}</title>}
29
+ <path fill-rule="evenodd" d="M16.786 3.26a1.25 1.25 0 0 1 1.73.051l3.109 3.109q.024.022.046.048a1.25 1.25 0 0 1-.092 1.78L7.841 20.738c-.23.209-.53.325-.841.325H3.25a1.25 1.25 0 0 1-1.186-1.646l1.25-3.75a1.25 1.25 0 0 1 .347-.531zm.796 2.652 1.357 1.357-1.422 1.293-1.36-1.36zM14.3 8.881l-8.719 7.888-.598 1.794h1.533l9.148-8.317z" 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-general-info', className]}
26
+ {...props}
27
+ >
28
+ {title && <title>{title}</title>}
29
+ <path fill-rule="evenodd" d="M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2M4 12a8 8 0 1 1 16 0 8 8 0 0 1-16 0" clip-rule="evenodd"/>
30
+ <path d="M11 12a1 1 0 1 1 2 0v4a1 1 0 1 1-2 0zM11 8a1 1 0 1 1 2 0 1 1 0 0 1-2 0"/>
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-general-link', className]}
26
+ {...props}
27
+ >
28
+ {title && <title>{title}</title>}
29
+ <path d="M18.46 3.26a4.3 4.3 0 0 0-6.08 0L7.82 7.82a4.3 4.3 0 0 0 6.08 6.08l.54-.54s-.243-.683-.54-.98-.98-.54-.98-.54l-.54.54a2.15 2.15 0 1 1-3.04-3.04l4.56-4.56a2.15 2.15 0 0 1 3.04 3.04l-.76.76s.526.342.858.674.662.846.662.846l.76-.76a4.3 4.3 0 0 0 0-6.08"/>
30
+ <path d="M16.18 10.1a4.3 4.3 0 0 0-6.08 0l-.582.582s.288.644.585.94c.297.298.935.58.935.58l.582-.582a2.15 2.15 0 1 1 3.04 3.04l-4.56 4.56a2.15 2.15 0 0 1-3.04-3.04l.837-.837s-.54-.386-.837-.683-.683-.837-.683-.837l-.838.837a4.3 4.3 0 0 0 6.08 6.08l4.561-4.56a4.3 4.3 0 0 0 0-6.08"/>
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-general-link-broken', className]}
26
+ {...props}
27
+ >
28
+ {title && <title>{title}</title>}
29
+ <path d="M14.539 18.272a1 1 0 0 1 .84.727l.51 1.79a1 1 0 0 1-.357 1.058 1 1 0 0 1-.352.173q-.13.015-.26 0a1 1 0 0 1-1-.74l-.47-1.76a1 1 0 0 1 1.089-1.248M18.13 17.19c.253-.01.499.076.69.24l1.29 1.29a1 1 0 0 1 0 1.41 1 1 0 0 1-1.41 0l-1.29-1.29a1.002 1.002 0 0 1 .72-1.65M9.866 11.287 6.11 15.043c-.71.71-.652 1.919.13 2.7.78.78 1.99.838 2.7.129l3.755-3.757 1.414 1.414-3.756 3.757c-1.42 1.42-3.838 1.305-5.4-.257s-1.677-3.98-.257-5.4l3.757-3.757zM19.094 13.398c.137-.011.276.007.406.052l1.78.4a1.01 1.01 0 0 1-.26 2h-.26L19 15.38a1.003 1.003 0 0 1-.795-1.236 1 1 0 0 1 .889-.746M13.694 4.63c1.42-1.42 3.839-1.306 5.4.256 1.563 1.562 1.677 3.98.258 5.4l-3.83 3.829-1.414-1.414 3.83-3.829c.71-.71.652-1.919-.13-2.7-.78-.78-1.99-.838-2.7-.128L11.28 9.872 9.866 8.458zM2.863 8.112a1 1 0 0 1 .397.038l1.76.44a1.008 1.008 0 0 1-.26 2 .8.8 0 0 1-.26-.04l-1.76-.47a1 1 0 0 1 .123-1.968M4.611 3.65a1 1 0 0 1 .689.24l1.29 1.29a1 1 0 0 1 0 1.41 1 1 0 0 1-1.41 0L3.89 5.3a1 1 0 0 1 .721-1.65M9.273 1.997a1 1 0 0 1 .837.763l.47 1.76a1 1 0 0 1-.7 1.22.8.8 0 0 1-.26 0 1 1 0 0 1-1-.74l-.44-1.72a1 1 0 0 1 1.093-1.283"/>
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-general-pause', className]}
26
+ {...props}
27
+ >
28
+ {title && <title>{title}</title>}
29
+ <path d="M7 2C5.62 2 4.5 3.28 4.5 4.857v14.286C4.5 20.72 5.62 22 7 22s2.5-1.28 2.5-2.857V4.857C9.5 3.28 8.38 2 7 2M17 2c-1.38 0-2.5 1.28-2.5 2.857v14.286C14.5 20.72 15.62 22 17 22s2.5-1.28 2.5-2.857V4.857C19.5 3.28 18.38 2 17 2"/>
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-general-pause-circle', className]}
26
+ {...props}
27
+ >
28
+ {title && <title>{title}</title>}
29
+ <path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10M9 9a1 1 0 0 1 2 0v6a1 1 0 1 1-2 0zm5-1a1 1 0 0 0-1 1v6a1 1 0 1 0 2 0V9a1 1 0 0 0-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-general-picture', className]}
26
+ {...props}
27
+ >
28
+ {title && <title>{title}</title>}
29
+ <path fill-rule="evenodd" d="M2 8a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3zm3-1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1z" clip-rule="evenodd"/>
30
+ <path fill-rule="evenodd" d="M15.99 9a1 1 0 0 1 .778.36l5 6a1 1 0 1 1-1.536 1.28l-4.216-5.059-3.235 4.044a1 1 0 0 1-1.381.175l-3.306-2.48-3.387 3.387a1 1 0 0 1-1.414-1.414l4-4A1 1 0 0 1 8.6 11.2l3.225 2.419 3.394-4.244A1 1 0 0 1 15.99 9" 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-general-play', className]}
26
+ {...props}
27
+ >
28
+ {title && <title>{title}</title>}
29
+ <path d="M2.625 20.4V3.6c0-1.233 1.425-2.001 2.56-1.38l15.346 8.4c1.126.617 1.126 2.143 0 2.76l-15.346 8.4c-1.135.621-2.56-.147-2.56-1.38"/>
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-general-play-circle', className]}
26
+ {...props}
27
+ >
28
+ {title && <title>{title}</title>}
29
+ <path fill-rule="evenodd" d="M12 21c5.523 0 10-4.477 10-10S17.523 1 12 1 2 5.477 2 11s4.477 10 10 10M10.513 7.145A1 1 0 0 0 9 8.003v5.994a1 1 0 0 0 1.513.858l4.997-2.988a1.01 1.01 0 0 0 0-1.734z" 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-general-plus', className]}
26
+ {...props}
27
+ >
28
+ {title && <title>{title}</title>}
29
+ <path d="M12 2c-.69 0-1.25.56-1.25 1.25v7.5h-7.5a1.25 1.25 0 1 0 0 2.5h7.5v7.5a1.25 1.25 0 1 0 2.5 0v-7.5h7.5a1.25 1.25 0 1 0 0-2.5h-7.5v-7.5C13.25 2.56 12.69 2 12 2"/>
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-general-print', className]}
26
+ {...props}
27
+ >
28
+ {title && <title>{title}</title>}
29
+ <path fill-rule="evenodd" d="M6 3v5H3a1 1 0 0 0-1 1v4.5c0 2.102.936 3.308 1.996 3.926A4.3 4.3 0 0 0 5.973 18h.025S6 18 6 17v3a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-3l.001 1h.029l.048-.002.146-.01a4.067 4.067 0 0 0 1.831-.656C21.117 16.624 22 15.292 22 13V9a1 1 0 0 0-1-1h-3V3zm10 2H8v2h8zm2 11 .034-.003a2.066 2.066 0 0 0 .911-.329C19.383 15.376 20 14.708 20 13v-3H4v3.5c0 1.398.564 1.942 1.004 2.199a2.3 2.3 0 0 0 .95.298L6 16v-3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1zM8 14v5h8v-5z" 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-general-reload', className]}
26
+ {...props}
27
+ >
28
+ {title && <title>{title}</title>}
29
+ <path d="M7.5 18.5C8.857 19.561 10.143 20 12 20a8 8 0 0 0 7.938-7h1.194a1 1 0 0 0 .831-1.555l-2.131-3.197a1 1 0 0 0-1.664 0l-2.131 3.197A1 1 0 0 0 16.869 13h1.048a6.002 6.002 0 0 1-8.918 4.197zM15.001 6.803A6.002 6.002 0 0 0 6.083 11H7.13a1 1 0 0 1 .833 1.555l-2.132 3.197a1 1 0 0 1-1.664 0l-2.132-3.197A1 1 0 0 1 2.87 11h1.193A8 8 0 0 1 12 4c1.857 0 3.143.439 4.5 1.5z"/>
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-general-replay', className]}
26
+ {...props}
27
+ >
28
+ {title && <title>{title}</title>}
29
+ <path d="M11.388 2.187a1.103 1.103 0 0 1 1.715.918v1.318a8.824 8.824 0 1 1-9.927 8.753 1.103 1.103 0 0 1 2.206 0 6.618 6.618 0 1 0 7.72-6.525v1.156c0 .88-.98 1.406-1.714.917L7.862 6.373a1.103 1.103 0 0 1 0-1.836z"/>
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-general-search', className]}
26
+ {...props}
27
+ >
28
+ {title && <title>{title}</title>}
29
+ <path fill-rule="evenodd" d="M14.387 15.952a7.747 7.747 0 1 1 1.565-1.565l5.724 5.724a1.107 1.107 0 1 1-1.565 1.565zm.894-6.205a5.534 5.534 0 1 1-11.067 0 5.534 5.534 0 0 1 11.067 0" 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-general-settings', className]}
26
+ {...props}
27
+ >
28
+ {title && <title>{title}</title>}
29
+ <path fill-rule="evenodd" d="M10.125 3.25c0-.69.56-1.25 1.25-1.25h1.25c.69 0 1.25.56 1.25 1.25l.15 1.05a1.25 1.25 0 0 0 1.987.824l.85-.637a1.25 1.25 0 0 1 1.767 0l.884.884a1.25 1.25 0 0 1 0 1.768l-.637.848a1.25 1.25 0 0 0 .824 1.988l1.05.15c.69 0 1.25.56 1.25 1.25v1.25c0 .69-.56 1.25-1.25 1.25l-1.05.15a1.25 1.25 0 0 0-.824 1.987l.637.85a1.25 1.25 0 0 1 0 1.767l-.884.884a1.25 1.25 0 0 1-1.768 0l-.849-.637a1.25 1.25 0 0 0-1.987.824l-.15 1.05c0 .69-.56 1.25-1.25 1.25h-1.25c-.69 0-1.25-.56-1.25-1.25l-.15-1.05a1.25 1.25 0 0 0-1.987-.824l-.85.637a1.25 1.25 0 0 1-1.767 0l-.884-.884a1.25 1.25 0 0 1 0-1.768l.637-.849a1.25 1.25 0 0 0-.824-1.987l-1.05-.15c-.69 0-1.25-.56-1.25-1.25v-1.25c0-.69.56-1.25 1.25-1.25l1.05-.15a1.25 1.25 0 0 0 .824-1.987l-.637-.85a1.25 1.25 0 0 1 0-1.767l.884-.884a1.25 1.25 0 0 1 1.768 0l.848.637A1.25 1.25 0 0 0 9.976 4.3zM12 17a5 5 0 1 0 0-10 5 5 0 0 0 0 10" clip-rule="evenodd"/>
30
+ <path d="M14 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0"/>
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-general-share', className]}
26
+ {...props}
27
+ >
28
+ {title && <title>{title}</title>}
29
+ <path fill-rule="evenodd" d="M18.111 8.667a3.333 3.333 0 1 0-3.303-2.885L8.174 9.573a3.333 3.333 0 1 0-.058 4.907l6.718 4.799a3.334 3.334 0 1 0 .463-2.4L9.183 12.51a3.4 3.4 0 0 0 .01-.96l6.633-3.79c.597.561 1.4.906 2.285.906M17 18.677v-.019a1.111 1.111 0 1 1 0 .018m1.111-12.233a1.111 1.111 0 1 0 0-2.222 1.111 1.111 0 0 0 0 2.222M7 12a1.111 1.111 0 1 1-2.222 0A1.111 1.111 0 0 1 7 12" clip-rule="evenodd"/>
30
+ </svg>