@modkit-org/aksel-icons-vue 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 (969) hide show
  1. package/.changeset/config.json +11 -0
  2. package/.changeset/quick-insects-smash.md +5 -0
  3. package/.gitattributes +1 -0
  4. package/.github/scripts/check-latest-release.mjs +72 -0
  5. package/.github/workflows/publish.yml +51 -0
  6. package/.github/workflows/schedule-update-icons.yml +58 -0
  7. package/.yarnrc.yml +1 -0
  8. package/package.json +30 -0
  9. package/src/generate.mjs +103 -0
  10. package/src/lib/cleanup.mjs +18 -0
  11. package/src/lib/config.mjs +105 -0
  12. package/src/lib/fs-utils.mjs +10 -0
  13. package/src/lib/icon-package.mjs +59 -0
  14. package/src/lib/identifier.mjs +23 -0
  15. package/src/lib/logger.mjs +77 -0
  16. package/src/lib/metadata.mjs +25 -0
  17. package/src/lib/path-utils.mjs +3 -0
  18. package/src/lib/paths.mjs +10 -0
  19. package/src/lib/svg-discovery.mjs +54 -0
  20. package/src/lib/vue-writer.mjs +189 -0
  21. package/src/metadata.json +4 -0
  22. package/src/types/Accessibility/BrailleFillIcon.vue +42 -0
  23. package/src/types/Accessibility/BrailleIcon.vue +42 -0
  24. package/src/types/Accessibility/DogHarnessFillIcon.vue +42 -0
  25. package/src/types/Accessibility/DogHarnessIcon.vue +42 -0
  26. package/src/types/Accessibility/EscalatorIcon.vue +42 -0
  27. package/src/types/Accessibility/FigureFillIcon.vue +42 -0
  28. package/src/types/Accessibility/FigureIcon.vue +42 -0
  29. package/src/types/Accessibility/GlassesFillIcon.vue +42 -0
  30. package/src/types/Accessibility/GlassesIcon.vue +42 -0
  31. package/src/types/Accessibility/HeadCloudFillIcon.vue +42 -0
  32. package/src/types/Accessibility/HeadCloudIcon.vue +42 -0
  33. package/src/types/Accessibility/HearingLoopFillIcon.vue +42 -0
  34. package/src/types/Accessibility/HearingLoopIcon.vue +42 -0
  35. package/src/types/Accessibility/HearingLoopRadioFillIcon.vue +42 -0
  36. package/src/types/Accessibility/HearingLoopRadioIcon.vue +42 -0
  37. package/src/types/Accessibility/SignLanguageSingleHandFillIcon.vue +42 -0
  38. package/src/types/Accessibility/SignLanguageSingleHandIcon.vue +42 -0
  39. package/src/types/Accessibility/SignLanguageTwoHandsFillIcon.vue +42 -0
  40. package/src/types/Accessibility/SignLanguageTwoHandsIcon.vue +42 -0
  41. package/src/types/Accessibility/StaircaseIcon.vue +42 -0
  42. package/src/types/Accessibility/WheelchairFillIcon.vue +42 -0
  43. package/src/types/Accessibility/WheelchairIcon.vue +42 -0
  44. package/src/types/Arrows/ArrowCirclepathIcon.vue +42 -0
  45. package/src/types/Arrows/ArrowCirclepathReverseIcon.vue +43 -0
  46. package/src/types/Arrows/ArrowDownIcon.vue +42 -0
  47. package/src/types/Arrows/ArrowDownRightIcon.vue +42 -0
  48. package/src/types/Arrows/ArrowForwardFillIcon.vue +42 -0
  49. package/src/types/Arrows/ArrowForwardIcon.vue +42 -0
  50. package/src/types/Arrows/ArrowLeftIcon.vue +42 -0
  51. package/src/types/Arrows/ArrowRedoIcon.vue +42 -0
  52. package/src/types/Arrows/ArrowRightIcon.vue +42 -0
  53. package/src/types/Arrows/ArrowRightLeftIcon.vue +42 -0
  54. package/src/types/Arrows/ArrowUndoIcon.vue +42 -0
  55. package/src/types/Arrows/ArrowUpIcon.vue +42 -0
  56. package/src/types/Arrows/ArrowsAllDirectionsIcon.vue +47 -0
  57. package/src/types/Arrows/ArrowsCirclepathIcon.vue +42 -0
  58. package/src/types/Arrows/ArrowsSquarepathIcon.vue +42 -0
  59. package/src/types/Arrows/ArrowsUpDownIcon.vue +42 -0
  60. package/src/types/Arrows/CaretDownCircleFillIcon.vue +42 -0
  61. package/src/types/Arrows/CaretDownCircleIcon.vue +42 -0
  62. package/src/types/Arrows/CaretDownFillIcon.vue +42 -0
  63. package/src/types/Arrows/CaretDownIcon.vue +42 -0
  64. package/src/types/Arrows/CaretLeftCircleFillIcon.vue +42 -0
  65. package/src/types/Arrows/CaretLeftCircleIcon.vue +42 -0
  66. package/src/types/Arrows/CaretLeftFillIcon.vue +42 -0
  67. package/src/types/Arrows/CaretLeftIcon.vue +42 -0
  68. package/src/types/Arrows/CaretLeftRightFillIcon.vue +42 -0
  69. package/src/types/Arrows/CaretLeftRightIcon.vue +42 -0
  70. package/src/types/Arrows/CaretRightCircleFillIcon.vue +42 -0
  71. package/src/types/Arrows/CaretRightCircleIcon.vue +42 -0
  72. package/src/types/Arrows/CaretRightFillIcon.vue +42 -0
  73. package/src/types/Arrows/CaretRightIcon.vue +42 -0
  74. package/src/types/Arrows/CaretUpCircleFillIcon.vue +42 -0
  75. package/src/types/Arrows/CaretUpCircleIcon.vue +42 -0
  76. package/src/types/Arrows/CaretUpDownFillIcon.vue +42 -0
  77. package/src/types/Arrows/CaretUpDownFilledDownIcon.vue +42 -0
  78. package/src/types/Arrows/CaretUpDownFilledUpIcon.vue +42 -0
  79. package/src/types/Arrows/CaretUpDownIcon.vue +42 -0
  80. package/src/types/Arrows/CaretUpFillIcon.vue +42 -0
  81. package/src/types/Arrows/CaretUpIcon.vue +42 -0
  82. package/src/types/Arrows/ChevronDownCircleFillIcon.vue +42 -0
  83. package/src/types/Arrows/ChevronDownCircleIcon.vue +42 -0
  84. package/src/types/Arrows/ChevronDownDoubleCircleFillIcon.vue +42 -0
  85. package/src/types/Arrows/ChevronDownDoubleCircleIcon.vue +42 -0
  86. package/src/types/Arrows/ChevronDownDoubleIcon.vue +42 -0
  87. package/src/types/Arrows/ChevronDownIcon.vue +42 -0
  88. package/src/types/Arrows/ChevronDownUpIcon.vue +42 -0
  89. package/src/types/Arrows/ChevronLeftCircleFillIcon.vue +42 -0
  90. package/src/types/Arrows/ChevronLeftCircleIcon.vue +42 -0
  91. package/src/types/Arrows/ChevronLeftDoubleCircleFillIcon.vue +42 -0
  92. package/src/types/Arrows/ChevronLeftDoubleCircleIcon.vue +42 -0
  93. package/src/types/Arrows/ChevronLeftDoubleIcon.vue +42 -0
  94. package/src/types/Arrows/ChevronLeftFirstCircleFillIcon.vue +42 -0
  95. package/src/types/Arrows/ChevronLeftFirstCircleIcon.vue +42 -0
  96. package/src/types/Arrows/ChevronLeftFirstIcon.vue +42 -0
  97. package/src/types/Arrows/ChevronLeftIcon.vue +42 -0
  98. package/src/types/Arrows/ChevronRightCircleFillIcon.vue +42 -0
  99. package/src/types/Arrows/ChevronRightCircleIcon.vue +42 -0
  100. package/src/types/Arrows/ChevronRightDoubleCircleFillIcon.vue +42 -0
  101. package/src/types/Arrows/ChevronRightDoubleCircleIcon.vue +42 -0
  102. package/src/types/Arrows/ChevronRightDoubleIcon.vue +42 -0
  103. package/src/types/Arrows/ChevronRightIcon.vue +42 -0
  104. package/src/types/Arrows/ChevronRightLastCircleFillIcon.vue +42 -0
  105. package/src/types/Arrows/ChevronRightLastCircleIcon.vue +42 -0
  106. package/src/types/Arrows/ChevronRightLastIcon.vue +42 -0
  107. package/src/types/Arrows/ChevronUpCircleFillIcon.vue +42 -0
  108. package/src/types/Arrows/ChevronUpCircleIcon.vue +42 -0
  109. package/src/types/Arrows/ChevronUpDoubleCircleFillIcon.vue +42 -0
  110. package/src/types/Arrows/ChevronUpDoubleCircleIcon.vue +42 -0
  111. package/src/types/Arrows/ChevronUpDoubleIcon.vue +42 -0
  112. package/src/types/Arrows/ChevronUpDownIcon.vue +42 -0
  113. package/src/types/Arrows/ChevronUpIcon.vue +42 -0
  114. package/src/types/Arrows/ExpandIcon.vue +42 -0
  115. package/src/types/Arrows/ExpandVerticalIcon.vue +42 -0
  116. package/src/types/Arrows/ShrinkIcon.vue +42 -0
  117. package/src/types/Development/BranchingIcon.vue +42 -0
  118. package/src/types/Development/BroadcastIcon.vue +42 -0
  119. package/src/types/Development/BroadcastMinusCircleFillIcon.vue +42 -0
  120. package/src/types/Development/BroadcastMinusCircleIcon.vue +42 -0
  121. package/src/types/Development/BroadcastPlusCircleFillIcon.vue +42 -0
  122. package/src/types/Development/BroadcastPlusCircleIcon.vue +42 -0
  123. package/src/types/Development/CloudFillIcon.vue +42 -0
  124. package/src/types/Development/CloudIcon.vue +42 -0
  125. package/src/types/Development/CloudSlashFillIcon.vue +42 -0
  126. package/src/types/Development/CloudSlashIcon.vue +42 -0
  127. package/src/types/Development/CodeIcon.vue +42 -0
  128. package/src/types/Development/ComponentFillIcon.vue +42 -0
  129. package/src/types/Development/ComponentIcon.vue +42 -0
  130. package/src/types/Development/DatabaseFillIcon.vue +42 -0
  131. package/src/types/Development/DatabaseIcon.vue +42 -0
  132. package/src/types/Development/EthernetIcon.vue +42 -0
  133. package/src/types/Development/MigrationIcon.vue +42 -0
  134. package/src/types/Development/OpenSourceFillIcon.vue +42 -0
  135. package/src/types/Development/OpenSourceIcon.vue +42 -0
  136. package/src/types/Development/PackageFillIcon.vue +42 -0
  137. package/src/types/Development/PackageIcon.vue +42 -0
  138. package/src/types/Development/PortalFillIcon.vue +42 -0
  139. package/src/types/Development/PortalIcon.vue +42 -0
  140. package/src/types/Development/QrCodeFillIcon.vue +42 -0
  141. package/src/types/Development/QrCodeIcon.vue +42 -0
  142. package/src/types/Development/QrCodeScanningFillIcon.vue +42 -0
  143. package/src/types/Development/QrCodeScanningIcon.vue +42 -0
  144. package/src/types/Development/RouterIcon.vue +42 -0
  145. package/src/types/Development/SandboxFillIcon.vue +42 -0
  146. package/src/types/Development/SandboxIcon.vue +42 -0
  147. package/src/types/Development/TenancyFillIcon.vue +42 -0
  148. package/src/types/Development/TenancyIcon.vue +42 -0
  149. package/src/types/Development/TerminalFillIcon.vue +42 -0
  150. package/src/types/Development/TerminalIcon.vue +42 -0
  151. package/src/types/Development/TokenFillIcon.vue +42 -0
  152. package/src/types/Development/TokenIcon.vue +42 -0
  153. package/src/types/FilesAndApplication/ClockDashedIcon.vue +42 -0
  154. package/src/types/FilesAndApplication/ClockFillIcon.vue +42 -0
  155. package/src/types/FilesAndApplication/ClockIcon.vue +42 -0
  156. package/src/types/FilesAndApplication/CloudDownFillIcon.vue +42 -0
  157. package/src/types/FilesAndApplication/CloudDownIcon.vue +42 -0
  158. package/src/types/FilesAndApplication/CloudUpFillIcon.vue +42 -0
  159. package/src/types/FilesAndApplication/CloudUpIcon.vue +42 -0
  160. package/src/types/FilesAndApplication/DownloadIcon.vue +42 -0
  161. package/src/types/FilesAndApplication/FileCheckmarkFillIcon.vue +42 -0
  162. package/src/types/FilesAndApplication/FileCheckmarkIcon.vue +42 -0
  163. package/src/types/FilesAndApplication/FileCodeFillIcon.vue +42 -0
  164. package/src/types/FilesAndApplication/FileCodeIcon.vue +42 -0
  165. package/src/types/FilesAndApplication/FileCsvFillIcon.vue +42 -0
  166. package/src/types/FilesAndApplication/FileCsvIcon.vue +42 -0
  167. package/src/types/FilesAndApplication/FileExcelFillIcon.vue +42 -0
  168. package/src/types/FilesAndApplication/FileExcelIcon.vue +42 -0
  169. package/src/types/FilesAndApplication/FileExportFillIcon.vue +42 -0
  170. package/src/types/FilesAndApplication/FileExportIcon.vue +42 -0
  171. package/src/types/FilesAndApplication/FileFillIcon.vue +42 -0
  172. package/src/types/FilesAndApplication/FileIcon.vue +42 -0
  173. package/src/types/FilesAndApplication/FileImageFillIcon.vue +42 -0
  174. package/src/types/FilesAndApplication/FileImageIcon.vue +42 -0
  175. package/src/types/FilesAndApplication/FileImportFillIcon.vue +42 -0
  176. package/src/types/FilesAndApplication/FileImportIcon.vue +42 -0
  177. package/src/types/FilesAndApplication/FileJpegFillIcon.vue +44 -0
  178. package/src/types/FilesAndApplication/FileJpegIcon.vue +43 -0
  179. package/src/types/FilesAndApplication/FileJsonFillIcon.vue +42 -0
  180. package/src/types/FilesAndApplication/FileJsonIcon.vue +43 -0
  181. package/src/types/FilesAndApplication/FileLoadingFillIcon.vue +42 -0
  182. package/src/types/FilesAndApplication/FileLoadingIcon.vue +42 -0
  183. package/src/types/FilesAndApplication/FileParagraphFillIcon.vue +42 -0
  184. package/src/types/FilesAndApplication/FileParagraphIcon.vue +42 -0
  185. package/src/types/FilesAndApplication/FilePdfFillIcon.vue +42 -0
  186. package/src/types/FilesAndApplication/FilePdfIcon.vue +44 -0
  187. package/src/types/FilesAndApplication/FilePlusFillIcon.vue +42 -0
  188. package/src/types/FilesAndApplication/FilePlusIcon.vue +42 -0
  189. package/src/types/FilesAndApplication/FilePngFillIcon.vue +45 -0
  190. package/src/types/FilesAndApplication/FilePngIcon.vue +43 -0
  191. package/src/types/FilesAndApplication/FileResetFillIcon.vue +42 -0
  192. package/src/types/FilesAndApplication/FileResetIcon.vue +42 -0
  193. package/src/types/FilesAndApplication/FileSearchFillIcon.vue +42 -0
  194. package/src/types/FilesAndApplication/FileSearchIcon.vue +42 -0
  195. package/src/types/FilesAndApplication/FileShredderFillIcon.vue +42 -0
  196. package/src/types/FilesAndApplication/FileShredderIcon.vue +42 -0
  197. package/src/types/FilesAndApplication/FileTextFillIcon.vue +42 -0
  198. package/src/types/FilesAndApplication/FileTextIcon.vue +42 -0
  199. package/src/types/FilesAndApplication/FileWordFillIcon.vue +42 -0
  200. package/src/types/FilesAndApplication/FileWordIcon.vue +44 -0
  201. package/src/types/FilesAndApplication/FileXMarkFillIcon.vue +42 -0
  202. package/src/types/FilesAndApplication/FileXMarkIcon.vue +42 -0
  203. package/src/types/FilesAndApplication/FilesFillIcon.vue +42 -0
  204. package/src/types/FilesAndApplication/FilesIcon.vue +42 -0
  205. package/src/types/FilesAndApplication/FolderFileFillIcon.vue +42 -0
  206. package/src/types/FilesAndApplication/FolderFileIcon.vue +42 -0
  207. package/src/types/FilesAndApplication/FolderFillIcon.vue +42 -0
  208. package/src/types/FilesAndApplication/FolderIcon.vue +42 -0
  209. package/src/types/FilesAndApplication/FolderMinusFillIcon.vue +42 -0
  210. package/src/types/FilesAndApplication/FolderMinusIcon.vue +42 -0
  211. package/src/types/FilesAndApplication/FolderPlusFillIcon.vue +42 -0
  212. package/src/types/FilesAndApplication/FolderPlusIcon.vue +42 -0
  213. package/src/types/FilesAndApplication/HddDownFillIcon.vue +42 -0
  214. package/src/types/FilesAndApplication/HddDownIcon.vue +42 -0
  215. package/src/types/FilesAndApplication/HddUpFillIcon.vue +42 -0
  216. package/src/types/FilesAndApplication/HddUpIcon.vue +42 -0
  217. package/src/types/FilesAndApplication/HourglassBottomFilledIcon.vue +42 -0
  218. package/src/types/FilesAndApplication/HourglassIcon.vue +42 -0
  219. package/src/types/FilesAndApplication/HourglassTopFilledIcon.vue +42 -0
  220. package/src/types/FilesAndApplication/TasklistFillIcon.vue +42 -0
  221. package/src/types/FilesAndApplication/TasklistIcon.vue +42 -0
  222. package/src/types/FilesAndApplication/TasklistSaveFillIcon.vue +42 -0
  223. package/src/types/FilesAndApplication/TasklistSaveIcon.vue +42 -0
  224. package/src/types/FilesAndApplication/TasklistSendFillIcon.vue +42 -0
  225. package/src/types/FilesAndApplication/TasklistSendIcon.vue +42 -0
  226. package/src/types/FilesAndApplication/TasklistStartFillIcon.vue +42 -0
  227. package/src/types/FilesAndApplication/TasklistStartIcon.vue +42 -0
  228. package/src/types/FilesAndApplication/TimerFillIcon.vue +42 -0
  229. package/src/types/FilesAndApplication/TimerIcon.vue +42 -0
  230. package/src/types/FilesAndApplication/TimerPauseFillIcon.vue +42 -0
  231. package/src/types/FilesAndApplication/TimerPauseIcon.vue +42 -0
  232. package/src/types/FilesAndApplication/TimerStartFillIcon.vue +42 -0
  233. package/src/types/FilesAndApplication/TimerStartIcon.vue +42 -0
  234. package/src/types/FilesAndApplication/UploadIcon.vue +42 -0
  235. package/src/types/Home/AngleRulerCircleFillIcon.vue +42 -0
  236. package/src/types/Home/AngleRulerCircleIcon.vue +42 -0
  237. package/src/types/Home/AngleRulerTriangleFillIcon.vue +42 -0
  238. package/src/types/Home/AngleRulerTriangleIcon.vue +42 -0
  239. package/src/types/Home/BedFillIcon.vue +42 -0
  240. package/src/types/Home/BedIcon.vue +42 -0
  241. package/src/types/Home/BookFillIcon.vue +42 -0
  242. package/src/types/Home/BookIcon.vue +43 -0
  243. package/src/types/Home/BooksFillIcon.vue +42 -0
  244. package/src/types/Home/BooksIcon.vue +43 -0
  245. package/src/types/Home/BowlFillIcon.vue +42 -0
  246. package/src/types/Home/BowlIcon.vue +42 -0
  247. package/src/types/Home/BucketFillIcon.vue +42 -0
  248. package/src/types/Home/BucketIcon.vue +42 -0
  249. package/src/types/Home/BucketMopFillIcon.vue +42 -0
  250. package/src/types/Home/BucketMopIcon.vue +42 -0
  251. package/src/types/Home/CalculatorFillIcon.vue +42 -0
  252. package/src/types/Home/CalculatorIcon.vue +42 -0
  253. package/src/types/Home/CalendarFillIcon.vue +42 -0
  254. package/src/types/Home/CalendarIcon.vue +42 -0
  255. package/src/types/Home/CandleFillIcon.vue +42 -0
  256. package/src/types/Home/CandleIcon.vue +42 -0
  257. package/src/types/Home/ChairTableIcon.vue +42 -0
  258. package/src/types/Home/ClothingHangerFillIcon.vue +42 -0
  259. package/src/types/Home/ClothingHangerIcon.vue +42 -0
  260. package/src/types/Home/Combifridge1FillIcon.vue +42 -0
  261. package/src/types/Home/Combifridge1Icon.vue +42 -0
  262. package/src/types/Home/Combifridge2FillIcon.vue +42 -0
  263. package/src/types/Home/Combifridge2Icon.vue +42 -0
  264. package/src/types/Home/CutleryFillIcon.vue +42 -0
  265. package/src/types/Home/CutleryIcon.vue +42 -0
  266. package/src/types/Home/DishwasherFillIcon.vue +42 -0
  267. package/src/types/Home/DishwasherIcon.vue +42 -0
  268. package/src/types/Home/ForkFillIcon.vue +42 -0
  269. package/src/types/Home/ForkIcon.vue +42 -0
  270. package/src/types/Home/FreezerFillIcon.vue +42 -0
  271. package/src/types/Home/FreezerIcon.vue +42 -0
  272. package/src/types/Home/GlassFillIcon.vue +42 -0
  273. package/src/types/Home/GlassIcon.vue +42 -0
  274. package/src/types/Home/HangerIcon.vue +42 -0
  275. package/src/types/Home/HatSchoolFillIcon.vue +42 -0
  276. package/src/types/Home/HatSchoolIcon.vue +42 -0
  277. package/src/types/Home/HouseFillIcon.vue +42 -0
  278. package/src/types/Home/HouseHeartFillIcon.vue +42 -0
  279. package/src/types/Home/HouseHeartIcon.vue +42 -0
  280. package/src/types/Home/HouseIcon.vue +42 -0
  281. package/src/types/Home/KnifeFillIcon.vue +42 -0
  282. package/src/types/Home/KnifeIcon.vue +42 -0
  283. package/src/types/Home/LightBulbFillIcon.vue +42 -0
  284. package/src/types/Home/LightBulbIcon.vue +42 -0
  285. package/src/types/Home/MeasuringTapeFillIcon.vue +42 -0
  286. package/src/types/Home/MeasuringTapeIcon.vue +42 -0
  287. package/src/types/Home/MugFillIcon.vue +42 -0
  288. package/src/types/Home/MugIcon.vue +42 -0
  289. package/src/types/Home/OpenBookFillIcon.vue +42 -0
  290. package/src/types/Home/OpenBookIcon.vue +42 -0
  291. package/src/types/Home/OpenMagazineFillIcon.vue +42 -0
  292. package/src/types/Home/OpenMagazineIcon.vue +42 -0
  293. package/src/types/Home/PaperclipIcon.vue +42 -0
  294. package/src/types/Home/PlateFillIcon.vue +42 -0
  295. package/src/types/Home/PlateIcon.vue +42 -0
  296. package/src/types/Home/PushPinFillIcon.vue +42 -0
  297. package/src/types/Home/PushPinIcon.vue +42 -0
  298. package/src/types/Home/PuzzlePieceFillIcon.vue +42 -0
  299. package/src/types/Home/PuzzlePieceIcon.vue +42 -0
  300. package/src/types/Home/RefrigeratorFillIcon.vue +42 -0
  301. package/src/types/Home/RefrigeratorIcon.vue +42 -0
  302. package/src/types/Home/RockingHorseFillIcon.vue +42 -0
  303. package/src/types/Home/RockingHorseIcon.vue +42 -0
  304. package/src/types/Home/RulerFillIcon.vue +42 -0
  305. package/src/types/Home/RulerIcon.vue +42 -0
  306. package/src/types/Home/RulersFillIcon.vue +42 -0
  307. package/src/types/Home/RulersIcon.vue +42 -0
  308. package/src/types/Home/ScissorsFillIcon.vue +42 -0
  309. package/src/types/Home/ScissorsIcon.vue +42 -0
  310. package/src/types/Home/SlideFillIcon.vue +42 -0
  311. package/src/types/Home/SlideIcon.vue +42 -0
  312. package/src/types/Home/SpoonFillIcon.vue +42 -0
  313. package/src/types/Home/SpoonIcon.vue +42 -0
  314. package/src/types/Home/TeddyBearFillIcon.vue +42 -0
  315. package/src/types/Home/TeddyBearIcon.vue +42 -0
  316. package/src/types/Home/ToiletFillIcon.vue +42 -0
  317. package/src/types/Home/ToiletIcon.vue +42 -0
  318. package/src/types/Home/UmbrellaFillIcon.vue +42 -0
  319. package/src/types/Home/UmbrellaIcon.vue +42 -0
  320. package/src/types/Home/WateringCanFillIcon.vue +42 -0
  321. package/src/types/Home/WateringCanIcon.vue +42 -0
  322. package/src/types/Home/WeightIcon.vue +42 -0
  323. package/src/types/Home/WrenchFillIcon.vue +42 -0
  324. package/src/types/Home/WrenchIcon.vue +42 -0
  325. package/src/types/Interface/AlignBottomFillIcon.vue +42 -0
  326. package/src/types/Interface/AlignBottomIcon.vue +42 -0
  327. package/src/types/Interface/AlignCenterFillIcon.vue +42 -0
  328. package/src/types/Interface/AlignCenterIcon.vue +42 -0
  329. package/src/types/Interface/AlignLeftFillIcon.vue +42 -0
  330. package/src/types/Interface/AlignLeftIcon.vue +42 -0
  331. package/src/types/Interface/AlignMiddleFillIcon.vue +42 -0
  332. package/src/types/Interface/AlignMiddleIcon.vue +42 -0
  333. package/src/types/Interface/AlignRightFillIcon.vue +42 -0
  334. package/src/types/Interface/AlignRightIcon.vue +42 -0
  335. package/src/types/Interface/AlignTopFillIcon.vue +42 -0
  336. package/src/types/Interface/AlignTopIcon.vue +42 -0
  337. package/src/types/Interface/ArchiveFillIcon.vue +42 -0
  338. package/src/types/Interface/ArchiveIcon.vue +42 -0
  339. package/src/types/Interface/BookmarkDashIcon.vue +42 -0
  340. package/src/types/Interface/BookmarkFillIcon.vue +42 -0
  341. package/src/types/Interface/BookmarkIcon.vue +42 -0
  342. package/src/types/Interface/CameraFillIcon.vue +42 -0
  343. package/src/types/Interface/CameraIcon.vue +42 -0
  344. package/src/types/Interface/Chat2FillIcon.vue +42 -0
  345. package/src/types/Interface/Chat2Icon.vue +42 -0
  346. package/src/types/Interface/ChatAddFillIcon.vue +42 -0
  347. package/src/types/Interface/ChatAddIcon.vue +43 -0
  348. package/src/types/Interface/ChatCheckmarkFillIcon.vue +42 -0
  349. package/src/types/Interface/ChatCheckmarkIcon.vue +42 -0
  350. package/src/types/Interface/ChatElipsisFillIcon.vue +42 -0
  351. package/src/types/Interface/ChatElipsisIcon.vue +42 -0
  352. package/src/types/Interface/ChatExclamationmarkFillIcon.vue +42 -0
  353. package/src/types/Interface/ChatExclamationmarkIcon.vue +42 -0
  354. package/src/types/Interface/ChatFillIcon.vue +42 -0
  355. package/src/types/Interface/ChatIcon.vue +42 -0
  356. package/src/types/Interface/CogFillIcon.vue +42 -0
  357. package/src/types/Interface/CogIcon.vue +42 -0
  358. package/src/types/Interface/CpuFillIcon.vue +42 -0
  359. package/src/types/Interface/CpuIcon.vue +42 -0
  360. package/src/types/Interface/Density1FillIcon.vue +42 -0
  361. package/src/types/Interface/Density1Icon.vue +42 -0
  362. package/src/types/Interface/Density2FillIcon.vue +42 -0
  363. package/src/types/Interface/Density2Icon.vue +42 -0
  364. package/src/types/Interface/Density3Icon.vue +42 -0
  365. package/src/types/Interface/DocPencilFillIcon.vue +42 -0
  366. package/src/types/Interface/DocPencilIcon.vue +42 -0
  367. package/src/types/Interface/DragHorizontalIcon.vue +42 -0
  368. package/src/types/Interface/DragVerticalIcon.vue +42 -0
  369. package/src/types/Interface/EnvelopeClosedFillIcon.vue +42 -0
  370. package/src/types/Interface/EnvelopeClosedIcon.vue +42 -0
  371. package/src/types/Interface/EnvelopeOpenFillIcon.vue +42 -0
  372. package/src/types/Interface/EnvelopeOpenIcon.vue +42 -0
  373. package/src/types/Interface/EraserFillIcon.vue +42 -0
  374. package/src/types/Interface/EraserIcon.vue +42 -0
  375. package/src/types/Interface/ExternalLinkFillIcon.vue +42 -0
  376. package/src/types/Interface/ExternalLinkIcon.vue +42 -0
  377. package/src/types/Interface/FaceCryFillIcon.vue +42 -0
  378. package/src/types/Interface/FaceCryIcon.vue +42 -0
  379. package/src/types/Interface/FaceFillIcon.vue +42 -0
  380. package/src/types/Interface/FaceFrownFillIcon.vue +42 -0
  381. package/src/types/Interface/FaceFrownIcon.vue +42 -0
  382. package/src/types/Interface/FaceIcon.vue +42 -0
  383. package/src/types/Interface/FaceLaughFillIcon.vue +42 -0
  384. package/src/types/Interface/FaceLaughIcon.vue +42 -0
  385. package/src/types/Interface/FaceSmileFillIcon.vue +42 -0
  386. package/src/types/Interface/FaceSmileIcon.vue +42 -0
  387. package/src/types/Interface/FilterIcon.vue +42 -0
  388. package/src/types/Interface/FloppydiskFillIcon.vue +42 -0
  389. package/src/types/Interface/FloppydiskIcon.vue +42 -0
  390. package/src/types/Interface/FunnelFillIcon.vue +42 -0
  391. package/src/types/Interface/FunnelIcon.vue +42 -0
  392. package/src/types/Interface/GlobeFillIcon.vue +42 -0
  393. package/src/types/Interface/GlobeIcon.vue +42 -0
  394. package/src/types/Interface/GlobeSlashFillIcon.vue +42 -0
  395. package/src/types/Interface/GlobeSlashIcon.vue +42 -0
  396. package/src/types/Interface/HeartBrokenFillIcon.vue +42 -0
  397. package/src/types/Interface/HeartBrokenIcon.vue +42 -0
  398. package/src/types/Interface/HeartFillIcon.vue +42 -0
  399. package/src/types/Interface/HeartIcon.vue +42 -0
  400. package/src/types/Interface/InboxDownFillIcon.vue +42 -0
  401. package/src/types/Interface/InboxDownIcon.vue +42 -0
  402. package/src/types/Interface/InboxFillIcon.vue +42 -0
  403. package/src/types/Interface/InboxIcon.vue +42 -0
  404. package/src/types/Interface/InboxUpFillIcon.vue +42 -0
  405. package/src/types/Interface/InboxUpIcon.vue +42 -0
  406. package/src/types/Interface/LanguageIcon.vue +42 -0
  407. package/src/types/Interface/LaptopFillIcon.vue +42 -0
  408. package/src/types/Interface/LaptopIcon.vue +42 -0
  409. package/src/types/Interface/LayerMinusFillIcon.vue +42 -0
  410. package/src/types/Interface/LayerMinusIcon.vue +42 -0
  411. package/src/types/Interface/LayersFillIcon.vue +42 -0
  412. package/src/types/Interface/LayersIcon.vue +42 -0
  413. package/src/types/Interface/LayersPlusFillIcon.vue +42 -0
  414. package/src/types/Interface/LayersPlusIcon.vue +42 -0
  415. package/src/types/Interface/LineHeightIcon.vue +42 -0
  416. package/src/types/Interface/LinkBrokenIcon.vue +42 -0
  417. package/src/types/Interface/LinkIcon.vue +42 -0
  418. package/src/types/Interface/MagnifyingGlassCheckmarkFillIcon.vue +42 -0
  419. package/src/types/Interface/MagnifyingGlassCheckmarkIcon.vue +42 -0
  420. package/src/types/Interface/MagnifyingGlassFillIcon.vue +42 -0
  421. package/src/types/Interface/MagnifyingGlassIcon.vue +42 -0
  422. package/src/types/Interface/MenuElipsisHorizontalCircleFillIcon.vue +42 -0
  423. package/src/types/Interface/MenuElipsisHorizontalCircleIcon.vue +42 -0
  424. package/src/types/Interface/MenuElipsisHorizontalIcon.vue +42 -0
  425. package/src/types/Interface/MenuElipsisHorizontalSquareFillIcon.vue +42 -0
  426. package/src/types/Interface/MenuElipsisHorizontalSquareIcon.vue +42 -0
  427. package/src/types/Interface/MenuElipsisVerticalCircleFillIcon.vue +42 -0
  428. package/src/types/Interface/MenuElipsisVerticalCircleIcon.vue +42 -0
  429. package/src/types/Interface/MenuElipsisVerticalIcon.vue +42 -0
  430. package/src/types/Interface/MenuElipsisVerticalSquareFillIcon.vue +42 -0
  431. package/src/types/Interface/MenuElipsisVerticalSquareIcon.vue +42 -0
  432. package/src/types/Interface/MenuGridIcon.vue +42 -0
  433. package/src/types/Interface/MenuHamburgerIcon.vue +42 -0
  434. package/src/types/Interface/MobileFillIcon.vue +42 -0
  435. package/src/types/Interface/MobileIcon.vue +42 -0
  436. package/src/types/Interface/MobileSmallFillIcon.vue +42 -0
  437. package/src/types/Interface/MobileSmallIcon.vue +42 -0
  438. package/src/types/Interface/MonitorFillIcon.vue +42 -0
  439. package/src/types/Interface/MonitorIcon.vue +42 -0
  440. package/src/types/Interface/NotePencilDashIcon.vue +42 -0
  441. package/src/types/Interface/NotePencilFillIcon.vue +42 -0
  442. package/src/types/Interface/NotePencilIcon.vue +42 -0
  443. package/src/types/Interface/PageBreakFillIcon.vue +47 -0
  444. package/src/types/Interface/PageBreakIcon.vue +47 -0
  445. package/src/types/Interface/PaletteFillIcon.vue +42 -0
  446. package/src/types/Interface/PaletteIcon.vue +42 -0
  447. package/src/types/Interface/PaperplaneFillIcon.vue +42 -0
  448. package/src/types/Interface/PaperplaneIcon.vue +42 -0
  449. package/src/types/Interface/PencilBoardFillIcon.vue +42 -0
  450. package/src/types/Interface/PencilBoardIcon.vue +42 -0
  451. package/src/types/Interface/PencilFillIcon.vue +42 -0
  452. package/src/types/Interface/PencilIcon.vue +42 -0
  453. package/src/types/Interface/PencilLineFillIcon.vue +42 -0
  454. package/src/types/Interface/PencilLineIcon.vue +42 -0
  455. package/src/types/Interface/PencilWritingFillIcon.vue +42 -0
  456. package/src/types/Interface/PencilWritingIcon.vue +42 -0
  457. package/src/types/Interface/PersonChatFillIcon.vue +42 -0
  458. package/src/types/Interface/PersonChatIcon.vue +42 -0
  459. package/src/types/Interface/PhoneFillIcon.vue +42 -0
  460. package/src/types/Interface/PhoneIcon.vue +42 -0
  461. package/src/types/Interface/PhoneSlashFillIcon.vue +42 -0
  462. package/src/types/Interface/PhoneSlashIcon.vue +42 -0
  463. package/src/types/Interface/PrinterLargeFillIcon.vue +42 -0
  464. package/src/types/Interface/PrinterLargeIcon.vue +42 -0
  465. package/src/types/Interface/PrinterSmallFillIcon.vue +42 -0
  466. package/src/types/Interface/PrinterSmallIcon.vue +42 -0
  467. package/src/types/Interface/RectangleSectionsFillIcon.vue +42 -0
  468. package/src/types/Interface/RectangleSectionsIcon.vue +42 -0
  469. package/src/types/Interface/RotateLeftFillIcon.vue +42 -0
  470. package/src/types/Interface/RotateLeftIcon.vue +42 -0
  471. package/src/types/Interface/RotateRightFillIcon.vue +42 -0
  472. package/src/types/Interface/RotateRightIcon.vue +42 -0
  473. package/src/types/Interface/SidebarBothFillIcon.vue +42 -0
  474. package/src/types/Interface/SidebarBothIcon.vue +42 -0
  475. package/src/types/Interface/SidebarLeftFillIcon.vue +42 -0
  476. package/src/types/Interface/SidebarLeftIcon.vue +42 -0
  477. package/src/types/Interface/SidebarRightFillIcon.vue +42 -0
  478. package/src/types/Interface/SidebarRightIcon.vue +42 -0
  479. package/src/types/Interface/SortDownIcon.vue +42 -0
  480. package/src/types/Interface/SortUpIcon.vue +42 -0
  481. package/src/types/Interface/SpaceHorizontalIcon.vue +42 -0
  482. package/src/types/Interface/SpaceVerticalIcon.vue +42 -0
  483. package/src/types/Interface/SplitHorizontalFillIcon.vue +47 -0
  484. package/src/types/Interface/SplitHorizontalIcon.vue +47 -0
  485. package/src/types/Interface/SplitVerticalFillIcon.vue +47 -0
  486. package/src/types/Interface/SplitVerticalIcon.vue +47 -0
  487. package/src/types/Interface/SquareGridFillIcon.vue +42 -0
  488. package/src/types/Interface/SquareGridIcon.vue +42 -0
  489. package/src/types/Interface/TabletFillIcon.vue +42 -0
  490. package/src/types/Interface/TabletIcon.vue +42 -0
  491. package/src/types/Interface/TabsAddFillIcon.vue +42 -0
  492. package/src/types/Interface/TabsAddIcon.vue +42 -0
  493. package/src/types/Interface/TabsFillIcon.vue +42 -0
  494. package/src/types/Interface/TabsIcon.vue +42 -0
  495. package/src/types/Interface/TabsRemoveFillIcon.vue +42 -0
  496. package/src/types/Interface/TabsRemoveIcon.vue +42 -0
  497. package/src/types/Interface/TagFillIcon.vue +42 -0
  498. package/src/types/Interface/TagIcon.vue +42 -0
  499. package/src/types/Interface/ThemeIcon.vue +42 -0
  500. package/src/types/Interface/ThumbDownFillIcon.vue +42 -0
  501. package/src/types/Interface/ThumbDownIcon.vue +42 -0
  502. package/src/types/Interface/ThumbUpFillIcon.vue +42 -0
  503. package/src/types/Interface/ThumbUpIcon.vue +42 -0
  504. package/src/types/Interface/TrashFillIcon.vue +42 -0
  505. package/src/types/Interface/TrashIcon.vue +42 -0
  506. package/src/types/Interface/ZoomMinusFillIcon.vue +42 -0
  507. package/src/types/Interface/ZoomMinusIcon.vue +42 -0
  508. package/src/types/Interface/ZoomPlusFillIcon.vue +42 -0
  509. package/src/types/Interface/ZoomPlusIcon.vue +42 -0
  510. package/src/types/LawAndSecurity/BagdeFillIcon.vue +42 -0
  511. package/src/types/LawAndSecurity/BagdeIcon.vue +42 -0
  512. package/src/types/LawAndSecurity/EnterIcon.vue +42 -0
  513. package/src/types/LawAndSecurity/GavelFillIcon.vue +42 -0
  514. package/src/types/LawAndSecurity/GavelIcon.vue +42 -0
  515. package/src/types/LawAndSecurity/GavelSoundBlockFillIcon.vue +42 -0
  516. package/src/types/LawAndSecurity/GavelSoundBlockIcon.vue +42 -0
  517. package/src/types/LawAndSecurity/KeyHorizontalFillIcon.vue +42 -0
  518. package/src/types/LawAndSecurity/KeyHorizontalIcon.vue +42 -0
  519. package/src/types/LawAndSecurity/KeyVerticalFillIcon.vue +42 -0
  520. package/src/types/LawAndSecurity/KeyVerticalIcon.vue +42 -0
  521. package/src/types/LawAndSecurity/LeaveIcon.vue +42 -0
  522. package/src/types/LawAndSecurity/Over18FillIcon.vue +42 -0
  523. package/src/types/LawAndSecurity/Over18Icon.vue +42 -0
  524. package/src/types/LawAndSecurity/PadlockLockedFillIcon.vue +42 -0
  525. package/src/types/LawAndSecurity/PadlockLockedIcon.vue +42 -0
  526. package/src/types/LawAndSecurity/PadlockUnlockedFillIcon.vue +42 -0
  527. package/src/types/LawAndSecurity/PadlockUnlockedIcon.vue +42 -0
  528. package/src/types/LawAndSecurity/ParagraphIcon.vue +42 -0
  529. package/src/types/LawAndSecurity/PassportFillIcon.vue +42 -0
  530. package/src/types/LawAndSecurity/PassportIcon.vue +42 -0
  531. package/src/types/LawAndSecurity/PasswordHiddenIcon.vue +42 -0
  532. package/src/types/LawAndSecurity/PinFillIcon.vue +42 -0
  533. package/src/types/LawAndSecurity/PinIcon.vue +42 -0
  534. package/src/types/LawAndSecurity/SealCheckmarkFillIcon.vue +42 -0
  535. package/src/types/LawAndSecurity/SealCheckmarkIcon.vue +42 -0
  536. package/src/types/LawAndSecurity/SealFillIcon.vue +42 -0
  537. package/src/types/LawAndSecurity/SealIcon.vue +42 -0
  538. package/src/types/LawAndSecurity/SealXMarkFillIcon.vue +42 -0
  539. package/src/types/LawAndSecurity/SealXMarkIcon.vue +42 -0
  540. package/src/types/LawAndSecurity/ShieldCheckmarkFillIcon.vue +42 -0
  541. package/src/types/LawAndSecurity/ShieldCheckmarkIcon.vue +42 -0
  542. package/src/types/LawAndSecurity/ShieldFillIcon.vue +42 -0
  543. package/src/types/LawAndSecurity/ShieldIcon.vue +42 -0
  544. package/src/types/LawAndSecurity/ShieldLockFillIcon.vue +42 -0
  545. package/src/types/LawAndSecurity/ShieldLockIcon.vue +42 -0
  546. package/src/types/LawAndSecurity/StarsEuIcon.vue +42 -0
  547. package/src/types/Media/BackwardFillIcon.vue +42 -0
  548. package/src/types/Media/BackwardIcon.vue +42 -0
  549. package/src/types/Media/CaptionsFillIcon.vue +42 -0
  550. package/src/types/Media/CaptionsIcon.vue +42 -0
  551. package/src/types/Media/ForwardFillIcon.vue +42 -0
  552. package/src/types/Media/ForwardIcon.vue +42 -0
  553. package/src/types/Media/ImageFillIcon.vue +42 -0
  554. package/src/types/Media/ImageIcon.vue +42 -0
  555. package/src/types/Media/MegaphoneFillIcon.vue +42 -0
  556. package/src/types/Media/MegaphoneIcon.vue +42 -0
  557. package/src/types/Media/MegaphoneSpeakingFillIcon.vue +42 -0
  558. package/src/types/Media/MegaphoneSpeakingIcon.vue +42 -0
  559. package/src/types/Media/MicrophoneFillIcon.vue +42 -0
  560. package/src/types/Media/MicrophoneIcon.vue +42 -0
  561. package/src/types/Media/MicrophoneSlashFillIcon.vue +42 -0
  562. package/src/types/Media/MicrophoneSlashIcon.vue +42 -0
  563. package/src/types/Media/NewspaperFillIcon.vue +42 -0
  564. package/src/types/Media/NewspaperIcon.vue +42 -0
  565. package/src/types/Media/PauseFillIcon.vue +42 -0
  566. package/src/types/Media/PauseIcon.vue +42 -0
  567. package/src/types/Media/PlayFillIcon.vue +42 -0
  568. package/src/types/Media/PlayIcon.vue +42 -0
  569. package/src/types/Media/PresentationFillIcon.vue +42 -0
  570. package/src/types/Media/PresentationIcon.vue +42 -0
  571. package/src/types/Media/RecordFillIcon.vue +42 -0
  572. package/src/types/Media/RecordIcon.vue +42 -0
  573. package/src/types/Media/SkipBackwardFillIcon.vue +42 -0
  574. package/src/types/Media/SkipBackwardIcon.vue +42 -0
  575. package/src/types/Media/SkipForwardFillIcon.vue +42 -0
  576. package/src/types/Media/SkipForwardIcon.vue +42 -0
  577. package/src/types/Media/SpeakerFillIcon.vue +42 -0
  578. package/src/types/Media/SpeakerIcon.vue +42 -0
  579. package/src/types/Media/SpeakerSlashFillIcon.vue +42 -0
  580. package/src/types/Media/SpeakerSlashIcon.vue +42 -0
  581. package/src/types/Media/SpeakerSoundWave1FillIcon.vue +42 -0
  582. package/src/types/Media/SpeakerSoundWave1Icon.vue +42 -0
  583. package/src/types/Media/SpeakerSoundWave2FillIcon.vue +42 -0
  584. package/src/types/Media/SpeakerSoundWave2Icon.vue +42 -0
  585. package/src/types/Media/SpeakerSoundWave3FillIcon.vue +42 -0
  586. package/src/types/Media/SpeakerSoundWave3Icon.vue +42 -0
  587. package/src/types/Media/StopFillIcon.vue +42 -0
  588. package/src/types/Media/StopIcon.vue +42 -0
  589. package/src/types/Media/VideoFillIcon.vue +42 -0
  590. package/src/types/Media/VideoIcon.vue +42 -0
  591. package/src/types/Media/VideoSlashFillIcon.vue +42 -0
  592. package/src/types/Media/VideoSlashIcon.vue +42 -0
  593. package/src/types/Media/VideoplayerFillIcon.vue +42 -0
  594. package/src/types/Media/VideoplayerIcon.vue +42 -0
  595. package/src/types/Media/WaveformIcon.vue +42 -0
  596. package/src/types/Money/BankNoteFillIcon.vue +42 -0
  597. package/src/types/Money/BankNoteIcon.vue +42 -0
  598. package/src/types/Money/CardFillIcon.vue +42 -0
  599. package/src/types/Money/CardIcon.vue +42 -0
  600. package/src/types/Money/CurrencyExchangeIcon.vue +42 -0
  601. package/src/types/Money/FlowerPensionFillIcon.vue +42 -0
  602. package/src/types/Money/FlowerPensionIcon.vue +42 -0
  603. package/src/types/Money/KronerIcon.vue +42 -0
  604. package/src/types/Money/NokIcon.vue +42 -0
  605. package/src/types/Money/PiggybankFillIcon.vue +42 -0
  606. package/src/types/Money/PiggybankIcon.vue +42 -0
  607. package/src/types/Money/ReceiptFillIcon.vue +42 -0
  608. package/src/types/Money/ReceiptIcon.vue +42 -0
  609. package/src/types/Money/SackKronerFillIcon.vue +42 -0
  610. package/src/types/Money/SackKronerIcon.vue +42 -0
  611. package/src/types/Money/SackPensionFillIcon.vue +42 -0
  612. package/src/types/Money/SackPensionIcon.vue +42 -0
  613. package/src/types/Money/ShoppingBasketFillIcon.vue +42 -0
  614. package/src/types/Money/ShoppingBasketIcon.vue +42 -0
  615. package/src/types/Money/WalletFillIcon.vue +42 -0
  616. package/src/types/Money/WalletIcon.vue +42 -0
  617. package/src/types/NatureAndAnimals/AllergensFillIcon.vue +42 -0
  618. package/src/types/NatureAndAnimals/AllergensIcon.vue +42 -0
  619. package/src/types/NatureAndAnimals/BacteriaFillIcon.vue +42 -0
  620. package/src/types/NatureAndAnimals/BacteriaIcon.vue +42 -0
  621. package/src/types/NatureAndAnimals/BugFillIcon.vue +42 -0
  622. package/src/types/NatureAndAnimals/BugIcon.vue +42 -0
  623. package/src/types/NatureAndAnimals/DogFillIcon.vue +42 -0
  624. package/src/types/NatureAndAnimals/DogIcon.vue +42 -0
  625. package/src/types/NatureAndAnimals/EarthFillIcon.vue +42 -0
  626. package/src/types/NatureAndAnimals/EarthIcon.vue +42 -0
  627. package/src/types/NatureAndAnimals/FlowerFillIcon.vue +42 -0
  628. package/src/types/NatureAndAnimals/FlowerIcon.vue +42 -0
  629. package/src/types/NatureAndAnimals/FlowerPetalFallingFillIcon.vue +42 -0
  630. package/src/types/NatureAndAnimals/FlowerPetalFallingIcon.vue +42 -0
  631. package/src/types/NatureAndAnimals/FlowerPetalsFillIcon.vue +42 -0
  632. package/src/types/NatureAndAnimals/FlowerPetalsIcon.vue +42 -0
  633. package/src/types/NatureAndAnimals/HexagonGridFillIcon.vue +42 -0
  634. package/src/types/NatureAndAnimals/HexagonGridIcon.vue +42 -0
  635. package/src/types/NatureAndAnimals/LightningFillIcon.vue +42 -0
  636. package/src/types/NatureAndAnimals/LightningIcon.vue +42 -0
  637. package/src/types/NatureAndAnimals/MicrobeFillIcon.vue +42 -0
  638. package/src/types/NatureAndAnimals/MicrobeIcon.vue +42 -0
  639. package/src/types/NatureAndAnimals/MoonFillIcon.vue +42 -0
  640. package/src/types/NatureAndAnimals/MoonIcon.vue +42 -0
  641. package/src/types/NatureAndAnimals/MountainFillIcon.vue +42 -0
  642. package/src/types/NatureAndAnimals/MountainIcon.vue +42 -0
  643. package/src/types/NatureAndAnimals/ParasolBeachFillIcon.vue +42 -0
  644. package/src/types/NatureAndAnimals/ParasolBeachIcon.vue +42 -0
  645. package/src/types/NatureAndAnimals/PlantFillIcon.vue +42 -0
  646. package/src/types/NatureAndAnimals/PlantIcon.vue +42 -0
  647. package/src/types/NatureAndAnimals/RaindropFillIcon.vue +42 -0
  648. package/src/types/NatureAndAnimals/RaindropIcon.vue +42 -0
  649. package/src/types/NatureAndAnimals/SnowIcon.vue +42 -0
  650. package/src/types/NatureAndAnimals/SparkLargeIcon.vue +42 -0
  651. package/src/types/NatureAndAnimals/SparkSmallIcon.vue +42 -0
  652. package/src/types/NatureAndAnimals/SparklesFillIcon.vue +42 -0
  653. package/src/types/NatureAndAnimals/SparklesIcon.vue +42 -0
  654. package/src/types/NatureAndAnimals/StarFillIcon.vue +42 -0
  655. package/src/types/NatureAndAnimals/StarIcon.vue +42 -0
  656. package/src/types/NatureAndAnimals/SunFillIcon.vue +42 -0
  657. package/src/types/NatureAndAnimals/SunIcon.vue +42 -0
  658. package/src/types/NatureAndAnimals/ThermometerFillIcon.vue +42 -0
  659. package/src/types/NatureAndAnimals/ThermometerIcon.vue +42 -0
  660. package/src/types/NatureAndAnimals/WavesIcon.vue +42 -0
  661. package/src/types/People/BabyWrappedFillIcon.vue +42 -0
  662. package/src/types/People/BabyWrappedIcon.vue +42 -0
  663. package/src/types/People/BoneFillIcon.vue +42 -0
  664. package/src/types/People/BoneIcon.vue +42 -0
  665. package/src/types/People/ChildEyesFillIcon.vue +42 -0
  666. package/src/types/People/ChildEyesIcon.vue +42 -0
  667. package/src/types/People/ChildHairEyesFillIcon.vue +42 -0
  668. package/src/types/People/ChildHairEyesIcon.vue +42 -0
  669. package/src/types/People/EarFillIcon.vue +42 -0
  670. package/src/types/People/EarIcon.vue +42 -0
  671. package/src/types/People/EarSlashFillIcon.vue +42 -0
  672. package/src/types/People/EarSlashIcon.vue +42 -0
  673. package/src/types/People/EarSoundwavesFillIcon.vue +42 -0
  674. package/src/types/People/EarSoundwavesIcon.vue +42 -0
  675. package/src/types/People/EyeClosedIcon.vue +42 -0
  676. package/src/types/People/EyeFillIcon.vue +42 -0
  677. package/src/types/People/EyeIcon.vue +42 -0
  678. package/src/types/People/EyeObfuscatedFillIcon.vue +42 -0
  679. package/src/types/People/EyeObfuscatedIcon.vue +42 -0
  680. package/src/types/People/EyeSlashFillIcon.vue +42 -0
  681. package/src/types/People/EyeSlashIcon.vue +42 -0
  682. package/src/types/People/EyeWithPupilFillIcon.vue +42 -0
  683. package/src/types/People/EyeWithPupilIcon.vue +42 -0
  684. package/src/types/People/FigureChildFillIcon.vue +42 -0
  685. package/src/types/People/FigureChildIcon.vue +42 -0
  686. package/src/types/People/FigureCombinationFillIcon.vue +42 -0
  687. package/src/types/People/FigureCombinationIcon.vue +42 -0
  688. package/src/types/People/FigureInwardFillIcon.vue +42 -0
  689. package/src/types/People/FigureInwardIcon.vue +42 -0
  690. package/src/types/People/FigureOutwardFillIcon.vue +42 -0
  691. package/src/types/People/FigureOutwardIcon.vue +42 -0
  692. package/src/types/People/FingerButtonFillIcon.vue +42 -0
  693. package/src/types/People/FingerButtonIcon.vue +42 -0
  694. package/src/types/People/FingerMobileFillIcon.vue +42 -0
  695. package/src/types/People/FingerMobileIcon.vue +42 -0
  696. package/src/types/People/HandFingerFillIcon.vue +42 -0
  697. package/src/types/People/HandFingerIcon.vue +42 -0
  698. package/src/types/People/HandHeartFillIcon.vue +42 -0
  699. package/src/types/People/HandHeartIcon.vue +42 -0
  700. package/src/types/People/HandKnotFilledIcon.vue +42 -0
  701. package/src/types/People/HandKnotIcon.vue +42 -0
  702. package/src/types/People/HandShakeHeartFillIcon.vue +42 -0
  703. package/src/types/People/HandShakeHeartIcon.vue +42 -0
  704. package/src/types/People/HandshakeFillIcon.vue +42 -0
  705. package/src/types/People/HandshakeIcon.vue +42 -0
  706. package/src/types/People/HeadFillIcon.vue +42 -0
  707. package/src/types/People/HeadIcon.vue +42 -0
  708. package/src/types/People/PersonCheckmarkFillIcon.vue +42 -0
  709. package/src/types/People/PersonCheckmarkIcon.vue +42 -0
  710. package/src/types/People/PersonCircleFillIcon.vue +42 -0
  711. package/src/types/People/PersonCircleIcon.vue +42 -0
  712. package/src/types/People/PersonCrossFillIcon.vue +42 -0
  713. package/src/types/People/PersonCrossIcon.vue +42 -0
  714. package/src/types/People/PersonEnvelopeFillIcon.vue +42 -0
  715. package/src/types/People/PersonEnvelopeIcon.vue +42 -0
  716. package/src/types/People/PersonFillIcon.vue +42 -0
  717. package/src/types/People/PersonGavelFillIcon.vue +42 -0
  718. package/src/types/People/PersonGavelIcon.vue +42 -0
  719. package/src/types/People/PersonGroupFillIcon.vue +42 -0
  720. package/src/types/People/PersonGroupIcon.vue +42 -0
  721. package/src/types/People/PersonHeadsetFillIcon.vue +42 -0
  722. package/src/types/People/PersonHeadsetIcon.vue +42 -0
  723. package/src/types/People/PersonIcon.vue +42 -0
  724. package/src/types/People/PersonMinusFillIcon.vue +42 -0
  725. package/src/types/People/PersonMinusIcon.vue +42 -0
  726. package/src/types/People/PersonPencilFillIcon.vue +42 -0
  727. package/src/types/People/PersonPencilIcon.vue +42 -0
  728. package/src/types/People/PersonPlusFillIcon.vue +42 -0
  729. package/src/types/People/PersonPlusIcon.vue +42 -0
  730. package/src/types/People/PersonPregnantFillIcon.vue +42 -0
  731. package/src/types/People/PersonPregnantIcon.vue +42 -0
  732. package/src/types/People/PersonRectangleFillIcon.vue +42 -0
  733. package/src/types/People/PersonRectangleIcon.vue +42 -0
  734. package/src/types/People/PersonSuitFillIcon.vue +42 -0
  735. package/src/types/People/PersonSuitIcon.vue +42 -0
  736. package/src/types/People/PersonTallShortFillIcon.vue +42 -0
  737. package/src/types/People/PersonTallShortIcon.vue +42 -0
  738. package/src/types/People/SilhouetteFillIcon.vue +42 -0
  739. package/src/types/People/SilhouetteIcon.vue +42 -0
  740. package/src/types/People/ToothFillIcon.vue +42 -0
  741. package/src/types/People/ToothIcon.vue +42 -0
  742. package/src/types/StatisticsAndMath/AngleIcon.vue +42 -0
  743. package/src/types/StatisticsAndMath/AreaChartFillIcon.vue +42 -0
  744. package/src/types/StatisticsAndMath/AreaChartIcon.vue +43 -0
  745. package/src/types/StatisticsAndMath/BarChartFillIcon.vue +42 -0
  746. package/src/types/StatisticsAndMath/BarChartIcon.vue +42 -0
  747. package/src/types/StatisticsAndMath/BubbleChartFillIcon.vue +42 -0
  748. package/src/types/StatisticsAndMath/BubbleChartIcon.vue +42 -0
  749. package/src/types/StatisticsAndMath/BulletListIcon.vue +42 -0
  750. package/src/types/StatisticsAndMath/DivideIcon.vue +42 -0
  751. package/src/types/StatisticsAndMath/DonutChartFillIcon.vue +42 -0
  752. package/src/types/StatisticsAndMath/DonutChartIcon.vue +42 -0
  753. package/src/types/StatisticsAndMath/EqualsIcon.vue +42 -0
  754. package/src/types/StatisticsAndMath/HashtagIcon.vue +42 -0
  755. package/src/types/StatisticsAndMath/LineGraphDotIcon.vue +42 -0
  756. package/src/types/StatisticsAndMath/LineGraphIcon.vue +42 -0
  757. package/src/types/StatisticsAndMath/LineGraphStackedIcon.vue +42 -0
  758. package/src/types/StatisticsAndMath/MinusCircleFillIcon.vue +42 -0
  759. package/src/types/StatisticsAndMath/MinusCircleIcon.vue +42 -0
  760. package/src/types/StatisticsAndMath/MinusIcon.vue +42 -0
  761. package/src/types/StatisticsAndMath/MultiplyIcon.vue +42 -0
  762. package/src/types/StatisticsAndMath/NumberListIcon.vue +42 -0
  763. package/src/types/StatisticsAndMath/PercentIcon.vue +42 -0
  764. package/src/types/StatisticsAndMath/PieChartFillIcon.vue +42 -0
  765. package/src/types/StatisticsAndMath/PieChartIcon.vue +42 -0
  766. package/src/types/StatisticsAndMath/PlusCircleFillIcon.vue +42 -0
  767. package/src/types/StatisticsAndMath/PlusCircleIcon.vue +42 -0
  768. package/src/types/StatisticsAndMath/PlusIcon.vue +42 -0
  769. package/src/types/StatisticsAndMath/PlusMinusSlashIcon.vue +42 -0
  770. package/src/types/StatisticsAndMath/SectorChartFillIcon.vue +42 -0
  771. package/src/types/StatisticsAndMath/SectorChartIcon.vue +42 -0
  772. package/src/types/StatisticsAndMath/SquarerootIcon.vue +42 -0
  773. package/src/types/StatisticsAndMath/TableFillIcon.vue +42 -0
  774. package/src/types/StatisticsAndMath/TableIcon.vue +42 -0
  775. package/src/types/StatisticsAndMath/TrendDownIcon.vue +42 -0
  776. package/src/types/StatisticsAndMath/TrendFlatIcon.vue +42 -0
  777. package/src/types/StatisticsAndMath/TrendUpIcon.vue +42 -0
  778. package/src/types/Status/BellDotFillIcon.vue +42 -0
  779. package/src/types/Status/BellDotIcon.vue +42 -0
  780. package/src/types/Status/BellFillIcon.vue +42 -0
  781. package/src/types/Status/BellIcon.vue +42 -0
  782. package/src/types/Status/BellSlashFillIcon.vue +42 -0
  783. package/src/types/Status/BellSlashIcon.vue +42 -0
  784. package/src/types/Status/CameraTriangleFillIcon.vue +42 -0
  785. package/src/types/Status/CameraTriangleIcon.vue +42 -0
  786. package/src/types/Status/CheckmarkCircleFillIcon.vue +42 -0
  787. package/src/types/Status/CheckmarkCircleIcon.vue +42 -0
  788. package/src/types/Status/CheckmarkHeavyIcon.vue +42 -0
  789. package/src/types/Status/CheckmarkIcon.vue +42 -0
  790. package/src/types/Status/CircleBrokenIcon.vue +42 -0
  791. package/src/types/Status/CircleFillIcon.vue +42 -0
  792. package/src/types/Status/CircleIcon.vue +42 -0
  793. package/src/types/Status/CircleSlashFillIcon.vue +42 -0
  794. package/src/types/Status/CircleSlashIcon.vue +42 -0
  795. package/src/types/Status/CogRotationFillIcon.vue +42 -0
  796. package/src/types/Status/CogRotationIcon.vue +42 -0
  797. package/src/types/Status/DiamondFillIcon.vue +42 -0
  798. package/src/types/Status/DiamondIcon.vue +42 -0
  799. package/src/types/Status/ExclamationmarkIcon.vue +42 -0
  800. package/src/types/Status/ExclamationmarkTriangleFillIcon.vue +42 -0
  801. package/src/types/Status/ExclamationmarkTriangleIcon.vue +42 -0
  802. package/src/types/Status/InformationIcon.vue +42 -0
  803. package/src/types/Status/InformationSquareFillIcon.vue +42 -0
  804. package/src/types/Status/InformationSquareIcon.vue +42 -0
  805. package/src/types/Status/LaptopTriangleFillIcon.vue +42 -0
  806. package/src/types/Status/LaptopTriangleIcon.vue +42 -0
  807. package/src/types/Status/MobileTriangleFillIcon.vue +42 -0
  808. package/src/types/Status/MobileTriangleIcon.vue +42 -0
  809. package/src/types/Status/MonitorTriangleFillIcon.vue +42 -0
  810. package/src/types/Status/MonitorTriangleIcon.vue +42 -0
  811. package/src/types/Status/PentagonFillIcon.vue +42 -0
  812. package/src/types/Status/PentagonIcon.vue +42 -0
  813. package/src/types/Status/PrinterLargeTriangleFillIcon.vue +42 -0
  814. package/src/types/Status/PrinterLargeTriangleIcon.vue +42 -0
  815. package/src/types/Status/PrinterSmallTriangleFillIcon.vue +42 -0
  816. package/src/types/Status/PrinterSmallTriangleIcon.vue +42 -0
  817. package/src/types/Status/QuestionmarkCircleFillIcon.vue +42 -0
  818. package/src/types/Status/QuestionmarkCircleIcon.vue +42 -0
  819. package/src/types/Status/QuestionmarkDiamondFillIcon.vue +42 -0
  820. package/src/types/Status/QuestionmarkDiamondIcon.vue +42 -0
  821. package/src/types/Status/QuestionmarkIcon.vue +42 -0
  822. package/src/types/Status/RobotFillIcon.vue +42 -0
  823. package/src/types/Status/RobotFrownFillIcon.vue +42 -0
  824. package/src/types/Status/RobotFrownIcon.vue +45 -0
  825. package/src/types/Status/RobotIcon.vue +45 -0
  826. package/src/types/Status/RobotSmileFillIcon.vue +42 -0
  827. package/src/types/Status/RobotSmileIcon.vue +45 -0
  828. package/src/types/Status/SquareFillIcon.vue +42 -0
  829. package/src/types/Status/SquareIcon.vue +42 -0
  830. package/src/types/Status/TriangleFillIcon.vue +42 -0
  831. package/src/types/Status/TriangleIcon.vue +42 -0
  832. package/src/types/Status/XMarkIcon.vue +42 -0
  833. package/src/types/Status/XMarkOctagonFillIcon.vue +42 -0
  834. package/src/types/Status/XMarkOctagonIcon.vue +42 -0
  835. package/src/types/Transportation/AirplaneFillIcon.vue +42 -0
  836. package/src/types/Transportation/AirplaneIcon.vue +42 -0
  837. package/src/types/Transportation/BackpackFillIcon.vue +42 -0
  838. package/src/types/Transportation/BackpackIcon.vue +42 -0
  839. package/src/types/Transportation/BaggageFillIcon.vue +42 -0
  840. package/src/types/Transportation/BaggageIcon.vue +42 -0
  841. package/src/types/Transportation/BicycleIcon.vue +42 -0
  842. package/src/types/Transportation/BoatFillIcon.vue +42 -0
  843. package/src/types/Transportation/BoatIcon.vue +42 -0
  844. package/src/types/Transportation/BusFillIcon.vue +42 -0
  845. package/src/types/Transportation/BusIcon.vue +42 -0
  846. package/src/types/Transportation/CarFillIcon.vue +42 -0
  847. package/src/types/Transportation/CarIcon.vue +42 -0
  848. package/src/types/Transportation/CompassFillIcon.vue +42 -0
  849. package/src/types/Transportation/CompassIcon.vue +42 -0
  850. package/src/types/Transportation/FlagCrossFillIcon.vue +42 -0
  851. package/src/types/Transportation/FlagCrossIcon.vue +42 -0
  852. package/src/types/Transportation/FootprintFillIcon.vue +42 -0
  853. package/src/types/Transportation/FootprintIcon.vue +42 -0
  854. package/src/types/Transportation/HikingTrailSignFillIcon.vue +42 -0
  855. package/src/types/Transportation/HikingTrailSignIcon.vue +42 -0
  856. package/src/types/Transportation/LocationPinFillIcon.vue +42 -0
  857. package/src/types/Transportation/LocationPinIcon.vue +42 -0
  858. package/src/types/Transportation/MotorcycleFillIcon.vue +42 -0
  859. package/src/types/Transportation/MotorcycleIcon.vue +42 -0
  860. package/src/types/Transportation/RoadblockFillIcon.vue +42 -0
  861. package/src/types/Transportation/RoadblockIcon.vue +49 -0
  862. package/src/types/Transportation/RocketFillIcon.vue +42 -0
  863. package/src/types/Transportation/RocketIcon.vue +42 -0
  864. package/src/types/Transportation/SackFillIcon.vue +42 -0
  865. package/src/types/Transportation/SackIcon.vue +42 -0
  866. package/src/types/Transportation/StrollerFillIcon.vue +42 -0
  867. package/src/types/Transportation/StrollerIcon.vue +42 -0
  868. package/src/types/Transportation/TrainFillIcon.vue +42 -0
  869. package/src/types/Transportation/TrainIcon.vue +42 -0
  870. package/src/types/Transportation/TramFillIcon.vue +42 -0
  871. package/src/types/Transportation/TramIcon.vue +42 -0
  872. package/src/types/Transportation/TruckFillIcon.vue +42 -0
  873. package/src/types/Transportation/TruckIcon.vue +42 -0
  874. package/src/types/Transportation/TruckPercentFillIcon.vue +42 -0
  875. package/src/types/Transportation/TruckPercentIcon.vue +42 -0
  876. package/src/types/Wellness/BandageFillIcon.vue +42 -0
  877. package/src/types/Wellness/BandageIcon.vue +42 -0
  878. package/src/types/Wellness/BoneBrokenIcon.vue +42 -0
  879. package/src/types/Wellness/CigaretteFillIcon.vue +42 -0
  880. package/src/types/Wellness/CigaretteIcon.vue +42 -0
  881. package/src/types/Wellness/CoffeeFillIcon.vue +42 -0
  882. package/src/types/Wellness/CoffeeIcon.vue +42 -0
  883. package/src/types/Wellness/DonutsFillIcon.vue +42 -0
  884. package/src/types/Wellness/DonutsIcon.vue +42 -0
  885. package/src/types/Wellness/FeedingBottleFillIcon.vue +42 -0
  886. package/src/types/Wellness/FeedingBottleIcon.vue +42 -0
  887. package/src/types/Wellness/FirstAidFillIcon.vue +42 -0
  888. package/src/types/Wellness/FirstAidIcon.vue +42 -0
  889. package/src/types/Wellness/FirstAidKitFillIcon.vue +42 -0
  890. package/src/types/Wellness/FirstAidKitIcon.vue +42 -0
  891. package/src/types/Wellness/HandBandageFillIcon.vue +42 -0
  892. package/src/types/Wellness/HandBandageIcon.vue +42 -0
  893. package/src/types/Wellness/HeadHeartFillIcon.vue +42 -0
  894. package/src/types/Wellness/HeadHeartIcon.vue +42 -0
  895. package/src/types/Wellness/HospitalFillIcon.vue +42 -0
  896. package/src/types/Wellness/HospitalIcon.vue +42 -0
  897. package/src/types/Wellness/IvFluidBagFillIcon.vue +42 -0
  898. package/src/types/Wellness/IvFluidBagIcon.vue +42 -0
  899. package/src/types/Wellness/LifebuoyFillIcon.vue +42 -0
  900. package/src/types/Wellness/LifebuoyIcon.vue +42 -0
  901. package/src/types/Wellness/MedicalThermometerFillIcon.vue +42 -0
  902. package/src/types/Wellness/MedicalThermometerIcon.vue +42 -0
  903. package/src/types/Wellness/MedicineBottleFillIcon.vue +42 -0
  904. package/src/types/Wellness/MedicineBottleIcon.vue +42 -0
  905. package/src/types/Wellness/PillCircleFillIcon.vue +42 -0
  906. package/src/types/Wellness/PillCircleIcon.vue +42 -0
  907. package/src/types/Wellness/PillCircleRectangleFillIcon.vue +42 -0
  908. package/src/types/Wellness/PillCircleRectangleIcon.vue +42 -0
  909. package/src/types/Wellness/PillRectangleFillIcon.vue +42 -0
  910. package/src/types/Wellness/PillRectangleIcon.vue +42 -0
  911. package/src/types/Wellness/StarOfLifeFillIcon.vue +42 -0
  912. package/src/types/Wellness/StarOfLifeIcon.vue +42 -0
  913. package/src/types/Wellness/StethoscopeIcon.vue +42 -0
  914. package/src/types/Wellness/TrayFoodFillIcon.vue +42 -0
  915. package/src/types/Wellness/TrayFoodIcon.vue +42 -0
  916. package/src/types/Wellness/VirusFillIcon.vue +42 -0
  917. package/src/types/Wellness/VirusIcon.vue +42 -0
  918. package/src/types/Wellness/VitalsIcon.vue +42 -0
  919. package/src/types/Workplace/BriefcaseClockFillIcon.vue +42 -0
  920. package/src/types/Workplace/BriefcaseClockIcon.vue +42 -0
  921. package/src/types/Workplace/BriefcaseFillIcon.vue +42 -0
  922. package/src/types/Workplace/BriefcaseIcon.vue +42 -0
  923. package/src/types/Workplace/Buildings2FillIcon.vue +42 -0
  924. package/src/types/Workplace/Buildings2Icon.vue +42 -0
  925. package/src/types/Workplace/Buildings3FillIcon.vue +42 -0
  926. package/src/types/Workplace/Buildings3Icon.vue +42 -0
  927. package/src/types/Workplace/ChangingRoomFillIcon.vue +42 -0
  928. package/src/types/Workplace/ChangingRoomIcon.vue +42 -0
  929. package/src/types/Workplace/ChefHatFillIcon.vue +42 -0
  930. package/src/types/Workplace/ChefHatIcon.vue +42 -0
  931. package/src/types/Workplace/ClipboardCheckmarkFillIcon.vue +42 -0
  932. package/src/types/Workplace/ClipboardCheckmarkIcon.vue +42 -0
  933. package/src/types/Workplace/ClipboardFillIcon.vue +42 -0
  934. package/src/types/Workplace/ClipboardIcon.vue +42 -0
  935. package/src/types/Workplace/ClipboardLinkFillIcon.vue +42 -0
  936. package/src/types/Workplace/ClipboardLinkIcon.vue +42 -0
  937. package/src/types/Workplace/ClipboardXMarkFillIcon.vue +42 -0
  938. package/src/types/Workplace/ClipboardXMarkIcon.vue +42 -0
  939. package/src/types/Workplace/DoorFillIcon.vue +42 -0
  940. package/src/types/Workplace/DoorIcon.vue +42 -0
  941. package/src/types/Workplace/DoorOpenFillIcon.vue +42 -0
  942. package/src/types/Workplace/DoorOpenIcon.vue +42 -0
  943. package/src/types/Workplace/ElevatorFillIcon.vue +42 -0
  944. package/src/types/Workplace/ElevatorIcon.vue +42 -0
  945. package/src/types/Workplace/HardHatFillIcon.vue +42 -0
  946. package/src/types/Workplace/HardHatIcon.vue +42 -0
  947. package/src/types/Workplace/MeetingLargeFillIcon.vue +42 -0
  948. package/src/types/Workplace/MeetingLargeIcon.vue +42 -0
  949. package/src/types/Workplace/MeetingSmallFillIcon.vue +42 -0
  950. package/src/types/Workplace/MeetingSmallIcon.vue +42 -0
  951. package/src/types/Workplace/NoSmokingFillIcon.vue +42 -0
  952. package/src/types/Workplace/NoSmokingIcon.vue +42 -0
  953. package/src/types/Workplace/ParkingFillIcon.vue +42 -0
  954. package/src/types/Workplace/ParkingIcon.vue +42 -0
  955. package/src/types/Workplace/QuietZoneFillIcon.vue +42 -0
  956. package/src/types/Workplace/QuietZoneIcon.vue +42 -0
  957. package/src/types/Workplace/ReceptionFillIcon.vue +42 -0
  958. package/src/types/Workplace/ReceptionIcon.vue +42 -0
  959. package/src/types/Workplace/RecycleFillIcon.vue +42 -0
  960. package/src/types/Workplace/RecycleIcon.vue +42 -0
  961. package/src/types/Workplace/ShowerFillIcon.vue +42 -0
  962. package/src/types/Workplace/ShowerIcon.vue +42 -0
  963. package/src/types/Workplace/TapWaterFillIcon.vue +42 -0
  964. package/src/types/Workplace/TapWaterIcon.vue +42 -0
  965. package/src/types/Workplace/TestFlaskFillIcon.vue +42 -0
  966. package/src/types/Workplace/TestFlaskIcon.vue +42 -0
  967. package/src/types/Workplace/WaitingRoomFillIcon.vue +42 -0
  968. package/src/types/Workplace/WaitingRoomIcon.vue +42 -0
  969. package/src/types/index.ts +985 -0
@@ -0,0 +1,42 @@
1
+ <!--
2
+ @generated This file is auto-generated. Do not edit manually.
3
+ @version 1.0.0
4
+ @downloadUrl https://cdn.nav.no/aksel/icons/zip/aksel-icons.zip
5
+ -->
6
+ <script setup>
7
+ import { computed, useAttrs } from "vue";
8
+
9
+ const props = defineProps({
10
+ size: {
11
+ type: [String, Number],
12
+ default: "1em",
13
+ },
14
+ title: {
15
+ type: String,
16
+ default: "",
17
+ },
18
+ ariaLabel: {
19
+ type: String,
20
+ default: "",
21
+ },
22
+ });
23
+
24
+ const attrs = useAttrs();
25
+
26
+ const normalizedSize = computed(() =>
27
+ typeof props.size === "number" ? `${props.size}px` : props.size,
28
+ );
29
+
30
+ const accessibleLabel = computed(
31
+ () => props.ariaLabel || props.title || undefined,
32
+ );
33
+
34
+ const decorative = computed(() => !accessibleLabel.value);
35
+ </script>
36
+
37
+ <template>
38
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="attrs" :width="normalizedSize" :height="normalizedSize" :aria-hidden="decorative ? 'true' : undefined" :aria-label="accessibleLabel" :role="decorative ? undefined : 'img'">
39
+ <title v-if="props.title">{{ props.title }}</title>
40
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.25042 4.9681C7.26752 3.46401 8.4921 2.25 10.0002 2.25C11.5083 2.25 12.7328 3.46384 12.7501 4.96778C12.9619 4.82494 13.1895 4.68444 13.4166 4.56753C13.7115 4.41573 14.1053 4.25 14.5 4.25C15.7426 4.25 16.75 5.25736 16.75 6.5C16.75 7.74264 15.7426 8.75 14.5 8.75C14.1053 8.75 13.7115 8.58427 13.4166 8.43247C13.1896 8.31559 12.962 8.17514 12.7502 8.03235L12.7502 5V9.39837L18.2344 10.6171C20.2561 11.0663 21.5309 13.0695 21.0816 15.0913L19.7324 21.1627C19.6561 21.5059 19.3518 21.75 19.0002 21.75H8.00024C7.76417 21.75 7.54188 21.6389 7.40024 21.45L2.42616 14.8179C1.61354 13.7344 1.72129 12.2183 2.67896 11.2606C3.68453 10.255 5.29475 10.1932 6.37448 11.1187L7.25024 11.8693L7.25024 8.03202C7.03831 8.17493 6.8106 8.31551 6.58336 8.43247C6.28845 8.58427 5.89474 8.75 5.5 8.75C4.25736 8.75 3.25 7.74264 3.25 6.5C3.25 5.25736 4.25736 4.25 5.5 4.25C5.89474 4.25 6.28845 4.41573 6.58336 4.56753C6.81067 4.68453 7.03844 4.82515 7.25042 4.9681ZM12 7C12 7.13807 11.8881 7.25 11.75 7.25H8.25C8.11193 7.25 8 7.13807 8 7V6C8 5.86193 8.11193 5.75 8.25 5.75H11.75C11.8881 5.75 12 5.86193 12 6V7ZM6.62277 6.3589C6.68842 6.40611 6.75246 6.45343 6.81414 6.5C6.75246 6.54657 6.68842 6.59389 6.62277 6.6411C6.3773 6.81764 6.12414 6.9818 5.89688 7.09878C5.78379 7.15699 5.68809 7.19778 5.61143 7.22293C5.53915 7.24665 5.50417 7.24965 5.5 7.25C5.08579 7.25 4.75 6.91421 4.75 6.5C4.75 6.08579 5.08604 5.75005 5.50025 5.75005C5.50443 5.7504 5.53915 5.75335 5.61143 5.77707C5.68809 5.80222 5.78379 5.84301 5.89688 5.90122C6.12414 6.0182 6.3773 6.18236 6.62277 6.3589ZM13.3772 6.6411C13.3116 6.59389 13.2475 6.54657 13.1859 6.5C13.2475 6.45343 13.3116 6.40611 13.3772 6.3589C13.6227 6.18236 13.8759 6.0182 14.1031 5.90122C14.2162 5.84301 14.3119 5.80222 14.3886 5.77707C14.4608 5.75335 14.4958 5.75035 14.5 5.75C14.9142 5.75 15.25 6.08579 15.25 6.5C15.25 6.91421 14.914 7.24995 14.4997 7.24995C14.4956 7.2496 14.4608 7.24665 14.3886 7.22293C14.3119 7.19778 14.2162 7.15699 14.1031 7.09878C13.8759 6.9818 13.6227 6.81764 13.3772 6.6411Z" fill="currentColor"/>
41
+ </svg>
42
+ </template>
@@ -0,0 +1,42 @@
1
+ <!--
2
+ @generated This file is auto-generated. Do not edit manually.
3
+ @version 1.0.0
4
+ @downloadUrl https://cdn.nav.no/aksel/icons/zip/aksel-icons.zip
5
+ -->
6
+ <script setup>
7
+ import { computed, useAttrs } from "vue";
8
+
9
+ const props = defineProps({
10
+ size: {
11
+ type: [String, Number],
12
+ default: "1em",
13
+ },
14
+ title: {
15
+ type: String,
16
+ default: "",
17
+ },
18
+ ariaLabel: {
19
+ type: String,
20
+ default: "",
21
+ },
22
+ });
23
+
24
+ const attrs = useAttrs();
25
+
26
+ const normalizedSize = computed(() =>
27
+ typeof props.size === "number" ? `${props.size}px` : props.size,
28
+ );
29
+
30
+ const accessibleLabel = computed(
31
+ () => props.ariaLabel || props.title || undefined,
32
+ );
33
+
34
+ const decorative = computed(() => !accessibleLabel.value);
35
+ </script>
36
+
37
+ <template>
38
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="attrs" :width="normalizedSize" :height="normalizedSize" :aria-hidden="decorative ? 'true' : undefined" :aria-label="accessibleLabel" :role="decorative ? undefined : 'img'">
39
+ <title v-if="props.title">{{ props.title }}</title>
40
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.0002 2.25C8.4921 2.25 7.26751 3.46401 7.25042 4.9681C7.03844 4.82515 6.81067 4.68453 6.58336 4.56753C6.28845 4.41573 5.89474 4.25 5.5 4.25C4.25736 4.25 3.25 5.25736 3.25 6.5C3.25 7.74264 4.25736 8.75 5.5 8.75C5.89474 8.75 6.28845 8.58427 6.58336 8.43247C6.8106 8.31551 7.03831 8.17493 7.25024 8.03203V11.8693L6.37448 11.1187C5.29475 10.1932 3.68453 10.255 2.67896 11.2606C1.72129 12.2183 1.61354 13.7344 2.42616 14.8179L7.40024 21.45C7.54188 21.6389 7.76417 21.75 8.00024 21.75H19.0002C19.3518 21.75 19.6561 21.5059 19.7324 21.1627L21.0816 15.0913C21.5309 13.0695 20.2561 11.0663 18.2344 10.6171L12.7502 9.39837V8.03234C12.962 8.17514 13.1896 8.31559 13.4166 8.43247C13.7115 8.58427 14.1053 8.75 14.5 8.75C15.7426 8.75 16.75 7.74264 16.75 6.5C16.75 5.25736 15.7426 4.25 14.5 4.25C14.1053 4.25 13.7115 4.41573 13.4166 4.56753C13.1895 4.68444 12.9619 4.82495 12.75 4.96779C12.7328 3.46385 11.5083 2.25 10.0002 2.25ZM8.75024 5C8.75024 4.30964 9.30988 3.75 10.0002 3.75C10.6906 3.75 11.2502 4.30964 11.2502 5V5.75H8.75024V5ZM11.8375 10.7321C11.4944 10.6559 11.2502 10.3515 11.2502 10V7.25H8.75024V13.5C8.75024 13.7929 8.57973 14.059 8.31363 14.1814C8.04753 14.3038 7.73453 14.2601 7.51214 14.0694L5.39829 12.2576C4.91367 11.8422 4.19095 11.8699 3.73962 12.3213C3.30979 12.7511 3.26143 13.4316 3.62616 13.9179L8.37524 20.25H18.3986L19.6173 14.7659C19.8869 13.5528 19.122 12.3509 17.909 12.0813L11.8375 10.7321ZM13.3772 6.6411C13.3116 6.59389 13.2475 6.54657 13.1859 6.5C13.2475 6.45343 13.3116 6.40611 13.3772 6.3589C13.6227 6.18236 13.8759 6.0182 14.1031 5.90122C14.2162 5.84301 14.3119 5.80222 14.3886 5.77707C14.4608 5.75335 14.4958 5.75035 14.5 5.75C14.9142 5.75 15.25 6.08579 15.25 6.5C15.25 6.91421 14.914 7.24995 14.4997 7.24995C14.4956 7.2496 14.4608 7.24665 14.3886 7.22293C14.3119 7.19778 14.2162 7.15699 14.1031 7.09878C13.8759 6.9818 13.6227 6.81764 13.3772 6.6411ZM6.81414 6.5C6.75246 6.45343 6.68842 6.40611 6.62277 6.3589C6.3773 6.18236 6.12414 6.0182 5.89688 5.90122C5.78379 5.84301 5.68809 5.80222 5.61143 5.77707C5.53915 5.75335 5.50443 5.7504 5.50025 5.75005C5.08604 5.75005 4.75 6.08579 4.75 6.5C4.75 6.91421 5.08579 7.25 5.5 7.25C5.50417 7.24965 5.53915 7.24665 5.61143 7.22293C5.68809 7.19778 5.78379 7.15699 5.89688 7.09878C6.12414 6.9818 6.3773 6.81764 6.62277 6.6411C6.68842 6.59389 6.75246 6.54657 6.81414 6.5Z" fill="currentColor"/>
41
+ </svg>
42
+ </template>
@@ -0,0 +1,42 @@
1
+ <!--
2
+ @generated This file is auto-generated. Do not edit manually.
3
+ @version 1.0.0
4
+ @downloadUrl https://cdn.nav.no/aksel/icons/zip/aksel-icons.zip
5
+ -->
6
+ <script setup>
7
+ import { computed, useAttrs } from "vue";
8
+
9
+ const props = defineProps({
10
+ size: {
11
+ type: [String, Number],
12
+ default: "1em",
13
+ },
14
+ title: {
15
+ type: String,
16
+ default: "",
17
+ },
18
+ ariaLabel: {
19
+ type: String,
20
+ default: "",
21
+ },
22
+ });
23
+
24
+ const attrs = useAttrs();
25
+
26
+ const normalizedSize = computed(() =>
27
+ typeof props.size === "number" ? `${props.size}px` : props.size,
28
+ );
29
+
30
+ const accessibleLabel = computed(
31
+ () => props.ariaLabel || props.title || undefined,
32
+ );
33
+
34
+ const decorative = computed(() => !accessibleLabel.value);
35
+ </script>
36
+
37
+ <template>
38
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="attrs" :width="normalizedSize" :height="normalizedSize" :aria-hidden="decorative ? 'true' : undefined" :aria-label="accessibleLabel" :role="decorative ? undefined : 'img'">
39
+ <title v-if="props.title">{{ props.title }}</title>
40
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14.6515 12.0917L17.4799 14.9201C17.8144 15.2546 18.2428 15.4941 18.7039 15.6151C18.8823 15.6619 18.9785 15.8682 18.8576 16.0075C18.8135 16.0582 18.7668 16.1084 18.7174 16.1578C18.2994 16.5758 17.8307 16.8003 17.3511 16.8651C17.3129 16.8703 17.2749 16.8744 17.2373 16.8775C17.0924 16.8895 16.9742 17.0077 16.9622 17.1526C16.9591 17.1902 16.955 17.2282 16.9498 17.2664C16.885 17.746 16.6605 18.2147 16.2425 18.6327C15.8245 19.0507 15.3558 19.2752 14.8763 19.34C14.838 19.3452 14.8 19.3493 14.7624 19.3524C14.6175 19.3644 14.4993 19.4826 14.4874 19.6274C14.4842 19.6651 14.4801 19.7031 14.475 19.7413C14.4102 20.2209 14.1856 20.6896 13.7676 21.1076C13.3497 21.5255 12.8809 21.7501 12.4014 21.8149C11.9341 21.878 11.5099 21.7827 11.1741 21.6513C10.8387 21.5201 10.5642 21.3424 10.3777 21.2034C10.2829 21.1327 10.2068 21.069 10.1526 21.0212C10.1198 20.9922 10.0874 20.9626 10.0563 20.9318L3.69136 14.5668C3.66707 14.5425 3.64428 14.5168 3.6215 14.491L3.6186 14.4878C3.58616 14.4511 3.54143 14.3993 3.48725 14.3334C3.37904 14.2017 3.23227 14.0125 3.07021 13.7742C2.74805 13.3005 2.35505 12.6173 2.09072 11.7933C1.82566 10.967 1.68489 9.98207 1.8917 8.92373C2.09986 7.85851 2.6507 6.76865 3.69137 5.72799C4.73203 4.68732 5.82189 4.13648 6.88711 3.92832C7.94544 3.72151 8.93035 3.86228 9.75668 4.12735C10.2567 4.28774 10.7049 4.49553 11.0859 4.70612C11.0981 4.71288 11.0994 4.72988 11.0885 4.73861C11.0119 4.79988 10.9503 4.85157 10.9048 4.89076C10.882 4.91036 10.8632 4.92689 10.8485 4.93997L10.8457 4.94239C10.7952 4.98772 10.7257 5.05341 10.6555 5.13773L7.11992 9.38037C6.54048 10.0757 6.58686 11.0981 7.22687 11.7381L8.28754 12.7988C9.752 14.2633 12.1264 14.2633 13.5908 12.7988L14.2979 12.0917C14.3956 11.9941 14.5539 11.9941 14.6515 12.0917ZM20.3084 5.72789C18.2105 3.63 15.9566 3.61613 14.2683 4.14708C13.4425 4.40679 12.755 4.79301 12.2773 5.1098C12.0371 5.26913 11.8461 5.41343 11.7131 5.5198C11.6465 5.57305 11.5941 5.61702 11.5571 5.64887C11.5386 5.6648 11.5239 5.67772 11.5132 5.68729C11.4815 5.7157 11.451 5.74533 11.4237 5.77808L7.88819 10.0207C7.63986 10.3187 7.65974 10.7569 7.93403 11.0312L8.99469 12.0919C10.0686 13.1658 11.8098 13.1658 12.8838 12.0919L14.4748 10.5009L18.1871 14.2132C18.8581 14.8842 20.0461 14.9156 20.6535 14.0203C21.1713 13.2571 21.8707 11.9968 22.0513 10.5174C22.2368 8.99771 21.8666 7.28609 20.3084 5.72789Z" fill="currentColor"/>
41
+ </svg>
42
+ </template>
@@ -0,0 +1,42 @@
1
+ <!--
2
+ @generated This file is auto-generated. Do not edit manually.
3
+ @version 1.0.0
4
+ @downloadUrl https://cdn.nav.no/aksel/icons/zip/aksel-icons.zip
5
+ -->
6
+ <script setup>
7
+ import { computed, useAttrs } from "vue";
8
+
9
+ const props = defineProps({
10
+ size: {
11
+ type: [String, Number],
12
+ default: "1em",
13
+ },
14
+ title: {
15
+ type: String,
16
+ default: "",
17
+ },
18
+ ariaLabel: {
19
+ type: String,
20
+ default: "",
21
+ },
22
+ });
23
+
24
+ const attrs = useAttrs();
25
+
26
+ const normalizedSize = computed(() =>
27
+ typeof props.size === "number" ? `${props.size}px` : props.size,
28
+ );
29
+
30
+ const accessibleLabel = computed(
31
+ () => props.ariaLabel || props.title || undefined,
32
+ );
33
+
34
+ const decorative = computed(() => !accessibleLabel.value);
35
+ </script>
36
+
37
+ <template>
38
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="attrs" :width="normalizedSize" :height="normalizedSize" :aria-hidden="decorative ? 'true' : undefined" :aria-label="accessibleLabel" :role="decorative ? undefined : 'img'">
39
+ <title v-if="props.title">{{ props.title }}</title>
40
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.0062 5.29733C12.0878 5.23841 12.1784 5.17535 12.2773 5.10973C12.755 4.79294 13.4425 4.40672 14.2683 4.14701C15.9566 3.61606 18.2105 3.62993 20.3084 5.72782C21.8666 7.28601 22.2368 8.99764 22.0513 10.5174C21.8707 11.9967 21.1713 13.257 20.6535 14.0202C20.3477 14.4709 19.8948 14.6868 19.4348 14.7044C19.4321 14.7333 19.4287 14.7623 19.4248 14.7915C19.36 15.271 19.1354 15.7398 18.7174 16.1577C18.2995 16.5757 17.8308 16.8003 17.3512 16.8651C17.2198 16.8828 17.0919 16.888 16.9683 16.8835C16.9729 17.007 16.9677 17.135 16.9499 17.2663C16.8851 17.7459 16.6605 18.2146 16.2426 18.6326C15.8246 19.0506 15.3559 19.2751 14.8763 19.3399C14.7449 19.3577 14.617 19.3629 14.4934 19.3583C14.498 19.4819 14.4928 19.6098 14.475 19.7412C14.4102 20.2208 14.1857 20.6895 13.7677 21.1075C13.3497 21.5254 12.881 21.75 12.4014 21.8148C11.9342 21.8779 11.51 21.7826 11.1742 21.6512C10.8388 21.52 10.5642 21.3423 10.3778 21.2033C10.283 21.1326 10.2069 21.0689 10.1527 21.0211C10.1255 20.9971 10.1036 20.9769 10.0873 20.9615L10.067 20.9421L10.0601 20.9354L10.0575 20.9328L10.0564 20.9317C10.0564 20.9317 10.0554 20.9307 10.5857 20.4004L10.0554 20.9307L3.69143 14.5667C3.68638 14.5617 3.68142 14.5566 3.67652 14.5514L3.67387 14.5486L3.66985 14.5443L3.65781 14.5312C3.64805 14.5206 3.63488 14.506 3.61866 14.4877C3.58622 14.451 3.54149 14.3992 3.48731 14.3333C3.3791 14.2016 3.23233 14.0124 3.07027 13.7741C2.74811 13.3004 2.35511 12.6172 2.09078 11.7932C1.82572 10.9669 1.68495 9.98197 1.89176 8.92364C2.09992 7.85842 2.65076 6.76856 3.69143 5.72789C4.73209 4.68723 5.82195 4.13639 6.88717 3.92823C7.94551 3.72142 8.93041 3.86219 9.75674 4.12725C10.5808 4.39158 11.2639 4.78458 11.7377 5.10674C11.8357 5.1734 11.9254 5.23747 12.0062 5.29733ZM10.9294 6.37123L10.8941 6.3471C10.4998 6.07892 9.94683 5.76351 9.29857 5.55557C8.65263 5.34836 7.92913 5.25299 7.17485 5.40039C6.42746 5.54643 5.6005 5.94014 4.75209 6.78855C3.90367 7.63697 3.50997 8.46393 3.36392 9.21132C3.21652 9.9656 3.31189 10.6891 3.5191 11.335C3.72705 11.9833 4.04245 12.5363 4.31063 12.9306C4.44374 13.1263 4.56262 13.2792 4.64628 13.381C4.68803 13.4318 4.72077 13.4696 4.74184 13.4934L4.76249 13.5165L11.1132 19.8672L11.1165 19.8704C11.1216 19.8751 11.1312 19.8841 11.1451 19.8963C11.1731 19.921 11.2171 19.9581 11.2743 20.0007C11.3916 20.0882 11.548 20.1867 11.7208 20.2544C11.8932 20.3218 12.0546 20.348 12.2006 20.3283C12.3342 20.3103 12.5063 20.2476 12.707 20.0468C12.9078 19.8461 12.9705 19.674 12.9885 19.5403C13.0083 19.3944 12.9821 19.233 12.9146 19.0606C12.847 18.8878 12.7484 18.7314 12.6609 18.614C12.6183 18.5569 12.5812 18.5129 12.5566 18.4849C12.555 18.4832 12.5535 18.4815 12.5521 18.4799C12.5421 18.4687 12.5348 18.4607 12.5306 18.4563L12.5275 18.453L11.4696 17.3951C11.1767 17.1023 11.1767 16.6274 11.4696 16.3345C11.7625 16.0416 12.2373 16.0416 12.5302 16.3345L13.5881 17.3924L13.5914 17.3955C13.5964 17.4002 13.6061 17.4092 13.62 17.4215C13.648 17.4461 13.692 17.4832 13.7491 17.5258C13.8665 17.6133 14.0229 17.7119 14.1957 17.7795C14.3681 17.847 14.5295 17.8732 14.6754 17.8534C14.8091 17.8354 14.9812 17.7727 15.1819 17.5719C15.3827 17.3712 15.4454 17.1991 15.4634 17.0655C15.4831 16.9195 15.4569 16.7581 15.3895 16.5857C15.3218 16.4129 15.2233 16.2565 15.1358 16.1392C15.0932 16.082 15.0561 16.038 15.0314 16.01C15.0192 15.9961 15.0102 15.9865 15.0055 15.9814L15.0023 15.9782L13.9696 14.9454C13.6767 14.6525 13.6767 14.1776 13.9696 13.8847C14.2625 13.5918 14.7373 13.5918 15.0302 13.8847L16.063 14.9175L16.0663 14.9206C16.0713 14.9254 16.081 14.9343 16.0949 14.9466C16.1228 14.9713 16.1669 15.0084 16.224 15.0509C16.3414 15.1384 16.4977 15.237 16.6705 15.3046C16.843 15.3721 17.0044 15.3983 17.1503 15.3786C17.2839 15.3605 17.456 15.2978 17.6568 15.0971C17.8575 14.8963 17.9202 14.7242 17.9383 14.5906C17.958 14.4447 17.9318 14.2833 17.8643 14.1108C17.7967 13.938 17.6982 13.7816 17.6107 13.6643C17.5681 13.6072 17.531 13.5631 17.5063 13.5351L17.4909 13.5179L17.4804 13.5066L17.4772 13.5033L16.0658 12.0919L16.0611 12.0872L14.4748 10.5008L12.8838 12.0918C11.8098 13.1657 10.0686 13.1657 8.99469 12.0918L7.93403 11.0311C7.65974 10.7568 7.63986 10.3186 7.88819 10.0206L10.9294 6.37123ZM18.5416 12.4464L18.5428 12.4475L19.2477 13.1524C19.293 13.1977 19.3392 13.2075 19.3657 13.2061C19.3786 13.2054 19.3864 13.2023 19.3908 13.1999C19.3941 13.1981 19.4018 13.1934 19.4122 13.1781C19.8683 12.5058 20.423 11.4771 20.5624 10.3356C20.6968 9.23449 20.4526 7.99339 19.2477 6.78848C17.6238 5.16453 15.9886 5.17841 14.7183 5.57791C14.0648 5.78343 13.5056 6.09506 13.1064 6.3598C12.9082 6.49124 12.7532 6.60863 12.6498 6.69126C12.6005 6.73068 12.5633 6.76198 12.5389 6.78288L9.47899 10.4548L10.0554 11.0311C10.5435 11.5193 11.335 11.5193 11.8231 11.0311L13.9444 8.9098C14.0851 8.76915 14.2759 8.69013 14.4748 8.69013C14.6737 8.69013 14.8645 8.76915 15.0051 8.9098L18.5416 12.4464Z" fill="currentColor"/>
41
+ </svg>
42
+ </template>
@@ -0,0 +1,42 @@
1
+ <!--
2
+ @generated This file is auto-generated. Do not edit manually.
3
+ @version 1.0.0
4
+ @downloadUrl https://cdn.nav.no/aksel/icons/zip/aksel-icons.zip
5
+ -->
6
+ <script setup>
7
+ import { computed, useAttrs } from "vue";
8
+
9
+ const props = defineProps({
10
+ size: {
11
+ type: [String, Number],
12
+ default: "1em",
13
+ },
14
+ title: {
15
+ type: String,
16
+ default: "",
17
+ },
18
+ ariaLabel: {
19
+ type: String,
20
+ default: "",
21
+ },
22
+ });
23
+
24
+ const attrs = useAttrs();
25
+
26
+ const normalizedSize = computed(() =>
27
+ typeof props.size === "number" ? `${props.size}px` : props.size,
28
+ );
29
+
30
+ const accessibleLabel = computed(
31
+ () => props.ariaLabel || props.title || undefined,
32
+ );
33
+
34
+ const decorative = computed(() => !accessibleLabel.value);
35
+ </script>
36
+
37
+ <template>
38
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="attrs" :width="normalizedSize" :height="normalizedSize" :aria-hidden="decorative ? 'true' : undefined" :aria-label="accessibleLabel" :role="decorative ? undefined : 'img'">
39
+ <title v-if="props.title">{{ props.title }}</title>
40
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.7374 3.17687C13.054 2.49345 11.946 2.49345 11.2626 3.17687L5.96967 8.46976C5.67678 8.76266 5.67678 9.23753 5.96967 9.53042L7.05546 10.6162C8.1294 11.6902 9.8706 11.6902 10.9445 10.6162L12 9.56075L17.4697 15.0304C17.6103 15.1711 17.8011 15.2501 18 15.2501H21C21.4142 15.2501 21.75 14.9143 21.75 14.5001V5.50009C21.75 5.08588 21.4142 4.75009 21 4.75009H15.3107L13.7374 3.17687ZM7.67167 4.75C7.89439 4.75 8.00593 5.01929 7.84844 5.17678L5.26256 7.76266C4.57915 8.44607 4.57915 9.55411 5.26256 10.2375L6.34835 11.3233C7.81281 12.7878 10.1872 12.7878 11.6516 11.3233L11.8232 11.1517C11.9209 11.0541 12.0791 11.0541 12.1768 11.1517L16.7626 15.7375C17.0908 16.0657 17.5359 16.2501 18 16.2501H20.4812C20.5719 16.2501 20.6562 16.2988 20.6965 16.38C20.8762 16.7417 20.972 17.1169 20.9841 17.4915C21.0066 18.189 20.7352 18.8256 20.2804 19.2803C19.8256 19.7351 19.1891 20.0065 18.4915 19.984C17.8758 19.9641 17.2581 19.7181 16.702 19.2449L11.3536 13.8964C11.1583 13.7012 10.8417 13.7012 10.6464 13.8964C10.4512 14.0917 10.4512 14.4083 10.6464 14.6036L16.2802 20.2373C16.2921 20.2492 16.2921 20.2684 16.2803 20.2803C15.8255 20.7351 15.189 21.0065 14.4914 20.984C13.8759 20.9641 13.2584 20.7182 12.7023 20.2452L8.85355 16.3964C8.65829 16.2012 8.34171 16.2012 8.14645 16.3964C7.95118 16.5917 7.95118 16.9083 8.14645 17.1036L11.7802 20.7373C11.7921 20.7492 11.7922 20.7685 11.7803 20.7804C11.3256 21.2352 10.689 21.5065 9.99146 21.484C9.28865 21.4614 8.58322 21.1439 7.96969 20.5304L2.44098 15C2.32126 14.8661 2.25 14.6899 2.25 14.5V5.5C2.25 5.08579 2.58579 4.75 3 4.75H7.67167Z" fill="currentColor"/>
41
+ </svg>
42
+ </template>
@@ -0,0 +1,42 @@
1
+ <!--
2
+ @generated This file is auto-generated. Do not edit manually.
3
+ @version 1.0.0
4
+ @downloadUrl https://cdn.nav.no/aksel/icons/zip/aksel-icons.zip
5
+ -->
6
+ <script setup>
7
+ import { computed, useAttrs } from "vue";
8
+
9
+ const props = defineProps({
10
+ size: {
11
+ type: [String, Number],
12
+ default: "1em",
13
+ },
14
+ title: {
15
+ type: String,
16
+ default: "",
17
+ },
18
+ ariaLabel: {
19
+ type: String,
20
+ default: "",
21
+ },
22
+ });
23
+
24
+ const attrs = useAttrs();
25
+
26
+ const normalizedSize = computed(() =>
27
+ typeof props.size === "number" ? `${props.size}px` : props.size,
28
+ );
29
+
30
+ const accessibleLabel = computed(
31
+ () => props.ariaLabel || props.title || undefined,
32
+ );
33
+
34
+ const decorative = computed(() => !accessibleLabel.value);
35
+ </script>
36
+
37
+ <template>
38
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="attrs" :width="normalizedSize" :height="normalizedSize" :aria-hidden="decorative ? 'true' : undefined" :aria-label="accessibleLabel" :role="decorative ? undefined : 'img'">
39
+ <title v-if="props.title">{{ props.title }}</title>
40
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.7374 3.17678C13.054 2.49336 11.946 2.49336 11.2626 3.17678L9.68934 4.75H3C2.58579 4.75 2.25 5.08579 2.25 5.5V14.5C2.25 14.6989 2.32902 14.8897 2.46967 15.0303L7.96967 20.5303C8.5832 21.1439 9.28863 21.4613 9.99144 21.484C10.689 21.5065 11.3255 21.2351 11.7803 20.7803C12.0266 20.5341 12.2191 20.2345 12.3402 19.9009L12.4697 20.0303C13.0832 20.6439 13.7886 20.9613 14.4914 20.984C15.189 21.0065 15.8255 20.7351 16.2803 20.2803C16.5351 20.0256 16.7322 19.7139 16.8525 19.3663C17.3685 19.7602 17.9308 19.9659 18.4914 19.984C19.189 20.0065 19.8255 19.7351 20.2803 19.2803C20.7351 18.8255 21.0065 18.189 20.984 17.4914C20.9613 16.7886 20.6439 16.0832 20.0303 15.4697L19.8107 15.25H21C21.4142 15.25 21.75 14.9142 21.75 14.5V5.5C21.75 5.08579 21.4142 4.75 21 4.75H15.3107L13.7374 3.17678ZM12.5303 7.96967L18.3107 13.75H20.25V6.25H15C14.8011 6.25 14.6103 6.17098 14.4697 6.03033L12.6768 4.23744C12.5791 4.13981 12.4209 4.13981 12.3232 4.23744L7.56066 9L8.11612 9.55546C8.60427 10.0436 9.39573 10.0436 9.88388 9.55546L11.4697 7.96967C11.7626 7.67678 12.2374 7.67678 12.5303 7.96967ZM10.9848 19.0398C10.9762 18.7739 10.8561 18.4168 10.4697 18.0303L8.96967 16.5303C8.67678 16.2374 8.67678 15.7626 8.96967 15.4697C9.26256 15.1768 9.73744 15.1768 10.0303 15.4697L13.5303 18.9697C13.9168 19.3561 14.2739 19.4762 14.5398 19.4848C14.811 19.4935 15.0495 19.3899 15.2197 19.2197C15.3899 19.0495 15.4935 18.811 15.4848 18.5398C15.4762 18.2739 15.3561 17.9168 14.9697 17.5303L11.4697 14.0303C11.1768 13.7374 11.1768 13.2626 11.4697 12.9697C11.7626 12.6768 12.2374 12.6768 12.5303 12.9697L17.5303 17.9697C17.9168 18.3561 18.2739 18.4762 18.5398 18.4848C18.811 18.4935 19.0495 18.3899 19.2197 18.2197C19.3899 18.0495 19.4935 17.811 19.4848 17.5398C19.4762 17.2739 19.3561 16.9168 18.9697 16.5303L12 9.56066L10.9445 10.6161C9.8706 11.6901 8.1294 11.6901 7.05546 10.6161L5.96967 9.53033C5.67678 9.23744 5.67678 8.76257 5.96967 8.46967L8.18934 6.25H3.75V14.1893L9.03033 19.4697C9.4168 19.8561 9.77387 19.9762 10.0398 19.9848C10.311 19.9935 10.5495 19.8899 10.7197 19.7197C10.8899 19.5495 10.9935 19.311 10.9848 19.0398Z" fill="currentColor"/>
41
+ </svg>
42
+ </template>
@@ -0,0 +1,42 @@
1
+ <!--
2
+ @generated This file is auto-generated. Do not edit manually.
3
+ @version 1.0.0
4
+ @downloadUrl https://cdn.nav.no/aksel/icons/zip/aksel-icons.zip
5
+ -->
6
+ <script setup>
7
+ import { computed, useAttrs } from "vue";
8
+
9
+ const props = defineProps({
10
+ size: {
11
+ type: [String, Number],
12
+ default: "1em",
13
+ },
14
+ title: {
15
+ type: String,
16
+ default: "",
17
+ },
18
+ ariaLabel: {
19
+ type: String,
20
+ default: "",
21
+ },
22
+ });
23
+
24
+ const attrs = useAttrs();
25
+
26
+ const normalizedSize = computed(() =>
27
+ typeof props.size === "number" ? `${props.size}px` : props.size,
28
+ );
29
+
30
+ const accessibleLabel = computed(
31
+ () => props.ariaLabel || props.title || undefined,
32
+ );
33
+
34
+ const decorative = computed(() => !accessibleLabel.value);
35
+ </script>
36
+
37
+ <template>
38
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="attrs" :width="normalizedSize" :height="normalizedSize" :aria-hidden="decorative ? 'true' : undefined" :aria-label="accessibleLabel" :role="decorative ? undefined : 'img'">
39
+ <title v-if="props.title">{{ props.title }}</title>
40
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.25 20.75H8.00001C6.48122 20.75 5.25001 19.5188 5.25001 18V16.75H3.50001C3.26293 16.75 3.03981 16.6379 2.89829 16.4477C2.75677 16.2575 2.71351 16.0116 2.78164 15.7845L4.25071 10.8876C4.31092 6.10689 8.20505 2.25 13 2.25C17.8325 2.25 21.75 6.16751 21.75 11C21.75 13.1147 20.999 15.0556 19.75 16.5681V21.5C19.75 21.9142 19.4142 22.25 19 22.25H11C10.5858 22.25 10.25 21.9142 10.25 21.5V20.75Z" fill="currentColor"/>
41
+ </svg>
42
+ </template>
@@ -0,0 +1,42 @@
1
+ <!--
2
+ @generated This file is auto-generated. Do not edit manually.
3
+ @version 1.0.0
4
+ @downloadUrl https://cdn.nav.no/aksel/icons/zip/aksel-icons.zip
5
+ -->
6
+ <script setup>
7
+ import { computed, useAttrs } from "vue";
8
+
9
+ const props = defineProps({
10
+ size: {
11
+ type: [String, Number],
12
+ default: "1em",
13
+ },
14
+ title: {
15
+ type: String,
16
+ default: "",
17
+ },
18
+ ariaLabel: {
19
+ type: String,
20
+ default: "",
21
+ },
22
+ });
23
+
24
+ const attrs = useAttrs();
25
+
26
+ const normalizedSize = computed(() =>
27
+ typeof props.size === "number" ? `${props.size}px` : props.size,
28
+ );
29
+
30
+ const accessibleLabel = computed(
31
+ () => props.ariaLabel || props.title || undefined,
32
+ );
33
+
34
+ const decorative = computed(() => !accessibleLabel.value);
35
+ </script>
36
+
37
+ <template>
38
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="attrs" :width="normalizedSize" :height="normalizedSize" :aria-hidden="decorative ? 'true' : undefined" :aria-label="accessibleLabel" :role="decorative ? undefined : 'img'">
39
+ <title v-if="props.title">{{ props.title }}</title>
40
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13 3.75C8.99594 3.75 5.75001 6.99594 5.75001 11V11.1101L4.50803 15.25H6.00001C6.41422 15.25 6.75001 15.5858 6.75001 16V18C6.75001 18.6904 7.30965 19.25 8.00001 19.25H11C11.4142 19.25 11.75 19.5858 11.75 20V21.5C11.75 21.9142 11.4142 22.25 11 22.25C10.5858 22.25 10.25 21.9142 10.25 21.5V20.75H8.00001C6.48122 20.75 5.25001 19.5188 5.25001 18V16.75H3.50001C3.26293 16.75 3.03981 16.6379 2.89829 16.4477C2.75677 16.2575 2.71351 16.0116 2.78164 15.7845L4.25071 10.8876C4.31092 6.10689 8.20505 2.25 13 2.25C17.8325 2.25 21.75 6.16751 21.75 11C21.75 13.1147 20.999 15.0556 19.75 16.5681V21.5C19.75 21.9142 19.4142 22.25 19 22.25C18.5858 22.25 18.25 21.9142 18.25 21.5V16.008L18.4377 15.7953C19.5661 14.5168 20.25 12.8392 20.25 11C20.25 6.99594 17.0041 3.75 13 3.75Z" fill="currentColor"/>
41
+ </svg>
42
+ </template>
@@ -0,0 +1,42 @@
1
+ <!--
2
+ @generated This file is auto-generated. Do not edit manually.
3
+ @version 1.0.0
4
+ @downloadUrl https://cdn.nav.no/aksel/icons/zip/aksel-icons.zip
5
+ -->
6
+ <script setup>
7
+ import { computed, useAttrs } from "vue";
8
+
9
+ const props = defineProps({
10
+ size: {
11
+ type: [String, Number],
12
+ default: "1em",
13
+ },
14
+ title: {
15
+ type: String,
16
+ default: "",
17
+ },
18
+ ariaLabel: {
19
+ type: String,
20
+ default: "",
21
+ },
22
+ });
23
+
24
+ const attrs = useAttrs();
25
+
26
+ const normalizedSize = computed(() =>
27
+ typeof props.size === "number" ? `${props.size}px` : props.size,
28
+ );
29
+
30
+ const accessibleLabel = computed(
31
+ () => props.ariaLabel || props.title || undefined,
32
+ );
33
+
34
+ const decorative = computed(() => !accessibleLabel.value);
35
+ </script>
36
+
37
+ <template>
38
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="attrs" :width="normalizedSize" :height="normalizedSize" :aria-hidden="decorative ? 'true' : undefined" :aria-label="accessibleLabel" :role="decorative ? undefined : 'img'">
39
+ <title v-if="props.title">{{ props.title }}</title>
40
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 2.25C9.10051 2.25 6.75 4.60051 6.75 7.5C6.75 10.3995 9.10051 12.75 12 12.75C14.8995 12.75 17.25 10.3995 17.25 7.5C17.25 4.60051 14.8995 2.25 12 2.25ZM12 14.25C10.2098 14.25 8.4929 14.9612 7.22703 16.227C5.96116 17.4929 5.25 19.2098 5.25 21C5.25 21.1989 5.32902 21.3897 5.46967 21.5303C5.61032 21.671 5.80109 21.75 6 21.75L12.6571 21.75C12.8706 21.75 12.9905 21.4954 12.87 21.3191C12.321 20.5165 12 19.5458 12 18.5C12 17.0616 12.6074 15.765 13.5798 14.8528C13.7281 14.7136 13.6782 14.4588 13.4798 14.4142C12.9978 14.3059 12.5018 14.25 12 14.25ZM19.5303 17.5303C19.8232 17.2374 19.8232 16.7626 19.5303 16.4697C19.2374 16.1768 18.7626 16.1768 18.4697 16.4697L16.5 18.4393L15.5303 17.4697C15.2374 17.1768 14.7626 17.1768 14.4697 17.4697C14.1768 17.7626 14.1768 18.2374 14.4697 18.5303L15.9697 20.0303C16.2626 20.3232 16.7374 20.3232 17.0303 20.0303L19.5303 17.5303Z" fill="currentColor"/>
41
+ </svg>
42
+ </template>
@@ -0,0 +1,42 @@
1
+ <!--
2
+ @generated This file is auto-generated. Do not edit manually.
3
+ @version 1.0.0
4
+ @downloadUrl https://cdn.nav.no/aksel/icons/zip/aksel-icons.zip
5
+ -->
6
+ <script setup>
7
+ import { computed, useAttrs } from "vue";
8
+
9
+ const props = defineProps({
10
+ size: {
11
+ type: [String, Number],
12
+ default: "1em",
13
+ },
14
+ title: {
15
+ type: String,
16
+ default: "",
17
+ },
18
+ ariaLabel: {
19
+ type: String,
20
+ default: "",
21
+ },
22
+ });
23
+
24
+ const attrs = useAttrs();
25
+
26
+ const normalizedSize = computed(() =>
27
+ typeof props.size === "number" ? `${props.size}px` : props.size,
28
+ );
29
+
30
+ const accessibleLabel = computed(
31
+ () => props.ariaLabel || props.title || undefined,
32
+ );
33
+
34
+ const decorative = computed(() => !accessibleLabel.value);
35
+ </script>
36
+
37
+ <template>
38
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="attrs" :width="normalizedSize" :height="normalizedSize" :aria-hidden="decorative ? 'true' : undefined" :aria-label="accessibleLabel" :role="decorative ? undefined : 'img'">
39
+ <title v-if="props.title">{{ props.title }}</title>
40
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 3.75C9.92893 3.75 8.25 5.42893 8.25 7.5C8.25 9.57107 9.92893 11.25 12 11.25C14.0711 11.25 15.75 9.57107 15.75 7.5C15.75 5.42893 14.0711 3.75 12 3.75ZM6.75 7.5C6.75 4.60051 9.10051 2.25 12 2.25C14.8995 2.25 17.25 4.60051 17.25 7.5C17.25 10.3995 14.8995 12.75 12 12.75C9.10051 12.75 6.75 10.3995 6.75 7.5ZM19.5303 16.4697C19.8232 16.7626 19.8232 17.2374 19.5303 17.5303L17.0303 20.0303C16.7374 20.3232 16.2626 20.3232 15.9697 20.0303L14.4697 18.5303C14.1768 18.2374 14.1768 17.7626 14.4697 17.4697C14.7626 17.1768 15.2374 17.1768 15.5303 17.4697L16.5 18.4393L18.4697 16.4697C18.7626 16.1768 19.2374 16.1768 19.5303 16.4697ZM8.28769 17.2877C9.27225 16.3031 10.6076 15.75 12 15.75C12.2952 15.75 12.5878 15.7749 12.875 15.8234C13.2834 15.8924 13.6705 15.6173 13.7395 15.2089C13.8085 14.8005 13.5334 14.4134 13.125 14.3444C12.7557 14.282 12.3795 14.25 12 14.25C10.2098 14.25 8.4929 14.9612 7.22703 16.227C5.96116 17.4929 5.25 19.2098 5.25 21C5.25 21.4142 5.58579 21.75 6 21.75C6.41421 21.75 6.75 21.4142 6.75 21C6.75 19.6076 7.30312 18.2723 8.28769 17.2877Z" fill="currentColor"/>
41
+ </svg>
42
+ </template>
@@ -0,0 +1,42 @@
1
+ <!--
2
+ @generated This file is auto-generated. Do not edit manually.
3
+ @version 1.0.0
4
+ @downloadUrl https://cdn.nav.no/aksel/icons/zip/aksel-icons.zip
5
+ -->
6
+ <script setup>
7
+ import { computed, useAttrs } from "vue";
8
+
9
+ const props = defineProps({
10
+ size: {
11
+ type: [String, Number],
12
+ default: "1em",
13
+ },
14
+ title: {
15
+ type: String,
16
+ default: "",
17
+ },
18
+ ariaLabel: {
19
+ type: String,
20
+ default: "",
21
+ },
22
+ });
23
+
24
+ const attrs = useAttrs();
25
+
26
+ const normalizedSize = computed(() =>
27
+ typeof props.size === "number" ? `${props.size}px` : props.size,
28
+ );
29
+
30
+ const accessibleLabel = computed(
31
+ () => props.ariaLabel || props.title || undefined,
32
+ );
33
+
34
+ const decorative = computed(() => !accessibleLabel.value);
35
+ </script>
36
+
37
+ <template>
38
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="attrs" :width="normalizedSize" :height="normalizedSize" :aria-hidden="decorative ? 'true' : undefined" :aria-label="accessibleLabel" :role="decorative ? undefined : 'img'">
39
+ <title v-if="props.title">{{ props.title }}</title>
40
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12C21.75 17.3848 17.3848 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12ZM12 7.25C10.7574 7.25 9.75 8.25736 9.75 9.5C9.75 10.7426 10.7574 11.75 12 11.75C13.2426 11.75 14.25 10.7426 14.25 9.5C14.25 8.25736 13.2426 7.25 12 7.25ZM8.25 9.5C8.25 7.42893 9.92893 5.75 12 5.75C14.0711 5.75 15.75 7.42893 15.75 9.5C15.75 11.5711 14.0711 13.25 12 13.25C9.92893 13.25 8.25 11.5711 8.25 9.5ZM17.1112 18.3009C17.1327 18.3923 17.098 18.4875 17.0236 18.5447C16.7278 18.772 16.4163 18.9798 16.0908 19.166C15.9324 19.2566 15.7375 19.1435 15.7113 18.9629C15.5961 18.1669 15.227 17.4238 14.6516 16.8483C13.9484 16.1451 12.9945 15.75 12 15.75C11.0054 15.75 10.0516 16.1451 9.34832 16.8483C8.77291 17.4238 8.40381 18.1669 8.28862 18.9629C8.26249 19.1435 8.06754 19.2566 7.90915 19.166C7.58367 18.9798 7.2721 18.772 6.97637 18.5447C6.90193 18.4875 6.86728 18.3923 6.88873 18.3009C7.11022 17.3569 7.5909 16.4844 8.28766 15.7877C9.27223 14.8031 10.6076 14.25 12 14.25C13.3924 14.25 14.7277 14.8031 15.7123 15.7877C16.409 16.4844 16.8897 17.3569 17.1112 18.3009Z" fill="currentColor"/>
41
+ </svg>
42
+ </template>
@@ -0,0 +1,42 @@
1
+ <!--
2
+ @generated This file is auto-generated. Do not edit manually.
3
+ @version 1.0.0
4
+ @downloadUrl https://cdn.nav.no/aksel/icons/zip/aksel-icons.zip
5
+ -->
6
+ <script setup>
7
+ import { computed, useAttrs } from "vue";
8
+
9
+ const props = defineProps({
10
+ size: {
11
+ type: [String, Number],
12
+ default: "1em",
13
+ },
14
+ title: {
15
+ type: String,
16
+ default: "",
17
+ },
18
+ ariaLabel: {
19
+ type: String,
20
+ default: "",
21
+ },
22
+ });
23
+
24
+ const attrs = useAttrs();
25
+
26
+ const normalizedSize = computed(() =>
27
+ typeof props.size === "number" ? `${props.size}px` : props.size,
28
+ );
29
+
30
+ const accessibleLabel = computed(
31
+ () => props.ariaLabel || props.title || undefined,
32
+ );
33
+
34
+ const decorative = computed(() => !accessibleLabel.value);
35
+ </script>
36
+
37
+ <template>
38
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="attrs" :width="normalizedSize" :height="normalizedSize" :aria-hidden="decorative ? 'true' : undefined" :aria-label="accessibleLabel" :role="decorative ? undefined : 'img'">
39
+ <title v-if="props.title">{{ props.title }}</title>
40
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 3.75C7.44365 3.75 3.75 7.44365 3.75 12C3.75 14.611 4.9629 16.9386 6.85598 18.4503C7.06031 17.4491 7.55431 16.5211 8.28769 15.7877C9.27226 14.8031 10.6076 14.25 12 14.25C13.3924 14.25 14.7277 14.8031 15.7123 15.7877C16.4457 16.5211 16.9397 17.4491 17.144 18.4503C19.0371 16.9386 20.25 14.611 20.25 12C20.25 7.44365 16.5563 3.75 12 3.75ZM15.7471 19.3519C15.7099 18.4112 15.3199 17.5166 14.6516 16.8483C13.9484 16.1451 12.9946 15.75 12 15.75C11.0054 15.75 10.0516 16.1451 9.34835 16.8483C8.68007 17.5166 8.29007 18.4112 8.25292 19.3519C9.37731 19.9261 10.6508 20.25 12 20.25C13.3492 20.25 14.6227 19.9261 15.7471 19.3519ZM2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12C21.75 17.3848 17.3848 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12ZM12 7.25C10.7574 7.25 9.75 8.25736 9.75 9.5C9.75 10.7426 10.7574 11.75 12 11.75C13.2426 11.75 14.25 10.7426 14.25 9.5C14.25 8.25736 13.2426 7.25 12 7.25ZM8.25 9.5C8.25 7.42893 9.92893 5.75 12 5.75C14.0711 5.75 15.75 7.42893 15.75 9.5C15.75 11.5711 14.0711 13.25 12 13.25C9.92893 13.25 8.25 11.5711 8.25 9.5Z" fill="currentColor"/>
41
+ </svg>
42
+ </template>
@@ -0,0 +1,42 @@
1
+ <!--
2
+ @generated This file is auto-generated. Do not edit manually.
3
+ @version 1.0.0
4
+ @downloadUrl https://cdn.nav.no/aksel/icons/zip/aksel-icons.zip
5
+ -->
6
+ <script setup>
7
+ import { computed, useAttrs } from "vue";
8
+
9
+ const props = defineProps({
10
+ size: {
11
+ type: [String, Number],
12
+ default: "1em",
13
+ },
14
+ title: {
15
+ type: String,
16
+ default: "",
17
+ },
18
+ ariaLabel: {
19
+ type: String,
20
+ default: "",
21
+ },
22
+ });
23
+
24
+ const attrs = useAttrs();
25
+
26
+ const normalizedSize = computed(() =>
27
+ typeof props.size === "number" ? `${props.size}px` : props.size,
28
+ );
29
+
30
+ const accessibleLabel = computed(
31
+ () => props.ariaLabel || props.title || undefined,
32
+ );
33
+
34
+ const decorative = computed(() => !accessibleLabel.value);
35
+ </script>
36
+
37
+ <template>
38
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="attrs" :width="normalizedSize" :height="normalizedSize" :aria-hidden="decorative ? 'true' : undefined" :aria-label="accessibleLabel" :role="decorative ? undefined : 'img'">
39
+ <title v-if="props.title">{{ props.title }}</title>
40
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.75 7.5C6.75 4.60051 9.10051 2.25 12 2.25C14.8995 2.25 17.25 4.60051 17.25 7.5C17.25 10.3995 14.8995 12.75 12 12.75C9.10051 12.75 6.75 10.3995 6.75 7.5ZM7.22703 16.227C8.4929 14.9612 10.2098 14.25 12 14.25C12.5018 14.25 12.9978 14.3059 13.4798 14.4142C13.6782 14.4588 13.7281 14.7136 13.5798 14.8528C12.6074 15.765 12 17.0616 12 18.5C12 19.5458 12.321 20.5165 12.87 21.3191C12.9905 21.4954 12.8706 21.75 12.6571 21.75L6 21.75C5.80109 21.75 5.61032 21.671 5.46967 21.5303C5.32902 21.3897 5.25 21.1989 5.25 21C5.25 19.2098 5.96116 17.4929 7.22703 16.227ZM19.0303 16.4697C19.3232 16.7626 19.3232 17.2374 19.0303 17.5303L18.0607 18.5L19.0303 19.4697C19.3232 19.7626 19.3232 20.2374 19.0303 20.5303C18.7374 20.8232 18.2626 20.8232 17.9697 20.5303L17 19.5607L16.0303 20.5303C15.7374 20.8232 15.2626 20.8232 14.9697 20.5303C14.6768 20.2374 14.6768 19.7626 14.9697 19.4697L15.9393 18.5L14.9697 17.5303C14.6768 17.2374 14.6768 16.7626 14.9697 16.4697C15.2626 16.1768 15.7374 16.1768 16.0303 16.4697L17 17.4393L17.9697 16.4697C18.2626 16.1768 18.7374 16.1768 19.0303 16.4697Z" fill="currentColor"/>
41
+ </svg>
42
+ </template>
@@ -0,0 +1,42 @@
1
+ <!--
2
+ @generated This file is auto-generated. Do not edit manually.
3
+ @version 1.0.0
4
+ @downloadUrl https://cdn.nav.no/aksel/icons/zip/aksel-icons.zip
5
+ -->
6
+ <script setup>
7
+ import { computed, useAttrs } from "vue";
8
+
9
+ const props = defineProps({
10
+ size: {
11
+ type: [String, Number],
12
+ default: "1em",
13
+ },
14
+ title: {
15
+ type: String,
16
+ default: "",
17
+ },
18
+ ariaLabel: {
19
+ type: String,
20
+ default: "",
21
+ },
22
+ });
23
+
24
+ const attrs = useAttrs();
25
+
26
+ const normalizedSize = computed(() =>
27
+ typeof props.size === "number" ? `${props.size}px` : props.size,
28
+ );
29
+
30
+ const accessibleLabel = computed(
31
+ () => props.ariaLabel || props.title || undefined,
32
+ );
33
+
34
+ const decorative = computed(() => !accessibleLabel.value);
35
+ </script>
36
+
37
+ <template>
38
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="attrs" :width="normalizedSize" :height="normalizedSize" :aria-hidden="decorative ? 'true' : undefined" :aria-label="accessibleLabel" :role="decorative ? undefined : 'img'">
39
+ <title v-if="props.title">{{ props.title }}</title>
40
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 3.75C9.92893 3.75 8.25 5.42893 8.25 7.5C8.25 9.57107 9.92893 11.25 12 11.25C14.0711 11.25 15.75 9.57107 15.75 7.5C15.75 5.42893 14.0711 3.75 12 3.75ZM6.75 7.5C6.75 4.60051 9.10051 2.25 12 2.25C14.8995 2.25 17.25 4.60051 17.25 7.5C17.25 10.3995 14.8995 12.75 12 12.75C9.10051 12.75 6.75 10.3995 6.75 7.5ZM12 15.75C10.6076 15.75 9.27225 16.3031 8.28769 17.2877C7.30312 18.2723 6.75 19.6076 6.75 21C6.75 21.4142 6.41421 21.75 6 21.75C5.58579 21.75 5.25 21.4142 5.25 21C5.25 19.2098 5.96116 17.4929 7.22703 16.227C8.4929 14.9612 10.2098 14.25 12 14.25C12.3795 14.25 12.7557 14.282 13.125 14.3444C13.5334 14.4134 13.8085 14.8005 13.7395 15.2089C13.6705 15.6173 13.2834 15.8924 12.875 15.8234C12.5878 15.7749 12.2952 15.75 12 15.75ZM19.0303 16.4697C19.3232 16.7626 19.3232 17.2374 19.0303 17.5303L18.0607 18.5L19.0303 19.4697C19.3232 19.7626 19.3232 20.2374 19.0303 20.5303C18.7374 20.8232 18.2626 20.8232 17.9697 20.5303L17 19.5607L16.0303 20.5303C15.7374 20.8232 15.2626 20.8232 14.9697 20.5303C14.6768 20.2374 14.6768 19.7626 14.9697 19.4697L15.9393 18.5L14.9697 17.5303C14.6768 17.2374 14.6768 16.7626 14.9697 16.4697C15.2626 16.1768 15.7374 16.1768 16.0303 16.4697L17 17.4393L17.9697 16.4697C18.2626 16.1768 18.7374 16.1768 19.0303 16.4697Z" fill="currentColor"/>
41
+ </svg>
42
+ </template>