@modkit-org/aksel-icons-vue 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (969) hide show
  1. package/.changeset/config.json +11 -0
  2. package/.changeset/quick-insects-smash.md +5 -0
  3. package/.gitattributes +1 -0
  4. package/.github/scripts/check-latest-release.mjs +72 -0
  5. package/.github/workflows/publish.yml +51 -0
  6. package/.github/workflows/schedule-update-icons.yml +58 -0
  7. package/.yarnrc.yml +1 -0
  8. package/package.json +30 -0
  9. package/src/generate.mjs +103 -0
  10. package/src/lib/cleanup.mjs +18 -0
  11. package/src/lib/config.mjs +105 -0
  12. package/src/lib/fs-utils.mjs +10 -0
  13. package/src/lib/icon-package.mjs +59 -0
  14. package/src/lib/identifier.mjs +23 -0
  15. package/src/lib/logger.mjs +77 -0
  16. package/src/lib/metadata.mjs +25 -0
  17. package/src/lib/path-utils.mjs +3 -0
  18. package/src/lib/paths.mjs +10 -0
  19. package/src/lib/svg-discovery.mjs +54 -0
  20. package/src/lib/vue-writer.mjs +189 -0
  21. package/src/metadata.json +4 -0
  22. package/src/types/Accessibility/BrailleFillIcon.vue +42 -0
  23. package/src/types/Accessibility/BrailleIcon.vue +42 -0
  24. package/src/types/Accessibility/DogHarnessFillIcon.vue +42 -0
  25. package/src/types/Accessibility/DogHarnessIcon.vue +42 -0
  26. package/src/types/Accessibility/EscalatorIcon.vue +42 -0
  27. package/src/types/Accessibility/FigureFillIcon.vue +42 -0
  28. package/src/types/Accessibility/FigureIcon.vue +42 -0
  29. package/src/types/Accessibility/GlassesFillIcon.vue +42 -0
  30. package/src/types/Accessibility/GlassesIcon.vue +42 -0
  31. package/src/types/Accessibility/HeadCloudFillIcon.vue +42 -0
  32. package/src/types/Accessibility/HeadCloudIcon.vue +42 -0
  33. package/src/types/Accessibility/HearingLoopFillIcon.vue +42 -0
  34. package/src/types/Accessibility/HearingLoopIcon.vue +42 -0
  35. package/src/types/Accessibility/HearingLoopRadioFillIcon.vue +42 -0
  36. package/src/types/Accessibility/HearingLoopRadioIcon.vue +42 -0
  37. package/src/types/Accessibility/SignLanguageSingleHandFillIcon.vue +42 -0
  38. package/src/types/Accessibility/SignLanguageSingleHandIcon.vue +42 -0
  39. package/src/types/Accessibility/SignLanguageTwoHandsFillIcon.vue +42 -0
  40. package/src/types/Accessibility/SignLanguageTwoHandsIcon.vue +42 -0
  41. package/src/types/Accessibility/StaircaseIcon.vue +42 -0
  42. package/src/types/Accessibility/WheelchairFillIcon.vue +42 -0
  43. package/src/types/Accessibility/WheelchairIcon.vue +42 -0
  44. package/src/types/Arrows/ArrowCirclepathIcon.vue +42 -0
  45. package/src/types/Arrows/ArrowCirclepathReverseIcon.vue +43 -0
  46. package/src/types/Arrows/ArrowDownIcon.vue +42 -0
  47. package/src/types/Arrows/ArrowDownRightIcon.vue +42 -0
  48. package/src/types/Arrows/ArrowForwardFillIcon.vue +42 -0
  49. package/src/types/Arrows/ArrowForwardIcon.vue +42 -0
  50. package/src/types/Arrows/ArrowLeftIcon.vue +42 -0
  51. package/src/types/Arrows/ArrowRedoIcon.vue +42 -0
  52. package/src/types/Arrows/ArrowRightIcon.vue +42 -0
  53. package/src/types/Arrows/ArrowRightLeftIcon.vue +42 -0
  54. package/src/types/Arrows/ArrowUndoIcon.vue +42 -0
  55. package/src/types/Arrows/ArrowUpIcon.vue +42 -0
  56. package/src/types/Arrows/ArrowsAllDirectionsIcon.vue +47 -0
  57. package/src/types/Arrows/ArrowsCirclepathIcon.vue +42 -0
  58. package/src/types/Arrows/ArrowsSquarepathIcon.vue +42 -0
  59. package/src/types/Arrows/ArrowsUpDownIcon.vue +42 -0
  60. package/src/types/Arrows/CaretDownCircleFillIcon.vue +42 -0
  61. package/src/types/Arrows/CaretDownCircleIcon.vue +42 -0
  62. package/src/types/Arrows/CaretDownFillIcon.vue +42 -0
  63. package/src/types/Arrows/CaretDownIcon.vue +42 -0
  64. package/src/types/Arrows/CaretLeftCircleFillIcon.vue +42 -0
  65. package/src/types/Arrows/CaretLeftCircleIcon.vue +42 -0
  66. package/src/types/Arrows/CaretLeftFillIcon.vue +42 -0
  67. package/src/types/Arrows/CaretLeftIcon.vue +42 -0
  68. package/src/types/Arrows/CaretLeftRightFillIcon.vue +42 -0
  69. package/src/types/Arrows/CaretLeftRightIcon.vue +42 -0
  70. package/src/types/Arrows/CaretRightCircleFillIcon.vue +42 -0
  71. package/src/types/Arrows/CaretRightCircleIcon.vue +42 -0
  72. package/src/types/Arrows/CaretRightFillIcon.vue +42 -0
  73. package/src/types/Arrows/CaretRightIcon.vue +42 -0
  74. package/src/types/Arrows/CaretUpCircleFillIcon.vue +42 -0
  75. package/src/types/Arrows/CaretUpCircleIcon.vue +42 -0
  76. package/src/types/Arrows/CaretUpDownFillIcon.vue +42 -0
  77. package/src/types/Arrows/CaretUpDownFilledDownIcon.vue +42 -0
  78. package/src/types/Arrows/CaretUpDownFilledUpIcon.vue +42 -0
  79. package/src/types/Arrows/CaretUpDownIcon.vue +42 -0
  80. package/src/types/Arrows/CaretUpFillIcon.vue +42 -0
  81. package/src/types/Arrows/CaretUpIcon.vue +42 -0
  82. package/src/types/Arrows/ChevronDownCircleFillIcon.vue +42 -0
  83. package/src/types/Arrows/ChevronDownCircleIcon.vue +42 -0
  84. package/src/types/Arrows/ChevronDownDoubleCircleFillIcon.vue +42 -0
  85. package/src/types/Arrows/ChevronDownDoubleCircleIcon.vue +42 -0
  86. package/src/types/Arrows/ChevronDownDoubleIcon.vue +42 -0
  87. package/src/types/Arrows/ChevronDownIcon.vue +42 -0
  88. package/src/types/Arrows/ChevronDownUpIcon.vue +42 -0
  89. package/src/types/Arrows/ChevronLeftCircleFillIcon.vue +42 -0
  90. package/src/types/Arrows/ChevronLeftCircleIcon.vue +42 -0
  91. package/src/types/Arrows/ChevronLeftDoubleCircleFillIcon.vue +42 -0
  92. package/src/types/Arrows/ChevronLeftDoubleCircleIcon.vue +42 -0
  93. package/src/types/Arrows/ChevronLeftDoubleIcon.vue +42 -0
  94. package/src/types/Arrows/ChevronLeftFirstCircleFillIcon.vue +42 -0
  95. package/src/types/Arrows/ChevronLeftFirstCircleIcon.vue +42 -0
  96. package/src/types/Arrows/ChevronLeftFirstIcon.vue +42 -0
  97. package/src/types/Arrows/ChevronLeftIcon.vue +42 -0
  98. package/src/types/Arrows/ChevronRightCircleFillIcon.vue +42 -0
  99. package/src/types/Arrows/ChevronRightCircleIcon.vue +42 -0
  100. package/src/types/Arrows/ChevronRightDoubleCircleFillIcon.vue +42 -0
  101. package/src/types/Arrows/ChevronRightDoubleCircleIcon.vue +42 -0
  102. package/src/types/Arrows/ChevronRightDoubleIcon.vue +42 -0
  103. package/src/types/Arrows/ChevronRightIcon.vue +42 -0
  104. package/src/types/Arrows/ChevronRightLastCircleFillIcon.vue +42 -0
  105. package/src/types/Arrows/ChevronRightLastCircleIcon.vue +42 -0
  106. package/src/types/Arrows/ChevronRightLastIcon.vue +42 -0
  107. package/src/types/Arrows/ChevronUpCircleFillIcon.vue +42 -0
  108. package/src/types/Arrows/ChevronUpCircleIcon.vue +42 -0
  109. package/src/types/Arrows/ChevronUpDoubleCircleFillIcon.vue +42 -0
  110. package/src/types/Arrows/ChevronUpDoubleCircleIcon.vue +42 -0
  111. package/src/types/Arrows/ChevronUpDoubleIcon.vue +42 -0
  112. package/src/types/Arrows/ChevronUpDownIcon.vue +42 -0
  113. package/src/types/Arrows/ChevronUpIcon.vue +42 -0
  114. package/src/types/Arrows/ExpandIcon.vue +42 -0
  115. package/src/types/Arrows/ExpandVerticalIcon.vue +42 -0
  116. package/src/types/Arrows/ShrinkIcon.vue +42 -0
  117. package/src/types/Development/BranchingIcon.vue +42 -0
  118. package/src/types/Development/BroadcastIcon.vue +42 -0
  119. package/src/types/Development/BroadcastMinusCircleFillIcon.vue +42 -0
  120. package/src/types/Development/BroadcastMinusCircleIcon.vue +42 -0
  121. package/src/types/Development/BroadcastPlusCircleFillIcon.vue +42 -0
  122. package/src/types/Development/BroadcastPlusCircleIcon.vue +42 -0
  123. package/src/types/Development/CloudFillIcon.vue +42 -0
  124. package/src/types/Development/CloudIcon.vue +42 -0
  125. package/src/types/Development/CloudSlashFillIcon.vue +42 -0
  126. package/src/types/Development/CloudSlashIcon.vue +42 -0
  127. package/src/types/Development/CodeIcon.vue +42 -0
  128. package/src/types/Development/ComponentFillIcon.vue +42 -0
  129. package/src/types/Development/ComponentIcon.vue +42 -0
  130. package/src/types/Development/DatabaseFillIcon.vue +42 -0
  131. package/src/types/Development/DatabaseIcon.vue +42 -0
  132. package/src/types/Development/EthernetIcon.vue +42 -0
  133. package/src/types/Development/MigrationIcon.vue +42 -0
  134. package/src/types/Development/OpenSourceFillIcon.vue +42 -0
  135. package/src/types/Development/OpenSourceIcon.vue +42 -0
  136. package/src/types/Development/PackageFillIcon.vue +42 -0
  137. package/src/types/Development/PackageIcon.vue +42 -0
  138. package/src/types/Development/PortalFillIcon.vue +42 -0
  139. package/src/types/Development/PortalIcon.vue +42 -0
  140. package/src/types/Development/QrCodeFillIcon.vue +42 -0
  141. package/src/types/Development/QrCodeIcon.vue +42 -0
  142. package/src/types/Development/QrCodeScanningFillIcon.vue +42 -0
  143. package/src/types/Development/QrCodeScanningIcon.vue +42 -0
  144. package/src/types/Development/RouterIcon.vue +42 -0
  145. package/src/types/Development/SandboxFillIcon.vue +42 -0
  146. package/src/types/Development/SandboxIcon.vue +42 -0
  147. package/src/types/Development/TenancyFillIcon.vue +42 -0
  148. package/src/types/Development/TenancyIcon.vue +42 -0
  149. package/src/types/Development/TerminalFillIcon.vue +42 -0
  150. package/src/types/Development/TerminalIcon.vue +42 -0
  151. package/src/types/Development/TokenFillIcon.vue +42 -0
  152. package/src/types/Development/TokenIcon.vue +42 -0
  153. package/src/types/FilesAndApplication/ClockDashedIcon.vue +42 -0
  154. package/src/types/FilesAndApplication/ClockFillIcon.vue +42 -0
  155. package/src/types/FilesAndApplication/ClockIcon.vue +42 -0
  156. package/src/types/FilesAndApplication/CloudDownFillIcon.vue +42 -0
  157. package/src/types/FilesAndApplication/CloudDownIcon.vue +42 -0
  158. package/src/types/FilesAndApplication/CloudUpFillIcon.vue +42 -0
  159. package/src/types/FilesAndApplication/CloudUpIcon.vue +42 -0
  160. package/src/types/FilesAndApplication/DownloadIcon.vue +42 -0
  161. package/src/types/FilesAndApplication/FileCheckmarkFillIcon.vue +42 -0
  162. package/src/types/FilesAndApplication/FileCheckmarkIcon.vue +42 -0
  163. package/src/types/FilesAndApplication/FileCodeFillIcon.vue +42 -0
  164. package/src/types/FilesAndApplication/FileCodeIcon.vue +42 -0
  165. package/src/types/FilesAndApplication/FileCsvFillIcon.vue +42 -0
  166. package/src/types/FilesAndApplication/FileCsvIcon.vue +42 -0
  167. package/src/types/FilesAndApplication/FileExcelFillIcon.vue +42 -0
  168. package/src/types/FilesAndApplication/FileExcelIcon.vue +42 -0
  169. package/src/types/FilesAndApplication/FileExportFillIcon.vue +42 -0
  170. package/src/types/FilesAndApplication/FileExportIcon.vue +42 -0
  171. package/src/types/FilesAndApplication/FileFillIcon.vue +42 -0
  172. package/src/types/FilesAndApplication/FileIcon.vue +42 -0
  173. package/src/types/FilesAndApplication/FileImageFillIcon.vue +42 -0
  174. package/src/types/FilesAndApplication/FileImageIcon.vue +42 -0
  175. package/src/types/FilesAndApplication/FileImportFillIcon.vue +42 -0
  176. package/src/types/FilesAndApplication/FileImportIcon.vue +42 -0
  177. package/src/types/FilesAndApplication/FileJpegFillIcon.vue +44 -0
  178. package/src/types/FilesAndApplication/FileJpegIcon.vue +43 -0
  179. package/src/types/FilesAndApplication/FileJsonFillIcon.vue +42 -0
  180. package/src/types/FilesAndApplication/FileJsonIcon.vue +43 -0
  181. package/src/types/FilesAndApplication/FileLoadingFillIcon.vue +42 -0
  182. package/src/types/FilesAndApplication/FileLoadingIcon.vue +42 -0
  183. package/src/types/FilesAndApplication/FileParagraphFillIcon.vue +42 -0
  184. package/src/types/FilesAndApplication/FileParagraphIcon.vue +42 -0
  185. package/src/types/FilesAndApplication/FilePdfFillIcon.vue +42 -0
  186. package/src/types/FilesAndApplication/FilePdfIcon.vue +44 -0
  187. package/src/types/FilesAndApplication/FilePlusFillIcon.vue +42 -0
  188. package/src/types/FilesAndApplication/FilePlusIcon.vue +42 -0
  189. package/src/types/FilesAndApplication/FilePngFillIcon.vue +45 -0
  190. package/src/types/FilesAndApplication/FilePngIcon.vue +43 -0
  191. package/src/types/FilesAndApplication/FileResetFillIcon.vue +42 -0
  192. package/src/types/FilesAndApplication/FileResetIcon.vue +42 -0
  193. package/src/types/FilesAndApplication/FileSearchFillIcon.vue +42 -0
  194. package/src/types/FilesAndApplication/FileSearchIcon.vue +42 -0
  195. package/src/types/FilesAndApplication/FileShredderFillIcon.vue +42 -0
  196. package/src/types/FilesAndApplication/FileShredderIcon.vue +42 -0
  197. package/src/types/FilesAndApplication/FileTextFillIcon.vue +42 -0
  198. package/src/types/FilesAndApplication/FileTextIcon.vue +42 -0
  199. package/src/types/FilesAndApplication/FileWordFillIcon.vue +42 -0
  200. package/src/types/FilesAndApplication/FileWordIcon.vue +44 -0
  201. package/src/types/FilesAndApplication/FileXMarkFillIcon.vue +42 -0
  202. package/src/types/FilesAndApplication/FileXMarkIcon.vue +42 -0
  203. package/src/types/FilesAndApplication/FilesFillIcon.vue +42 -0
  204. package/src/types/FilesAndApplication/FilesIcon.vue +42 -0
  205. package/src/types/FilesAndApplication/FolderFileFillIcon.vue +42 -0
  206. package/src/types/FilesAndApplication/FolderFileIcon.vue +42 -0
  207. package/src/types/FilesAndApplication/FolderFillIcon.vue +42 -0
  208. package/src/types/FilesAndApplication/FolderIcon.vue +42 -0
  209. package/src/types/FilesAndApplication/FolderMinusFillIcon.vue +42 -0
  210. package/src/types/FilesAndApplication/FolderMinusIcon.vue +42 -0
  211. package/src/types/FilesAndApplication/FolderPlusFillIcon.vue +42 -0
  212. package/src/types/FilesAndApplication/FolderPlusIcon.vue +42 -0
  213. package/src/types/FilesAndApplication/HddDownFillIcon.vue +42 -0
  214. package/src/types/FilesAndApplication/HddDownIcon.vue +42 -0
  215. package/src/types/FilesAndApplication/HddUpFillIcon.vue +42 -0
  216. package/src/types/FilesAndApplication/HddUpIcon.vue +42 -0
  217. package/src/types/FilesAndApplication/HourglassBottomFilledIcon.vue +42 -0
  218. package/src/types/FilesAndApplication/HourglassIcon.vue +42 -0
  219. package/src/types/FilesAndApplication/HourglassTopFilledIcon.vue +42 -0
  220. package/src/types/FilesAndApplication/TasklistFillIcon.vue +42 -0
  221. package/src/types/FilesAndApplication/TasklistIcon.vue +42 -0
  222. package/src/types/FilesAndApplication/TasklistSaveFillIcon.vue +42 -0
  223. package/src/types/FilesAndApplication/TasklistSaveIcon.vue +42 -0
  224. package/src/types/FilesAndApplication/TasklistSendFillIcon.vue +42 -0
  225. package/src/types/FilesAndApplication/TasklistSendIcon.vue +42 -0
  226. package/src/types/FilesAndApplication/TasklistStartFillIcon.vue +42 -0
  227. package/src/types/FilesAndApplication/TasklistStartIcon.vue +42 -0
  228. package/src/types/FilesAndApplication/TimerFillIcon.vue +42 -0
  229. package/src/types/FilesAndApplication/TimerIcon.vue +42 -0
  230. package/src/types/FilesAndApplication/TimerPauseFillIcon.vue +42 -0
  231. package/src/types/FilesAndApplication/TimerPauseIcon.vue +42 -0
  232. package/src/types/FilesAndApplication/TimerStartFillIcon.vue +42 -0
  233. package/src/types/FilesAndApplication/TimerStartIcon.vue +42 -0
  234. package/src/types/FilesAndApplication/UploadIcon.vue +42 -0
  235. package/src/types/Home/AngleRulerCircleFillIcon.vue +42 -0
  236. package/src/types/Home/AngleRulerCircleIcon.vue +42 -0
  237. package/src/types/Home/AngleRulerTriangleFillIcon.vue +42 -0
  238. package/src/types/Home/AngleRulerTriangleIcon.vue +42 -0
  239. package/src/types/Home/BedFillIcon.vue +42 -0
  240. package/src/types/Home/BedIcon.vue +42 -0
  241. package/src/types/Home/BookFillIcon.vue +42 -0
  242. package/src/types/Home/BookIcon.vue +43 -0
  243. package/src/types/Home/BooksFillIcon.vue +42 -0
  244. package/src/types/Home/BooksIcon.vue +43 -0
  245. package/src/types/Home/BowlFillIcon.vue +42 -0
  246. package/src/types/Home/BowlIcon.vue +42 -0
  247. package/src/types/Home/BucketFillIcon.vue +42 -0
  248. package/src/types/Home/BucketIcon.vue +42 -0
  249. package/src/types/Home/BucketMopFillIcon.vue +42 -0
  250. package/src/types/Home/BucketMopIcon.vue +42 -0
  251. package/src/types/Home/CalculatorFillIcon.vue +42 -0
  252. package/src/types/Home/CalculatorIcon.vue +42 -0
  253. package/src/types/Home/CalendarFillIcon.vue +42 -0
  254. package/src/types/Home/CalendarIcon.vue +42 -0
  255. package/src/types/Home/CandleFillIcon.vue +42 -0
  256. package/src/types/Home/CandleIcon.vue +42 -0
  257. package/src/types/Home/ChairTableIcon.vue +42 -0
  258. package/src/types/Home/ClothingHangerFillIcon.vue +42 -0
  259. package/src/types/Home/ClothingHangerIcon.vue +42 -0
  260. package/src/types/Home/Combifridge1FillIcon.vue +42 -0
  261. package/src/types/Home/Combifridge1Icon.vue +42 -0
  262. package/src/types/Home/Combifridge2FillIcon.vue +42 -0
  263. package/src/types/Home/Combifridge2Icon.vue +42 -0
  264. package/src/types/Home/CutleryFillIcon.vue +42 -0
  265. package/src/types/Home/CutleryIcon.vue +42 -0
  266. package/src/types/Home/DishwasherFillIcon.vue +42 -0
  267. package/src/types/Home/DishwasherIcon.vue +42 -0
  268. package/src/types/Home/ForkFillIcon.vue +42 -0
  269. package/src/types/Home/ForkIcon.vue +42 -0
  270. package/src/types/Home/FreezerFillIcon.vue +42 -0
  271. package/src/types/Home/FreezerIcon.vue +42 -0
  272. package/src/types/Home/GlassFillIcon.vue +42 -0
  273. package/src/types/Home/GlassIcon.vue +42 -0
  274. package/src/types/Home/HangerIcon.vue +42 -0
  275. package/src/types/Home/HatSchoolFillIcon.vue +42 -0
  276. package/src/types/Home/HatSchoolIcon.vue +42 -0
  277. package/src/types/Home/HouseFillIcon.vue +42 -0
  278. package/src/types/Home/HouseHeartFillIcon.vue +42 -0
  279. package/src/types/Home/HouseHeartIcon.vue +42 -0
  280. package/src/types/Home/HouseIcon.vue +42 -0
  281. package/src/types/Home/KnifeFillIcon.vue +42 -0
  282. package/src/types/Home/KnifeIcon.vue +42 -0
  283. package/src/types/Home/LightBulbFillIcon.vue +42 -0
  284. package/src/types/Home/LightBulbIcon.vue +42 -0
  285. package/src/types/Home/MeasuringTapeFillIcon.vue +42 -0
  286. package/src/types/Home/MeasuringTapeIcon.vue +42 -0
  287. package/src/types/Home/MugFillIcon.vue +42 -0
  288. package/src/types/Home/MugIcon.vue +42 -0
  289. package/src/types/Home/OpenBookFillIcon.vue +42 -0
  290. package/src/types/Home/OpenBookIcon.vue +42 -0
  291. package/src/types/Home/OpenMagazineFillIcon.vue +42 -0
  292. package/src/types/Home/OpenMagazineIcon.vue +42 -0
  293. package/src/types/Home/PaperclipIcon.vue +42 -0
  294. package/src/types/Home/PlateFillIcon.vue +42 -0
  295. package/src/types/Home/PlateIcon.vue +42 -0
  296. package/src/types/Home/PushPinFillIcon.vue +42 -0
  297. package/src/types/Home/PushPinIcon.vue +42 -0
  298. package/src/types/Home/PuzzlePieceFillIcon.vue +42 -0
  299. package/src/types/Home/PuzzlePieceIcon.vue +42 -0
  300. package/src/types/Home/RefrigeratorFillIcon.vue +42 -0
  301. package/src/types/Home/RefrigeratorIcon.vue +42 -0
  302. package/src/types/Home/RockingHorseFillIcon.vue +42 -0
  303. package/src/types/Home/RockingHorseIcon.vue +42 -0
  304. package/src/types/Home/RulerFillIcon.vue +42 -0
  305. package/src/types/Home/RulerIcon.vue +42 -0
  306. package/src/types/Home/RulersFillIcon.vue +42 -0
  307. package/src/types/Home/RulersIcon.vue +42 -0
  308. package/src/types/Home/ScissorsFillIcon.vue +42 -0
  309. package/src/types/Home/ScissorsIcon.vue +42 -0
  310. package/src/types/Home/SlideFillIcon.vue +42 -0
  311. package/src/types/Home/SlideIcon.vue +42 -0
  312. package/src/types/Home/SpoonFillIcon.vue +42 -0
  313. package/src/types/Home/SpoonIcon.vue +42 -0
  314. package/src/types/Home/TeddyBearFillIcon.vue +42 -0
  315. package/src/types/Home/TeddyBearIcon.vue +42 -0
  316. package/src/types/Home/ToiletFillIcon.vue +42 -0
  317. package/src/types/Home/ToiletIcon.vue +42 -0
  318. package/src/types/Home/UmbrellaFillIcon.vue +42 -0
  319. package/src/types/Home/UmbrellaIcon.vue +42 -0
  320. package/src/types/Home/WateringCanFillIcon.vue +42 -0
  321. package/src/types/Home/WateringCanIcon.vue +42 -0
  322. package/src/types/Home/WeightIcon.vue +42 -0
  323. package/src/types/Home/WrenchFillIcon.vue +42 -0
  324. package/src/types/Home/WrenchIcon.vue +42 -0
  325. package/src/types/Interface/AlignBottomFillIcon.vue +42 -0
  326. package/src/types/Interface/AlignBottomIcon.vue +42 -0
  327. package/src/types/Interface/AlignCenterFillIcon.vue +42 -0
  328. package/src/types/Interface/AlignCenterIcon.vue +42 -0
  329. package/src/types/Interface/AlignLeftFillIcon.vue +42 -0
  330. package/src/types/Interface/AlignLeftIcon.vue +42 -0
  331. package/src/types/Interface/AlignMiddleFillIcon.vue +42 -0
  332. package/src/types/Interface/AlignMiddleIcon.vue +42 -0
  333. package/src/types/Interface/AlignRightFillIcon.vue +42 -0
  334. package/src/types/Interface/AlignRightIcon.vue +42 -0
  335. package/src/types/Interface/AlignTopFillIcon.vue +42 -0
  336. package/src/types/Interface/AlignTopIcon.vue +42 -0
  337. package/src/types/Interface/ArchiveFillIcon.vue +42 -0
  338. package/src/types/Interface/ArchiveIcon.vue +42 -0
  339. package/src/types/Interface/BookmarkDashIcon.vue +42 -0
  340. package/src/types/Interface/BookmarkFillIcon.vue +42 -0
  341. package/src/types/Interface/BookmarkIcon.vue +42 -0
  342. package/src/types/Interface/CameraFillIcon.vue +42 -0
  343. package/src/types/Interface/CameraIcon.vue +42 -0
  344. package/src/types/Interface/Chat2FillIcon.vue +42 -0
  345. package/src/types/Interface/Chat2Icon.vue +42 -0
  346. package/src/types/Interface/ChatAddFillIcon.vue +42 -0
  347. package/src/types/Interface/ChatAddIcon.vue +43 -0
  348. package/src/types/Interface/ChatCheckmarkFillIcon.vue +42 -0
  349. package/src/types/Interface/ChatCheckmarkIcon.vue +42 -0
  350. package/src/types/Interface/ChatElipsisFillIcon.vue +42 -0
  351. package/src/types/Interface/ChatElipsisIcon.vue +42 -0
  352. package/src/types/Interface/ChatExclamationmarkFillIcon.vue +42 -0
  353. package/src/types/Interface/ChatExclamationmarkIcon.vue +42 -0
  354. package/src/types/Interface/ChatFillIcon.vue +42 -0
  355. package/src/types/Interface/ChatIcon.vue +42 -0
  356. package/src/types/Interface/CogFillIcon.vue +42 -0
  357. package/src/types/Interface/CogIcon.vue +42 -0
  358. package/src/types/Interface/CpuFillIcon.vue +42 -0
  359. package/src/types/Interface/CpuIcon.vue +42 -0
  360. package/src/types/Interface/Density1FillIcon.vue +42 -0
  361. package/src/types/Interface/Density1Icon.vue +42 -0
  362. package/src/types/Interface/Density2FillIcon.vue +42 -0
  363. package/src/types/Interface/Density2Icon.vue +42 -0
  364. package/src/types/Interface/Density3Icon.vue +42 -0
  365. package/src/types/Interface/DocPencilFillIcon.vue +42 -0
  366. package/src/types/Interface/DocPencilIcon.vue +42 -0
  367. package/src/types/Interface/DragHorizontalIcon.vue +42 -0
  368. package/src/types/Interface/DragVerticalIcon.vue +42 -0
  369. package/src/types/Interface/EnvelopeClosedFillIcon.vue +42 -0
  370. package/src/types/Interface/EnvelopeClosedIcon.vue +42 -0
  371. package/src/types/Interface/EnvelopeOpenFillIcon.vue +42 -0
  372. package/src/types/Interface/EnvelopeOpenIcon.vue +42 -0
  373. package/src/types/Interface/EraserFillIcon.vue +42 -0
  374. package/src/types/Interface/EraserIcon.vue +42 -0
  375. package/src/types/Interface/ExternalLinkFillIcon.vue +42 -0
  376. package/src/types/Interface/ExternalLinkIcon.vue +42 -0
  377. package/src/types/Interface/FaceCryFillIcon.vue +42 -0
  378. package/src/types/Interface/FaceCryIcon.vue +42 -0
  379. package/src/types/Interface/FaceFillIcon.vue +42 -0
  380. package/src/types/Interface/FaceFrownFillIcon.vue +42 -0
  381. package/src/types/Interface/FaceFrownIcon.vue +42 -0
  382. package/src/types/Interface/FaceIcon.vue +42 -0
  383. package/src/types/Interface/FaceLaughFillIcon.vue +42 -0
  384. package/src/types/Interface/FaceLaughIcon.vue +42 -0
  385. package/src/types/Interface/FaceSmileFillIcon.vue +42 -0
  386. package/src/types/Interface/FaceSmileIcon.vue +42 -0
  387. package/src/types/Interface/FilterIcon.vue +42 -0
  388. package/src/types/Interface/FloppydiskFillIcon.vue +42 -0
  389. package/src/types/Interface/FloppydiskIcon.vue +42 -0
  390. package/src/types/Interface/FunnelFillIcon.vue +42 -0
  391. package/src/types/Interface/FunnelIcon.vue +42 -0
  392. package/src/types/Interface/GlobeFillIcon.vue +42 -0
  393. package/src/types/Interface/GlobeIcon.vue +42 -0
  394. package/src/types/Interface/GlobeSlashFillIcon.vue +42 -0
  395. package/src/types/Interface/GlobeSlashIcon.vue +42 -0
  396. package/src/types/Interface/HeartBrokenFillIcon.vue +42 -0
  397. package/src/types/Interface/HeartBrokenIcon.vue +42 -0
  398. package/src/types/Interface/HeartFillIcon.vue +42 -0
  399. package/src/types/Interface/HeartIcon.vue +42 -0
  400. package/src/types/Interface/InboxDownFillIcon.vue +42 -0
  401. package/src/types/Interface/InboxDownIcon.vue +42 -0
  402. package/src/types/Interface/InboxFillIcon.vue +42 -0
  403. package/src/types/Interface/InboxIcon.vue +42 -0
  404. package/src/types/Interface/InboxUpFillIcon.vue +42 -0
  405. package/src/types/Interface/InboxUpIcon.vue +42 -0
  406. package/src/types/Interface/LanguageIcon.vue +42 -0
  407. package/src/types/Interface/LaptopFillIcon.vue +42 -0
  408. package/src/types/Interface/LaptopIcon.vue +42 -0
  409. package/src/types/Interface/LayerMinusFillIcon.vue +42 -0
  410. package/src/types/Interface/LayerMinusIcon.vue +42 -0
  411. package/src/types/Interface/LayersFillIcon.vue +42 -0
  412. package/src/types/Interface/LayersIcon.vue +42 -0
  413. package/src/types/Interface/LayersPlusFillIcon.vue +42 -0
  414. package/src/types/Interface/LayersPlusIcon.vue +42 -0
  415. package/src/types/Interface/LineHeightIcon.vue +42 -0
  416. package/src/types/Interface/LinkBrokenIcon.vue +42 -0
  417. package/src/types/Interface/LinkIcon.vue +42 -0
  418. package/src/types/Interface/MagnifyingGlassCheckmarkFillIcon.vue +42 -0
  419. package/src/types/Interface/MagnifyingGlassCheckmarkIcon.vue +42 -0
  420. package/src/types/Interface/MagnifyingGlassFillIcon.vue +42 -0
  421. package/src/types/Interface/MagnifyingGlassIcon.vue +42 -0
  422. package/src/types/Interface/MenuElipsisHorizontalCircleFillIcon.vue +42 -0
  423. package/src/types/Interface/MenuElipsisHorizontalCircleIcon.vue +42 -0
  424. package/src/types/Interface/MenuElipsisHorizontalIcon.vue +42 -0
  425. package/src/types/Interface/MenuElipsisHorizontalSquareFillIcon.vue +42 -0
  426. package/src/types/Interface/MenuElipsisHorizontalSquareIcon.vue +42 -0
  427. package/src/types/Interface/MenuElipsisVerticalCircleFillIcon.vue +42 -0
  428. package/src/types/Interface/MenuElipsisVerticalCircleIcon.vue +42 -0
  429. package/src/types/Interface/MenuElipsisVerticalIcon.vue +42 -0
  430. package/src/types/Interface/MenuElipsisVerticalSquareFillIcon.vue +42 -0
  431. package/src/types/Interface/MenuElipsisVerticalSquareIcon.vue +42 -0
  432. package/src/types/Interface/MenuGridIcon.vue +42 -0
  433. package/src/types/Interface/MenuHamburgerIcon.vue +42 -0
  434. package/src/types/Interface/MobileFillIcon.vue +42 -0
  435. package/src/types/Interface/MobileIcon.vue +42 -0
  436. package/src/types/Interface/MobileSmallFillIcon.vue +42 -0
  437. package/src/types/Interface/MobileSmallIcon.vue +42 -0
  438. package/src/types/Interface/MonitorFillIcon.vue +42 -0
  439. package/src/types/Interface/MonitorIcon.vue +42 -0
  440. package/src/types/Interface/NotePencilDashIcon.vue +42 -0
  441. package/src/types/Interface/NotePencilFillIcon.vue +42 -0
  442. package/src/types/Interface/NotePencilIcon.vue +42 -0
  443. package/src/types/Interface/PageBreakFillIcon.vue +47 -0
  444. package/src/types/Interface/PageBreakIcon.vue +47 -0
  445. package/src/types/Interface/PaletteFillIcon.vue +42 -0
  446. package/src/types/Interface/PaletteIcon.vue +42 -0
  447. package/src/types/Interface/PaperplaneFillIcon.vue +42 -0
  448. package/src/types/Interface/PaperplaneIcon.vue +42 -0
  449. package/src/types/Interface/PencilBoardFillIcon.vue +42 -0
  450. package/src/types/Interface/PencilBoardIcon.vue +42 -0
  451. package/src/types/Interface/PencilFillIcon.vue +42 -0
  452. package/src/types/Interface/PencilIcon.vue +42 -0
  453. package/src/types/Interface/PencilLineFillIcon.vue +42 -0
  454. package/src/types/Interface/PencilLineIcon.vue +42 -0
  455. package/src/types/Interface/PencilWritingFillIcon.vue +42 -0
  456. package/src/types/Interface/PencilWritingIcon.vue +42 -0
  457. package/src/types/Interface/PersonChatFillIcon.vue +42 -0
  458. package/src/types/Interface/PersonChatIcon.vue +42 -0
  459. package/src/types/Interface/PhoneFillIcon.vue +42 -0
  460. package/src/types/Interface/PhoneIcon.vue +42 -0
  461. package/src/types/Interface/PhoneSlashFillIcon.vue +42 -0
  462. package/src/types/Interface/PhoneSlashIcon.vue +42 -0
  463. package/src/types/Interface/PrinterLargeFillIcon.vue +42 -0
  464. package/src/types/Interface/PrinterLargeIcon.vue +42 -0
  465. package/src/types/Interface/PrinterSmallFillIcon.vue +42 -0
  466. package/src/types/Interface/PrinterSmallIcon.vue +42 -0
  467. package/src/types/Interface/RectangleSectionsFillIcon.vue +42 -0
  468. package/src/types/Interface/RectangleSectionsIcon.vue +42 -0
  469. package/src/types/Interface/RotateLeftFillIcon.vue +42 -0
  470. package/src/types/Interface/RotateLeftIcon.vue +42 -0
  471. package/src/types/Interface/RotateRightFillIcon.vue +42 -0
  472. package/src/types/Interface/RotateRightIcon.vue +42 -0
  473. package/src/types/Interface/SidebarBothFillIcon.vue +42 -0
  474. package/src/types/Interface/SidebarBothIcon.vue +42 -0
  475. package/src/types/Interface/SidebarLeftFillIcon.vue +42 -0
  476. package/src/types/Interface/SidebarLeftIcon.vue +42 -0
  477. package/src/types/Interface/SidebarRightFillIcon.vue +42 -0
  478. package/src/types/Interface/SidebarRightIcon.vue +42 -0
  479. package/src/types/Interface/SortDownIcon.vue +42 -0
  480. package/src/types/Interface/SortUpIcon.vue +42 -0
  481. package/src/types/Interface/SpaceHorizontalIcon.vue +42 -0
  482. package/src/types/Interface/SpaceVerticalIcon.vue +42 -0
  483. package/src/types/Interface/SplitHorizontalFillIcon.vue +47 -0
  484. package/src/types/Interface/SplitHorizontalIcon.vue +47 -0
  485. package/src/types/Interface/SplitVerticalFillIcon.vue +47 -0
  486. package/src/types/Interface/SplitVerticalIcon.vue +47 -0
  487. package/src/types/Interface/SquareGridFillIcon.vue +42 -0
  488. package/src/types/Interface/SquareGridIcon.vue +42 -0
  489. package/src/types/Interface/TabletFillIcon.vue +42 -0
  490. package/src/types/Interface/TabletIcon.vue +42 -0
  491. package/src/types/Interface/TabsAddFillIcon.vue +42 -0
  492. package/src/types/Interface/TabsAddIcon.vue +42 -0
  493. package/src/types/Interface/TabsFillIcon.vue +42 -0
  494. package/src/types/Interface/TabsIcon.vue +42 -0
  495. package/src/types/Interface/TabsRemoveFillIcon.vue +42 -0
  496. package/src/types/Interface/TabsRemoveIcon.vue +42 -0
  497. package/src/types/Interface/TagFillIcon.vue +42 -0
  498. package/src/types/Interface/TagIcon.vue +42 -0
  499. package/src/types/Interface/ThemeIcon.vue +42 -0
  500. package/src/types/Interface/ThumbDownFillIcon.vue +42 -0
  501. package/src/types/Interface/ThumbDownIcon.vue +42 -0
  502. package/src/types/Interface/ThumbUpFillIcon.vue +42 -0
  503. package/src/types/Interface/ThumbUpIcon.vue +42 -0
  504. package/src/types/Interface/TrashFillIcon.vue +42 -0
  505. package/src/types/Interface/TrashIcon.vue +42 -0
  506. package/src/types/Interface/ZoomMinusFillIcon.vue +42 -0
  507. package/src/types/Interface/ZoomMinusIcon.vue +42 -0
  508. package/src/types/Interface/ZoomPlusFillIcon.vue +42 -0
  509. package/src/types/Interface/ZoomPlusIcon.vue +42 -0
  510. package/src/types/LawAndSecurity/BagdeFillIcon.vue +42 -0
  511. package/src/types/LawAndSecurity/BagdeIcon.vue +42 -0
  512. package/src/types/LawAndSecurity/EnterIcon.vue +42 -0
  513. package/src/types/LawAndSecurity/GavelFillIcon.vue +42 -0
  514. package/src/types/LawAndSecurity/GavelIcon.vue +42 -0
  515. package/src/types/LawAndSecurity/GavelSoundBlockFillIcon.vue +42 -0
  516. package/src/types/LawAndSecurity/GavelSoundBlockIcon.vue +42 -0
  517. package/src/types/LawAndSecurity/KeyHorizontalFillIcon.vue +42 -0
  518. package/src/types/LawAndSecurity/KeyHorizontalIcon.vue +42 -0
  519. package/src/types/LawAndSecurity/KeyVerticalFillIcon.vue +42 -0
  520. package/src/types/LawAndSecurity/KeyVerticalIcon.vue +42 -0
  521. package/src/types/LawAndSecurity/LeaveIcon.vue +42 -0
  522. package/src/types/LawAndSecurity/Over18FillIcon.vue +42 -0
  523. package/src/types/LawAndSecurity/Over18Icon.vue +42 -0
  524. package/src/types/LawAndSecurity/PadlockLockedFillIcon.vue +42 -0
  525. package/src/types/LawAndSecurity/PadlockLockedIcon.vue +42 -0
  526. package/src/types/LawAndSecurity/PadlockUnlockedFillIcon.vue +42 -0
  527. package/src/types/LawAndSecurity/PadlockUnlockedIcon.vue +42 -0
  528. package/src/types/LawAndSecurity/ParagraphIcon.vue +42 -0
  529. package/src/types/LawAndSecurity/PassportFillIcon.vue +42 -0
  530. package/src/types/LawAndSecurity/PassportIcon.vue +42 -0
  531. package/src/types/LawAndSecurity/PasswordHiddenIcon.vue +42 -0
  532. package/src/types/LawAndSecurity/PinFillIcon.vue +42 -0
  533. package/src/types/LawAndSecurity/PinIcon.vue +42 -0
  534. package/src/types/LawAndSecurity/SealCheckmarkFillIcon.vue +42 -0
  535. package/src/types/LawAndSecurity/SealCheckmarkIcon.vue +42 -0
  536. package/src/types/LawAndSecurity/SealFillIcon.vue +42 -0
  537. package/src/types/LawAndSecurity/SealIcon.vue +42 -0
  538. package/src/types/LawAndSecurity/SealXMarkFillIcon.vue +42 -0
  539. package/src/types/LawAndSecurity/SealXMarkIcon.vue +42 -0
  540. package/src/types/LawAndSecurity/ShieldCheckmarkFillIcon.vue +42 -0
  541. package/src/types/LawAndSecurity/ShieldCheckmarkIcon.vue +42 -0
  542. package/src/types/LawAndSecurity/ShieldFillIcon.vue +42 -0
  543. package/src/types/LawAndSecurity/ShieldIcon.vue +42 -0
  544. package/src/types/LawAndSecurity/ShieldLockFillIcon.vue +42 -0
  545. package/src/types/LawAndSecurity/ShieldLockIcon.vue +42 -0
  546. package/src/types/LawAndSecurity/StarsEuIcon.vue +42 -0
  547. package/src/types/Media/BackwardFillIcon.vue +42 -0
  548. package/src/types/Media/BackwardIcon.vue +42 -0
  549. package/src/types/Media/CaptionsFillIcon.vue +42 -0
  550. package/src/types/Media/CaptionsIcon.vue +42 -0
  551. package/src/types/Media/ForwardFillIcon.vue +42 -0
  552. package/src/types/Media/ForwardIcon.vue +42 -0
  553. package/src/types/Media/ImageFillIcon.vue +42 -0
  554. package/src/types/Media/ImageIcon.vue +42 -0
  555. package/src/types/Media/MegaphoneFillIcon.vue +42 -0
  556. package/src/types/Media/MegaphoneIcon.vue +42 -0
  557. package/src/types/Media/MegaphoneSpeakingFillIcon.vue +42 -0
  558. package/src/types/Media/MegaphoneSpeakingIcon.vue +42 -0
  559. package/src/types/Media/MicrophoneFillIcon.vue +42 -0
  560. package/src/types/Media/MicrophoneIcon.vue +42 -0
  561. package/src/types/Media/MicrophoneSlashFillIcon.vue +42 -0
  562. package/src/types/Media/MicrophoneSlashIcon.vue +42 -0
  563. package/src/types/Media/NewspaperFillIcon.vue +42 -0
  564. package/src/types/Media/NewspaperIcon.vue +42 -0
  565. package/src/types/Media/PauseFillIcon.vue +42 -0
  566. package/src/types/Media/PauseIcon.vue +42 -0
  567. package/src/types/Media/PlayFillIcon.vue +42 -0
  568. package/src/types/Media/PlayIcon.vue +42 -0
  569. package/src/types/Media/PresentationFillIcon.vue +42 -0
  570. package/src/types/Media/PresentationIcon.vue +42 -0
  571. package/src/types/Media/RecordFillIcon.vue +42 -0
  572. package/src/types/Media/RecordIcon.vue +42 -0
  573. package/src/types/Media/SkipBackwardFillIcon.vue +42 -0
  574. package/src/types/Media/SkipBackwardIcon.vue +42 -0
  575. package/src/types/Media/SkipForwardFillIcon.vue +42 -0
  576. package/src/types/Media/SkipForwardIcon.vue +42 -0
  577. package/src/types/Media/SpeakerFillIcon.vue +42 -0
  578. package/src/types/Media/SpeakerIcon.vue +42 -0
  579. package/src/types/Media/SpeakerSlashFillIcon.vue +42 -0
  580. package/src/types/Media/SpeakerSlashIcon.vue +42 -0
  581. package/src/types/Media/SpeakerSoundWave1FillIcon.vue +42 -0
  582. package/src/types/Media/SpeakerSoundWave1Icon.vue +42 -0
  583. package/src/types/Media/SpeakerSoundWave2FillIcon.vue +42 -0
  584. package/src/types/Media/SpeakerSoundWave2Icon.vue +42 -0
  585. package/src/types/Media/SpeakerSoundWave3FillIcon.vue +42 -0
  586. package/src/types/Media/SpeakerSoundWave3Icon.vue +42 -0
  587. package/src/types/Media/StopFillIcon.vue +42 -0
  588. package/src/types/Media/StopIcon.vue +42 -0
  589. package/src/types/Media/VideoFillIcon.vue +42 -0
  590. package/src/types/Media/VideoIcon.vue +42 -0
  591. package/src/types/Media/VideoSlashFillIcon.vue +42 -0
  592. package/src/types/Media/VideoSlashIcon.vue +42 -0
  593. package/src/types/Media/VideoplayerFillIcon.vue +42 -0
  594. package/src/types/Media/VideoplayerIcon.vue +42 -0
  595. package/src/types/Media/WaveformIcon.vue +42 -0
  596. package/src/types/Money/BankNoteFillIcon.vue +42 -0
  597. package/src/types/Money/BankNoteIcon.vue +42 -0
  598. package/src/types/Money/CardFillIcon.vue +42 -0
  599. package/src/types/Money/CardIcon.vue +42 -0
  600. package/src/types/Money/CurrencyExchangeIcon.vue +42 -0
  601. package/src/types/Money/FlowerPensionFillIcon.vue +42 -0
  602. package/src/types/Money/FlowerPensionIcon.vue +42 -0
  603. package/src/types/Money/KronerIcon.vue +42 -0
  604. package/src/types/Money/NokIcon.vue +42 -0
  605. package/src/types/Money/PiggybankFillIcon.vue +42 -0
  606. package/src/types/Money/PiggybankIcon.vue +42 -0
  607. package/src/types/Money/ReceiptFillIcon.vue +42 -0
  608. package/src/types/Money/ReceiptIcon.vue +42 -0
  609. package/src/types/Money/SackKronerFillIcon.vue +42 -0
  610. package/src/types/Money/SackKronerIcon.vue +42 -0
  611. package/src/types/Money/SackPensionFillIcon.vue +42 -0
  612. package/src/types/Money/SackPensionIcon.vue +42 -0
  613. package/src/types/Money/ShoppingBasketFillIcon.vue +42 -0
  614. package/src/types/Money/ShoppingBasketIcon.vue +42 -0
  615. package/src/types/Money/WalletFillIcon.vue +42 -0
  616. package/src/types/Money/WalletIcon.vue +42 -0
  617. package/src/types/NatureAndAnimals/AllergensFillIcon.vue +42 -0
  618. package/src/types/NatureAndAnimals/AllergensIcon.vue +42 -0
  619. package/src/types/NatureAndAnimals/BacteriaFillIcon.vue +42 -0
  620. package/src/types/NatureAndAnimals/BacteriaIcon.vue +42 -0
  621. package/src/types/NatureAndAnimals/BugFillIcon.vue +42 -0
  622. package/src/types/NatureAndAnimals/BugIcon.vue +42 -0
  623. package/src/types/NatureAndAnimals/DogFillIcon.vue +42 -0
  624. package/src/types/NatureAndAnimals/DogIcon.vue +42 -0
  625. package/src/types/NatureAndAnimals/EarthFillIcon.vue +42 -0
  626. package/src/types/NatureAndAnimals/EarthIcon.vue +42 -0
  627. package/src/types/NatureAndAnimals/FlowerFillIcon.vue +42 -0
  628. package/src/types/NatureAndAnimals/FlowerIcon.vue +42 -0
  629. package/src/types/NatureAndAnimals/FlowerPetalFallingFillIcon.vue +42 -0
  630. package/src/types/NatureAndAnimals/FlowerPetalFallingIcon.vue +42 -0
  631. package/src/types/NatureAndAnimals/FlowerPetalsFillIcon.vue +42 -0
  632. package/src/types/NatureAndAnimals/FlowerPetalsIcon.vue +42 -0
  633. package/src/types/NatureAndAnimals/HexagonGridFillIcon.vue +42 -0
  634. package/src/types/NatureAndAnimals/HexagonGridIcon.vue +42 -0
  635. package/src/types/NatureAndAnimals/LightningFillIcon.vue +42 -0
  636. package/src/types/NatureAndAnimals/LightningIcon.vue +42 -0
  637. package/src/types/NatureAndAnimals/MicrobeFillIcon.vue +42 -0
  638. package/src/types/NatureAndAnimals/MicrobeIcon.vue +42 -0
  639. package/src/types/NatureAndAnimals/MoonFillIcon.vue +42 -0
  640. package/src/types/NatureAndAnimals/MoonIcon.vue +42 -0
  641. package/src/types/NatureAndAnimals/MountainFillIcon.vue +42 -0
  642. package/src/types/NatureAndAnimals/MountainIcon.vue +42 -0
  643. package/src/types/NatureAndAnimals/ParasolBeachFillIcon.vue +42 -0
  644. package/src/types/NatureAndAnimals/ParasolBeachIcon.vue +42 -0
  645. package/src/types/NatureAndAnimals/PlantFillIcon.vue +42 -0
  646. package/src/types/NatureAndAnimals/PlantIcon.vue +42 -0
  647. package/src/types/NatureAndAnimals/RaindropFillIcon.vue +42 -0
  648. package/src/types/NatureAndAnimals/RaindropIcon.vue +42 -0
  649. package/src/types/NatureAndAnimals/SnowIcon.vue +42 -0
  650. package/src/types/NatureAndAnimals/SparkLargeIcon.vue +42 -0
  651. package/src/types/NatureAndAnimals/SparkSmallIcon.vue +42 -0
  652. package/src/types/NatureAndAnimals/SparklesFillIcon.vue +42 -0
  653. package/src/types/NatureAndAnimals/SparklesIcon.vue +42 -0
  654. package/src/types/NatureAndAnimals/StarFillIcon.vue +42 -0
  655. package/src/types/NatureAndAnimals/StarIcon.vue +42 -0
  656. package/src/types/NatureAndAnimals/SunFillIcon.vue +42 -0
  657. package/src/types/NatureAndAnimals/SunIcon.vue +42 -0
  658. package/src/types/NatureAndAnimals/ThermometerFillIcon.vue +42 -0
  659. package/src/types/NatureAndAnimals/ThermometerIcon.vue +42 -0
  660. package/src/types/NatureAndAnimals/WavesIcon.vue +42 -0
  661. package/src/types/People/BabyWrappedFillIcon.vue +42 -0
  662. package/src/types/People/BabyWrappedIcon.vue +42 -0
  663. package/src/types/People/BoneFillIcon.vue +42 -0
  664. package/src/types/People/BoneIcon.vue +42 -0
  665. package/src/types/People/ChildEyesFillIcon.vue +42 -0
  666. package/src/types/People/ChildEyesIcon.vue +42 -0
  667. package/src/types/People/ChildHairEyesFillIcon.vue +42 -0
  668. package/src/types/People/ChildHairEyesIcon.vue +42 -0
  669. package/src/types/People/EarFillIcon.vue +42 -0
  670. package/src/types/People/EarIcon.vue +42 -0
  671. package/src/types/People/EarSlashFillIcon.vue +42 -0
  672. package/src/types/People/EarSlashIcon.vue +42 -0
  673. package/src/types/People/EarSoundwavesFillIcon.vue +42 -0
  674. package/src/types/People/EarSoundwavesIcon.vue +42 -0
  675. package/src/types/People/EyeClosedIcon.vue +42 -0
  676. package/src/types/People/EyeFillIcon.vue +42 -0
  677. package/src/types/People/EyeIcon.vue +42 -0
  678. package/src/types/People/EyeObfuscatedFillIcon.vue +42 -0
  679. package/src/types/People/EyeObfuscatedIcon.vue +42 -0
  680. package/src/types/People/EyeSlashFillIcon.vue +42 -0
  681. package/src/types/People/EyeSlashIcon.vue +42 -0
  682. package/src/types/People/EyeWithPupilFillIcon.vue +42 -0
  683. package/src/types/People/EyeWithPupilIcon.vue +42 -0
  684. package/src/types/People/FigureChildFillIcon.vue +42 -0
  685. package/src/types/People/FigureChildIcon.vue +42 -0
  686. package/src/types/People/FigureCombinationFillIcon.vue +42 -0
  687. package/src/types/People/FigureCombinationIcon.vue +42 -0
  688. package/src/types/People/FigureInwardFillIcon.vue +42 -0
  689. package/src/types/People/FigureInwardIcon.vue +42 -0
  690. package/src/types/People/FigureOutwardFillIcon.vue +42 -0
  691. package/src/types/People/FigureOutwardIcon.vue +42 -0
  692. package/src/types/People/FingerButtonFillIcon.vue +42 -0
  693. package/src/types/People/FingerButtonIcon.vue +42 -0
  694. package/src/types/People/FingerMobileFillIcon.vue +42 -0
  695. package/src/types/People/FingerMobileIcon.vue +42 -0
  696. package/src/types/People/HandFingerFillIcon.vue +42 -0
  697. package/src/types/People/HandFingerIcon.vue +42 -0
  698. package/src/types/People/HandHeartFillIcon.vue +42 -0
  699. package/src/types/People/HandHeartIcon.vue +42 -0
  700. package/src/types/People/HandKnotFilledIcon.vue +42 -0
  701. package/src/types/People/HandKnotIcon.vue +42 -0
  702. package/src/types/People/HandShakeHeartFillIcon.vue +42 -0
  703. package/src/types/People/HandShakeHeartIcon.vue +42 -0
  704. package/src/types/People/HandshakeFillIcon.vue +42 -0
  705. package/src/types/People/HandshakeIcon.vue +42 -0
  706. package/src/types/People/HeadFillIcon.vue +42 -0
  707. package/src/types/People/HeadIcon.vue +42 -0
  708. package/src/types/People/PersonCheckmarkFillIcon.vue +42 -0
  709. package/src/types/People/PersonCheckmarkIcon.vue +42 -0
  710. package/src/types/People/PersonCircleFillIcon.vue +42 -0
  711. package/src/types/People/PersonCircleIcon.vue +42 -0
  712. package/src/types/People/PersonCrossFillIcon.vue +42 -0
  713. package/src/types/People/PersonCrossIcon.vue +42 -0
  714. package/src/types/People/PersonEnvelopeFillIcon.vue +42 -0
  715. package/src/types/People/PersonEnvelopeIcon.vue +42 -0
  716. package/src/types/People/PersonFillIcon.vue +42 -0
  717. package/src/types/People/PersonGavelFillIcon.vue +42 -0
  718. package/src/types/People/PersonGavelIcon.vue +42 -0
  719. package/src/types/People/PersonGroupFillIcon.vue +42 -0
  720. package/src/types/People/PersonGroupIcon.vue +42 -0
  721. package/src/types/People/PersonHeadsetFillIcon.vue +42 -0
  722. package/src/types/People/PersonHeadsetIcon.vue +42 -0
  723. package/src/types/People/PersonIcon.vue +42 -0
  724. package/src/types/People/PersonMinusFillIcon.vue +42 -0
  725. package/src/types/People/PersonMinusIcon.vue +42 -0
  726. package/src/types/People/PersonPencilFillIcon.vue +42 -0
  727. package/src/types/People/PersonPencilIcon.vue +42 -0
  728. package/src/types/People/PersonPlusFillIcon.vue +42 -0
  729. package/src/types/People/PersonPlusIcon.vue +42 -0
  730. package/src/types/People/PersonPregnantFillIcon.vue +42 -0
  731. package/src/types/People/PersonPregnantIcon.vue +42 -0
  732. package/src/types/People/PersonRectangleFillIcon.vue +42 -0
  733. package/src/types/People/PersonRectangleIcon.vue +42 -0
  734. package/src/types/People/PersonSuitFillIcon.vue +42 -0
  735. package/src/types/People/PersonSuitIcon.vue +42 -0
  736. package/src/types/People/PersonTallShortFillIcon.vue +42 -0
  737. package/src/types/People/PersonTallShortIcon.vue +42 -0
  738. package/src/types/People/SilhouetteFillIcon.vue +42 -0
  739. package/src/types/People/SilhouetteIcon.vue +42 -0
  740. package/src/types/People/ToothFillIcon.vue +42 -0
  741. package/src/types/People/ToothIcon.vue +42 -0
  742. package/src/types/StatisticsAndMath/AngleIcon.vue +42 -0
  743. package/src/types/StatisticsAndMath/AreaChartFillIcon.vue +42 -0
  744. package/src/types/StatisticsAndMath/AreaChartIcon.vue +43 -0
  745. package/src/types/StatisticsAndMath/BarChartFillIcon.vue +42 -0
  746. package/src/types/StatisticsAndMath/BarChartIcon.vue +42 -0
  747. package/src/types/StatisticsAndMath/BubbleChartFillIcon.vue +42 -0
  748. package/src/types/StatisticsAndMath/BubbleChartIcon.vue +42 -0
  749. package/src/types/StatisticsAndMath/BulletListIcon.vue +42 -0
  750. package/src/types/StatisticsAndMath/DivideIcon.vue +42 -0
  751. package/src/types/StatisticsAndMath/DonutChartFillIcon.vue +42 -0
  752. package/src/types/StatisticsAndMath/DonutChartIcon.vue +42 -0
  753. package/src/types/StatisticsAndMath/EqualsIcon.vue +42 -0
  754. package/src/types/StatisticsAndMath/HashtagIcon.vue +42 -0
  755. package/src/types/StatisticsAndMath/LineGraphDotIcon.vue +42 -0
  756. package/src/types/StatisticsAndMath/LineGraphIcon.vue +42 -0
  757. package/src/types/StatisticsAndMath/LineGraphStackedIcon.vue +42 -0
  758. package/src/types/StatisticsAndMath/MinusCircleFillIcon.vue +42 -0
  759. package/src/types/StatisticsAndMath/MinusCircleIcon.vue +42 -0
  760. package/src/types/StatisticsAndMath/MinusIcon.vue +42 -0
  761. package/src/types/StatisticsAndMath/MultiplyIcon.vue +42 -0
  762. package/src/types/StatisticsAndMath/NumberListIcon.vue +42 -0
  763. package/src/types/StatisticsAndMath/PercentIcon.vue +42 -0
  764. package/src/types/StatisticsAndMath/PieChartFillIcon.vue +42 -0
  765. package/src/types/StatisticsAndMath/PieChartIcon.vue +42 -0
  766. package/src/types/StatisticsAndMath/PlusCircleFillIcon.vue +42 -0
  767. package/src/types/StatisticsAndMath/PlusCircleIcon.vue +42 -0
  768. package/src/types/StatisticsAndMath/PlusIcon.vue +42 -0
  769. package/src/types/StatisticsAndMath/PlusMinusSlashIcon.vue +42 -0
  770. package/src/types/StatisticsAndMath/SectorChartFillIcon.vue +42 -0
  771. package/src/types/StatisticsAndMath/SectorChartIcon.vue +42 -0
  772. package/src/types/StatisticsAndMath/SquarerootIcon.vue +42 -0
  773. package/src/types/StatisticsAndMath/TableFillIcon.vue +42 -0
  774. package/src/types/StatisticsAndMath/TableIcon.vue +42 -0
  775. package/src/types/StatisticsAndMath/TrendDownIcon.vue +42 -0
  776. package/src/types/StatisticsAndMath/TrendFlatIcon.vue +42 -0
  777. package/src/types/StatisticsAndMath/TrendUpIcon.vue +42 -0
  778. package/src/types/Status/BellDotFillIcon.vue +42 -0
  779. package/src/types/Status/BellDotIcon.vue +42 -0
  780. package/src/types/Status/BellFillIcon.vue +42 -0
  781. package/src/types/Status/BellIcon.vue +42 -0
  782. package/src/types/Status/BellSlashFillIcon.vue +42 -0
  783. package/src/types/Status/BellSlashIcon.vue +42 -0
  784. package/src/types/Status/CameraTriangleFillIcon.vue +42 -0
  785. package/src/types/Status/CameraTriangleIcon.vue +42 -0
  786. package/src/types/Status/CheckmarkCircleFillIcon.vue +42 -0
  787. package/src/types/Status/CheckmarkCircleIcon.vue +42 -0
  788. package/src/types/Status/CheckmarkHeavyIcon.vue +42 -0
  789. package/src/types/Status/CheckmarkIcon.vue +42 -0
  790. package/src/types/Status/CircleBrokenIcon.vue +42 -0
  791. package/src/types/Status/CircleFillIcon.vue +42 -0
  792. package/src/types/Status/CircleIcon.vue +42 -0
  793. package/src/types/Status/CircleSlashFillIcon.vue +42 -0
  794. package/src/types/Status/CircleSlashIcon.vue +42 -0
  795. package/src/types/Status/CogRotationFillIcon.vue +42 -0
  796. package/src/types/Status/CogRotationIcon.vue +42 -0
  797. package/src/types/Status/DiamondFillIcon.vue +42 -0
  798. package/src/types/Status/DiamondIcon.vue +42 -0
  799. package/src/types/Status/ExclamationmarkIcon.vue +42 -0
  800. package/src/types/Status/ExclamationmarkTriangleFillIcon.vue +42 -0
  801. package/src/types/Status/ExclamationmarkTriangleIcon.vue +42 -0
  802. package/src/types/Status/InformationIcon.vue +42 -0
  803. package/src/types/Status/InformationSquareFillIcon.vue +42 -0
  804. package/src/types/Status/InformationSquareIcon.vue +42 -0
  805. package/src/types/Status/LaptopTriangleFillIcon.vue +42 -0
  806. package/src/types/Status/LaptopTriangleIcon.vue +42 -0
  807. package/src/types/Status/MobileTriangleFillIcon.vue +42 -0
  808. package/src/types/Status/MobileTriangleIcon.vue +42 -0
  809. package/src/types/Status/MonitorTriangleFillIcon.vue +42 -0
  810. package/src/types/Status/MonitorTriangleIcon.vue +42 -0
  811. package/src/types/Status/PentagonFillIcon.vue +42 -0
  812. package/src/types/Status/PentagonIcon.vue +42 -0
  813. package/src/types/Status/PrinterLargeTriangleFillIcon.vue +42 -0
  814. package/src/types/Status/PrinterLargeTriangleIcon.vue +42 -0
  815. package/src/types/Status/PrinterSmallTriangleFillIcon.vue +42 -0
  816. package/src/types/Status/PrinterSmallTriangleIcon.vue +42 -0
  817. package/src/types/Status/QuestionmarkCircleFillIcon.vue +42 -0
  818. package/src/types/Status/QuestionmarkCircleIcon.vue +42 -0
  819. package/src/types/Status/QuestionmarkDiamondFillIcon.vue +42 -0
  820. package/src/types/Status/QuestionmarkDiamondIcon.vue +42 -0
  821. package/src/types/Status/QuestionmarkIcon.vue +42 -0
  822. package/src/types/Status/RobotFillIcon.vue +42 -0
  823. package/src/types/Status/RobotFrownFillIcon.vue +42 -0
  824. package/src/types/Status/RobotFrownIcon.vue +45 -0
  825. package/src/types/Status/RobotIcon.vue +45 -0
  826. package/src/types/Status/RobotSmileFillIcon.vue +42 -0
  827. package/src/types/Status/RobotSmileIcon.vue +45 -0
  828. package/src/types/Status/SquareFillIcon.vue +42 -0
  829. package/src/types/Status/SquareIcon.vue +42 -0
  830. package/src/types/Status/TriangleFillIcon.vue +42 -0
  831. package/src/types/Status/TriangleIcon.vue +42 -0
  832. package/src/types/Status/XMarkIcon.vue +42 -0
  833. package/src/types/Status/XMarkOctagonFillIcon.vue +42 -0
  834. package/src/types/Status/XMarkOctagonIcon.vue +42 -0
  835. package/src/types/Transportation/AirplaneFillIcon.vue +42 -0
  836. package/src/types/Transportation/AirplaneIcon.vue +42 -0
  837. package/src/types/Transportation/BackpackFillIcon.vue +42 -0
  838. package/src/types/Transportation/BackpackIcon.vue +42 -0
  839. package/src/types/Transportation/BaggageFillIcon.vue +42 -0
  840. package/src/types/Transportation/BaggageIcon.vue +42 -0
  841. package/src/types/Transportation/BicycleIcon.vue +42 -0
  842. package/src/types/Transportation/BoatFillIcon.vue +42 -0
  843. package/src/types/Transportation/BoatIcon.vue +42 -0
  844. package/src/types/Transportation/BusFillIcon.vue +42 -0
  845. package/src/types/Transportation/BusIcon.vue +42 -0
  846. package/src/types/Transportation/CarFillIcon.vue +42 -0
  847. package/src/types/Transportation/CarIcon.vue +42 -0
  848. package/src/types/Transportation/CompassFillIcon.vue +42 -0
  849. package/src/types/Transportation/CompassIcon.vue +42 -0
  850. package/src/types/Transportation/FlagCrossFillIcon.vue +42 -0
  851. package/src/types/Transportation/FlagCrossIcon.vue +42 -0
  852. package/src/types/Transportation/FootprintFillIcon.vue +42 -0
  853. package/src/types/Transportation/FootprintIcon.vue +42 -0
  854. package/src/types/Transportation/HikingTrailSignFillIcon.vue +42 -0
  855. package/src/types/Transportation/HikingTrailSignIcon.vue +42 -0
  856. package/src/types/Transportation/LocationPinFillIcon.vue +42 -0
  857. package/src/types/Transportation/LocationPinIcon.vue +42 -0
  858. package/src/types/Transportation/MotorcycleFillIcon.vue +42 -0
  859. package/src/types/Transportation/MotorcycleIcon.vue +42 -0
  860. package/src/types/Transportation/RoadblockFillIcon.vue +42 -0
  861. package/src/types/Transportation/RoadblockIcon.vue +49 -0
  862. package/src/types/Transportation/RocketFillIcon.vue +42 -0
  863. package/src/types/Transportation/RocketIcon.vue +42 -0
  864. package/src/types/Transportation/SackFillIcon.vue +42 -0
  865. package/src/types/Transportation/SackIcon.vue +42 -0
  866. package/src/types/Transportation/StrollerFillIcon.vue +42 -0
  867. package/src/types/Transportation/StrollerIcon.vue +42 -0
  868. package/src/types/Transportation/TrainFillIcon.vue +42 -0
  869. package/src/types/Transportation/TrainIcon.vue +42 -0
  870. package/src/types/Transportation/TramFillIcon.vue +42 -0
  871. package/src/types/Transportation/TramIcon.vue +42 -0
  872. package/src/types/Transportation/TruckFillIcon.vue +42 -0
  873. package/src/types/Transportation/TruckIcon.vue +42 -0
  874. package/src/types/Transportation/TruckPercentFillIcon.vue +42 -0
  875. package/src/types/Transportation/TruckPercentIcon.vue +42 -0
  876. package/src/types/Wellness/BandageFillIcon.vue +42 -0
  877. package/src/types/Wellness/BandageIcon.vue +42 -0
  878. package/src/types/Wellness/BoneBrokenIcon.vue +42 -0
  879. package/src/types/Wellness/CigaretteFillIcon.vue +42 -0
  880. package/src/types/Wellness/CigaretteIcon.vue +42 -0
  881. package/src/types/Wellness/CoffeeFillIcon.vue +42 -0
  882. package/src/types/Wellness/CoffeeIcon.vue +42 -0
  883. package/src/types/Wellness/DonutsFillIcon.vue +42 -0
  884. package/src/types/Wellness/DonutsIcon.vue +42 -0
  885. package/src/types/Wellness/FeedingBottleFillIcon.vue +42 -0
  886. package/src/types/Wellness/FeedingBottleIcon.vue +42 -0
  887. package/src/types/Wellness/FirstAidFillIcon.vue +42 -0
  888. package/src/types/Wellness/FirstAidIcon.vue +42 -0
  889. package/src/types/Wellness/FirstAidKitFillIcon.vue +42 -0
  890. package/src/types/Wellness/FirstAidKitIcon.vue +42 -0
  891. package/src/types/Wellness/HandBandageFillIcon.vue +42 -0
  892. package/src/types/Wellness/HandBandageIcon.vue +42 -0
  893. package/src/types/Wellness/HeadHeartFillIcon.vue +42 -0
  894. package/src/types/Wellness/HeadHeartIcon.vue +42 -0
  895. package/src/types/Wellness/HospitalFillIcon.vue +42 -0
  896. package/src/types/Wellness/HospitalIcon.vue +42 -0
  897. package/src/types/Wellness/IvFluidBagFillIcon.vue +42 -0
  898. package/src/types/Wellness/IvFluidBagIcon.vue +42 -0
  899. package/src/types/Wellness/LifebuoyFillIcon.vue +42 -0
  900. package/src/types/Wellness/LifebuoyIcon.vue +42 -0
  901. package/src/types/Wellness/MedicalThermometerFillIcon.vue +42 -0
  902. package/src/types/Wellness/MedicalThermometerIcon.vue +42 -0
  903. package/src/types/Wellness/MedicineBottleFillIcon.vue +42 -0
  904. package/src/types/Wellness/MedicineBottleIcon.vue +42 -0
  905. package/src/types/Wellness/PillCircleFillIcon.vue +42 -0
  906. package/src/types/Wellness/PillCircleIcon.vue +42 -0
  907. package/src/types/Wellness/PillCircleRectangleFillIcon.vue +42 -0
  908. package/src/types/Wellness/PillCircleRectangleIcon.vue +42 -0
  909. package/src/types/Wellness/PillRectangleFillIcon.vue +42 -0
  910. package/src/types/Wellness/PillRectangleIcon.vue +42 -0
  911. package/src/types/Wellness/StarOfLifeFillIcon.vue +42 -0
  912. package/src/types/Wellness/StarOfLifeIcon.vue +42 -0
  913. package/src/types/Wellness/StethoscopeIcon.vue +42 -0
  914. package/src/types/Wellness/TrayFoodFillIcon.vue +42 -0
  915. package/src/types/Wellness/TrayFoodIcon.vue +42 -0
  916. package/src/types/Wellness/VirusFillIcon.vue +42 -0
  917. package/src/types/Wellness/VirusIcon.vue +42 -0
  918. package/src/types/Wellness/VitalsIcon.vue +42 -0
  919. package/src/types/Workplace/BriefcaseClockFillIcon.vue +42 -0
  920. package/src/types/Workplace/BriefcaseClockIcon.vue +42 -0
  921. package/src/types/Workplace/BriefcaseFillIcon.vue +42 -0
  922. package/src/types/Workplace/BriefcaseIcon.vue +42 -0
  923. package/src/types/Workplace/Buildings2FillIcon.vue +42 -0
  924. package/src/types/Workplace/Buildings2Icon.vue +42 -0
  925. package/src/types/Workplace/Buildings3FillIcon.vue +42 -0
  926. package/src/types/Workplace/Buildings3Icon.vue +42 -0
  927. package/src/types/Workplace/ChangingRoomFillIcon.vue +42 -0
  928. package/src/types/Workplace/ChangingRoomIcon.vue +42 -0
  929. package/src/types/Workplace/ChefHatFillIcon.vue +42 -0
  930. package/src/types/Workplace/ChefHatIcon.vue +42 -0
  931. package/src/types/Workplace/ClipboardCheckmarkFillIcon.vue +42 -0
  932. package/src/types/Workplace/ClipboardCheckmarkIcon.vue +42 -0
  933. package/src/types/Workplace/ClipboardFillIcon.vue +42 -0
  934. package/src/types/Workplace/ClipboardIcon.vue +42 -0
  935. package/src/types/Workplace/ClipboardLinkFillIcon.vue +42 -0
  936. package/src/types/Workplace/ClipboardLinkIcon.vue +42 -0
  937. package/src/types/Workplace/ClipboardXMarkFillIcon.vue +42 -0
  938. package/src/types/Workplace/ClipboardXMarkIcon.vue +42 -0
  939. package/src/types/Workplace/DoorFillIcon.vue +42 -0
  940. package/src/types/Workplace/DoorIcon.vue +42 -0
  941. package/src/types/Workplace/DoorOpenFillIcon.vue +42 -0
  942. package/src/types/Workplace/DoorOpenIcon.vue +42 -0
  943. package/src/types/Workplace/ElevatorFillIcon.vue +42 -0
  944. package/src/types/Workplace/ElevatorIcon.vue +42 -0
  945. package/src/types/Workplace/HardHatFillIcon.vue +42 -0
  946. package/src/types/Workplace/HardHatIcon.vue +42 -0
  947. package/src/types/Workplace/MeetingLargeFillIcon.vue +42 -0
  948. package/src/types/Workplace/MeetingLargeIcon.vue +42 -0
  949. package/src/types/Workplace/MeetingSmallFillIcon.vue +42 -0
  950. package/src/types/Workplace/MeetingSmallIcon.vue +42 -0
  951. package/src/types/Workplace/NoSmokingFillIcon.vue +42 -0
  952. package/src/types/Workplace/NoSmokingIcon.vue +42 -0
  953. package/src/types/Workplace/ParkingFillIcon.vue +42 -0
  954. package/src/types/Workplace/ParkingIcon.vue +42 -0
  955. package/src/types/Workplace/QuietZoneFillIcon.vue +42 -0
  956. package/src/types/Workplace/QuietZoneIcon.vue +42 -0
  957. package/src/types/Workplace/ReceptionFillIcon.vue +42 -0
  958. package/src/types/Workplace/ReceptionIcon.vue +42 -0
  959. package/src/types/Workplace/RecycleFillIcon.vue +42 -0
  960. package/src/types/Workplace/RecycleIcon.vue +42 -0
  961. package/src/types/Workplace/ShowerFillIcon.vue +42 -0
  962. package/src/types/Workplace/ShowerIcon.vue +42 -0
  963. package/src/types/Workplace/TapWaterFillIcon.vue +42 -0
  964. package/src/types/Workplace/TapWaterIcon.vue +42 -0
  965. package/src/types/Workplace/TestFlaskFillIcon.vue +42 -0
  966. package/src/types/Workplace/TestFlaskIcon.vue +42 -0
  967. package/src/types/Workplace/WaitingRoomFillIcon.vue +42 -0
  968. package/src/types/Workplace/WaitingRoomIcon.vue +42 -0
  969. package/src/types/index.ts +985 -0
@@ -0,0 +1,42 @@
1
+ <!--
2
+ @generated This file is auto-generated. Do not edit manually.
3
+ @version 1.0.0
4
+ @downloadUrl https://cdn.nav.no/aksel/icons/zip/aksel-icons.zip
5
+ -->
6
+ <script setup>
7
+ import { computed, useAttrs } from "vue";
8
+
9
+ const props = defineProps({
10
+ size: {
11
+ type: [String, Number],
12
+ default: "1em",
13
+ },
14
+ title: {
15
+ type: String,
16
+ default: "",
17
+ },
18
+ ariaLabel: {
19
+ type: String,
20
+ default: "",
21
+ },
22
+ });
23
+
24
+ const attrs = useAttrs();
25
+
26
+ const normalizedSize = computed(() =>
27
+ typeof props.size === "number" ? `${props.size}px` : props.size,
28
+ );
29
+
30
+ const accessibleLabel = computed(
31
+ () => props.ariaLabel || props.title || undefined,
32
+ );
33
+
34
+ const decorative = computed(() => !accessibleLabel.value);
35
+ </script>
36
+
37
+ <template>
38
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="attrs" :width="normalizedSize" :height="normalizedSize" :aria-hidden="decorative ? 'true' : undefined" :aria-label="accessibleLabel" :role="decorative ? undefined : 'img'">
39
+ <title v-if="props.title">{{ props.title }}</title>
40
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.8102 3.70563C7.92812 3.4293 8.19957 3.25 8.50002 3.25H20C20.4142 3.25 20.75 3.58579 20.75 4V16C20.75 16.3063 20.5638 16.5817 20.2796 16.6959C19.9955 16.8101 19.6704 16.74 19.4585 16.5189L7.95853 4.51893C7.75065 4.30201 7.69228 3.98197 7.8102 3.70563ZM15.3071 6.96299C15.4232 6.68273 15.6967 6.5 16 6.5H16.75C17.1642 6.5 17.5 6.83579 17.5 7.25V8C17.5 8.30335 17.3173 8.57682 17.037 8.69291C16.7568 8.809 16.4342 8.74483 16.2197 8.53033L15.4697 7.78033C15.2552 7.56583 15.191 7.24324 15.3071 6.96299ZM5.96952 5.96967C6.26241 5.67678 6.73729 5.67678 7.03018 5.96967L18.0302 16.9697C18.3231 17.2626 18.3231 17.7374 18.0302 18.0303L15.2373 20.8232C14.5539 21.5066 13.4458 21.5066 12.7624 20.8232L3.17663 11.2374C2.49321 10.554 2.49321 9.44598 3.17663 8.76256L5.96952 5.96967ZM8.61604 9.67678C8.51841 9.57915 8.36012 9.57915 8.26249 9.67678L7.46967 10.4696C7.17678 10.7625 7.17678 11.2374 7.46967 11.5303C7.76256 11.8231 8.23744 11.8231 8.53033 11.5303L9.32315 10.7374C9.42078 10.6398 9.42078 10.4815 9.32315 10.3839L8.61604 9.67678ZM11.116 12.1768C11.0184 12.0791 10.8601 12.0791 10.7625 12.1768L9.96967 12.9696C9.67678 13.2625 9.67678 13.7374 9.96967 14.0303C10.2626 14.3231 10.7374 14.3231 11.0303 14.0303L11.8231 13.2374C11.9208 13.1398 11.9208 12.9815 11.8231 12.8839L11.116 12.1768ZM13.616 14.6768C13.5184 14.5791 13.3601 14.5791 13.2625 14.6768L12.4697 15.4696C12.1768 15.7625 12.1768 16.2374 12.4697 16.5303C12.7626 16.8231 13.2374 16.8231 13.5303 16.5303L14.3231 15.7374C14.4208 15.6398 14.4208 15.4815 14.3231 15.3839L13.616 14.6768Z" 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="M7.81017 3.70563C7.92809 3.4293 8.19954 3.25 8.49999 3.25H20C20.4142 3.25 20.75 3.58579 20.75 4V16C20.75 16.3063 20.5638 16.5817 20.2796 16.6959C19.9954 16.8101 19.6704 16.74 19.4585 16.5189L7.9585 4.51893C7.75062 4.30201 7.69225 3.98197 7.81017 3.70563ZM10.2575 4.75L19.25 14.1334V4.75H10.2575ZM15.3071 6.96299C15.4232 6.68273 15.6966 6.5 16 6.5H16.75C17.1642 6.5 17.5 6.83579 17.5 7.25V8C17.5 8.30335 17.3173 8.57682 17.037 8.69291C16.7567 8.809 16.4342 8.74483 16.2197 8.53033L15.4697 7.78033C15.2552 7.56583 15.191 7.24324 15.3071 6.96299ZM5.96967 5.96967C6.26256 5.67678 6.73744 5.67678 7.03033 5.96967L18.0303 16.9697C18.3232 17.2626 18.3232 17.7374 18.0303 18.0303L15.2374 20.8232C14.554 21.5066 13.446 21.5066 12.7626 20.8232L3.17678 11.2374C2.49336 10.554 2.49336 9.44598 3.17678 8.76256L5.96967 5.96967ZM6.5 7.56066L4.23744 9.82322C4.13981 9.92085 4.13981 10.0791 4.23744 10.1768L13.8232 19.7626C13.9209 19.8602 14.0791 19.8602 14.1768 19.7626L16.4393 17.5L14.5 15.5607L13.5303 16.5303C13.2374 16.8232 12.7626 16.8232 12.4697 16.5303C12.1768 16.2374 12.1768 15.7626 12.4697 15.4697L13.4393 14.5L12 13.0607L11.0303 14.0303C10.7374 14.3232 10.2626 14.3232 9.96967 14.0303C9.67678 13.7374 9.67678 13.2626 9.96967 12.9697L10.9393 12L9.5 10.5607L8.53033 11.5303C8.23744 11.8232 7.76256 11.8232 7.46967 11.5303C7.17678 11.2374 7.17678 10.7626 7.46967 10.4697L8.43934 9.5L6.5 7.56066Z" 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="M7.96979 10.0853C7.42326 10.5023 6.74056 10.75 6 10.75C4.20507 10.75 2.75 9.29493 2.75 7.5C2.75 5.70507 4.20507 4.25 6 4.25C7.79493 4.25 9.25 5.70507 9.25 7.5C9.25 7.84074 9.19756 8.16923 9.10032 8.47784L10.5556 9.30038L17.062 7.34846C17.3182 7.27159 17.5886 7.25449 17.8525 7.29847L20.6233 7.76027C20.9393 7.81293 21.187 8.06046 21.2398 8.37641C21.2926 8.69235 21.1389 9.00697 20.8572 9.15953L9.10185 15.527C9.19811 15.8342 9.25 16.1611 9.25 16.5C9.25 18.2949 7.79493 19.75 6 19.75C4.20507 19.75 2.75 18.2949 2.75 16.5C2.75 14.7051 4.20507 13.25 6 13.25C6.74056 13.25 7.42326 13.4977 7.96979 13.9147C8.45261 13.2541 8.65495 12.4525 8.57682 11.6737L8.46517 11.0948C8.3622 10.7384 8.19707 10.3962 7.96979 10.0853ZM4.25 7.5C4.25 6.5335 5.0335 5.75 6 5.75C6.9665 5.75 7.75 6.5335 7.75 7.5C7.75 7.88891 7.62314 8.24819 7.40854 8.53871L7.39653 8.55449L7.39122 8.56175C7.07145 8.98012 6.56724 9.25 6 9.25C5.0335 9.25 4.25 8.4665 4.25 7.5ZM7.39123 15.4383C7.07145 15.0199 6.56724 14.75 6 14.75C5.0335 14.75 4.25 15.5335 4.25 16.5C4.25 17.4665 5.0335 18.25 6 18.25C6.9665 18.25 7.75 17.4665 7.75 16.5C7.75 16.1111 7.62314 15.7518 7.40854 15.4613C7.4026 15.4537 7.39683 15.446 7.39123 15.4383ZM12.479 14.8315C12.2835 14.9374 12.3132 15.2269 12.5263 15.2908L17.062 16.6515C17.3183 16.7284 17.5887 16.7455 17.8526 16.7015L20.6234 16.2397C20.9413 16.1867 21.1899 15.9365 21.2407 15.6182C21.2915 15.2999 21.1333 14.9847 20.8477 14.8353L16.7043 12.6684C16.6306 12.6298 16.5425 12.6304 16.4694 12.6701L12.479 14.8315Z" 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="M7.96979 10.0853C7.42326 10.5023 6.74056 10.75 6 10.75C4.20507 10.75 2.75 9.29493 2.75 7.5C2.75 5.70507 4.20507 4.25 6 4.25C7.79493 4.25 9.25 5.70507 9.25 7.5C9.25 7.84072 9.19757 8.1692 9.10033 8.47781L10.5555 9.30031L17.0619 7.3484C17.3182 7.27153 17.5886 7.25442 17.8525 7.2984L20.6233 7.7602C20.9393 7.81287 21.1869 8.06039 21.2397 8.37634C21.2925 8.69229 21.1389 9.0069 20.8572 9.15947L15.5212 12.0498L20.8475 14.8354C21.1331 14.9848 21.2913 15.3 21.2405 15.6183C21.1897 15.9366 20.9412 16.1868 20.6232 16.2398L17.8524 16.7016C17.5885 16.7456 17.3181 16.7285 17.0618 16.6516L10.6029 14.7139L9.10183 15.527C9.19811 15.8342 9.25 16.161 9.25 16.5C9.25 18.2949 7.79493 19.75 6 19.75C4.20507 19.75 2.75 18.2949 2.75 16.5C2.75 14.7051 4.20507 13.25 6 13.25C6.74056 13.25 7.42326 13.4977 7.96979 13.9147C8.80093 12.7775 8.80093 11.2225 7.96979 10.0853ZM4.25 7.5C4.25 6.5335 5.0335 5.75 6 5.75C6.9665 5.75 7.75 6.5335 7.75 7.5C7.75 7.88891 7.62314 8.24819 7.40854 8.53871C7.4026 8.5463 7.39683 8.55398 7.39123 8.56175C7.07145 8.98012 6.56724 9.25 6 9.25C5.0335 9.25 4.25 8.4665 4.25 7.5ZM12.4635 13.7061L13.9312 12.911L18.1702 15.1279L17.6058 15.222C17.5681 15.2283 17.5295 15.2258 17.4929 15.2149L12.4635 13.7061ZM7.39123 15.4383C7.39683 15.446 7.4026 15.4537 7.40854 15.4613C7.62314 15.7518 7.75 16.1111 7.75 16.5C7.75 17.4665 6.9665 18.25 6 18.25C5.0335 18.25 4.25 17.4665 4.25 16.5C4.25 15.5335 5.0335 14.75 6 14.75C6.56724 14.75 7.07145 15.0199 7.39123 15.4383ZM9.88393 13.3974C10.1191 12.6307 10.156 11.8163 9.99456 11.0347L17.493 8.78514C17.5296 8.77415 17.5682 8.77171 17.6059 8.77799L18.2224 8.88074L9.88393 13.3974Z" 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 d="M20 3.75C20.9665 3.75 21.75 4.5335 21.75 5.5V19.5C21.75 19.9142 21.4142 20.25 21 20.25C20.5858 20.25 20.25 19.9142 20.25 19.5V18.25H16.75V19.5C16.75 19.9142 16.4142 20.25 16 20.25C15.5858 20.25 15.25 19.9142 15.25 19.5V17.8291C15.7839 17.2648 16.2854 16.6714 16.75 16.0498V16.75H20.25V14.75H17.6436C17.9511 14.2632 18.2385 13.763 18.5039 13.25H20.25V11.25H19.4043C19.5165 10.9594 19.6228 10.6658 19.7217 10.3691L19.9277 9.75H20.25V7.75H19.541L18.7734 10.0527C17.3854 14.2169 14.6055 17.7763 10.9023 20.1328C10.8705 20.1531 10.8372 20.1697 10.8037 20.1846C10.7962 20.1879 10.7888 20.1913 10.7812 20.1943C10.7593 20.2033 10.7363 20.2081 10.7139 20.2148C10.6859 20.2232 10.6581 20.2322 10.6289 20.2373C10.625 20.238 10.6211 20.2386 10.6172 20.2393C10.5789 20.2453 10.54 20.25 10.5 20.25H2.5L2.49512 20.249C2.49218 20.249 2.48926 20.2491 2.48633 20.249C2.43922 20.2482 2.39323 20.2435 2.34863 20.2344C2.30107 20.2245 2.2546 20.2101 2.20996 20.1914C2.07449 20.1345 1.95916 20.0393 1.87793 19.9189C1.86411 19.8984 1.85174 19.8767 1.83984 19.8545L1.80859 19.792C1.80711 19.7885 1.80612 19.7848 1.80469 19.7812C1.78911 19.7427 1.7784 19.7033 1.76953 19.6641C1.7577 19.6112 1.75 19.5565 1.75 19.5C1.75 19.241 1.88136 19.0127 2.08105 18.8779C2.11437 18.8555 2.14992 18.8356 2.1875 18.8184C2.19689 18.814 2.20623 18.8096 2.21582 18.8057C7.411 16.666 11.4186 12.3723 13.1953 7.04199L13.25 6.87695V5.5C13.25 4.5335 14.0335 3.75 15 3.75C15.9665 3.75 16.75 4.5335 16.75 5.5V6.25H18.25V5.5C18.25 4.5335 19.0335 3.75 20 3.75ZM15 5.25C14.8619 5.25 14.75 5.36193 14.75 5.5V6.25H15.25V5.5C15.25 5.36193 15.1381 5.25 15 5.25ZM20 5.25C19.8619 5.25 19.75 5.36193 19.75 5.5V6.25H20.25V5.5C20.25 5.36193 20.1381 5.25 20 5.25Z" 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 d="M20 3.75C20.9665 3.75 21.75 4.5335 21.75 5.5V19.5C21.75 19.9142 21.4142 20.25 21 20.25C20.5858 20.25 20.25 19.9142 20.25 19.5V18.25H16.75V19.5C16.75 19.9142 16.4142 20.25 16 20.25C15.5858 20.25 15.25 19.9142 15.25 19.5V16.3311C14.0102 17.8006 12.5478 19.0857 10.9023 20.1328C10.8705 20.1531 10.8372 20.1697 10.8037 20.1846C10.7962 20.1879 10.7888 20.1913 10.7812 20.1943C10.7593 20.2033 10.7363 20.2081 10.7139 20.2148C10.6859 20.2232 10.6581 20.2322 10.6289 20.2373C10.625 20.238 10.6211 20.2386 10.6172 20.2393C10.5789 20.2453 10.54 20.25 10.5 20.25H2.5L2.49512 20.249C2.49218 20.249 2.48926 20.2491 2.48633 20.249C2.43922 20.2482 2.39323 20.2435 2.34863 20.2344C2.30107 20.2245 2.2546 20.2101 2.20996 20.1914C2.07449 20.1345 1.95916 20.0393 1.87793 19.9189C1.86411 19.8984 1.85174 19.8767 1.83984 19.8545L1.80859 19.792C1.80711 19.7885 1.80612 19.7848 1.80469 19.7812C1.78911 19.7427 1.7784 19.7033 1.76953 19.6641C1.7577 19.6112 1.75 19.5565 1.75 19.5C1.75 19.241 1.88136 19.0127 2.08105 18.8779C2.11437 18.8555 2.14992 18.8356 2.1875 18.8184C2.19689 18.814 2.20623 18.8096 2.21582 18.8057C7.411 16.666 11.4186 12.3723 13.1953 7.04199L13.25 6.87695V5.5C13.25 4.5335 14.0335 3.75 15 3.75C15.9665 3.75 16.75 4.5335 16.75 5.5V6.25H18.25V5.5C18.25 4.5335 19.0335 3.75 20 3.75ZM14.5371 7.75C12.9358 12.3709 9.77231 16.2491 5.64062 18.75H10.2773C13.5996 16.5784 16.0931 13.3475 17.3496 9.57812L17.959 7.75H14.5371ZM16.75 16.75H20.25V14.75H16.75V16.75ZM18.3291 11.25C18.0478 11.937 17.7269 12.6043 17.3701 13.25H20.25V11.25H18.3291ZM18.874 9.75H20.25V7.75H19.541L18.874 9.75ZM15 5.25C14.8619 5.25 14.75 5.36193 14.75 5.5V6.25H15.25V5.5C15.25 5.36193 15.1381 5.25 15 5.25ZM20 5.25C19.8619 5.25 19.75 5.36193 19.75 5.5V6.25H20.25V5.5C20.25 5.36193 20.1381 5.25 20 5.25Z" 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 d="M11.9999 3.25C11.0298 3.25 10.3946 3.95027 10.0146 4.67802C9.62753 5.41942 9.38854 6.38769 9.25785 7.39042C9.1239 8.20441 9.10811 9.2314 9.46201 10.0965C9.64496 10.5437 9.9358 10.9681 10.3779 11.2781C10.6358 11.459 10.9277 11.5886 11.25 11.6657V20C11.25 20.4142 11.5858 20.75 12 20.75C12.4142 20.75 12.75 20.4142 12.75 20V11.6657C13.0723 11.5886 13.3641 11.459 13.622 11.2781C14.064 10.9681 14.3549 10.5437 14.5378 10.0965C14.8915 9.23197 14.8759 8.20576 14.7423 7.39204C14.6118 6.35716 14.373 5.38574 13.9833 4.64925C13.5957 3.91656 12.9574 3.25 11.9999 3.25Z" fill="currentColor"/>
41
+ </svg>
42
+ </template>
@@ -0,0 +1,42 @@
1
+ <!--
2
+ @generated This file is auto-generated. Do not edit manually.
3
+ @version 1.0.0
4
+ @downloadUrl https://cdn.nav.no/aksel/icons/zip/aksel-icons.zip
5
+ -->
6
+ <script setup>
7
+ import { computed, useAttrs } from "vue";
8
+
9
+ const props = defineProps({
10
+ size: {
11
+ type: [String, Number],
12
+ default: "1em",
13
+ },
14
+ title: {
15
+ type: String,
16
+ default: "",
17
+ },
18
+ ariaLabel: {
19
+ type: String,
20
+ default: "",
21
+ },
22
+ });
23
+
24
+ const attrs = useAttrs();
25
+
26
+ const normalizedSize = computed(() =>
27
+ typeof props.size === "number" ? `${props.size}px` : props.size,
28
+ );
29
+
30
+ const accessibleLabel = computed(
31
+ () => props.ariaLabel || props.title || undefined,
32
+ );
33
+
34
+ const decorative = computed(() => !accessibleLabel.value);
35
+ </script>
36
+
37
+ <template>
38
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="attrs" :width="normalizedSize" :height="normalizedSize" :aria-hidden="decorative ? 'true' : undefined" :aria-label="accessibleLabel" :role="decorative ? undefined : 'img'">
39
+ <title v-if="props.title">{{ props.title }}</title>
40
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.75 11.6657C13.0723 11.5886 13.3641 11.459 13.622 11.2781C14.0641 10.9681 14.3549 10.5437 14.5378 10.0965C14.8915 9.23197 14.876 8.20576 14.7423 7.39204C14.6118 6.35716 14.373 5.38574 13.9833 4.64925C13.5957 3.91656 12.9575 3.25 11.9999 3.25C11.0298 3.25 10.3946 3.95027 10.0146 4.67802C9.62755 5.41942 9.38855 6.38769 9.25786 7.39042C9.12392 8.20441 9.10812 9.2314 9.46202 10.0965C9.64498 10.5437 9.93582 10.9681 10.3779 11.2781C10.6358 11.459 10.9277 11.5886 11.25 11.6657V20C11.25 20.4142 11.5858 20.75 12 20.75C12.4142 20.75 12.75 20.4142 12.75 20V11.6657ZM10.7437 7.5962C10.8634 6.6707 11.0718 5.89429 11.3443 5.37223C11.6257 4.83324 11.8655 4.75 11.9999 4.75C12.147 4.75 12.3838 4.83344 12.6575 5.35075C12.9273 5.86072 13.1358 6.63349 13.2557 7.59303L13.2576 7.60821L13.2601 7.6233C13.3741 8.30716 13.3561 9.02347 13.1495 9.52853C13.0512 9.76881 12.9202 9.93817 12.7607 10.05C12.6046 10.1595 12.3701 10.25 12 10.25C11.6299 10.25 11.3953 10.1595 11.2392 10.05C11.0797 9.93817 10.9486 9.76881 10.8503 9.52852C10.6437 9.02347 10.6257 8.30716 10.7397 7.62331L10.742 7.60979L10.7437 7.5962Z" 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.6122 3.04065L13.9999 3.4999L13.7887 3.39432C12.6626 2.83127 11.3371 2.83127 10.211 3.39432L9.99989 3.4999L9.28336 2.9625C8.53345 2.40007 7.49351 2.43394 6.78178 3.04399L6.60672 3.19405C5.57024 4.08245 5.70873 5.7252 6.87931 6.42755L6.99989 6.4999V7.26383C6.99989 9.10495 7.96555 10.7994 9.52313 11.7424C9.31885 11.8773 9.12623 12.0284 8.94709 12.194C8.85842 12.2759 8.72484 12.2892 8.61958 12.2301C8.57384 12.2044 8.52754 12.1796 8.48133 12.1548L8.4813 12.1548C8.44111 12.1332 8.40098 12.1117 8.36133 12.0897L6.73165 11.1843C6.04478 10.8027 5.17905 11.0345 4.77478 11.7083C4.35101 12.4146 4.59653 13.3315 5.31654 13.7315L7.26796 14.8156C7.35475 14.8638 7.4444 14.9022 7.5356 14.9312C7.52138 15.044 7.51133 15.1581 7.50561 15.2733C7.50214 15.3433 7.50028 15.4139 7.50004 15.4845C7.49973 15.5741 7.55119 15.6545 7.62709 15.7022C7.75959 15.7854 7.8849 15.8847 8.00023 16L9.00023 17C9.55525 17.555 9.73842 18.3411 9.54974 19.0486C9.52004 19.16 9.55732 19.2817 9.65567 19.3419C10.3384 19.7594 11.1411 20 12 20C12.8591 20 13.6619 19.7593 14.3447 19.3416C14.4431 19.2815 14.4803 19.1598 14.4507 19.0484C14.2621 18.3409 14.4453 17.555 15.0002 17L16.0002 16C16.1154 15.8848 16.2406 15.7856 16.373 15.7024C16.4488 15.6547 16.5003 15.5744 16.5 15.4848C16.4997 15.4128 16.4978 15.3407 16.4942 15.2694C16.4884 15.1555 16.4785 15.0426 16.4644 14.9311C16.5555 14.9021 16.645 14.8637 16.7316 14.8156L18.6831 13.7315C19.4031 13.3315 19.6486 12.4146 19.2248 11.7083C18.8205 11.0345 17.9548 10.8027 17.268 11.1843L15.5378 12.1455C15.5103 12.1608 15.4825 12.1758 15.4547 12.1909C15.4301 12.2042 15.4054 12.2176 15.3809 12.2311C15.2752 12.2895 15.1414 12.2757 15.0528 12.1938C14.8736 12.0283 14.681 11.8772 14.4768 11.7423C16.0343 10.7993 16.9999 9.10491 16.9999 7.26383V6.4999L17.1551 6.38351C18.1288 5.65325 18.2299 4.22991 17.3693 3.36929L17.2264 3.22644C16.5226 2.52265 15.4085 2.44347 14.6122 3.04065ZM12 8.94096C11.7055 8.67711 11.2527 8.68668 10.9697 8.96967C10.6768 9.26256 10.6768 9.73744 10.9697 10.0303L11.4697 10.5303C11.7626 10.8232 12.2374 10.8232 12.5303 10.5303L13.0303 10.0303C13.3232 9.73744 13.3232 9.26256 13.0303 8.96967C12.7473 8.68668 12.2945 8.67711 12 8.94096ZM10.5 6.75C10.0858 6.75 9.75 7.08579 9.75 7.5C9.75 7.91421 10.0858 8.25 10.5 8.25H10.51C10.9242 8.25 11.26 7.91421 11.26 7.5C11.26 7.08579 10.9242 6.75 10.51 6.75H10.5ZM12.75 7.5C12.75 7.08579 13.0858 6.75 13.5 6.75H13.51C13.9242 6.75 14.26 7.08579 14.26 7.5C14.26 7.91421 13.9242 8.25 13.51 8.25H13.5C13.0858 8.25 12.75 7.91421 12.75 7.5ZM5.53056 16.5303C4.99502 17.0658 4.99502 17.9341 5.53056 18.4697L6.53056 19.4697C7.06609 20.0052 7.93436 20.0052 8.4699 19.4697C9.00543 18.9341 9.00543 18.0658 8.4699 17.5303L7.4699 16.5303C6.93436 15.9948 6.06609 15.9948 5.53056 16.5303ZM18.4699 16.5303C17.9344 15.9948 17.0661 15.9948 16.5306 16.5303L15.5306 17.5303C14.995 18.0658 14.995 18.9341 15.5306 19.4697C16.0661 20.0052 16.9344 20.0052 17.4699 19.4697L18.4699 18.4697C19.0054 17.9341 19.0054 17.0658 18.4699 16.5303Z" fill="currentColor"/>
41
+ </svg>
42
+ </template>
@@ -0,0 +1,42 @@
1
+ <!--
2
+ @generated This file is auto-generated. Do not edit manually.
3
+ @version 1.0.0
4
+ @downloadUrl https://cdn.nav.no/aksel/icons/zip/aksel-icons.zip
5
+ -->
6
+ <script setup>
7
+ import { computed, useAttrs } from "vue";
8
+
9
+ const props = defineProps({
10
+ size: {
11
+ type: [String, Number],
12
+ default: "1em",
13
+ },
14
+ title: {
15
+ type: String,
16
+ default: "",
17
+ },
18
+ ariaLabel: {
19
+ type: String,
20
+ default: "",
21
+ },
22
+ });
23
+
24
+ const attrs = useAttrs();
25
+
26
+ const normalizedSize = computed(() =>
27
+ typeof props.size === "number" ? `${props.size}px` : props.size,
28
+ );
29
+
30
+ const accessibleLabel = computed(
31
+ () => props.ariaLabel || props.title || undefined,
32
+ );
33
+
34
+ const decorative = computed(() => !accessibleLabel.value);
35
+ </script>
36
+
37
+ <template>
38
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="attrs" :width="normalizedSize" :height="normalizedSize" :aria-hidden="decorative ? 'true' : undefined" :aria-label="accessibleLabel" :role="decorative ? undefined : 'img'">
39
+ <title v-if="props.title">{{ props.title }}</title>
40
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.29369 2.47455C7.27231 1.63573 8.70223 1.58915 9.73337 2.3625L10.0841 2.62552C11.3043 2.08754 12.6955 2.08754 13.9157 2.62552L14.1622 2.44065C15.257 1.61953 16.7891 1.72841 17.7568 2.69611L17.8996 2.83897C19.0388 3.97817 18.9524 5.83446 17.7499 6.86725V7.26383C17.7499 8.4908 17.3748 9.66074 16.7092 10.6368L16.9037 10.5287C17.9442 9.95065 19.2556 10.3018 19.8679 11.3224C20.5099 12.3923 20.1379 13.7812 19.0473 14.3871L18.3705 14.7631C18.7948 14.8976 19.1941 15.1332 19.5306 15.4697C20.6519 16.591 20.6519 18.409 19.5306 19.5303L18.5306 20.5303C17.4092 21.6516 15.5912 21.6516 14.4699 20.5303C14.3822 20.4427 14.3014 20.3507 14.2275 20.2552C13.5509 20.5726 12.7955 20.75 12 20.75C11.2046 20.75 10.4494 20.5727 9.77287 20.2554C9.69894 20.3508 9.61817 20.4427 9.53056 20.5303C8.40924 21.6516 6.59122 21.6516 5.4699 20.5303L4.4699 19.5303C3.34857 18.409 3.34858 16.591 4.4699 15.4697C4.80626 15.1333 5.2053 14.8978 5.62942 14.7633L4.95231 14.3871C3.86165 13.7812 3.48975 12.3923 4.13166 11.3224C4.74403 10.3018 6.05543 9.95065 7.09589 10.5287L7.29074 10.6369C6.62505 9.66087 6.24989 8.49087 6.24989 7.26383V6.90686C4.86826 5.86881 4.76888 3.78153 6.11862 2.62461L6.29369 2.47455ZM15.5306 17.5303L16.5306 16.5303C17.0661 15.9948 17.9344 15.9948 18.4699 16.5303C19.0054 17.0658 19.0054 17.9341 18.4699 18.4697L17.4699 19.4697C16.9344 20.0052 16.0661 20.0052 15.5306 19.4697C15.0438 18.9829 14.9995 18.2212 15.3976 17.6844C15.4375 17.6306 15.4818 17.5791 15.5306 17.5303ZM15.7203 15.025C15.7289 15.0929 15.7356 15.1615 15.7405 15.2307C15.6583 15.2946 15.5788 15.3636 15.5024 15.4377L15.4867 15.453L15.4699 15.4697L14.4699 16.4697C14.3303 16.6093 14.2081 16.7597 14.1033 16.9181C13.7167 17.5026 13.5664 18.1973 13.6524 18.8675C13.1543 19.1124 12.5939 19.25 12 19.25C11.4063 19.25 10.846 19.1125 10.348 18.8677C10.4438 18.1223 10.2471 17.3465 9.7582 16.7258C9.68831 16.6371 9.61243 16.5515 9.53056 16.4697L8.53056 15.4697C8.44414 15.3832 8.35357 15.3035 8.25951 15.2304C8.2644 15.1613 8.27115 15.0929 8.27971 15.0251C8.32499 14.6661 8.10752 14.326 7.76269 14.2164C7.71876 14.2025 7.67509 14.1838 7.6322 14.16L5.68078 13.0759C5.33141 12.8818 5.21228 12.4369 5.4179 12.0942C5.61406 11.7672 6.03413 11.6548 6.36742 11.8399L8.31884 12.924C8.33846 12.9349 8.3572 12.9465 8.37509 12.9587C8.6744 13.1626 9.07666 13.1235 9.33108 12.8657C9.51476 12.6797 9.71766 12.5127 9.93647 12.3682C10.151 12.2265 10.278 11.9847 10.273 11.7277C10.2679 11.4706 10.1315 11.234 9.91156 11.1008C8.57722 10.293 7.74989 8.84116 7.74989 7.26383V6.4999C7.74989 6.23645 7.61167 5.99232 7.38576 5.85678L7.26518 5.78443C6.53357 5.34546 6.44701 4.31875 7.09481 3.76349L7.26988 3.61343C7.7147 3.23215 8.36467 3.21098 8.83337 3.56251L9.54989 4.0999C9.77715 4.27035 10.0812 4.29776 10.3353 4.17072L10.5464 4.06515C11.4614 3.60766 12.5384 3.60766 13.4533 4.06515L13.6645 4.17072C13.9186 4.29776 14.2226 4.27035 14.4499 4.0999L15.0622 3.64065C15.5599 3.26742 16.2562 3.3169 16.6961 3.75677L16.839 3.89963C17.3768 4.43751 17.3136 5.3271 16.7051 5.78351L16.5499 5.8999C16.361 6.04154 16.2499 6.26383 16.2499 6.4999V7.26383C16.2499 8.84112 15.4226 10.2929 14.0883 11.1008C13.8684 11.2339 13.732 11.4705 13.7269 11.7276C13.7219 11.9847 13.8489 12.2264 14.0634 12.3682C14.2822 12.5127 14.4851 12.6795 14.6688 12.8656C14.9232 13.1233 15.3253 13.1624 15.6246 12.9586C15.6425 12.9465 15.6612 12.9349 15.6808 12.924L17.6322 11.8399C17.9655 11.6548 18.3855 11.7672 18.5817 12.0942C18.7873 12.4369 18.6682 12.8818 18.3188 13.0758L16.3674 14.16C16.3246 14.1838 16.281 14.2024 16.2371 14.2163C15.8924 14.326 15.675 14.666 15.7203 15.025ZM5.53056 16.5303C6.06609 15.9948 6.93436 15.9948 7.4699 16.5303L8.4699 17.5303C8.53934 17.5998 8.59982 17.6748 8.65129 17.7541C8.99643 18.2855 8.93596 19.0036 8.4699 19.4697C7.93436 20.0052 7.06609 20.0052 6.53056 19.4697L5.53056 18.4697C4.99502 17.9341 4.99502 17.0658 5.53056 16.5303ZM10.5 6.75C10.0858 6.75 9.75 7.08579 9.75 7.5C9.75 7.91421 10.0858 8.25 10.5 8.25H10.51C10.9242 8.25 11.26 7.91421 11.26 7.5C11.26 7.08579 10.9242 6.75 10.51 6.75H10.5ZM10.9697 8.96967C11.2527 8.68668 11.7055 8.67711 12 8.94096C12.2945 8.67711 12.7473 8.68668 13.0303 8.96967C13.3232 9.26256 13.3232 9.73744 13.0303 10.0303L12.5303 10.5303C12.2374 10.8232 11.7626 10.8232 11.4697 10.5303L10.9697 10.0303C10.6768 9.73744 10.6768 9.26256 10.9697 8.96967ZM12.75 7.5C12.75 7.08579 13.0858 6.75 13.5 6.75H13.51C13.9242 6.75 14.26 7.08579 14.26 7.5C14.26 7.91421 13.9242 8.25 13.51 8.25H13.5C13.0858 8.25 12.75 7.91421 12.75 7.5Z" fill="currentColor"/>
41
+ </svg>
42
+ </template>
@@ -0,0 +1,42 @@
1
+ <!--
2
+ @generated This file is auto-generated. Do not edit manually.
3
+ @version 1.0.0
4
+ @downloadUrl https://cdn.nav.no/aksel/icons/zip/aksel-icons.zip
5
+ -->
6
+ <script setup>
7
+ import { computed, useAttrs } from "vue";
8
+
9
+ const props = defineProps({
10
+ size: {
11
+ type: [String, Number],
12
+ default: "1em",
13
+ },
14
+ title: {
15
+ type: String,
16
+ default: "",
17
+ },
18
+ ariaLabel: {
19
+ type: String,
20
+ default: "",
21
+ },
22
+ });
23
+
24
+ const attrs = useAttrs();
25
+
26
+ const normalizedSize = computed(() =>
27
+ typeof props.size === "number" ? `${props.size}px` : props.size,
28
+ );
29
+
30
+ const accessibleLabel = computed(
31
+ () => props.ariaLabel || props.title || undefined,
32
+ );
33
+
34
+ const decorative = computed(() => !accessibleLabel.value);
35
+ </script>
36
+
37
+ <template>
38
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="attrs" :width="normalizedSize" :height="normalizedSize" :aria-hidden="decorative ? 'true' : undefined" :aria-label="accessibleLabel" :role="decorative ? undefined : 'img'">
39
+ <title v-if="props.title">{{ props.title }}</title>
40
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.51026 4.75H6C5.58579 4.75 5.25 4.41421 5.25 4C5.25 3.58579 5.58579 3.25 6 3.25H7.19971H16.7997H18C18.4142 3.25 18.75 3.58579 18.75 4C18.75 4.41421 18.4142 4.75 18 4.75H17.4892L17.1716 8.52098C17.1607 8.65046 17.0524 8.75 16.9225 8.75H7.07722C6.94729 8.75 6.83902 8.65047 6.82811 8.521L6.51026 4.75ZM5.25 11C5.25 10.5858 5.58579 10.25 6 10.25H18C18.4142 10.25 18.75 10.5858 18.75 11C18.75 12.5603 17.5337 13.9486 15.9391 14.7962L16.7388 19.3709C16.7769 19.589 16.7167 19.8129 16.5742 19.9825C16.4317 20.1521 16.2215 20.25 16 20.25H8C7.7785 20.25 7.56833 20.1521 7.42583 19.9825C7.28332 19.8129 7.22306 19.5891 7.2612 19.3709L8.0608 14.7962C6.46628 13.9485 5.25 12.5603 5.25 11Z" fill="currentColor"/>
41
+ </svg>
42
+ </template>
@@ -0,0 +1,42 @@
1
+ <!--
2
+ @generated This file is auto-generated. Do not edit manually.
3
+ @version 1.0.0
4
+ @downloadUrl https://cdn.nav.no/aksel/icons/zip/aksel-icons.zip
5
+ -->
6
+ <script setup>
7
+ import { computed, useAttrs } from "vue";
8
+
9
+ const props = defineProps({
10
+ size: {
11
+ type: [String, Number],
12
+ default: "1em",
13
+ },
14
+ title: {
15
+ type: String,
16
+ default: "",
17
+ },
18
+ ariaLabel: {
19
+ type: String,
20
+ default: "",
21
+ },
22
+ });
23
+
24
+ const attrs = useAttrs();
25
+
26
+ const normalizedSize = computed(() =>
27
+ typeof props.size === "number" ? `${props.size}px` : props.size,
28
+ );
29
+
30
+ const accessibleLabel = computed(
31
+ () => props.ariaLabel || props.title || undefined,
32
+ );
33
+
34
+ const decorative = computed(() => !accessibleLabel.value);
35
+ </script>
36
+
37
+ <template>
38
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="attrs" :width="normalizedSize" :height="normalizedSize" :aria-hidden="decorative ? 'true' : undefined" :aria-label="accessibleLabel" :role="decorative ? undefined : 'img'">
39
+ <title v-if="props.title">{{ props.title }}</title>
40
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.97408 10.25L6.51051 4.75H6C5.58579 4.75 5.25 4.41421 5.25 4C5.25 3.58579 5.58579 3.25 6 3.25H18C18.4142 3.25 18.75 3.58579 18.75 4C18.75 4.41421 18.4142 4.75 18 4.75H17.4894L17.0262 10.25H18C18.4142 10.25 18.75 10.5858 18.75 11C18.75 12.5603 17.5337 13.9486 15.9391 14.7962L16.7388 19.3709C16.7769 19.589 16.7167 19.8129 16.5742 19.9825C16.4317 20.1521 16.2215 20.25 16 20.25H8C7.7785 20.25 7.56833 20.1521 7.42583 19.9825C7.28332 19.8129 7.22306 19.5891 7.2612 19.3709L8.0608 14.7962C6.46628 13.9485 5.25 12.5603 5.25 11C5.25 10.5858 5.58579 10.25 6 10.25H6.97408ZM15.5209 10.25L15.9841 4.75H8.01583L8.4794 10.25H15.5209ZM9.19609 13.6795C8.02029 13.1686 7.26415 12.4373 6.93685 11.75H17.0632C16.7359 12.4373 15.9797 13.1686 14.8039 13.6795C14.4863 13.8176 14.3045 14.1551 14.364 14.4963L15.1075 18.75H8.89246L9.63592 14.4968C9.6957 14.1555 9.51388 13.8176 9.19609 13.6795Z" 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.5364 10.5938C14.5523 10.6038 14.5682 10.6138 14.584 10.624H15.416L15.4238 10.619C15.4319 10.6138 15.4452 10.6052 15.4636 10.5938C15.5003 10.571 15.5567 10.5367 15.6299 10.4949C15.7768 10.411 15.9884 10.2981 16.2421 10.1854C16.7626 9.95402 17.4012 9.75 18 9.75C18.9161 9.75 19.8944 10.2234 20.3679 10.4937C20.6283 10.6423 20.9522 10.6216 21.1916 10.4409C21.4309 10.2602 21.5396 9.95433 21.468 9.66314C20.4208 5.40729 16.58 2.25 12 2.25C7.41993 2.25 3.57916 5.40729 2.53201 9.66314C2.46036 9.95433 2.56906 10.2602 2.80839 10.4409C3.04773 10.6216 3.37169 10.6423 3.63212 10.4937C4.10562 10.2234 5.08383 9.75 5.99999 9.75C6.59882 9.75 7.23737 9.95402 7.75788 10.1854C8.01159 10.2981 8.2232 10.411 8.37007 10.4949C8.44325 10.5367 8.49964 10.571 8.53638 10.5938C8.55473 10.6052 8.56812 10.6138 8.57618 10.619L8.58436 10.6243C8.83614 10.7919 9.16426 10.7917 9.41601 10.624L9.4238 10.619C9.43186 10.6138 9.44525 10.6052 9.4636 10.5938C9.50034 10.571 9.55673 10.5367 9.62991 10.4949C9.77678 10.411 9.98839 10.2981 10.2421 10.1854C10.7626 9.95402 11.4012 9.75 12 9.75C12.5988 9.75 13.2374 9.95402 13.7579 10.1854C14.0116 10.2981 14.2232 10.411 14.3701 10.4949C14.4432 10.5367 14.4996 10.571 14.5364 10.5938ZM12.75 12C12.75 11.5858 12.4142 11.25 12 11.25C11.5858 11.25 11.25 11.5858 11.25 12V19.0016L11.2509 19.0474C11.2517 19.0709 11.2531 19.1019 11.2558 19.1394C11.2611 19.214 11.2714 19.3157 11.2915 19.4358C11.3309 19.6724 11.4112 19.9994 11.5792 20.3354C11.7487 20.6744 12.0147 21.0362 12.4277 21.3115C12.8455 21.59 13.3688 21.75 14 21.75C14.6312 21.75 15.1545 21.59 15.5723 21.3115C15.9853 21.0362 16.2513 20.6744 16.4208 20.3354C16.5888 19.9994 16.6691 19.6724 16.7085 19.4358C16.7286 19.3157 16.7389 19.214 16.7442 19.1394C16.7469 19.1019 16.7483 19.0709 16.7491 19.0474L16.7498 19.0178L16.75 18.5C16.75 18.0858 16.4142 17.75 16 17.75C15.5858 17.75 15.25 18.0858 15.25 18.5L15.25 18.9986L15.248 19.0325C15.2455 19.0673 15.2402 19.1218 15.229 19.1892C15.2059 19.3276 15.1612 19.5006 15.0792 19.6646C14.9987 19.8256 14.8897 19.9638 14.7402 20.0635C14.5955 20.16 14.3688 20.25 14 20.25C13.6312 20.25 13.4045 20.16 13.2598 20.0635C13.1103 19.9638 13.0013 19.8256 12.9208 19.6646C12.8388 19.5006 12.7941 19.3276 12.771 19.1892C12.7598 19.1218 12.7545 19.0673 12.752 19.0325C12.7508 19.0153 12.7503 19.0033 12.7501 18.9975L12.75 18.9951V12Z" 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="M5.99996 8.25C5.49004 8.25 4.98924 8.34522 4.53658 8.47918C5.85769 5.68368 8.70368 3.75 12 3.75C15.2962 3.75 18.1422 5.68368 19.4633 8.47918C19.0107 8.34523 18.5099 8.25 18 8.25C17.0988 8.25 16.2373 8.54598 15.6329 8.81464C15.3842 8.92517 15.169 9.03561 15 9.12852C14.8309 9.03561 14.6158 8.92517 14.3671 8.81464C13.7626 8.54598 12.9011 8.25 12 8.25C11.0988 8.25 10.2373 8.54598 9.63285 8.81464C9.38417 8.92517 9.16898 9.03561 8.99996 9.12852C8.83093 9.03561 8.61575 8.92517 8.36706 8.81464C7.76258 8.54598 6.90113 8.25 5.99996 8.25ZM14.37 10.4949C14.475 10.5549 14.5319 10.5903 14.5839 10.624C14.8357 10.7917 15.1642 10.7917 15.416 10.624C15.4681 10.5903 15.5249 10.5549 15.6299 10.4949C15.7767 10.411 15.9884 10.2981 16.2421 10.1854C16.7626 9.95402 17.4011 9.75 18 9.75C18.9161 9.75 19.8943 10.2234 20.3678 10.4937C20.6283 10.6423 20.9522 10.6216 21.1916 10.4409C21.4309 10.2602 21.5396 9.95433 21.4679 9.66314C20.4208 5.40729 16.58 2.25 12 2.25C7.4199 2.25 3.57913 5.40729 2.53198 9.66314C2.46033 9.95433 2.56903 10.2602 2.80836 10.4409C3.0477 10.6216 3.37166 10.6423 3.63209 10.4937C4.10559 10.2234 5.0838 9.75 5.99996 9.75C6.59879 9.75 7.23734 9.95402 7.75785 10.1854C8.01156 10.2981 8.22317 10.411 8.37004 10.4949C8.47526 10.5551 8.53214 10.5904 8.58433 10.6243C8.83611 10.7919 9.16423 10.7917 9.41598 10.624C9.46805 10.5903 9.52492 10.5549 9.62987 10.4949C9.77675 10.411 9.98836 10.2981 10.2421 10.1854C10.7626 9.95402 11.4011 9.75 12 9.75C12.5988 9.75 13.2373 9.95402 13.7579 10.1854C14.0116 10.2981 14.2232 10.411 14.37 10.4949ZM12 11.25C12.4142 11.25 12.75 11.5858 12.75 12V18.9951C12.7514 19.0424 12.7558 19.0976 12.771 19.1892C12.7941 19.3276 12.8388 19.5006 12.9208 19.6646C13.0013 19.8256 13.1103 19.9638 13.2598 20.0635C13.4045 20.16 13.6312 20.25 14 20.25C14.3688 20.25 14.5955 20.16 14.7402 20.0635C14.8897 19.9638 14.9987 19.8256 15.0792 19.6646C15.1612 19.5006 15.2059 19.3276 15.229 19.1892C15.2442 19.0976 15.2486 19.0424 15.25 18.9951V18.5C15.25 18.0858 15.5858 17.75 16 17.75C16.4142 17.75 16.75 18.0858 16.75 18.5L16.7491 19.0474C16.7468 19.1178 16.7386 19.2555 16.7085 19.4358C16.6691 19.6724 16.5888 19.9994 16.4208 20.3354C16.2513 20.6744 15.9853 21.0362 15.5723 21.3115C15.1545 21.59 14.6312 21.75 14 21.75C13.3688 21.75 12.8455 21.59 12.4277 21.3115C12.0147 21.0362 11.7487 20.6744 11.5792 20.3354C11.4112 19.9994 11.3309 19.6724 11.2915 19.4358C11.2674 19.2916 11.2528 19.1462 11.25 19V12C11.25 11.5858 11.5858 11.25 12 11.25Z" fill="currentColor"/>
41
+ </svg>
42
+ </template>