@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="M2.25 5.5C2.25 4.80964 2.80964 4.25 3.5 4.25H14.5C15.1904 4.25 15.75 4.80964 15.75 5.5V7.25H18.6615C19.1726 7.25 19.6322 7.56119 19.8221 8.03576L21.75 12.8556V16.5C21.75 17.1904 21.1904 17.75 20.5 17.75H19.75C19.75 19.1307 18.6307 20.25 17.25 20.25C15.8693 20.25 14.75 19.1307 14.75 17.75H9.75C9.75 19.1307 8.63071 20.25 7.25 20.25C5.86929 20.25 4.75 19.1307 4.75 17.75H3.5C2.80964 17.75 2.25 17.1904 2.25 16.5V5.5ZM9.25018 16.25C8.79408 15.6428 8.06791 15.25 7.25 15.25C6.43209 15.25 5.70592 15.6428 5.24982 16.25H3.75V5.75H14.25V16.25H9.25018ZM15.75 15.7498C16.1678 15.436 16.6872 15.25 17.25 15.25C18.0679 15.25 18.7941 15.6428 19.2502 16.25H20.25V13.1444L18.4922 8.75H15.75V15.7498ZM16.25 17.75C16.25 17.1977 16.6977 16.75 17.25 16.75C17.8023 16.75 18.25 17.1977 18.25 17.75C18.25 18.3023 17.8023 18.75 17.25 18.75C16.6977 18.75 16.25 18.3023 16.25 17.75ZM7.25 16.75C6.69772 16.75 6.25 17.1977 6.25 17.75C6.25 18.3023 6.69772 18.75 7.25 18.75C7.80228 18.75 8.25 18.3023 8.25 17.75C8.25 17.1977 7.80228 16.75 7.25 16.75ZM5.96968 12.9697C5.67678 13.2626 5.67678 13.7374 5.96968 14.0303C6.26257 14.3232 6.73744 14.3232 7.03034 14.0303L12.0303 9.03033C12.3232 8.73744 12.3232 8.26256 12.0303 7.96967C11.7374 7.67678 11.2626 7.67678 10.9697 7.96967L5.96968 12.9697ZM7 7.875C6.37868 7.875 5.875 8.37868 5.875 9C5.875 9.62132 6.37868 10.125 7 10.125C7.62132 10.125 8.125 9.62132 8.125 9C8.125 8.37868 7.62132 7.875 7 7.875ZM9.875 13C9.875 12.3787 10.3787 11.875 11 11.875C11.6213 11.875 12.125 12.3787 12.125 13C12.125 13.6213 11.6213 14.125 11 14.125C10.3787 14.125 9.875 13.6213 9.875 13Z" 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="M8.75204 2.65068C9.08933 2.59447 9.63572 2.57458 10.0307 2.96952L11.8228 4.76164C11.9204 4.85927 11.9204 5.01757 11.8228 5.1152L5.11569 11.8223C5.01805 11.9199 4.85976 11.9199 4.76213 11.8223L2.97001 10.0302C2.57507 9.63524 2.59496 9.08884 2.65117 8.75155C2.71503 8.36838 2.87436 7.94977 3.07952 7.53944C3.49348 6.71152 4.1678 5.77173 4.97001 4.96952C5.77222 4.16731 6.71201 3.49299 7.53993 3.07903C7.95026 2.87387 8.36887 2.71455 8.75204 2.65068ZM6.17634 12.883C6.07871 12.9806 6.07871 13.1389 6.17634 13.2365L10.7621 17.8223C10.8598 17.9199 11.0181 17.9199 11.1157 17.8223L17.8228 11.1152C17.9204 11.0176 17.9204 10.8593 17.8228 10.7616L13.237 6.17586C13.1394 6.07823 12.9811 6.07823 12.8835 6.17586L6.17634 12.883ZM12.1763 19.2365C12.0787 19.1389 12.0787 18.9806 12.1763 18.883L18.8835 12.1759C18.9811 12.0782 19.1394 12.0782 19.237 12.1759L21.0307 13.9695C21.4256 14.3645 21.4057 14.9109 21.3495 15.2482C21.2857 15.6313 21.1263 16.0499 20.9212 16.4603C20.5072 17.2882 19.8329 18.228 19.0307 19.0302C18.2285 19.8324 17.2887 20.5067 16.4608 20.9207C16.0504 21.1258 15.6318 21.2852 15.2486 21.349C14.9114 21.4052 14.365 21.4251 13.97 21.0302L12.1763 19.2365ZM11.2495 10C11.2495 9.58579 11.5853 9.25 11.9995 9.25H12.0095C12.4237 9.25 12.7595 9.58579 12.7595 10C12.7595 10.4142 12.4237 10.75 12.0095 10.75H11.9995C11.5853 10.75 11.2495 10.4142 11.2495 10ZM11.9995 13.25C11.5853 13.25 11.2495 13.5858 11.2495 14C11.2495 14.4142 11.5853 14.75 11.9995 14.75H12.0095C12.4237 14.75 12.7595 14.4142 12.7595 14C12.7595 13.5858 12.4237 13.25 12.0095 13.25H11.9995ZM9.24951 12C9.24951 11.5858 9.5853 11.25 9.99951 11.25H10.0095C10.4237 11.25 10.7595 11.5858 10.7595 12C10.7595 12.4142 10.4237 12.75 10.0095 12.75H9.99951C9.5853 12.75 9.24951 12.4142 9.24951 12ZM13.9995 11.25C13.5853 11.25 13.2495 11.5858 13.2495 12C13.2495 12.4142 13.5853 12.75 13.9995 12.75H14.0095C14.4237 12.75 14.7595 12.4142 14.7595 12C14.7595 11.5858 14.4237 11.25 14.0095 11.25H13.9995Z" 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.0305 2.96961C9.63556 2.57466 9.08917 2.59455 8.75188 2.65077C8.36871 2.71463 7.9501 2.87396 7.53977 3.07912C6.71185 3.49308 5.77206 4.1674 4.96985 4.96961C4.16764 5.77182 3.49332 6.71161 3.07936 7.53953C2.8742 7.94985 2.71487 8.36846 2.65101 8.75164C2.5948 9.08893 2.57491 9.63532 2.96985 10.0303L13.9699 21.0303C14.3648 21.4252 14.9112 21.4053 15.2485 21.3491C15.6317 21.2852 16.0503 21.1259 16.4606 20.9208C17.2885 20.5068 18.2283 19.8325 19.0305 19.0303C19.8327 18.2281 20.507 17.2883 20.921 16.4603C21.1262 16.05 21.2855 15.6314 21.3494 15.2482C21.4056 14.9109 21.4255 14.3646 21.0305 13.9696L10.0305 2.96961ZM6.03051 6.03027C6.7283 5.33248 7.53851 4.7568 8.21059 4.42076C8.55027 4.25092 8.81916 4.16025 8.99848 4.13036C9.02342 4.1262 9.04426 4.12352 9.06141 4.12183L10.9395 5.99988L6.00012 10.9392L4.12207 9.06117C4.12376 9.04402 4.12645 9.02318 4.1306 8.99824C4.16049 8.81891 4.25117 8.55002 4.421 8.21035C4.75704 7.53827 5.33272 6.72806 6.03051 6.03027ZM7.06078 11.9999L12.0001 7.06054L16.9395 11.9999L12.0001 16.9392L7.06078 11.9999ZM13.0608 17.9999L14.939 19.878C14.9561 19.8764 14.9769 19.8737 15.0019 19.8695C15.1812 19.8396 15.4501 19.749 15.7898 19.5791C16.4619 19.2431 17.2721 18.6674 17.9699 17.9696C18.6676 17.2718 19.2433 16.4616 19.5794 15.7895C19.7492 15.4499 19.8399 15.181 19.8698 15.0016C19.8739 14.9767 19.8766 14.9559 19.8783 14.9387L18.0001 13.0605L13.0608 17.9999ZM9.12754 4.12079C9.12754 4.12079 9.12429 4.12087 9.11876 4.11991L9.11625 4.11944C9.12426 4.11978 9.12754 4.12079 9.12754 4.12079ZM19.8793 14.8726C19.8793 14.8726 19.8801 14.8751 19.8805 14.8811L19.8807 14.8838C19.8792 14.8768 19.8793 14.8726 19.8793 14.8726ZM14.8728 19.8791C14.8728 19.8791 14.8761 19.879 14.8816 19.88L14.8841 19.8804C14.8761 19.8801 14.8728 19.8791 14.8728 19.8791ZM4.12103 9.1273C4.12103 9.1273 4.12026 9.12478 4.11984 9.11879L4.11968 9.11601C4.12114 9.12305 4.12103 9.1273 4.12103 9.1273ZM11.25 10C11.25 9.58579 11.5858 9.25 12 9.25H12.01C12.4242 9.25 12.76 9.58579 12.76 10C12.76 10.4142 12.4242 10.75 12.01 10.75H12C11.5858 10.75 11.25 10.4142 11.25 10ZM11.25 14C11.25 13.5858 11.5858 13.25 12 13.25H12.01C12.4242 13.25 12.76 13.5858 12.76 14C12.76 14.4142 12.4242 14.75 12.01 14.75H12C11.5858 14.75 11.25 14.4142 11.25 14ZM10 11.25C9.58579 11.25 9.25 11.5858 9.25 12C9.25 12.4142 9.58579 12.75 10 12.75H10.01C10.4242 12.75 10.76 12.4142 10.76 12C10.76 11.5858 10.4242 11.25 10.01 11.25H10ZM13.25 12C13.25 11.5858 13.5858 11.25 14 11.25H14.01C14.4242 11.25 14.76 11.5858 14.76 12C14.76 12.4142 14.4242 12.75 14.01 12.75H14C13.5858 12.75 13.25 12.4142 13.25 12Z" 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.75 6.29761C12.75 5.88339 12.4142 5.54761 12 5.54761C11.5858 5.54761 11.25 5.88339 11.25 6.29761V8.29761C11.25 8.71182 11.5858 9.04761 12 9.04761C12.4142 9.04761 12.75 8.71182 12.75 8.29761V6.29761ZM6.7972 16.4171C7.5529 16.2146 8.00137 15.4379 7.79888 14.6821C7.74739 14.49 7.77435 14.2853 7.87383 14.113C7.9733 13.9407 8.13713 13.815 8.32928 13.7636L10.5817 13.1603C10.9818 13.0531 11.393 13.2906 11.5002 13.6907C11.6074 14.0908 11.3699 14.502 10.9698 14.6092L9.34786 15.0436C9.35098 16.3341 8.49085 17.5162 7.18542 17.866C5.62951 18.2829 4.03024 17.3596 3.61334 15.8037C3.47139 15.2739 3.48511 14.7384 3.62609 14.2467C3.25818 13.8915 2.97854 13.4345 2.83659 12.9048C2.41969 11.3489 3.34303 9.74957 4.89894 9.33266C6.20441 8.98286 7.5404 9.57658 8.18292 10.6958L9.8049 10.2613C10.205 10.1541 10.6162 10.3916 10.7234 10.7917C10.8306 11.1918 10.5931 11.603 10.193 11.7102L7.94065 12.3136C7.54056 12.4208 7.12934 12.1833 7.02214 11.7833C6.81964 11.0275 6.04286 10.5791 5.28716 10.7816C4.53146 10.984 4.08299 11.7608 4.28548 12.5166C4.38413 12.8847 4.61775 13.1789 4.92063 13.362C5.265 13.5703 5.38367 14.0131 5.18955 14.3656C5.01881 14.6757 4.96358 15.0473 5.06222 15.4154C5.26472 16.1712 6.0415 16.6196 6.7972 16.4171ZM18.713 10.7816C17.9573 10.5791 17.1805 11.0275 16.978 11.7833C16.9266 11.9754 16.8008 12.1392 16.6286 12.2387C16.4563 12.3381 16.2516 12.3651 16.0594 12.3136L13.8071 11.7098C13.407 11.6026 13.1696 11.1913 13.2769 10.7912C13.3841 10.3911 13.7954 10.1537 14.1955 10.261L15.8173 10.6957C16.4599 9.57656 17.7958 8.98288 19.1012 9.33268C20.6571 9.74959 21.5805 11.3489 21.1636 12.9048C21.0216 13.4345 20.742 13.8915 20.3741 14.2468C20.5151 14.7384 20.5288 15.2739 20.3868 15.8037C19.9699 17.3596 18.3707 18.283 16.8148 17.866C15.5093 17.5162 14.6491 16.3341 14.6523 15.0435L13.0304 14.6088C12.6303 14.5016 12.3929 14.0903 12.5001 13.6902C12.6073 13.2901 13.0186 13.0527 13.4187 13.1599L15.671 13.7636C16.0711 13.8708 16.3085 14.2821 16.2013 14.6822C15.9988 15.4379 16.4473 16.2147 17.203 16.4172C17.9587 16.6196 18.7355 16.1712 18.938 15.4154C19.0366 15.0473 18.9814 14.6757 18.8106 14.3657C18.6165 14.0132 18.7352 13.5703 19.0795 13.3621C19.3824 13.1789 19.6161 12.8847 19.7147 12.5166C19.9172 11.7608 19.4687 10.9841 18.713 10.7816ZM16.9444 6.35296C17.2373 6.64586 17.2373 7.12073 16.9444 7.41362L15.5302 8.82784C15.2373 9.12073 14.7624 9.12073 14.4695 8.82784C14.1766 8.53494 14.1766 8.06007 14.4695 7.76718L15.8837 6.35296C16.1766 6.06007 16.6515 6.06007 16.9444 6.35296ZM8.11626 6.35297C7.82337 6.06008 7.3485 6.06008 7.0556 6.35297C6.76271 6.64586 6.76271 7.12074 7.0556 7.41363L8.46982 8.82784C8.76271 9.12074 9.23758 9.12074 9.53048 8.82784C9.82337 8.53495 9.82337 8.06008 9.53048 7.76718L8.11626 6.35297Z" 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="M18.25 2.5C18.25 2.08579 17.9142 1.75 17.5 1.75C17.0858 1.75 16.75 2.08579 16.75 2.5V3.38197C16.75 4.35125 17.2976 5.23734 18.1646 5.67082C18.5234 5.85021 18.75 6.21691 18.75 6.61803V7.5C18.75 7.91421 19.0858 8.25 19.5 8.25C19.9142 8.25 20.25 7.91421 20.25 7.5V6.61803C20.25 5.64875 19.7024 4.76266 18.8354 4.32918C18.4766 4.14979 18.25 3.78309 18.25 3.38197V2.5ZM17 9.25C17.1381 9.25 17.25 9.36193 17.25 9.5V14.5C17.25 14.6381 17.1381 14.75 17 14.75H3.01562C2.60141 14.75 2.26562 14.4142 2.26562 14V10C2.26562 9.58579 2.60141 9.25 3.01562 9.25H17ZM19 14.75C18.8619 14.75 18.75 14.6381 18.75 14.5V9.5C18.75 9.36193 18.8619 9.25 19 9.25H19.9998C20.9663 9.25 21.7498 10.0335 21.7498 11V13C21.7498 13.9665 20.9663 14.75 19.9998 14.75H19Z" 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="M18.25 2.5C18.25 2.08579 17.9142 1.75 17.5 1.75C17.0858 1.75 16.75 2.08579 16.75 2.5V3.38197C16.75 4.35125 17.2976 5.23734 18.1646 5.67082C18.5234 5.85021 18.75 6.21691 18.75 6.61803V7.5C18.75 7.91421 19.0858 8.25 19.5 8.25C19.9142 8.25 20.25 7.91421 20.25 7.5V6.61803C20.25 5.64875 19.7024 4.76266 18.8354 4.32918C18.4766 4.14979 18.25 3.78309 18.25 3.38197V2.5ZM2.26562 10C2.26562 9.58579 2.60141 9.25 3.01562 9.25H19.9998C20.9663 9.25 21.7498 10.0335 21.7498 11V13C21.7498 13.9665 20.9663 14.75 19.9998 14.75H3.01562C2.60141 14.75 2.26562 14.4142 2.26562 14V10ZM19.9998 13.25C20.1379 13.25 20.2498 13.1381 20.2498 13V11C20.2498 10.8619 20.1379 10.75 19.9998 10.75H18.75V13.25H19.9998ZM3.76562 10.75H17.25V13.25H3.76562V10.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="M11.05 1.90004C11.3813 1.65152 11.8514 1.71867 12.1 2.05004L13.0796 3.35621C13.6021 4.05292 13.5328 5.02783 12.917 5.64364L12.1436 6.4171C12.0556 6.50508 12.0457 6.64435 12.1203 6.74388L13.1 8.05004C13.3485 8.38142 13.2813 8.85152 12.95 9.10004C12.6186 9.34857 12.1485 9.28141 11.9 8.95004L10.9203 7.64388C10.3978 6.94717 10.4671 5.97226 11.0829 5.35644L11.8564 4.58298C11.9443 4.49501 11.9542 4.35574 11.8796 4.25621L10.9 2.95004C10.6514 2.61867 10.7186 2.14857 11.05 1.90004ZM19.3982 11.6063C19.7525 11.3556 20.0903 11.228 20.3473 11.1962C20.6079 11.164 20.7075 11.2334 20.7367 11.2626C20.7701 11.296 20.8656 11.4423 20.7717 11.8181C20.6819 12.1771 20.4382 12.6218 20.0296 13.0304C19.621 13.4389 19.1764 13.6827 18.8174 13.7724C18.6694 13.8094 18.557 13.8171 18.4731 13.8107C18.8678 13.133 19.1809 12.3918 19.3982 11.6063ZM19.7177 9.79906C19.8664 9.75671 20.0154 9.72581 20.1635 9.70753C20.7193 9.63891 21.3404 9.74494 21.7974 10.202C22.3497 10.7543 22.3888 11.5342 22.2269 12.1819C22.0607 12.8466 21.658 13.5233 21.0903 14.091C20.5225 14.6588 19.8459 15.0615 19.1812 15.2277C18.669 15.3557 18.0743 15.3581 17.5747 15.0804C16.1795 16.7167 14.2175 17.7499 12 17.7499C7.62885 17.7499 4.25 13.7352 4.25 8.99989C4.25 8.64212 4.38645 8.34297 4.57867 8.09884C4.63544 8.02627 4.69655 7.95932 4.75943 7.89812C4.85229 7.80775 4.95524 7.72339 5.06598 7.64453C5.08747 7.62921 5.10892 7.61433 5.13027 7.59991C5.5769 7.29821 6.17389 7.05606 6.84421 6.86453C7.43157 6.69672 8.10812 6.55863 8.8482 6.45615C8.9817 6.43767 9.10474 6.53005 9.12608 6.66312L9.28447 7.65046C9.30691 7.79033 9.20866 7.92071 9.06832 7.94002C8.38572 8.03396 7.77365 8.15903 7.25627 8.30686C6.65984 8.47726 6.2317 8.66607 5.96989 8.84293C5.85314 8.92179 5.85314 9.07806 5.96989 9.15693C6.2317 9.33378 6.65984 9.52259 7.25627 9.693C8.43891 10.0309 10.1163 10.2499 12 10.2499C13.8836 10.2499 15.561 10.0309 16.7437 9.693C17.3401 9.52259 17.7682 9.33378 18.0301 9.15693C18.1468 9.07806 18.1468 8.92179 18.0301 8.84293C17.7682 8.66607 17.3401 8.47726 16.7437 8.30686C16.2017 8.152 15.5557 8.02211 14.8337 7.92682C14.7305 7.91321 14.6458 7.83811 14.6212 7.73703L14.3678 6.69665C14.3271 6.52962 14.4633 6.37236 14.6341 6.39147C15.5776 6.497 16.434 6.65832 17.1558 6.86453C17.6166 6.99621 18.0428 7.15181 18.4093 7.33424C18.484 7.37142 18.5562 7.40971 18.6257 7.44915C18.7113 7.49766 18.7927 7.5479 18.8697 7.59991C18.8922 7.61507 18.9147 7.63074 18.9373 7.64691C19.0226 7.70775 19.1028 7.77163 19.1772 7.83874C19.2559 7.90976 19.3329 7.98917 19.4037 8.07684C19.6052 8.32493 19.75 8.6313 19.75 8.99989C19.75 9.26881 19.7391 9.5354 19.7177 9.79906ZM4.9852 15.6835C4.91087 15.5868 4.77817 15.5543 4.67141 15.6132C4.64129 15.6298 4.6116 15.6466 4.58235 15.6635C3.92517 16.0434 3.25 16.6414 3.25 17.4999C3.25 18.1948 3.69922 18.7188 4.183 19.0763C4.68146 19.4445 5.35481 19.7446 6.11944 19.9836C7.65763 20.4642 9.73658 20.7499 12 20.7499C14.2634 20.7499 16.3424 20.4642 17.8806 19.9836C18.6452 19.7446 19.3185 19.4445 19.817 19.0763C20.3008 18.7188 20.75 18.1948 20.75 17.4999C20.75 16.6414 20.0748 16.0434 19.4177 15.6635C19.3883 15.6466 19.3586 15.6298 19.3284 15.6131C19.2216 15.5542 19.0889 15.5867 19.0146 15.6834C17.3627 17.8312 14.9023 19.25 11.9999 19.25C9.09749 19.25 6.63714 17.8313 4.9852 15.6835Z" 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.0999 2.04998C11.8514 1.71861 11.3813 1.65145 11.0499 1.89998C10.7186 2.14851 10.6514 2.61861 10.8999 2.94998L11.8796 4.25615C11.9542 4.35568 11.9443 4.49495 11.8563 4.58292L11.0829 5.35638C10.4671 5.97219 10.3978 6.94711 10.9203 7.64382L11.8999 8.94998C12.1485 9.28135 12.6186 9.34851 12.9499 9.09998C13.2813 8.85146 13.3485 8.38135 13.0999 8.04998L12.1203 6.74382C12.0457 6.64429 12.0556 6.50502 12.1435 6.41704L12.917 5.64358C13.5328 5.02777 13.6021 4.05286 13.0796 3.35615L12.0999 2.04998ZM13.8502 7.05705C13.8972 6.64551 14.2689 6.34997 14.6804 6.39693C16.0092 6.54859 17.1858 6.81376 18.0525 7.1726C18.4831 7.35087 18.8778 7.56869 19.1772 7.83886C19.4754 8.10793 19.75 8.49758 19.75 9.00001C19.75 9.26899 19.7391 9.53566 19.7177 9.79939C19.8667 9.7569 20.016 9.72591 20.1644 9.70759C20.7202 9.63896 21.3413 9.745 21.7983 10.202C22.3506 10.7544 22.3897 11.5342 22.2278 12.182C22.0616 12.8467 21.6589 13.5233 21.0912 14.0911C20.5234 14.6588 19.8468 15.0615 19.1821 15.2277C19.0227 15.2676 18.8553 15.2952 18.6853 15.3061C18.9519 15.4168 19.1972 15.536 19.4177 15.6635C20.0748 16.0434 20.75 16.6414 20.75 17.4999C20.75 18.1948 20.3008 18.7188 19.817 19.0762C19.3185 19.4445 18.6452 19.7446 17.8806 19.9835C16.3424 20.4642 14.2634 20.7499 12 20.7499C9.73658 20.7499 7.65763 20.4642 6.11944 19.9835C5.35481 19.7446 4.68146 19.4445 4.183 19.0762C3.69922 18.7188 3.25 18.1948 3.25 17.4999C3.25 16.6414 3.92517 16.0434 4.58235 15.6635C5.05827 15.3883 5.64971 15.1519 6.32067 14.9554C5.02814 13.3789 4.25 11.2724 4.25 9.00001C4.25 8.53311 4.48827 8.16214 4.75943 7.89824C5.02899 7.63589 5.38357 7.42426 5.7672 7.25064C6.53841 6.90162 7.58445 6.63655 8.77055 6.4673C9.1806 6.40879 9.56046 6.69377 9.61897 7.10383C9.67749 7.51389 9.3925 7.89374 8.98244 7.95226C7.87036 8.11095 6.97815 8.34906 6.38566 8.61721C6.08744 8.75217 5.90381 8.87761 5.80561 8.97318C5.79541 8.98311 5.78674 8.99208 5.7794 9.00009C5.8392 9.0657 5.97297 9.17844 6.24062 9.31369C6.57416 9.48223 7.03632 9.64599 7.61516 9.78833C8.77009 10.0723 10.303 10.2502 11.9999 10.2502C13.697 10.2502 15.2299 10.0723 16.3848 9.7883C16.9637 9.64595 17.4258 9.48218 17.7594 9.31363C18.0272 9.1783 18.1609 9.06551 18.2206 8.99994C18.2085 8.9867 18.1927 8.97088 18.1723 8.95249C18.0491 8.84133 17.8266 8.70257 17.4787 8.55851C16.7883 8.27268 15.7625 8.03018 14.5103 7.88726C14.0988 7.84029 13.8032 7.46859 13.8502 7.05705ZM18.4732 13.8107C18.8677 13.1333 19.1807 12.3923 19.398 11.6072C19.7527 11.3559 20.0909 11.228 20.3482 11.1963C20.6088 11.1641 20.7084 11.2334 20.7376 11.2627C20.771 11.2961 20.8666 11.4423 20.7726 11.8182C20.6828 12.1772 20.4391 12.6219 20.0305 13.0304C19.622 13.439 19.1773 13.6827 18.8183 13.7725C18.6698 13.8096 18.5572 13.8172 18.4732 13.8107ZM18.0513 10.828C17.6642 10.9882 17.2223 11.127 16.7431 11.2449C15.447 11.5636 13.7903 11.7502 11.9999 11.7502C10.2096 11.7502 8.55298 11.5636 7.25696 11.2449C6.7777 11.1271 6.33577 10.9882 5.94875 10.8281C6.65582 14.0007 9.15944 16.25 12 16.25C14.8406 16.25 17.3442 14.0007 18.0513 10.828ZM12 17.75C13.6648 17.75 15.1856 17.1677 16.4307 16.185C17.4055 16.3988 18.1656 16.6723 18.6669 16.9621C19.2316 17.2885 19.25 17.5001 19.25 17.5001C19.25 17.5034 19.2503 17.5314 19.21 17.5929C19.1655 17.6608 19.0793 17.7563 18.9256 17.8698C18.6145 18.0997 18.1162 18.3384 17.4331 18.5518C16.0759 18.976 14.1549 19.2499 12 19.2499C9.84514 19.2499 7.92409 18.976 6.56685 18.5518C5.88377 18.3384 5.38554 18.0997 5.07436 17.8698C4.92074 17.7563 4.83445 17.6608 4.78998 17.5929C4.74974 17.5314 4.74997 17.5032 4.75 17.4999C4.75 17.4999 4.76844 17.2885 5.33308 16.9621C5.83443 16.6723 6.59452 16.3988 7.5693 16.185C8.81437 17.1677 10.3352 17.75 12 17.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="M4.68673 6.68406C2.48367 8.88712 1.72705 10.746 1.72705 12.2525C1.72706 13.759 2.48369 14.734 2.91892 15.1693L4.33317 16.5836C4.76848 17.0189 5.7435 17.7755 7.25001 17.7755C8.75651 17.7755 10.6154 17.0188 12.8185 14.8158C15.0215 12.6127 15.7781 10.7539 15.7781 9.24735C15.7781 7.74085 15.0215 6.76583 14.5862 6.33053L13.172 4.9163C12.7367 4.48099 11.7617 3.72436 10.2552 3.72437C8.74868 3.72437 6.88978 4.48101 4.68673 6.68406ZM13.1885 9.84566C13.353 9.46552 13.1782 9.02399 12.7981 8.85947C12.4179 8.69495 11.9764 8.86974 11.8119 9.24988C11.4088 10.1811 10.8199 11.1572 9.98989 11.9872C9.697 12.2801 9.697 12.755 9.98989 13.0479C10.2828 13.3408 10.7577 13.3408 11.0505 13.0479C12.0429 12.0555 12.7284 10.9088 13.1885 9.84566ZM10.0253 7.78015C10.533 8.28784 9.9948 9.64914 8.82322 10.8207C7.65165 11.9923 6.29035 12.5305 5.78267 12.0228C5.27498 11.5151 5.81317 10.1538 6.98475 8.98224C8.15632 7.81066 9.51762 7.27247 10.0253 7.78015ZM11.3806 18.4179C11.1678 18.3659 11.1355 18.0836 11.3208 17.9666C12.0753 17.4902 12.8475 16.8767 13.6364 16.1148C13.7523 16.0029 13.9448 16.0293 14.0779 16.12C14.1981 16.202 14.3434 16.2499 14.4998 16.2499C15.9033 16.2499 17.1988 15.9237 18.2759 15.4973C18.661 15.3448 18.8496 14.909 18.6972 14.5239C18.5447 14.1387 18.1089 13.9501 17.7237 14.1026C17.0533 14.368 16.3005 14.5831 15.4997 14.6853C15.2826 14.713 15.1534 14.4619 15.2873 14.2888C15.6386 13.8345 15.9404 13.3861 16.1951 12.944C16.227 12.8887 16.2785 12.8474 16.339 12.827C17.0453 12.5892 17.4998 12.2176 17.4998 11.7999C17.4998 11.5812 17.3752 11.3752 17.155 11.1943C17.07 11.1244 17.0272 11.0128 17.0555 10.9065C17.2057 10.3416 17.278 9.78838 17.278 9.24724C17.278 8.73848 17.2141 8.27374 17.1088 7.85338C17.0628 7.66949 17.2187 7.49112 17.4038 7.53192C18.8495 7.85049 19.8498 8.41425 20.5301 9.0946C21.5954 10.1599 21.7498 11.3843 21.7498 11.9999L21.7498 13.9999C21.7498 14.6155 21.5954 15.84 20.5301 16.9053C19.4648 17.9705 17.6154 18.7499 14.4998 18.7499C13.2738 18.7499 12.2439 18.6292 11.3806 18.4179Z" 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="M1.72684 12.2525C1.72684 10.746 2.48347 8.88712 4.68652 6.68406C6.88958 4.48101 8.74847 3.72437 10.255 3.72437C11.7615 3.72436 12.7365 4.48099 13.1718 4.9163L14.586 6.33053C14.7853 6.52988 15.0521 6.84243 15.2827 7.26739C18.0128 7.39112 19.6583 8.16919 20.6181 9.18528C21.6045 10.2296 21.7498 11.4023 21.7498 12.0001L21.7498 14.0001C21.7498 14.6157 21.5954 15.8402 20.5301 16.9055C19.4648 17.9707 17.6154 18.7501 14.4998 18.7501C11.9167 18.7501 10.204 18.2149 9.08515 17.4228C8.42448 17.6699 7.81255 17.7755 7.2498 17.7755C5.74329 17.7755 4.76828 17.0189 4.33297 16.5836L2.91871 15.1693C2.48348 14.734 1.72685 13.759 1.72684 12.2525ZM3.22684 12.2525C3.22685 13.2209 3.70764 13.8369 3.97946 14.1087L5.39363 15.5229C5.66543 15.7947 6.28142 16.2755 7.24979 16.2755C8.21817 16.2755 9.71804 15.7947 11.7576 13.7551C13.7971 11.7156 14.2779 10.2157 14.2779 9.24735C14.2779 8.27898 13.7971 7.663 13.5253 7.3912L12.1111 5.97696C11.8393 5.70516 11.2234 5.22436 10.255 5.22437C9.2866 5.22437 7.78674 5.70517 5.74718 7.74472C3.70762 9.78428 3.22684 11.2841 3.22684 12.2525ZM15.7779 9.24735C15.7779 9.09293 15.77 8.9441 15.7552 8.80086C17.8773 8.98224 18.9646 9.61922 19.5276 10.2153C20.1592 10.8839 20.2498 11.6265 20.2498 12.0001L20.2498 14.0001C20.2498 14.3845 20.1542 15.1601 19.4694 15.8448C18.7847 16.5295 17.3842 17.2501 14.4998 17.2501C12.7157 17.2501 11.4993 16.9742 10.6695 16.6024C11.3449 16.159 12.0613 15.5728 12.8182 14.8158C13.1609 14.4731 13.4686 14.1387 13.7439 13.8127C13.9882 13.8373 14.2412 13.8501 14.4999 13.8501C15.4059 13.8501 16.2619 13.6925 16.9194 13.4075C17.247 13.2656 17.5595 13.0773 17.8009 12.83C18.0455 12.5793 18.2499 12.2303 18.2499 11.8001C18.2499 10.991 17.5671 10.496 17.029 10.2423C16.6574 10.0671 16.2169 9.93579 15.738 9.85306C15.7651 9.64521 15.7779 9.4433 15.7779 9.24735ZM16.323 12.0312C15.9548 12.1908 15.427 12.3117 14.809 12.3425C15.0234 11.9858 15.1977 11.6409 15.3362 11.308C15.7652 11.3695 16.126 11.4749 16.3893 11.599C16.569 11.6838 16.6623 11.7543 16.7097 11.7995C16.6425 11.8621 16.5197 11.946 16.323 12.0312ZM6.34646 11.5418C6.34643 11.5418 6.34619 11.5411 6.34584 11.5397L6.34646 11.5418ZM6.3417 11.4635C6.3452 11.3717 6.37276 11.2258 6.45129 11.0271C6.6229 10.5931 6.98399 10.0434 7.51491 9.51246C8.04584 8.98154 8.59552 8.62044 9.02957 8.44884C9.22822 8.37031 9.37411 8.34275 9.46594 8.33925C9.46244 8.43109 9.43489 8.57697 9.35635 8.77563C9.18475 9.20968 8.82366 9.75936 8.29273 10.2903C7.76181 10.8212 7.21213 11.1823 6.77808 11.3539C6.57943 11.4324 6.43354 11.46 6.3417 11.4635ZM9.5442 8.34401L9.54212 8.34339C9.54357 8.34374 9.54424 8.34398 9.5442 8.34401ZM9.46181 8.26308L9.46119 8.26099C9.46122 8.26096 9.46145 8.26163 9.46181 8.26308ZM6.26553 11.4594L6.26448 11.4591C6.26376 11.4589 6.26342 11.4588 6.26344 11.4587L6.26553 11.4594ZM5.05635 10.4756C5.31982 9.80921 5.8136 9.09245 6.45426 8.4518C7.09491 7.81115 7.81166 7.31737 8.47808 7.0539C8.81006 6.92266 9.16423 6.83482 9.50971 6.839C9.86 6.84324 10.2513 6.94555 10.5555 7.24972C10.8596 7.5539 10.962 7.9452 10.9662 8.29548C10.9704 8.64097 10.8825 8.99514 10.7513 9.32712C10.4878 9.99353 9.99404 10.7103 9.35339 11.3509C8.71274 11.9916 7.99598 12.4854 7.32957 12.7488C6.99759 12.8801 6.64342 12.9679 6.29794 12.9637C5.94765 12.9595 5.55635 12.8572 5.25217 12.553C4.948 12.2488 4.84569 11.8575 4.84145 11.5073C4.83727 11.1618 4.92511 10.8076 5.05635 10.4756ZM13.1883 9.84574C13.3528 9.46561 13.1781 9.02407 12.7979 8.85955C12.4178 8.69503 11.9762 8.86982 11.8117 9.24996C11.4087 10.1812 10.8198 11.1573 9.98974 11.9873C9.69684 12.2802 9.69684 12.7551 9.98974 13.048C10.2826 13.3409 10.7575 13.3409 11.0504 13.048C12.0428 12.0556 12.7282 10.9089 13.1883 9.84574ZM18.276 15.4974C18.6611 15.3449 18.8497 14.9091 18.6973 14.524C18.5448 14.1389 18.109 13.9503 17.7239 14.1027C16.7804 14.4762 15.6738 14.75 14.4999 14.75C14.0857 14.75 13.7499 15.0858 13.7499 15.5C13.7499 15.9142 14.0857 16.25 14.4999 16.25C15.9034 16.25 17.1989 15.9238 18.276 15.4974Z" 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="M18.639 2.42127C19.0501 2.25097 19.5025 2.20642 19.939 2.29323C20.3754 2.38005 20.7763 2.59434 21.091 2.90901C21.4057 3.22368 21.6199 3.62459 21.7068 4.06105C21.7936 4.49751 21.749 4.94991 21.5787 5.36104C21.4084 5.77217 21.12 6.12357 20.75 6.37081C20.565 6.49444 20.3637 6.58924 20.1531 6.65314C20.2173 6.93018 20.25 7.21428 20.25 7.5C20.25 7.99246 20.153 8.48009 19.9645 8.93506C19.7815 9.37681 19.5158 9.77937 19.1818 10.1211L19.5303 10.4697C19.8232 10.7626 19.8232 11.2374 19.5303 11.5303C19.2374 11.8232 18.7626 11.8232 18.4697 11.5303L18.2529 11.3135L17.3409 13.4414C17.2031 13.763 17.0052 14.0553 16.7578 14.3027L10.7373 20.3232C10.0539 21.0066 8.94583 21.0066 8.26241 20.3232L3.67663 15.7374C2.99321 15.054 2.99321 13.946 3.67663 13.2626L9.69743 7.24196C9.94481 6.99457 10.2371 6.79667 10.5587 6.65885L12.6863 5.747L12.4697 5.53033C12.1768 5.23744 12.1768 4.76256 12.4697 4.46967C12.7626 4.17678 13.2374 4.17678 13.5303 4.46967L13.8788 4.81817C14.2206 4.48415 14.6231 4.21843 15.0649 4.03545C15.5199 3.847 16.0075 3.75 16.5 3.75C16.7857 3.75 17.0698 3.78266 17.3469 3.84689C17.4108 3.63625 17.5056 3.43498 17.6292 3.24997C17.8764 2.87996 18.2278 2.59157 18.639 2.42127ZM13.8285 6.88945L11.1496 8.03757C11.0034 8.10021 10.8705 8.19017 10.7581 8.30262L8.81071 10.25H17.0766L17.1104 10.1713L13.8285 6.88945Z" 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="M19.939 2.29323C19.5025 2.20642 19.0501 2.25097 18.639 2.42127C18.2278 2.59157 17.8764 2.87996 17.6292 3.24997C17.5056 3.43498 17.4108 3.63624 17.3469 3.84688C17.0698 3.78266 16.7857 3.75 16.5 3.75C16.0075 3.75 15.5199 3.847 15.0649 4.03545C14.6232 4.21843 14.2206 4.48416 13.8789 4.81819L13.5303 4.46967C13.2374 4.17678 12.7626 4.17678 12.4697 4.46967C12.1768 4.76256 12.1768 5.23744 12.4697 5.53033L12.6864 5.74702L10.5586 6.65892C10.237 6.79673 9.9447 6.99464 9.69732 7.24202L3.67678 13.2626C2.99336 13.946 2.99336 15.054 3.67678 15.7374L8.26256 20.3232C8.94598 21.0066 10.054 21.0066 10.7374 20.3232L16.758 14.3027C17.0054 14.0553 17.2033 13.763 17.3411 13.4414L18.253 11.3136L18.4697 11.5303C18.7626 11.8232 19.2374 11.8232 19.5303 11.5303C19.8232 11.2374 19.8232 10.7626 19.5303 10.4697L19.1818 10.1211C19.5158 9.77938 19.7816 9.37682 19.9646 8.93506C20.153 8.48009 20.25 7.99246 20.25 7.5C20.25 7.21427 20.2173 6.93017 20.1531 6.65312C20.3638 6.58923 20.565 6.49443 20.75 6.37081C21.12 6.12357 21.4084 5.77217 21.5787 5.36104C21.749 4.9499 21.7936 4.49751 21.7068 4.06105C21.62 3.62459 21.4057 3.22368 21.091 2.90901C20.7763 2.59434 20.3754 2.38005 19.939 2.29323ZM19.5 5.25C19.6483 5.25 19.7933 5.20601 19.9167 5.1236C20.04 5.04119 20.1361 4.92406 20.1929 4.78701C20.2497 4.64997 20.2645 4.49917 20.2356 4.35368C20.2067 4.2082 20.1352 4.07456 20.0303 3.96967C19.9254 3.86478 19.7918 3.79335 19.6463 3.76441C19.5008 3.73547 19.35 3.75033 19.213 3.80709C19.0759 3.86386 18.9588 3.95999 18.8764 4.08332C18.794 4.20666 18.75 4.35167 18.75 4.5C18.8916 4.60623 19.0259 4.7226 19.1517 4.84835C19.2774 4.9741 19.3938 5.10836 19.5 5.25ZM18.121 9.06037C18.3158 8.85798 18.4711 8.62081 18.5787 8.36104C18.6918 8.08806 18.75 7.79548 18.75 7.5C18.75 7.20453 18.6918 6.91195 18.5787 6.63896C18.4657 6.36598 18.2999 6.11794 18.091 5.90901C17.8821 5.70008 17.634 5.53435 17.361 5.42127C17.0881 5.3082 16.7955 5.25 16.5 5.25C16.2045 5.25 15.9119 5.3082 15.639 5.42127C15.3792 5.52887 15.142 5.68415 14.9396 5.87897L18.121 9.06037ZM11.1495 8.03764L13.8287 6.88938L17.1106 10.1713L17.0769 10.25H8.81066L10.758 8.30268C10.8704 8.19024 11.0033 8.10028 11.1495 8.03764ZM4.73744 14.3232L7.31066 11.75H16.434L15.9624 12.8505C15.8997 12.9967 15.8098 13.1296 15.6973 13.242L9.67678 19.2626C9.57915 19.3602 9.42086 19.3602 9.32322 19.2626L4.73744 14.6768C4.63981 14.5791 4.63981 14.4209 4.73744 14.3232Z" 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="M8.25 4C8.25 3.58579 8.58579 3.25 9 3.25H15C15.4142 3.25 15.75 3.58579 15.75 4V8.25H20C20.4142 8.25 20.75 8.58579 20.75 9V15C20.75 15.4142 20.4142 15.75 20 15.75H15.75V20C15.75 20.4142 15.4142 20.75 15 20.75H9C8.58579 20.75 8.25 20.4142 8.25 20V15.75H4C3.80109 15.75 3.61032 15.671 3.46967 15.5303C3.32902 15.3897 3.25 15.1989 3.25 15L3.25 9C3.25 8.58579 3.58579 8.25 4 8.25H8.25V4Z" 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="M8.25 4C8.25 3.58579 8.58579 3.25 9 3.25H15C15.4142 3.25 15.75 3.58579 15.75 4V8.25H20C20.4142 8.25 20.75 8.58579 20.75 9V15C20.75 15.4142 20.4142 15.75 20 15.75H15.75V20C15.75 20.4142 15.4142 20.75 15 20.75H9C8.58579 20.75 8.25 20.4142 8.25 20V15.75H4C3.80109 15.75 3.61032 15.671 3.46967 15.5303C3.32902 15.3897 3.25 15.1989 3.25 15L3.25 9C3.25 8.58579 3.58579 8.25 4 8.25H8.25V4ZM9.75 4.75V9C9.75 9.41421 9.41421 9.75 9 9.75H4.75L4.75 14.25H9C9.41421 14.25 9.75 14.5858 9.75 15V19.25H14.25V15C14.25 14.5858 14.5858 14.25 15 14.25H19.25V9.75H15C14.5858 9.75 14.25 9.41421 14.25 9V4.75H9.75Z" fill="currentColor"/>
41
+ </svg>
42
+ </template>