@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="M13.4063 10.0417C13.6223 9.75064 13.75 9.39023 13.75 9C13.75 8.0335 12.9665 7.25 12 7.25C11.0335 7.25 10.25 8.0335 10.25 9C10.25 9.9665 11.0335 10.75 12 10.75C12.0668 10.75 12.1326 10.7463 12.1974 10.739C12.2307 10.8684 12.2615 11.0113 12.286 11.1653C12.3972 11.8629 12.3847 12.8297 11.8331 13.785C11.3571 14.6095 10.8202 15.1833 10.1875 15.4401C9.51034 15.7149 8.87626 15.5682 8.3732 15.2777C7.87015 14.9873 7.42608 14.5115 7.32548 13.7877C7.2762 13.4332 7.31554 13.0579 7.43269 12.6623C7.38927 12.7068 7.3474 12.7518 7.30722 12.7971C6.92849 13.2241 6.75 13.6248 6.75 14.0001V20.5C6.75 20.9143 6.41421 21.25 6 21.25C5.58579 21.25 5.25 20.9143 5.25 20.5V14.0001C5.25 13.1253 5.6684 12.3843 6.18501 11.8018C6.38174 11.58 6.6001 11.3725 6.82984 11.1796C6.30507 11.0929 5.86373 10.9228 5.51654 10.6524C4.94002 10.2033 4.75 9.58088 4.75 9C4.75 8.41912 4.94002 7.79665 5.51654 7.34763C6.05527 6.92804 6.82067 6.75 7.77273 6.75C7.89492 6.75 8.01393 6.7558 8.1297 6.76672C8.0621 6.67161 7.99732 6.5711 7.93601 6.46489C7.45998 5.64039 7.23147 4.88852 7.32548 4.21216C7.42608 3.48837 7.87015 3.01258 8.3732 2.72214C8.87626 2.4317 9.51034 2.28502 10.1875 2.55979C10.8202 2.81656 11.3571 3.39039 11.8331 4.21489C11.8955 4.32287 11.9509 4.431 12.0001 4.53887C12.0493 4.431 12.1047 4.32287 12.1671 4.21489C12.6431 3.39039 13.18 2.81656 13.8127 2.55979C14.4898 2.28502 15.1239 2.4317 15.627 2.72214C16.13 3.01257 16.5741 3.48837 16.6747 4.21216C16.7687 4.88852 16.5402 5.64039 16.0642 6.46489C16.0029 6.57109 15.9381 6.6716 15.8705 6.7667C15.9862 6.7558 16.1051 6.75 16.2273 6.75C17.1793 6.75 17.9447 6.92804 18.4835 7.34763C19.06 7.79665 19.25 8.41912 19.25 9C19.25 9.58088 19.06 10.2033 18.4835 10.6524C17.9447 11.072 17.1793 11.25 16.2273 11.25C15.1242 11.25 14.2806 10.7775 13.7321 10.3324C13.6107 10.2339 13.502 10.1354 13.4063 10.0417ZM14.2174 14.878C14.1326 14.8066 14.0603 14.7512 14.0068 14.7122C13.9743 14.6884 13.9415 14.6652 13.9078 14.6433C13.6599 14.483 13.3406 14.4826 13.0927 14.6429L12.9932 14.7122C12.9397 14.7512 12.8674 14.8066 12.7826 14.878C12.6138 15.0201 12.391 15.2295 12.1676 15.5048C11.7225 16.0533 11.25 16.8969 11.25 18C11.25 18.952 11.428 19.7174 11.8476 20.2562C12.2967 20.8327 12.9191 21.0227 13.5 21.0227C14.0809 21.0227 14.7033 20.8327 15.1524 20.2562C15.572 19.7174 15.75 18.952 15.75 18C15.75 16.8969 15.2775 16.0533 14.8324 15.5048C14.6091 15.2295 14.3862 15.0201 14.2174 14.878ZM11.25 9C11.25 8.58579 11.5858 8.25 12 8.25C12.4142 8.25 12.75 8.58579 12.75 9C12.75 9.41421 12.4142 9.75 12 9.75C11.5858 9.75 11.25 9.41421 11.25 9Z" 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.8328 4.21494C11.8952 4.32308 11.9508 4.43136 12 4.53939C12.0492 4.43136 12.1047 4.32308 12.1672 4.21494C12.6432 3.39043 13.1801 2.8166 13.8128 2.55984C14.4899 2.28507 15.124 2.43174 15.6271 2.72218C16.1301 3.01262 16.5742 3.48842 16.6748 4.2122C16.7688 4.88856 16.5403 5.64043 16.0643 6.46494C16.003 6.57112 15.9382 6.6716 15.8706 6.76669C15.9863 6.75579 16.1052 6.75 16.2273 6.75C17.1793 6.75 17.9447 6.92804 18.4835 7.34763C19.06 7.79665 19.25 8.41912 19.25 9C19.25 9.58088 19.06 10.2033 18.4835 10.6524C17.9447 11.072 17.1793 11.25 16.2273 11.25C15.1576 11.25 14.3319 10.8057 13.7827 10.3729C13.4281 10.8327 12.8996 11.1515 12.2957 11.2307C12.3956 11.9226 12.3673 12.8592 11.8328 13.785C11.3568 14.6095 10.8199 15.1833 10.1871 15.4401C9.51001 15.7149 8.87593 15.5682 8.37287 15.2777C7.86982 14.9873 7.42575 14.5115 7.32515 13.7877C7.27589 13.4333 7.31518 13.0582 7.43222 12.6628C7.38897 12.7072 7.34726 12.7519 7.30722 12.7971C6.92849 13.2241 6.75 13.6248 6.75 14V20.5C6.75 20.9143 6.41421 21.25 6 21.25C5.58579 21.25 5.25 20.9143 5.25 20.5V14C5.25 13.1253 5.6684 12.3842 6.18501 11.8018C6.38174 11.58 6.6001 11.3725 6.82984 11.1796C6.30507 11.0929 5.86373 10.9228 5.51654 10.6524C4.94002 10.2033 4.75 9.58088 4.75 9C4.75 8.41912 4.94002 7.79665 5.51654 7.34763C6.05527 6.92804 6.82067 6.75 7.77273 6.75C7.89478 6.75 8.01366 6.75578 8.12932 6.76668C8.06173 6.67159 7.99698 6.57111 7.93568 6.46494C7.45965 5.64043 7.23114 4.88856 7.32515 4.21221C7.42575 3.48842 7.86982 3.01262 8.37287 2.72218C8.87593 2.43174 9.51001 2.28507 10.1871 2.55984C10.8199 2.8166 11.3568 3.39043 11.8328 4.21494ZM9.62312 3.94976C9.48156 3.89232 9.33726 3.89745 9.12287 4.02122C8.90849 4.14499 8.8319 4.2674 8.81087 4.41871C8.78324 4.61746 8.83211 5.0176 9.23472 5.71494C9.56182 6.28149 10.0621 6.59313 10.5141 6.76612C10.5978 6.79817 10.6786 6.8249 10.7544 6.84715C10.7731 6.77034 10.7903 6.68706 10.8044 6.59852C10.8806 6.1206 10.8609 5.53149 10.5338 4.96494C10.1311 4.2676 9.80905 4.02521 9.62312 3.94976ZM13.4662 4.96494C13.8688 4.2676 14.1909 4.02521 14.3768 3.94976C14.5184 3.89232 14.6627 3.89745 14.8771 4.02122C15.0915 4.14499 15.1681 4.2674 15.1891 4.41871C15.2167 4.61746 15.1678 5.0176 14.7652 5.71494C14.4381 6.28149 13.9378 6.59313 13.4858 6.76612C13.4021 6.79817 13.3214 6.8249 13.2455 6.84715C13.2269 6.77035 13.2097 6.68706 13.1955 6.59852C13.1194 6.1206 13.1391 5.53149 13.4662 4.96494ZM6.25 9C6.25 8.75245 6.31771 8.62492 6.43824 8.53105C6.59655 8.40775 6.96751 8.25 7.77273 8.25C8.42693 8.25 8.94701 8.52747 9.32285 8.83241C9.39247 8.8889 9.45598 8.94545 9.51317 9C9.45598 9.05454 9.39247 9.1111 9.32285 9.16759C8.94701 9.47253 8.42693 9.75 7.77273 9.75C6.96751 9.75 6.59655 9.59225 6.43824 9.46895C6.31771 9.37508 6.25 9.24755 6.25 9ZM11.25 9C11.25 8.58579 11.5858 8.25 12 8.25C12.4142 8.25 12.75 8.58579 12.75 9C12.75 9.41421 12.4142 9.75 12 9.75C11.5858 9.75 11.25 9.41421 11.25 9ZM14.4869 9C14.5441 9.05455 14.6076 9.11111 14.6772 9.1676C15.053 9.47253 15.5731 9.75 16.2273 9.75C17.0325 9.75 17.4035 9.59225 17.5618 9.46895C17.6823 9.37508 17.75 9.24755 17.75 9C17.75 8.75245 17.6823 8.62492 17.5618 8.53105C17.4035 8.40775 17.0325 8.25 16.2273 8.25C15.5731 8.25 15.053 8.52747 14.6772 8.8324C14.6076 8.88889 14.5441 8.94545 14.4869 9ZM10.5141 11.2338C10.5978 11.2017 10.6786 11.175 10.7544 11.1528C10.7731 11.2296 10.7903 11.3129 10.8044 11.4014C10.8806 11.8793 10.8609 12.4684 10.5338 13.035C10.1311 13.7323 9.80905 13.9747 9.62312 14.0502C9.48156 14.1076 9.33726 14.1025 9.12287 13.9787C8.90849 13.8549 8.8319 13.7325 8.81087 13.5812C8.78324 13.3825 8.83211 12.9823 9.23472 12.285C9.56182 11.7184 10.0621 11.4068 10.5141 11.2338ZM13.0927 14.643C13.3406 14.4827 13.6594 14.4827 13.9073 14.643C14.0162 14.7136 14.1182 14.7945 14.2174 14.878C14.3862 15.0201 14.6091 15.2296 14.8324 15.5048C15.2775 16.0534 15.75 16.8969 15.75 18C15.75 18.9521 15.572 19.7175 15.1524 20.2562C14.7033 20.8327 14.0809 21.0227 13.5 21.0227C12.9191 21.0227 12.2967 20.8327 11.8476 20.2562C11.428 19.7175 11.25 18.9521 11.25 18C11.25 16.8969 11.7225 16.0534 12.1676 15.5048C12.3909 15.2296 12.6138 15.0201 12.7826 14.878C12.8818 14.7945 12.9838 14.7136 13.0927 14.643ZM13.3324 16.45C13.3889 16.3803 13.4454 16.3168 13.5 16.2596C13.5546 16.3168 13.6111 16.3803 13.6676 16.45C13.9725 16.8258 14.25 17.3458 14.25 18C14.25 18.8052 14.0923 19.1762 13.969 19.3345C13.8751 19.455 13.7475 19.5227 13.5 19.5227C13.2525 19.5227 13.1249 19.455 13.031 19.3345C12.9077 19.1762 12.75 18.8052 12.75 18C12.75 17.3458 13.0275 16.8258 13.3324 16.45Z" 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="M16.2273 11.25C16.1238 11.25 16.0227 11.2458 15.9238 11.2379C16.0179 11.3616 16.1073 11.4949 16.1903 11.6387C16.6663 12.4632 16.8948 13.2151 16.8008 13.8914C16.7002 14.6152 16.2562 15.091 15.7531 15.3815C15.25 15.6719 14.616 15.8186 13.9388 15.5438C13.3061 15.2871 12.7692 14.7132 12.2932 13.8887C12.1923 13.714 12.1095 13.539 12.0421 13.3652C11.9832 13.5048 11.9139 13.645 11.8331 13.785C11.3571 14.6095 10.8202 15.1833 10.1875 15.4401C9.51034 15.7149 8.87626 15.5682 8.3732 15.2777C7.87015 14.9873 7.42608 14.5115 7.32548 13.7877C7.2762 13.4332 7.31554 13.0579 7.43269 12.6623C7.38927 12.7068 7.3474 12.7518 7.30722 12.7971C6.92849 13.2241 6.75 13.6248 6.75 14.0001V20.5C6.75 20.9143 6.41421 21.25 6 21.25C5.58579 21.25 5.25 20.9143 5.25 20.5V14.0001C5.25 13.1253 5.6684 12.3843 6.18501 11.8018C6.38174 11.58 6.6001 11.3725 6.82984 11.1796C6.30507 11.0929 5.86373 10.9228 5.51654 10.6524C4.94002 10.2033 4.75 9.58088 4.75 9C4.75 8.41912 4.94002 7.79665 5.51654 7.34763C6.05527 6.92804 6.82067 6.75 7.77273 6.75C7.89492 6.75 8.01393 6.7558 8.1297 6.76672C8.0621 6.67161 7.99732 6.5711 7.93601 6.46489C7.45998 5.64039 7.23147 4.88852 7.32548 4.21216C7.42608 3.48837 7.87015 3.01258 8.3732 2.72214C8.87626 2.4317 9.51034 2.28502 10.1875 2.55979C10.8202 2.81656 11.3571 3.39039 11.8331 4.21489C11.8955 4.32287 11.9509 4.431 12.0001 4.53887C12.0493 4.431 12.1047 4.32287 12.1671 4.21489C12.6431 3.39039 13.18 2.81656 13.8127 2.55979C14.4898 2.28502 15.1239 2.4317 15.627 2.72214C16.13 3.01257 16.5741 3.48837 16.6747 4.21216C16.7687 4.88852 16.5402 5.64039 16.0642 6.46489C16.0029 6.57109 15.9381 6.6716 15.8705 6.7667C15.9862 6.7558 16.1051 6.75 16.2273 6.75C17.1793 6.75 17.9447 6.92804 18.4835 7.34763C19.06 7.79665 19.25 8.41912 19.25 9C19.25 9.58088 19.06 10.2033 18.4835 10.6524C17.9447 11.072 17.1793 11.25 16.2273 11.25ZM10.25 9C10.25 8.0335 11.0335 7.25 12 7.25C12.9665 7.25 13.75 8.0335 13.75 9C13.75 9.9665 12.9665 10.75 12 10.75C11.0335 10.75 10.25 9.9665 10.25 9ZM11.25 9C11.25 8.58579 11.5858 8.25 12 8.25C12.4142 8.25 12.75 8.58579 12.75 9C12.75 9.41421 12.4142 9.75 12 9.75C11.5858 9.75 11.25 9.41421 11.25 9Z" 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 4.53939C11.9508 4.43136 11.8952 4.32308 11.8328 4.21494C11.3568 3.39043 10.8199 2.8166 10.1871 2.55984C9.51001 2.28507 8.87593 2.43174 8.37287 2.72218C7.86982 3.01262 7.42575 3.48842 7.32515 4.21221C7.23114 4.88856 7.45965 5.64043 7.93568 6.46494C7.99698 6.57111 8.06173 6.67159 8.12932 6.76668C8.01366 6.75578 7.89478 6.75 7.77273 6.75C6.82067 6.75 6.05527 6.92804 5.51654 7.34763C4.94002 7.79665 4.75 8.41912 4.75 9C4.75 9.58088 4.94002 10.2033 5.51654 10.6524C5.86373 10.9228 6.30507 11.0929 6.82984 11.1796C6.6001 11.3725 6.38174 11.58 6.18501 11.8018C5.6684 12.3842 5.25 13.1253 5.25 14V20.5C5.25 20.9143 5.58579 21.25 6 21.25C6.41421 21.25 6.75 20.9143 6.75 20.5V14C6.75 13.6248 6.92849 13.2241 7.30722 12.7971C7.34726 12.7519 7.38897 12.7072 7.43222 12.6628C7.31518 13.0582 7.27589 13.4333 7.32515 13.7877C7.42575 14.5115 7.86982 14.9873 8.37287 15.2777C8.87593 15.5682 9.51001 15.7149 10.1871 15.4401C10.8199 15.1833 11.3568 14.6095 11.8328 13.785C11.9137 13.6448 11.983 13.5044 12.042 13.3647C12.1094 13.5386 12.1923 13.7139 12.2933 13.8887C12.7693 14.7132 13.3062 15.2871 13.9389 15.5438C14.6161 15.8186 15.2501 15.6719 15.7532 15.3815C16.2563 15.091 16.7003 14.6153 16.8009 13.8915C16.8949 13.2151 16.6664 12.4632 16.1904 11.6387C16.1074 11.4949 16.018 11.3616 15.9239 11.238C16.0227 11.2458 16.1239 11.25 16.2273 11.25C17.1793 11.25 17.9447 11.072 18.4835 10.6524C19.06 10.2033 19.25 9.58088 19.25 9C19.25 8.41912 19.06 7.79665 18.4835 7.34763C17.9447 6.92804 17.1793 6.75 16.2273 6.75C16.1052 6.75 15.9863 6.75579 15.8706 6.76669C15.9382 6.6716 16.003 6.57112 16.0643 6.46494C16.5403 5.64043 16.7688 4.88856 16.6748 4.2122C16.5742 3.48842 16.1301 3.01262 15.6271 2.72218C15.124 2.43174 14.4899 2.28507 13.8128 2.55984C13.1801 2.8166 12.6432 3.39043 12.1672 4.21494C12.1047 4.32308 12.0492 4.43136 12 4.53939ZM9.12287 4.02122C9.33726 3.89745 9.48156 3.89232 9.62312 3.94976C9.80905 4.02521 10.1311 4.2676 10.5338 4.96494C10.8609 5.53149 10.8806 6.1206 10.8044 6.59852C10.7903 6.68706 10.7731 6.77034 10.7544 6.84715C10.6786 6.8249 10.5978 6.79817 10.5141 6.76612C10.0621 6.59313 9.56182 6.28149 9.23472 5.71494C8.83211 5.0176 8.78324 4.61746 8.81087 4.41871C8.8319 4.2674 8.90849 4.14499 9.12287 4.02122ZM14.3768 3.94976C14.1909 4.02521 13.8688 4.2676 13.4662 4.96494C13.1391 5.53149 13.1194 6.1206 13.1955 6.59852C13.2097 6.68706 13.2269 6.77035 13.2455 6.84715C13.3214 6.8249 13.4021 6.79817 13.4858 6.76612C13.9378 6.59313 14.4381 6.28149 14.7652 5.71494C15.1678 5.0176 15.2167 4.61746 15.1891 4.41871C15.1681 4.2674 15.0915 4.14499 14.8771 4.02122C14.6627 3.89745 14.5184 3.89232 14.3768 3.94976ZM6.43824 8.53105C6.31771 8.62492 6.25 8.75245 6.25 9C6.25 9.24755 6.31771 9.37508 6.43824 9.46895C6.59655 9.59225 6.96751 9.75 7.77273 9.75C8.42693 9.75 8.94701 9.47253 9.32285 9.16759C9.39247 9.1111 9.45598 9.05454 9.51317 9C9.45598 8.94545 9.39247 8.8889 9.32285 8.83241C8.94701 8.52747 8.42693 8.25 7.77273 8.25C6.96751 8.25 6.59655 8.40775 6.43824 8.53105ZM11.25 9C11.25 8.58579 11.5858 8.25 12 8.25C12.4142 8.25 12.75 8.58579 12.75 9C12.75 9.41421 12.4142 9.75 12 9.75C11.5858 9.75 11.25 9.41421 11.25 9ZM13.3217 11.5051C13.3358 11.4166 13.353 11.3333 13.3717 11.2565C13.4475 11.2788 13.5282 11.3055 13.612 11.3375C14.0639 11.5105 14.5643 11.8222 14.8914 12.3887C15.294 13.0861 15.3428 13.4862 15.3152 13.685C15.2942 13.8363 15.2176 13.9587 15.0032 14.0825C14.7888 14.2062 14.6445 14.2114 14.503 14.1539C14.317 14.0785 13.9949 13.8361 13.5923 13.1387C13.2652 12.5722 13.2455 11.9831 13.3217 11.5051ZM14.6772 9.1676C14.6076 9.11111 14.5441 9.05455 14.4869 9C14.5441 8.94545 14.6076 8.88889 14.6772 8.8324C15.053 8.52747 15.5731 8.25 16.2273 8.25C17.0325 8.25 17.4035 8.40775 17.5618 8.53105C17.6823 8.62492 17.75 8.75245 17.75 9C17.75 9.24755 17.6823 9.37508 17.5618 9.46895C17.4035 9.59225 17.0325 9.75 16.2273 9.75C15.5731 9.75 15.053 9.47253 14.6772 9.1676ZM10.7544 11.1528C10.6786 11.175 10.5978 11.2017 10.5141 11.2338C10.0621 11.4068 9.56182 11.7184 9.23472 12.285C8.83211 12.9823 8.78324 13.3825 8.81087 13.5812C8.8319 13.7325 8.90849 13.8549 9.12287 13.9787C9.33726 14.1025 9.48156 14.1076 9.62312 14.0502C9.80905 13.9747 10.1311 13.7323 10.5338 13.035C10.8609 12.4684 10.8806 11.8793 10.8044 11.4014C10.7903 11.3129 10.7731 11.2296 10.7544 11.1528Z" fill="currentColor"/>
41
+ </svg>
42
+ </template>
@@ -0,0 +1,42 @@
1
+ <!--
2
+ @generated This file is auto-generated. Do not edit manually.
3
+ @version 1.0.0
4
+ @downloadUrl https://cdn.nav.no/aksel/icons/zip/aksel-icons.zip
5
+ -->
6
+ <script setup>
7
+ import { computed, useAttrs } from "vue";
8
+
9
+ const props = defineProps({
10
+ size: {
11
+ type: [String, Number],
12
+ default: "1em",
13
+ },
14
+ title: {
15
+ type: String,
16
+ default: "",
17
+ },
18
+ ariaLabel: {
19
+ type: String,
20
+ default: "",
21
+ },
22
+ });
23
+
24
+ const attrs = useAttrs();
25
+
26
+ const normalizedSize = computed(() =>
27
+ typeof props.size === "number" ? `${props.size}px` : props.size,
28
+ );
29
+
30
+ const accessibleLabel = computed(
31
+ () => props.ariaLabel || props.title || undefined,
32
+ );
33
+
34
+ const decorative = computed(() => !accessibleLabel.value);
35
+ </script>
36
+
37
+ <template>
38
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="attrs" :width="normalizedSize" :height="normalizedSize" :aria-hidden="decorative ? 'true' : undefined" :aria-label="accessibleLabel" :role="decorative ? undefined : 'img'">
39
+ <title v-if="props.title">{{ props.title }}</title>
40
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.3169 8.21867H10.683L9.36597 5.93758L10.683 3.65649H13.3169L14.6339 5.93758L13.3169 8.21867ZM13.3169 20.3432H10.683L9.36597 18.0621L10.683 15.781H13.3169L14.6339 18.0621L13.3169 20.3432ZM10.683 14.2812H13.3169L14.6339 12.0001L13.3169 9.71899H10.683L9.36597 12.0001L10.683 14.2812ZM18.5664 17.3119H15.9325L14.6155 15.0308L15.9325 12.7498H18.5664L19.8834 15.0308L18.5664 17.3119ZM15.9325 11.2499H18.5664L19.8834 8.96883L18.5664 6.68774H15.9325L14.6155 8.96883L15.9325 11.2499ZM8.06668 17.3119H5.43271L4.11572 15.0308L5.43271 12.7498H8.06668L9.38367 15.0308L8.06668 17.3119ZM5.43271 11.2499H8.06668L9.38367 8.96883L8.06668 6.68774H5.43271L4.11572 8.96883L5.43271 11.2499Z" 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="M9.60048 2.53153C9.73446 2.29948 9.98205 2.15653 10.25 2.15653H13.75C14.0179 2.15653 14.2655 2.29948 14.3995 2.53153L15.9331 5.18777L19 5.18778C19.2679 5.18778 19.5155 5.33072 19.6495 5.56278L21.3995 8.59386C21.5335 8.82591 21.5335 9.11181 21.3995 9.34386L19.8661 11.9999L21.3995 14.6559C21.5335 14.8879 21.5335 15.1738 21.3995 15.4059L19.6495 18.437C19.5155 18.669 19.2679 18.812 19 18.812H15.9331L14.3995 21.4682C14.2655 21.7003 14.0179 21.8432 13.75 21.8432H10.25C9.98205 21.8432 9.73446 21.7003 9.60048 21.4682L8.06689 18.812H5C4.73205 18.812 4.48446 18.669 4.35048 18.437L2.60048 15.4059C2.46651 15.1738 2.46651 14.8879 2.60048 14.6559L4.13393 11.9999L2.60048 9.34386C2.46651 9.11181 2.46651 8.82591 2.60048 8.59386L4.35048 5.56277C4.48446 5.33072 4.73205 5.18777 5 5.18777L8.0669 5.18778L9.60048 2.53153ZM5.43292 12.75L8.0669 12.75L9.38388 15.031L8.06699 17.312L5.43301 17.312L4.11603 15.0309L5.43292 12.75ZM8.06708 11.2498L9.38397 8.96886L8.06699 6.68778L5.43301 6.68777L4.11603 8.96886L5.43292 11.2498L8.06708 11.2498ZM13.3169 14.281L10.6831 14.281L9.36612 12L10.683 9.71902L13.317 9.71903L14.6339 12L13.3169 14.281ZM15.9331 12.75L18.5671 12.75L19.884 15.0309L18.567 17.312L15.933 17.312L14.6161 15.031L15.9331 12.75ZM18.5671 11.2498L19.884 8.96886L18.567 6.68778L15.933 6.68777L14.616 8.96886L15.9329 11.2498L18.5671 11.2498ZM10.6829 15.7812L9.36603 18.0621L10.683 20.3432H13.317L14.634 18.0621L13.3171 15.7812L10.6829 15.7812ZM10.683 3.65653L9.36603 5.93762L10.683 8.2187L13.317 8.21871L14.634 5.93762L13.317 3.65653L10.683 3.65653Z" fill="currentColor"/>
41
+ </svg>
42
+ </template>
@@ -0,0 +1,42 @@
1
+ <!--
2
+ @generated This file is auto-generated. Do not edit manually.
3
+ @version 1.0.0
4
+ @downloadUrl https://cdn.nav.no/aksel/icons/zip/aksel-icons.zip
5
+ -->
6
+ <script setup>
7
+ import { computed, useAttrs } from "vue";
8
+
9
+ const props = defineProps({
10
+ size: {
11
+ type: [String, Number],
12
+ default: "1em",
13
+ },
14
+ title: {
15
+ type: String,
16
+ default: "",
17
+ },
18
+ ariaLabel: {
19
+ type: String,
20
+ default: "",
21
+ },
22
+ });
23
+
24
+ const attrs = useAttrs();
25
+
26
+ const normalizedSize = computed(() =>
27
+ typeof props.size === "number" ? `${props.size}px` : props.size,
28
+ );
29
+
30
+ const accessibleLabel = computed(
31
+ () => props.ariaLabel || props.title || undefined,
32
+ );
33
+
34
+ const decorative = computed(() => !accessibleLabel.value);
35
+ </script>
36
+
37
+ <template>
38
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="attrs" :width="normalizedSize" :height="normalizedSize" :aria-hidden="decorative ? 'true' : undefined" :aria-label="accessibleLabel" :role="decorative ? undefined : 'img'">
39
+ <title v-if="props.title">{{ props.title }}</title>
40
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14.3199 2.32152C14.6478 2.47605 14.8182 2.84296 14.7248 3.19319L13.0869 9.33552L17.5697 9.75318C17.837 9.77808 18.0706 9.94395 18.1822 10.1881C18.2938 10.4322 18.2665 10.7174 18.1104 10.9359L10.6104 21.4359C10.3998 21.7308 10.0083 21.8329 9.68039 21.6784C9.35251 21.5238 9.18206 21.1569 9.27546 20.8067L10.9134 14.6644L6.43043 14.2467C6.16314 14.2218 5.92953 14.0559 5.81791 13.8118C5.70629 13.5676 5.73367 13.2825 5.88971 13.064L13.3898 2.56401C13.6005 2.26906 13.992 2.16699 14.3199 2.32152Z" fill="currentColor"/>
41
+ </svg>
42
+ </template>
@@ -0,0 +1,42 @@
1
+ <!--
2
+ @generated This file is auto-generated. Do not edit manually.
3
+ @version 1.0.0
4
+ @downloadUrl https://cdn.nav.no/aksel/icons/zip/aksel-icons.zip
5
+ -->
6
+ <script setup>
7
+ import { computed, useAttrs } from "vue";
8
+
9
+ const props = defineProps({
10
+ size: {
11
+ type: [String, Number],
12
+ default: "1em",
13
+ },
14
+ title: {
15
+ type: String,
16
+ default: "",
17
+ },
18
+ ariaLabel: {
19
+ type: String,
20
+ default: "",
21
+ },
22
+ });
23
+
24
+ const attrs = useAttrs();
25
+
26
+ const normalizedSize = computed(() =>
27
+ typeof props.size === "number" ? `${props.size}px` : props.size,
28
+ );
29
+
30
+ const accessibleLabel = computed(
31
+ () => props.ariaLabel || props.title || undefined,
32
+ );
33
+
34
+ const decorative = computed(() => !accessibleLabel.value);
35
+ </script>
36
+
37
+ <template>
38
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="attrs" :width="normalizedSize" :height="normalizedSize" :aria-hidden="decorative ? 'true' : undefined" :aria-label="accessibleLabel" :role="decorative ? undefined : 'img'">
39
+ <title v-if="props.title">{{ props.title }}</title>
40
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14.3199 2.32158C14.6478 2.47611 14.8182 2.84302 14.7248 3.19325L13.0869 9.33558L17.5697 9.75324C17.837 9.77814 18.0706 9.94401 18.1822 10.1882C18.2938 10.4323 18.2665 10.7175 18.1104 10.9359L10.6104 21.4359C10.3998 21.7309 10.0083 21.833 9.68039 21.6784C9.35251 21.5239 9.18206 21.157 9.27546 20.8068L10.9134 14.6644L6.43043 14.2468C6.16314 14.2219 5.92953 14.056 5.81791 13.8119C5.70629 13.5677 5.73367 13.2825 5.88971 13.0641L13.3898 2.56407C13.6005 2.26912 13.992 2.16705 14.3199 2.32158ZM7.86865 12.8743L11.9364 13.2532C12.1562 13.2737 12.3559 13.39 12.4821 13.5712C12.6084 13.7523 12.6484 13.9799 12.5915 14.1933L11.7879 17.2069L16.1315 11.1257L12.0639 10.7468C11.844 10.7263 11.6444 10.61 11.5182 10.4288C11.3919 10.2477 11.3519 10.0201 11.4088 9.80676L12.2124 6.79307L7.86865 12.8743Z" 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.25 3C11.25 2.58579 11.5858 2.25 12 2.25H12.01C12.4242 2.25 12.76 2.58579 12.76 3C12.76 3.41421 12.4242 3.75 12.01 3.75H12C11.5858 3.75 11.25 3.41421 11.25 3ZM5.25 12C5.25 8.27208 8.27208 5.25 12 5.25C15.7279 5.25 18.75 8.27208 18.75 12C18.75 15.7279 15.7279 18.75 12 18.75C8.27208 18.75 5.25 15.7279 5.25 12ZM8.8526 4.37401C9.23528 4.2155 9.41701 3.77678 9.2585 3.39409C9.09998 3.01141 8.66126 2.82968 8.27857 2.98819L8.26934 2.99202C7.88665 3.15053 7.70493 3.58926 7.86344 3.97194C8.02195 4.35463 8.46068 4.53635 8.84336 4.37784L8.8526 4.37401ZM6.17412 5.09833C6.46701 5.39123 6.46701 5.8661 6.17412 6.15899L6.16705 6.16606C5.87416 6.45896 5.39928 6.45896 5.10639 6.16606C4.8135 5.87317 4.8135 5.3983 5.10639 5.1054L5.11346 5.09833C5.40635 4.80544 5.88123 4.80544 6.17412 5.09833ZM3.97609 7.85355C3.59341 7.69504 3.15468 7.87676 2.99617 8.25945L2.99235 8.26869C2.83383 8.65137 3.01556 9.0901 3.39824 9.24861C3.78093 9.40712 4.21965 9.2254 4.37816 8.84271L4.38199 8.83347C4.5405 8.45079 4.35878 8.01206 3.97609 7.85355ZM3 11.24C3.41421 11.24 3.75 11.5758 3.75 11.99V12C3.75 12.4142 3.41421 12.75 3 12.75C2.58579 12.75 2.25 12.4142 2.25 12V11.99C2.25 11.5758 2.58579 11.24 3 11.24ZM4.37426 15.1478C4.21575 14.7651 3.77702 14.5833 3.39434 14.7419C3.01165 14.9004 2.82993 15.3391 2.98844 15.7218L2.99227 15.731C3.15078 16.1137 3.5895 16.2954 3.97219 16.1369C4.35487 15.9784 4.5366 15.5397 4.37809 15.157L4.37426 15.1478ZM5.09906 17.8266C5.39196 17.5337 5.86683 17.5337 6.15972 17.8266L6.1668 17.8337C6.45969 18.1266 6.45969 18.6014 6.1668 18.8943C5.8739 19.1872 5.39903 19.1872 5.10614 18.8943L5.09906 18.8873C4.80617 18.5944 4.80617 18.1195 5.09906 17.8266ZM7.85367 20.0241C7.69516 20.4068 7.87689 20.8455 8.25957 21.004L8.26881 21.0078C8.65149 21.1664 9.09022 20.9846 9.24873 20.6019C9.40724 20.2193 9.22552 19.7805 8.84283 19.622L8.8336 19.6182C8.45091 19.4597 8.01219 19.6414 7.85367 20.0241ZM11.2402 21C11.2402 20.5858 11.576 20.25 11.9902 20.25H12.0002C12.4144 20.25 12.7502 20.5858 12.7502 21C12.7502 21.4142 12.4144 21.75 12.0002 21.75H11.9902C11.576 21.75 11.2402 21.4142 11.2402 21ZM15.731 21.0078C16.1137 20.8493 16.2954 20.4106 16.1369 20.0279C15.9784 19.6452 15.5397 19.4635 15.157 19.622L15.1478 19.6258C14.7651 19.7843 14.5833 20.223 14.7419 20.6057C14.9004 20.9884 15.3391 21.1701 15.7218 21.0116L15.731 21.0078ZM18.8943 17.8337C19.1872 18.1266 19.1872 18.6014 18.8943 18.8943L18.8873 18.9014C18.5944 19.1943 18.1195 19.1943 17.8266 18.9014C17.5337 18.6085 17.5337 18.1336 17.8266 17.8408L17.8337 17.8337C18.1266 17.5408 18.6014 17.5408 18.8943 17.8337ZM20.6021 14.7513C20.2194 14.5927 19.7807 14.7745 19.6221 15.1572L19.6183 15.1664C19.4598 15.5491 19.6415 15.9878 20.0242 16.1463C20.4069 16.3048 20.8456 16.1231 21.0041 15.7404L21.008 15.7312C21.1665 15.3485 20.9848 14.9098 20.6021 14.7513ZM21 11.25C21.4142 11.25 21.75 11.5858 21.75 12V12.01C21.75 12.4242 21.4142 12.76 21 12.76C20.5858 12.76 20.25 12.4242 20.25 12.01V12C20.25 11.5858 20.5858 11.25 21 11.25ZM21.008 8.26885C20.8495 7.88616 20.4108 7.70444 20.0281 7.86295C19.6454 8.02146 19.4637 8.46019 19.6222 8.84287L19.6261 8.85211C19.7846 9.2348 20.2233 9.41652 20.606 9.25801C20.9887 9.0995 21.1704 8.66077 21.0119 8.27809L21.008 8.26885ZM17.8334 5.10566C18.1263 4.81276 18.6012 4.81276 18.8941 5.10566L18.9012 5.11273C19.1941 5.40562 19.1941 5.88049 18.9012 6.17339C18.6083 6.46628 18.1334 6.46628 17.8405 6.17339L17.8334 6.16632C17.5405 5.87342 17.5405 5.39855 17.8334 5.10566ZM14.7516 3.398C14.5931 3.78068 14.7748 4.21941 15.1575 4.37792L15.1668 4.38175C15.5494 4.54026 15.9882 4.35853 16.1467 3.97585C16.3052 3.59317 16.1235 3.15444 15.7408 2.99593L15.7315 2.9921C15.3489 2.83359 14.9101 3.01531 14.7516 3.398Z" 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.25 3C11.25 2.58579 11.5858 2.25 12 2.25H12.01C12.4242 2.25 12.76 2.58579 12.76 3C12.76 3.41421 12.4242 3.75 12.01 3.75H12C11.5858 3.75 11.25 3.41421 11.25 3ZM12 6.75C9.1005 6.75 6.75 9.1005 6.75 12C6.75 14.8995 9.1005 17.25 12 17.25C14.8995 17.25 17.25 14.8995 17.25 12C17.25 9.1005 14.8995 6.75 12 6.75ZM5.25 12C5.25 8.27208 8.27208 5.25 12 5.25C15.7279 5.25 18.75 8.27208 18.75 12C18.75 15.7279 15.7279 18.75 12 18.75C8.27208 18.75 5.25 15.7279 5.25 12ZM8.8524 4.37406C9.23509 4.21555 9.41681 3.77682 9.2583 3.39414C9.09979 3.01145 8.66106 2.82973 8.27838 2.98824L8.26914 2.99207C7.88645 3.15058 7.70473 3.58931 7.86324 3.97199C8.02175 4.35467 8.46048 4.5364 8.84316 4.37789L8.8524 4.37406ZM6.17412 5.09833C6.46701 5.39123 6.46701 5.8661 6.17412 6.15899L6.16705 6.16606C5.87416 6.45896 5.39928 6.45896 5.10639 6.16606C4.8135 5.87317 4.8135 5.3983 5.10639 5.1054L5.11346 5.09833C5.40635 4.80544 5.88123 4.80544 6.17412 5.09833ZM3.9759 7.8536C3.59321 7.69508 3.15449 7.87681 2.99597 8.25949L2.99215 8.26873C2.83363 8.65142 3.01536 9.09014 3.39804 9.24866C3.78073 9.40717 4.21945 9.22544 4.37797 8.84276L4.38179 8.83352C4.54031 8.45084 4.35858 8.01211 3.9759 7.8536ZM3 11.24C3.41421 11.24 3.75 11.5758 3.75 11.99V12C3.75 12.4142 3.41421 12.75 3 12.75C2.58579 12.75 2.25 12.4142 2.25 12V11.99C2.25 11.5758 2.58579 11.24 3 11.24ZM4.37406 15.1478C4.21555 14.7651 3.77682 14.5834 3.39414 14.7419C3.01145 14.9004 2.82973 15.3391 2.98824 15.7218L2.99207 15.7311C3.15058 16.1137 3.58931 16.2955 3.97199 16.137C4.35467 15.9784 4.5364 15.5397 4.37789 15.157L4.37406 15.1478ZM5.09906 17.8266C5.39196 17.5337 5.86683 17.5337 6.15972 17.8266L6.1668 17.8337C6.45969 18.1266 6.45969 18.6014 6.1668 18.8943C5.8739 19.1872 5.39903 19.1872 5.10614 18.8943L5.09906 18.8873C4.80617 18.5944 4.80617 18.1195 5.09906 17.8266ZM7.85348 20.0241C7.69496 20.4068 7.87669 20.8456 8.25937 21.0041L8.26861 21.0079C8.65129 21.1664 9.09002 20.9847 9.24853 20.602C9.40705 20.2193 9.22532 19.7806 8.84264 19.6221L8.8334 19.6182C8.45071 19.4597 8.01199 19.6415 7.85348 20.0241ZM11.2402 21C11.2402 20.5858 11.576 20.25 11.9902 20.25H12.0002C12.4144 20.25 12.7502 20.5858 12.7502 21C12.7502 21.4142 12.4144 21.75 12.0002 21.75H11.9902C11.576 21.75 11.2402 21.4142 11.2402 21ZM15.7308 21.0078C16.1135 20.8493 16.2952 20.4106 16.1367 20.0279C15.9782 19.6452 15.5395 19.4635 15.1568 19.622L15.1476 19.6259C14.7649 19.7844 14.5831 20.2231 14.7417 20.6058C14.9002 20.9885 15.3389 21.1702 15.7216 21.0117L15.7308 21.0078ZM18.8943 17.8337C19.1872 18.1266 19.1872 18.6014 18.8943 18.8943L18.8873 18.9014C18.5944 19.1943 18.1195 19.1943 17.8266 18.9014C17.5337 18.6085 17.5337 18.1336 17.8266 17.8408L17.8337 17.8337C18.1266 17.5408 18.6014 17.5408 18.8943 17.8337ZM20.6019 14.7513C20.2192 14.5928 19.7805 14.7745 19.622 15.1572L19.6181 15.1664C19.4596 15.5491 19.6413 15.9878 20.024 16.1464C20.4067 16.3049 20.8454 16.1231 21.0039 15.7405L21.0078 15.7312C21.1663 15.3485 20.9846 14.9098 20.6019 14.7513ZM21 11.25C21.4142 11.25 21.75 11.5858 21.75 12V12.01C21.75 12.4242 21.4142 12.76 21 12.76C20.5858 12.76 20.25 12.4242 20.25 12.01V12C20.25 11.5858 20.5858 11.25 21 11.25ZM21.0078 8.26889C20.8493 7.88621 20.4106 7.70448 20.0279 7.863C19.6452 8.02151 19.4635 8.46024 19.622 8.84292L19.6259 8.85216C19.7844 9.23484 20.2231 9.41657 20.6058 9.25805C20.9885 9.09954 21.1702 8.66082 21.0117 8.27813L21.0078 8.26889ZM17.8334 5.10566C18.1263 4.81276 18.6012 4.81276 18.8941 5.10566L18.9012 5.11273C19.1941 5.40562 19.1941 5.88049 18.9012 6.17339C18.6083 6.46628 18.1334 6.46628 17.8405 6.17339L17.8334 6.16632C17.5405 5.87342 17.5405 5.39855 17.8334 5.10566ZM14.7514 3.39804C14.5929 3.78073 14.7746 4.21945 15.1573 4.37797L15.1666 4.38179C15.5492 4.54031 15.988 4.35858 16.1465 3.9759C16.305 3.59321 16.1233 3.15449 15.7406 2.99597L15.7313 2.99215C15.3487 2.83363 14.9099 3.01536 14.7514 3.39804Z" fill="currentColor"/>
41
+ </svg>
42
+ </template>
@@ -0,0 +1,42 @@
1
+ <!--
2
+ @generated This file is auto-generated. Do not edit manually.
3
+ @version 1.0.0
4
+ @downloadUrl https://cdn.nav.no/aksel/icons/zip/aksel-icons.zip
5
+ -->
6
+ <script setup>
7
+ import { computed, useAttrs } from "vue";
8
+
9
+ const props = defineProps({
10
+ size: {
11
+ type: [String, Number],
12
+ default: "1em",
13
+ },
14
+ title: {
15
+ type: String,
16
+ default: "",
17
+ },
18
+ ariaLabel: {
19
+ type: String,
20
+ default: "",
21
+ },
22
+ });
23
+
24
+ const attrs = useAttrs();
25
+
26
+ const normalizedSize = computed(() =>
27
+ typeof props.size === "number" ? `${props.size}px` : props.size,
28
+ );
29
+
30
+ const accessibleLabel = computed(
31
+ () => props.ariaLabel || props.title || undefined,
32
+ );
33
+
34
+ const decorative = computed(() => !accessibleLabel.value);
35
+ </script>
36
+
37
+ <template>
38
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="attrs" :width="normalizedSize" :height="normalizedSize" :aria-hidden="decorative ? 'true' : undefined" :aria-label="accessibleLabel" :role="decorative ? undefined : 'img'">
39
+ <title v-if="props.title">{{ props.title }}</title>
40
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14.8238 3.11549C15.0363 2.90303 15.3551 2.83787 15.6338 2.94991C19.2176 4.39011 21.75 7.89842 21.75 12C21.75 17.3848 17.3848 21.75 12 21.75C7.8984 21.75 4.3901 19.2176 2.9499 15.6339C2.83786 15.3551 2.90302 15.0363 3.11547 14.8239C3.32793 14.6114 3.64668 14.5462 3.92547 14.6583C4.87464 15.0397 5.91184 15.25 6.99999 15.25C11.5563 15.25 15.25 11.5564 15.25 7C15.25 5.91185 15.0397 4.87465 14.6583 3.92548C14.5462 3.64669 14.6114 3.32795 14.8238 3.11549Z" fill="currentColor"/>
41
+ </svg>
42
+ </template>
@@ -0,0 +1,42 @@
1
+ <!--
2
+ @generated This file is auto-generated. Do not edit manually.
3
+ @version 1.0.0
4
+ @downloadUrl https://cdn.nav.no/aksel/icons/zip/aksel-icons.zip
5
+ -->
6
+ <script setup>
7
+ import { computed, useAttrs } from "vue";
8
+
9
+ const props = defineProps({
10
+ size: {
11
+ type: [String, Number],
12
+ default: "1em",
13
+ },
14
+ title: {
15
+ type: String,
16
+ default: "",
17
+ },
18
+ ariaLabel: {
19
+ type: String,
20
+ default: "",
21
+ },
22
+ });
23
+
24
+ const attrs = useAttrs();
25
+
26
+ const normalizedSize = computed(() =>
27
+ typeof props.size === "number" ? `${props.size}px` : props.size,
28
+ );
29
+
30
+ const accessibleLabel = computed(
31
+ () => props.ariaLabel || props.title || undefined,
32
+ );
33
+
34
+ const decorative = computed(() => !accessibleLabel.value);
35
+ </script>
36
+
37
+ <template>
38
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="attrs" :width="normalizedSize" :height="normalizedSize" :aria-hidden="decorative ? 'true' : undefined" :aria-label="accessibleLabel" :role="decorative ? undefined : 'img'">
39
+ <title v-if="props.title">{{ props.title }}</title>
40
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14.8238 3.11549C15.0363 2.90303 15.3551 2.83787 15.6338 2.94991C19.2176 4.39011 21.75 7.89842 21.75 12C21.75 17.3848 17.3848 21.75 12 21.75C7.8984 21.75 4.3901 19.2176 2.9499 15.6339C2.83786 15.3551 2.90302 15.0363 3.11547 14.8239C3.32793 14.6114 3.64668 14.5462 3.92547 14.6583C4.87464 15.0397 5.91184 15.25 6.99999 15.25C11.5563 15.25 15.25 11.5564 15.25 7C15.25 5.91185 15.0397 4.87465 14.6583 3.92548C14.5462 3.64669 14.6114 3.32795 14.8238 3.11549ZM16.5708 5.13072C16.6884 5.73604 16.75 6.36106 16.75 7C16.75 12.3848 12.3848 16.75 6.99999 16.75C6.36105 16.75 5.73603 16.6884 5.1307 16.5709C6.61 18.7895 9.13505 20.25 12 20.25C16.5563 20.25 20.25 16.5564 20.25 12C20.25 9.13507 18.7895 6.61002 16.5708 5.13072Z" 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.6493 5.56287C12.5153 5.33082 12.2677 5.18787 11.9998 5.18787C11.7318 5.18787 11.4842 5.33082 11.3503 5.56287L4.35048 17.6872C4.21651 17.9193 4.21651 18.2052 4.35048 18.4372C4.48446 18.6693 4.73205 18.8122 5 18.8122H19C19.2679 18.8122 19.5155 18.6693 19.6495 18.4372C19.7835 18.2052 19.7835 17.9193 19.6495 17.6872L12.6493 5.56287ZM14.0737 11.03L11.9998 7.43787L9.42659 11.8948L10.3529 12.1728L12.05 10.9C12.2179 10.7741 12.4309 10.7243 12.6372 10.7627L14.0737 11.03Z" 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.6495 5.56287C12.5155 5.33082 12.2679 5.18787 12 5.18787C11.7321 5.18787 11.4845 5.33082 11.3505 5.56287L4.35048 17.6872C4.21651 17.9193 4.21651 18.2052 4.35048 18.4372C4.48446 18.6693 4.73205 18.8122 5 18.8122H19C19.2679 18.8122 19.5155 18.6693 19.6495 18.4372C19.7835 18.2052 19.7835 17.9193 19.6495 17.6872L12.6495 5.56287ZM9.42676 11.8948L12 7.43787L14.0739 11.03L12.6372 10.7627C12.4309 10.7243 12.2179 10.7741 12.05 10.9L10.3529 12.1728L9.42676 11.8948ZM8.65611 13.2296L6.29904 17.3122H17.701L15.0609 12.7394L12.6865 12.2976L10.95 13.6C10.7595 13.7429 10.5125 13.7868 10.2844 13.7183L8.65611 13.2296Z" fill="currentColor"/>
41
+ </svg>
42
+ </template>