@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="M6.75 8.5C6.75 5.60051 9.1005 3.25 12 3.25C14.8995 3.25 17.25 5.60051 17.25 8.5C17.25 11.3995 14.8995 13.75 12 13.75C9.1005 13.75 6.75 11.3995 6.75 8.5ZM12.75 15.2088C16.125 14.8357 18.75 11.9744 18.75 8.5C18.75 4.77208 15.7279 1.75 12 1.75C8.27208 1.75 5.25 4.77208 5.25 8.5C5.25 11.9744 7.87504 14.8357 11.25 15.2088V21.5C11.25 21.9142 11.5858 22.25 12 22.25C12.4142 22.25 12.75 21.9142 12.75 21.5V15.2088ZM3.5 14.25V15C3.5 14.25 3.50039 14.25 3.5008 14.25L3.50174 14.25L3.50405 14.25L3.5103 14.25L3.52931 14.2503C3.54482 14.2505 3.56596 14.251 3.59237 14.2519C3.64516 14.2536 3.71912 14.257 3.81125 14.2636C3.99525 14.2768 4.25321 14.3027 4.5608 14.354C5.17242 14.4559 5.99937 14.6612 6.83541 15.0792C7.67438 15.4987 8.53617 16.1397 9.18654 17.1152C9.84004 18.0955 10.25 19.3688 10.25 21C10.25 21.4142 9.91421 21.75 9.5 21.75V21C9.5 21.75 9.49961 21.75 9.4992 21.75L9.49826 21.75L9.49595 21.75L9.4897 21.75L9.47069 21.7497C9.45518 21.7495 9.43404 21.749 9.40763 21.7481C9.35484 21.7464 9.28088 21.743 9.18875 21.7364C9.00475 21.7232 8.74679 21.6973 8.4392 21.646C7.82758 21.5441 7.00063 21.3388 6.16459 20.9208C5.32562 20.5013 4.46383 19.8603 3.81346 18.8848C3.15996 17.9045 2.75 16.6312 2.75 15C2.75 14.5858 3.08579 14.25 3.5 14.25ZM8.70484 20.1696C8.59757 19.2234 8.3085 18.5023 7.93846 17.9473C7.46383 17.2353 6.82562 16.7513 6.16459 16.4208C5.50063 16.0888 4.82758 15.9191 4.3142 15.8335L4.29516 15.8304C4.40243 16.7766 4.6915 17.4977 5.06154 18.0527C5.53617 18.7647 6.17438 19.2487 6.83541 19.5792C7.49937 19.9112 8.17242 20.0809 8.6858 20.1665L8.70484 20.1696ZM20.5 14.25C20.9142 14.25 21.25 14.5858 21.25 15C21.25 16.6312 20.84 17.9045 20.1865 18.8848C19.5362 19.8603 18.6744 20.5013 17.8354 20.9208C16.9994 21.3388 16.1724 21.5441 15.5608 21.646C15.2532 21.6973 14.9952 21.7232 14.8112 21.7364C14.7191 21.743 14.6452 21.7464 14.5924 21.7481C14.566 21.749 14.5448 21.7495 14.5293 21.7497L14.5103 21.75L14.504 21.75L14.5017 21.75L14.5008 21.75C14.5004 21.75 14.5 21.75 14.5 21V21.75C14.0858 21.75 13.75 21.4142 13.75 21C13.75 19.3688 14.16 18.0955 14.8135 17.1152C15.4638 16.1397 16.3256 15.4987 17.1646 15.0792C18.0006 14.6612 18.8276 14.4559 19.4392 14.354C19.7468 14.3027 20.0048 14.2768 20.1888 14.2636C20.2809 14.257 20.3548 14.2536 20.4076 14.2519C20.434 14.251 20.4552 14.2505 20.4707 14.2503L20.4897 14.25L20.496 14.25L20.4983 14.25L20.4992 14.25C20.4996 14.25 20.5 14.25 20.5 15V14.25ZM19.7048 15.8304L19.6858 15.8335C19.1724 15.9191 18.4994 16.0888 17.8354 16.4208C17.1744 16.7513 16.5362 17.2353 16.0615 17.9473C15.6915 18.5023 15.4024 19.2234 15.2952 20.1696L15.3142 20.1665C15.8276 20.0809 16.5006 19.9112 17.1646 19.5792C17.8256 19.2487 18.4638 18.7647 18.9385 18.0527C19.3085 17.4977 19.5976 16.7766 19.7048 15.8304ZM11 5.25C10.5858 5.25 10.25 5.58579 10.25 6V11.5C10.25 11.9142 10.5858 12.25 11 12.25C11.4142 12.25 11.75 11.9142 11.75 11.5V9.75H12.5V9C12.5 9.75 12.5004 9.75 12.5008 9.75L12.5015 9.75L12.5032 9.74999L12.507 9.74997L12.5164 9.74986L12.5418 9.74922C12.5617 9.74856 12.5873 9.74735 12.6179 9.74516C12.6788 9.74081 12.761 9.73247 12.8577 9.71636C13.0474 9.68473 13.3119 9.62009 13.5854 9.48332C13.8619 9.34508 14.1612 9.12595 14.3897 8.78321C14.6213 8.43578 14.75 8.00624 14.75 7.5C14.75 6.99376 14.6213 6.56422 14.3897 6.21679C14.1612 5.87405 13.8619 5.65492 13.5854 5.51668C13.3119 5.37991 13.0474 5.31527 12.8577 5.28364C12.761 5.26753 12.6788 5.25919 12.6179 5.25484C12.5873 5.25265 12.5617 5.25144 12.5418 5.25078L12.5164 5.25014L12.507 5.25003L12.5032 5.25001L12.5015 5.25L12.5008 5.25C12.5004 5.25 12.5 5.25 12.5 6V5.25H11ZM12.4932 8.25H11.75V6.75H12.4932C12.4962 6.75012 12.5023 6.7504 12.511 6.75102C12.5321 6.75253 12.5671 6.7559 12.6111 6.76323C12.7026 6.77848 12.8131 6.80759 12.9146 6.85832C13.0131 6.90758 13.0888 6.9697 13.1416 7.04884C13.1912 7.12328 13.25 7.25624 13.25 7.5C13.25 7.74376 13.1912 7.87672 13.1416 7.95116C13.0888 8.0303 13.0131 8.09242 12.9146 8.14168C12.8131 8.19241 12.7026 8.22152 12.6111 8.23677C12.5671 8.2441 12.5321 8.24747 12.511 8.24898C12.5023 8.2496 12.4962 8.24988 12.4932 8.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="M10.95 7.40001C11.2814 7.64854 11.3485 8.11864 11.1 8.45001L8.4375 12L11.1 15.55C11.3485 15.8814 11.2814 16.3515 10.95 16.6C10.6186 16.8485 10.1485 16.7814 9.9 16.45L7.25 12.9167V16C7.25 16.4142 6.91421 16.75 6.5 16.75C6.08579 16.75 5.75 16.4142 5.75 16V8.00001C5.75 7.5858 6.08579 7.25001 6.5 7.25001C6.91421 7.25001 7.25 7.5858 7.25 8.00001V11.0833L9.9 7.55001C10.1485 7.21864 10.6186 7.15149 10.95 7.40001ZM12.75 8C12.75 7.58579 13.0858 7.25 13.5 7.25H16C17.5188 7.25 18.75 8.48122 18.75 10C18.75 11.128 18.0709 12.0973 17.0993 12.5215L18.6708 15.6646C18.8561 16.0351 18.7059 16.4856 18.3354 16.6708C17.9649 16.8561 17.5144 16.7059 17.3292 16.3354L15.5365 12.75H14.25V16C14.25 16.4142 13.9142 16.75 13.5 16.75C13.0858 16.75 12.75 16.4142 12.75 16V8ZM17.25 10C17.25 10.6863 16.6969 11.2435 16.0121 11.2499C16.0026 11.2498 15.9932 11.2498 15.9838 11.25H14.25V8.75H16C16.6904 8.75 17.25 9.30964 17.25 10Z" 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="M3.30427 8.276C3.63135 8.18757 3.97711 8.32943 4.14783 8.6221L6.25 12.2258V9.00001C6.25 8.58579 6.58579 8.25001 7 8.25001C7.41421 8.25001 7.75 8.58579 7.75 9.00001V15C7.75 15.3388 7.52282 15.6356 7.19573 15.724C6.86865 15.8124 6.52289 15.6706 6.35217 15.3779L4.25 11.7742V15C4.25 15.4142 3.91421 15.75 3.5 15.75C3.08579 15.75 2.75 15.4142 2.75 15V9.00001C2.75 8.66118 2.97718 8.36443 3.30427 8.276ZM12 9.75C10.7574 9.75 9.75 10.7574 9.75 12C9.75 13.2426 10.7574 14.25 12 14.25C13.2426 14.25 14.25 13.2426 14.25 12C14.25 10.7574 13.2426 9.75 12 9.75ZM8.25 12C8.25 9.92893 9.92893 8.25 12 8.25C14.0711 8.25 15.75 9.92893 15.75 12C15.75 14.0711 14.0711 15.75 12 15.75C9.92893 15.75 8.25 14.0711 8.25 12ZM20.9801 8.42382C21.2983 8.689 21.3413 9.16192 21.0762 9.48013L18.9763 12L21.0762 14.5198C21.3413 14.8381 21.2983 15.311 20.9801 15.5762C20.6619 15.8413 20.189 15.7983 19.9238 15.4801L17.75 12.8715V15C17.75 15.4142 17.4142 15.75 17 15.75C16.5858 15.75 16.25 15.4142 16.25 15V8.99999C16.25 8.58577 16.5858 8.24999 17 8.24999C17.4142 8.24999 17.75 8.58577 17.75 8.99999V11.1285L19.9238 8.51985C20.189 8.20164 20.6619 8.15865 20.9801 8.42382Z" 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.58136 2.37772C7.7885 2.23837 8.05139 2.21122 8.28264 2.3053L11.0696 3.43914C11.6914 3.31522 12.3375 3.25 13 3.25C17.7353 3.25 21.75 6.62886 21.75 11C21.75 13.7706 20.137 16.1426 17.75 17.5082V20.5C17.75 20.9142 17.4142 21.25 17 21.25C16.5858 21.25 16.25 20.9142 16.25 20.5V18.1954C15.2391 18.554 14.1405 18.75 13 18.75C11.8561 18.75 10.7583 18.555 9.75 18.198V20.5C9.75 20.9142 9.41421 21.25 9 21.25C8.58579 21.25 8.25 20.9142 8.25 20.5V17.511C7.04663 16.8218 6.04225 15.8755 5.3394 14.75H3C2.58579 14.75 2.25 14.4142 2.25 14V8.5C2.25 8.08579 2.58579 7.75 3 7.75H5.05333C5.57674 6.74644 6.33181 5.86549 7.25 5.15637V3C7.25 2.75035 7.37422 2.51707 7.58136 2.37772ZM15.6648 8.67083C13.8759 7.77639 12.1244 7.77639 10.3356 8.67082C9.96509 8.85606 9.51459 8.7059 9.32934 8.33541C9.1441 7.96493 9.29427 7.51442 9.66475 7.32918C11.8759 6.2236 14.1244 6.22361 16.3356 7.32919C16.7061 7.51444 16.8562 7.96494 16.671 8.33542C16.4857 8.70591 16.0352 8.85607 15.6648 8.67083Z" fill="currentColor"/>
41
+ </svg>
42
+ </template>
@@ -0,0 +1,42 @@
1
+ <!--
2
+ @generated This file is auto-generated. Do not edit manually.
3
+ @version 1.0.0
4
+ @downloadUrl https://cdn.nav.no/aksel/icons/zip/aksel-icons.zip
5
+ -->
6
+ <script setup>
7
+ import { computed, useAttrs } from "vue";
8
+
9
+ const props = defineProps({
10
+ size: {
11
+ type: [String, Number],
12
+ default: "1em",
13
+ },
14
+ title: {
15
+ type: String,
16
+ default: "",
17
+ },
18
+ ariaLabel: {
19
+ type: String,
20
+ default: "",
21
+ },
22
+ });
23
+
24
+ const attrs = useAttrs();
25
+
26
+ const normalizedSize = computed(() =>
27
+ typeof props.size === "number" ? `${props.size}px` : props.size,
28
+ );
29
+
30
+ const accessibleLabel = computed(
31
+ () => props.ariaLabel || props.title || undefined,
32
+ );
33
+
34
+ const decorative = computed(() => !accessibleLabel.value);
35
+ </script>
36
+
37
+ <template>
38
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="attrs" :width="normalizedSize" :height="normalizedSize" :aria-hidden="decorative ? 'true' : undefined" :aria-label="accessibleLabel" :role="decorative ? undefined : 'img'">
39
+ <title v-if="props.title">{{ props.title }}</title>
40
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.28264 2.3053C8.05139 2.21122 7.7885 2.23837 7.58136 2.37772C7.37422 2.51707 7.25 2.75035 7.25 3V5.15637C6.33181 5.86549 5.57674 6.74644 5.05333 7.75H3C2.58579 7.75 2.25 8.08579 2.25 8.5V14C2.25 14.4142 2.58579 14.75 3 14.75H5.3394C6.04225 15.8755 7.04663 16.8218 8.25 17.511V20.5C8.25 20.9142 8.58579 21.25 9 21.25C9.41421 21.25 9.75 20.9142 9.75 20.5V18.198C10.7583 18.555 11.8561 18.75 13 18.75C14.1405 18.75 15.2391 18.554 16.25 18.1954V20.5C16.25 20.9142 16.5858 21.25 17 21.25C17.4142 21.25 17.75 20.9142 17.75 20.5V17.5082C20.137 16.1426 21.75 13.7706 21.75 11C21.75 6.62886 17.7353 3.25 13 3.25C12.3375 3.25 11.6914 3.31522 11.0696 3.43914L8.28264 2.3053ZM8.75 4.11483L10.7174 4.91524C10.8592 4.97296 11.0154 4.98586 11.1648 4.95221C11.75 4.82041 12.3649 4.75 13 4.75C17.1013 4.75 20.25 7.63916 20.25 11C20.25 14.3608 17.1013 17.25 13 17.25C10.0565 17.25 7.56927 15.7425 6.42899 13.6422C6.29779 13.4005 6.04485 13.25 5.76986 13.25H3.75V9.25H5.52529C5.82335 9.25 6.09313 9.0735 6.21251 8.80039C6.66509 7.76498 7.43322 6.84896 8.43068 6.14932C8.63084 6.00892 8.75 5.77979 8.75 5.5353V4.11483ZM10.3354 8.67082C12.1243 7.77639 13.8757 7.77639 15.6646 8.67083C16.0351 8.85607 16.4856 8.70591 16.6708 8.33542C16.8561 7.96494 16.7059 7.51444 16.3354 7.32919C14.1243 6.22361 11.8757 6.2236 9.66458 7.32918C9.2941 7.51442 9.14393 7.96493 9.32918 8.33541C9.51442 8.7059 9.96492 8.85606 10.3354 8.67082Z" 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.53033 3.46969C6.31583 3.25519 5.99324 3.19103 5.71299 3.30711C5.43273 3.4232 5.25 3.69668 5.25 4.00002V20C5.25 20.4142 5.58579 20.75 6 20.75H18C18.4142 20.75 18.75 20.4142 18.75 20V4.00002C18.75 3.69668 18.5673 3.4232 18.287 3.30711C18.0068 3.19103 17.6842 3.25519 17.4697 3.46969L16 4.93936L14.5303 3.46969C14.2374 3.1768 13.7626 3.1768 13.4697 3.46969L12 4.93936L10.5303 3.46969C10.2374 3.1768 9.76256 3.1768 9.46967 3.46969L8 4.93936L6.53033 3.46969ZM9.5 9.25C9.08579 9.25 8.75 9.58579 8.75 10C8.75 10.4142 9.08579 10.75 9.5 10.75H14.5C14.9142 10.75 15.25 10.4142 15.25 10C15.25 9.58579 14.9142 9.25 14.5 9.25H9.5ZM8.75 13C8.75 12.5858 9.08579 12.25 9.5 12.25H12.5C12.9142 12.25 13.25 12.5858 13.25 13C13.25 13.4142 12.9142 13.75 12.5 13.75H9.5C9.08579 13.75 8.75 13.4142 8.75 13ZM9.5 15.25C9.08579 15.25 8.75 15.5858 8.75 16C8.75 16.4142 9.08579 16.75 9.5 16.75H14.5C14.9142 16.75 15.25 16.4142 15.25 16C15.25 15.5858 14.9142 15.25 14.5 15.25H9.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.53033 3.46966C6.31583 3.25516 5.99324 3.191 5.71299 3.30708C5.43273 3.42317 5.25 3.69664 5.25 3.99999V20C5.25 20.4142 5.58579 20.75 6 20.75H18C18.4142 20.75 18.75 20.4142 18.75 20V3.99999C18.75 3.69664 18.5673 3.42317 18.287 3.30708C18.0068 3.191 17.6842 3.25516 17.4697 3.46966L16 4.93933L14.5303 3.46966C14.2374 3.17677 13.7626 3.17677 13.4697 3.46966L12 4.93933L10.5303 3.46966C10.2374 3.17677 9.76256 3.17677 9.46967 3.46966L8 4.93933L6.53033 3.46966ZM6.75 19.25V5.81065L7.46967 6.53032C7.76256 6.82321 8.23744 6.82321 8.53033 6.53032L10 5.06065L11.4697 6.53032C11.7626 6.82321 12.2374 6.82321 12.5303 6.53032L14 5.06065L15.4697 6.53032C15.7626 6.82321 16.2374 6.82321 16.5303 6.53032L17.25 5.81065V19.25H6.75ZM9.5 9.25C9.08579 9.25 8.75 9.58579 8.75 10C8.75 10.4142 9.08579 10.75 9.5 10.75H14.5C14.9142 10.75 15.25 10.4142 15.25 10C15.25 9.58579 14.9142 9.25 14.5 9.25H9.5ZM8.75 13C8.75 12.5858 9.08579 12.25 9.5 12.25H12.5C12.9142 12.25 13.25 12.5858 13.25 13C13.25 13.4142 12.9142 13.75 12.5 13.75H9.5C9.08579 13.75 8.75 13.4142 8.75 13ZM9.5 15.25C9.08579 15.25 8.75 15.5858 8.75 16C8.75 16.4142 9.08579 16.75 9.5 16.75H14.5C14.9142 16.75 15.25 16.4142 15.25 16C15.25 15.5858 14.9142 15.25 14.5 15.25H9.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="M15.2636 4.25391C15.3982 4.30056 15.5468 4.23067 15.5919 4.09549L15.6664 3.87186C16.0946 2.58714 14.9765 1.35741 13.6864 1.56134C13.0138 1.66768 12.3623 1.74994 11.9998 1.74994C11.6373 1.74994 10.9859 1.66768 10.3132 1.56134C9.02312 1.35741 7.90497 2.58714 8.33321 3.87186L8.40782 4.09567C8.45288 4.23085 8.6015 4.30075 8.73614 4.25408C9.71696 3.91412 10.8085 3.75 12.0001 3.75C13.1915 3.75 14.2829 3.91406 15.2636 4.25391ZM12 5.25C10.261 5.25 8.88379 5.64344 7.81654 6.3791C6.74891 7.11501 6.05887 8.1469 5.61268 9.30457C4.79574 11.4242 4.75232 14.1048 4.75011 16.5087C4.62251 16.5736 4.47928 16.6541 4.33397 16.751C3.91368 17.0312 3.25 17.6019 3.25 18.5C3.25 19.2691 3.63792 19.8236 3.96967 20.1553C4.13758 20.3232 4.30348 20.4475 4.42772 20.5303C4.49048 20.5721 4.54435 20.6046 4.58493 20.6277C4.60527 20.6394 4.62241 20.6488 4.63583 20.6559C4.74857 20.7151 4.87208 20.75 5 20.75H19C19.1164 20.75 19.2313 20.7229 19.3354 20.6708L19.3365 20.6703C19.3631 20.6569 19.3892 20.6425 19.4151 20.6277C19.4557 20.6046 19.5095 20.5721 19.5723 20.5303C19.6965 20.4475 19.8624 20.3232 20.0303 20.1553C20.3621 19.8236 20.75 19.2691 20.75 18.5C20.75 17.6019 20.0863 17.0312 19.666 16.751C19.5207 16.6541 19.3775 16.5736 19.2499 16.5087C19.2477 14.1048 19.2043 11.4242 18.3873 9.30457C17.9411 8.1469 17.2511 7.11501 16.1835 6.3791C15.1162 5.64344 13.739 5.25 12 5.25ZM11.4064 11.9555C11.655 11.6241 11.5878 11.154 11.2564 10.9055C10.9251 10.657 10.455 10.7241 10.2064 11.0555L9.03018 12.6238V11.5055C9.03018 11.0913 8.6944 10.7555 8.28018 10.7555C7.86597 10.7555 7.53018 11.0913 7.53018 11.5055V16.558C7.53018 16.9722 7.86597 17.308 8.28018 17.308C8.6944 17.308 9.03018 16.9722 9.03018 16.558V15.4397L10.2064 17.008C10.455 17.3394 10.9251 17.4065 11.2564 17.158C11.5878 16.9095 11.655 16.4394 11.4064 16.108L9.84924 14.0318L11.4064 11.9555ZM12.1278 11.5055C12.1278 11.0913 12.4636 10.7555 12.8778 10.7555H14.4567C15.5685 10.7555 16.4698 11.6568 16.4698 12.7686C16.4698 13.4906 16.0898 14.1237 15.5189 14.479L16.3906 16.2226C16.5759 16.5931 16.4257 17.0436 16.0552 17.2288C15.6848 17.4141 15.2342 17.2639 15.049 16.8934L13.9932 14.7818H13.6278V16.558C13.6278 16.9722 13.292 17.308 12.8778 17.308C12.4636 17.308 12.1278 16.9722 12.1278 16.558V11.5055ZM14.467 13.2817C14.4579 13.2815 14.4488 13.2816 14.4397 13.2818H13.6278V12.2555H14.4567C14.7401 12.2555 14.9698 12.4852 14.9698 12.7686C14.9698 13.0486 14.7456 13.2762 14.467 13.2817Z" fill="currentColor"/>
41
+ </svg>
42
+ </template>
@@ -0,0 +1,42 @@
1
+ <!--
2
+ @generated This file is auto-generated. Do not edit manually.
3
+ @version 1.0.0
4
+ @downloadUrl https://cdn.nav.no/aksel/icons/zip/aksel-icons.zip
5
+ -->
6
+ <script setup>
7
+ import { computed, useAttrs } from "vue";
8
+
9
+ const props = defineProps({
10
+ size: {
11
+ type: [String, Number],
12
+ default: "1em",
13
+ },
14
+ title: {
15
+ type: String,
16
+ default: "",
17
+ },
18
+ ariaLabel: {
19
+ type: String,
20
+ default: "",
21
+ },
22
+ });
23
+
24
+ const attrs = useAttrs();
25
+
26
+ const normalizedSize = computed(() =>
27
+ typeof props.size === "number" ? `${props.size}px` : props.size,
28
+ );
29
+
30
+ const accessibleLabel = computed(
31
+ () => props.ariaLabel || props.title || undefined,
32
+ );
33
+
34
+ const decorative = computed(() => !accessibleLabel.value);
35
+ </script>
36
+
37
+ <template>
38
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="attrs" :width="normalizedSize" :height="normalizedSize" :aria-hidden="decorative ? 'true' : undefined" :aria-label="accessibleLabel" :role="decorative ? undefined : 'img'">
39
+ <title v-if="props.title">{{ props.title }}</title>
40
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.0792 3.04301C9.85243 3.00716 9.69906 3.22547 9.75643 3.39758L10.415 5.3733C10.9062 5.29169 11.4339 5.25 12 5.25C12.5661 5.25 13.0938 5.29169 13.585 5.3733L14.2436 3.39758C14.3009 3.22547 14.1476 3.00716 13.9208 3.04301C13.2603 3.14742 12.4973 3.25 12 3.25C11.5027 3.25 10.7397 3.14742 10.0792 3.04301ZM8.3334 3.87192L8.96564 5.76864C8.54821 5.93428 8.16578 6.13837 7.81654 6.3791C6.74891 7.11501 6.05887 8.1469 5.61268 9.30457C4.79574 11.4242 4.75232 14.1048 4.75011 16.5087C4.62251 16.5736 4.47928 16.6541 4.33397 16.751C3.91368 17.0312 3.25 17.6019 3.25 18.5C3.25 19.2691 3.63792 19.8236 3.96967 20.1553C4.13758 20.3232 4.30348 20.4475 4.42772 20.5303C4.49048 20.5721 4.54435 20.6046 4.58493 20.6277C4.60527 20.6394 4.62241 20.6488 4.63583 20.6559L4.65315 20.665L4.65963 20.6683L4.6623 20.6697L4.66349 20.6703L4.66405 20.6706C4.66432 20.6707 4.66459 20.6708 5 20L4.66459 20.6708C4.76873 20.7229 4.88357 20.75 5 20.75H19C19.1164 20.75 19.2313 20.7229 19.3354 20.6708L19 20C19.3354 20.6708 19.3357 20.6707 19.3359 20.6706L19.3365 20.6703L19.3377 20.6697L19.3404 20.6683L19.3469 20.665L19.3642 20.6559C19.3776 20.6488 19.3947 20.6394 19.4151 20.6277C19.4557 20.6046 19.5095 20.5721 19.5723 20.5303C19.6965 20.4475 19.8624 20.3232 20.0303 20.1553C20.3621 19.8236 20.75 19.2691 20.75 18.5C20.75 17.6019 20.0863 17.0312 19.666 16.751C19.5207 16.6541 19.3775 16.5736 19.2499 16.5087C19.2477 14.1048 19.2043 11.4242 18.3873 9.30457C17.9411 8.1469 17.2511 7.11501 16.1835 6.3791C15.8342 6.13837 15.4518 5.93428 15.0344 5.76864L15.6666 3.87192C16.0948 2.5872 14.9767 1.35747 13.6866 1.5614C13.014 1.66774 12.3625 1.75 12 1.75C11.6375 1.75 10.986 1.66774 10.3134 1.5614C9.02331 1.35747 7.90516 2.5872 8.3334 3.87192ZM18.7866 19.25C18.8418 19.2101 18.9063 19.158 18.9697 19.0947C19.1379 18.9264 19.25 18.7309 19.25 18.5C19.25 18.3982 19.1637 18.2188 18.834 17.999C18.6919 17.9044 18.5446 17.8301 18.4298 17.7791C18.3734 17.7541 18.3275 17.7358 18.2975 17.7243C18.2825 17.7186 18.2716 17.7147 18.2656 17.7125L18.2624 17.7114L18.2621 17.7113L18.2614 17.711L18.2604 17.7107C17.9555 17.6079 17.75 17.322 17.75 17C17.75 14.3891 17.7396 11.795 16.9877 9.84402C16.6214 8.89359 16.0927 8.13833 15.3322 7.61412C14.5713 7.08966 13.511 6.75 12 6.75C10.489 6.75 9.42871 7.08966 8.66784 7.61412C7.90734 8.13833 7.37863 8.89359 7.01232 9.84402C6.26038 11.795 6.25 14.3891 6.25 17C6.25 17.322 6.04452 17.6079 5.7396 17.7107L5.73858 17.711L5.73794 17.7113L5.73772 17.7113L5.73441 17.7125C5.72837 17.7147 5.71751 17.7186 5.70254 17.7243C5.67248 17.7358 5.62657 17.7541 5.57023 17.7791C5.45542 17.8301 5.30805 17.9044 5.16603 17.999C4.83632 18.2188 4.75 18.3982 4.75 18.5C4.75 18.7309 4.86208 18.9264 5.03033 19.0947C5.09365 19.158 5.15816 19.2101 5.21339 19.25H18.7866ZM11.2564 10.9055C11.5878 11.154 11.655 11.6241 11.4064 11.9555L9.84924 14.0318L11.4064 16.108C11.655 16.4394 11.5878 16.9095 11.2564 17.158C10.9251 17.4065 10.455 17.3394 10.2064 17.008L9.03018 15.4397V16.558C9.03018 16.9722 8.6944 17.308 8.28018 17.308C7.86597 17.308 7.53018 16.9722 7.53018 16.558V11.5055C7.53018 11.0913 7.86597 10.7555 8.28018 10.7555C8.6944 10.7555 9.03018 11.0913 9.03018 11.5055V12.6238L10.2064 11.0555C10.455 10.7241 10.9251 10.657 11.2564 10.9055ZM12.8778 10.7555C12.4636 10.7555 12.1278 11.0913 12.1278 11.5055V16.558C12.1278 16.9722 12.4636 17.308 12.8778 17.308C13.292 17.308 13.6278 16.9722 13.6278 16.558V14.7818H13.9932L15.049 16.8934C15.2342 17.2639 15.6848 17.4141 16.0552 17.2288C16.4257 17.0436 16.5759 16.5931 16.3906 16.2226L15.5189 14.479C16.0898 14.1238 16.4698 13.4906 16.4698 12.7686C16.4698 11.6568 15.5685 10.7555 14.4567 10.7555H12.8778ZM14.4397 13.2818C14.4488 13.2816 14.4579 13.2815 14.467 13.2817C14.7456 13.2762 14.9698 13.0486 14.9698 12.7686C14.9698 12.4852 14.7401 12.2555 14.4567 12.2555H13.6278V13.2818H14.4397Z" 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="M15.2636 4.25391C15.3982 4.30056 15.5468 4.23067 15.5919 4.09549L15.6664 3.87186C16.0946 2.58714 14.9765 1.35741 13.6864 1.56134C13.0138 1.66768 12.3623 1.74994 11.9998 1.74994C11.6373 1.74994 10.9859 1.66768 10.3132 1.56134C9.02312 1.35741 7.90497 2.58714 8.33321 3.87186L8.40782 4.09567C8.45288 4.23085 8.6015 4.30075 8.73614 4.25408C9.71696 3.91412 10.8085 3.75 12.0001 3.75C13.1915 3.75 14.2829 3.91406 15.2636 4.25391ZM7.81654 6.3791C8.88379 5.64344 10.261 5.25 12 5.25C13.739 5.25 15.1162 5.64344 16.1835 6.3791C17.2511 7.11501 17.9411 8.1469 18.3873 9.30457C19.2043 11.4242 19.2477 14.1048 19.2499 16.5087C19.3775 16.5736 19.5207 16.6541 19.666 16.751C20.0863 17.0312 20.75 17.6019 20.75 18.5C20.75 19.2691 20.3621 19.8236 20.0303 20.1553C19.8624 20.3232 19.6965 20.4475 19.5723 20.5303C19.5095 20.5721 19.4557 20.6046 19.4151 20.6277C19.3892 20.6425 19.3631 20.6569 19.3365 20.6703L19.3354 20.6708C19.2313 20.7229 19.1164 20.75 19 20.75H5C4.87208 20.75 4.74857 20.7151 4.63583 20.6559C4.62241 20.6488 4.60527 20.6394 4.58493 20.6277C4.54435 20.6046 4.49048 20.5721 4.42772 20.5303C4.30348 20.4475 4.13758 20.3232 3.96967 20.1553C3.63792 19.8236 3.25 19.2691 3.25 18.5C3.25 17.6019 3.91368 17.0312 4.33397 16.751C4.47928 16.6541 4.62251 16.5736 4.75011 16.5087C4.75232 14.1048 4.79574 11.4242 5.61268 9.30457C6.05887 8.1469 6.74891 7.11501 7.81654 6.3791ZM10.25 10.5C10.25 10.0858 10.5858 9.75 11 9.75H12.5V10.5C12.5 9.75 12.5004 9.75 12.5008 9.75L12.5015 9.75L12.5032 9.75001L12.507 9.75003L12.5164 9.75014L12.5418 9.75078C12.5617 9.75144 12.5873 9.75265 12.6179 9.75484C12.6788 9.75919 12.761 9.76753 12.8577 9.78364C13.0474 9.81527 13.3119 9.87991 13.5854 10.0167C13.8619 10.1549 14.1612 10.374 14.3897 10.7168C14.6213 11.0642 14.75 11.4938 14.75 12C14.75 12.5062 14.6213 12.9358 14.3897 13.2832C14.1612 13.626 13.8619 13.8451 13.5854 13.9833C13.3119 14.1201 13.0474 14.1847 12.8577 14.2164C12.761 14.2325 12.6788 14.2408 12.6179 14.2452C12.5873 14.2474 12.5617 14.2486 12.5418 14.2492L12.5164 14.2499L12.507 14.25L12.5032 14.25L12.5015 14.25L12.5008 14.25C12.5004 14.25 12.5 14.25 12.5 13.5V14.25H11.75V16C11.75 16.4142 11.4142 16.75 11 16.75C10.5858 16.75 10.25 16.4142 10.25 16V10.5ZM11.75 12.75H12.4932C12.4962 12.7499 12.5023 12.7496 12.511 12.749C12.5321 12.7475 12.5671 12.7441 12.6111 12.7368C12.7026 12.7215 12.8131 12.6924 12.9146 12.6417C13.0131 12.5924 13.0888 12.5303 13.1416 12.4512C13.1912 12.3767 13.25 12.2438 13.25 12C13.25 11.7562 13.1912 11.6233 13.1416 11.5488C13.0888 11.4697 13.0131 11.4076 12.9146 11.3583C12.8131 11.3076 12.7026 11.2785 12.6111 11.2632C12.5671 11.2559 12.5321 11.2525 12.511 11.251C12.5023 11.2504 12.4962 11.2501 12.4932 11.25H11.75V12.75Z" fill="currentColor"/>
41
+ </svg>
42
+ </template>
@@ -0,0 +1,42 @@
1
+ <!--
2
+ @generated This file is auto-generated. Do not edit manually.
3
+ @version 1.0.0
4
+ @downloadUrl https://cdn.nav.no/aksel/icons/zip/aksel-icons.zip
5
+ -->
6
+ <script setup>
7
+ import { computed, useAttrs } from "vue";
8
+
9
+ const props = defineProps({
10
+ size: {
11
+ type: [String, Number],
12
+ default: "1em",
13
+ },
14
+ title: {
15
+ type: String,
16
+ default: "",
17
+ },
18
+ ariaLabel: {
19
+ type: String,
20
+ default: "",
21
+ },
22
+ });
23
+
24
+ const attrs = useAttrs();
25
+
26
+ const normalizedSize = computed(() =>
27
+ typeof props.size === "number" ? `${props.size}px` : props.size,
28
+ );
29
+
30
+ const accessibleLabel = computed(
31
+ () => props.ariaLabel || props.title || undefined,
32
+ );
33
+
34
+ const decorative = computed(() => !accessibleLabel.value);
35
+ </script>
36
+
37
+ <template>
38
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="attrs" :width="normalizedSize" :height="normalizedSize" :aria-hidden="decorative ? 'true' : undefined" :aria-label="accessibleLabel" :role="decorative ? undefined : 'img'">
39
+ <title v-if="props.title">{{ props.title }}</title>
40
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.3334 3.87192L8.96564 5.76864C8.54821 5.93428 8.16578 6.13837 7.81654 6.3791C6.74891 7.11501 6.05887 8.1469 5.61268 9.30457C4.79574 11.4242 4.75232 14.1048 4.75011 16.5087C4.62251 16.5736 4.47928 16.6541 4.33397 16.751C3.91368 17.0312 3.25 17.6019 3.25 18.5C3.25 19.2691 3.63792 19.8236 3.96967 20.1553C4.13758 20.3232 4.30348 20.4475 4.42772 20.5303C4.49048 20.5721 4.54435 20.6046 4.58493 20.6277C4.60527 20.6394 4.62241 20.6488 4.63583 20.6559L4.65315 20.665L4.65963 20.6683L4.6623 20.6697L4.66459 20.6708C4.76873 20.7229 4.88357 20.75 5 20.75H19C19.1164 20.75 19.2313 20.7229 19.3354 20.6708L19 20C19.3354 20.6708 19.3365 20.6703 19.3365 20.6703L19.3377 20.6697L19.3404 20.6683L19.3469 20.665L19.3642 20.6559C19.3776 20.6488 19.3947 20.6394 19.4151 20.6277C19.4557 20.6046 19.5095 20.5721 19.5723 20.5303C19.6965 20.4475 19.8624 20.3232 20.0303 20.1553C20.3621 19.8236 20.75 19.2691 20.75 18.5C20.75 17.6019 20.0863 17.0312 19.666 16.751C19.5207 16.6541 19.3775 16.5736 19.2499 16.5087C19.2477 14.1048 19.2043 11.4242 18.3873 9.30457C17.9411 8.1469 17.2511 7.11501 16.1835 6.3791C15.8342 6.13837 15.4518 5.93428 15.0344 5.76863L15.6666 3.87192C16.0948 2.5872 14.9767 1.35747 13.6866 1.5614C13.014 1.66774 12.3625 1.75 12 1.75C11.6375 1.75 10.986 1.66774 10.3134 1.5614C9.02331 1.35747 7.90516 2.5872 8.3334 3.87192ZM10.0792 3.04301C9.85243 3.00716 9.69906 3.22547 9.75643 3.39758L10.415 5.3733C10.9062 5.29169 11.4339 5.25 12 5.25C12.5661 5.25 13.0938 5.29169 13.585 5.3733L14.2436 3.39758C14.3009 3.22547 14.1476 3.00716 13.9208 3.04301C13.2603 3.14742 12.4973 3.25 12 3.25C11.5027 3.25 10.7397 3.14742 10.0792 3.04301ZM18.7866 19.25C18.8418 19.2101 18.9063 19.158 18.9697 19.0947C19.1379 18.9264 19.25 18.7309 19.25 18.5C19.25 18.3981 19.1637 18.2188 18.834 17.999C18.6919 17.9044 18.5446 17.8301 18.4298 17.7791C18.3734 17.7541 18.3275 17.7358 18.2975 17.7243C18.2825 17.7186 18.2716 17.7147 18.2656 17.7125L18.2624 17.7114L18.2604 17.7107C17.9555 17.6079 17.75 17.322 17.75 17C17.75 14.3891 17.7396 11.795 16.9877 9.84402C16.6214 8.89359 16.0927 8.13833 15.3322 7.61412C14.5713 7.08966 13.511 6.75 12 6.75C10.489 6.75 9.42871 7.08966 8.66784 7.61412C7.90734 8.13833 7.37863 8.89359 7.01232 9.84402C6.26038 11.795 6.25 14.3891 6.25 17C6.25 17.322 6.04452 17.6079 5.7396 17.7107L5.73772 17.7113L5.73441 17.7125L5.71299 17.7204L5.70254 17.7243C5.67248 17.7358 5.62657 17.7541 5.57023 17.7791C5.45542 17.8301 5.30805 17.9044 5.16603 17.999C4.83632 18.2188 4.75 18.3981 4.75 18.5C4.75 18.7309 4.86208 18.9264 5.03033 19.0947C5.09365 19.158 5.15816 19.2101 5.21339 19.25H18.7866ZM11 9.75C10.5858 9.75 10.25 10.0858 10.25 10.5V16C10.25 16.4142 10.5858 16.75 11 16.75C11.4142 16.75 11.75 16.4142 11.75 16V14.25H12.5V13.5C12.5 14.25 12.5004 14.25 12.5008 14.25L12.5015 14.25L12.5032 14.25L12.507 14.25L12.5164 14.2499L12.5418 14.2492C12.5617 14.2486 12.5873 14.2474 12.6179 14.2452C12.6788 14.2408 12.761 14.2325 12.8577 14.2164C13.0474 14.1847 13.3119 14.1201 13.5854 13.9833C13.8619 13.8451 14.1612 13.626 14.3897 13.2832C14.6213 12.9358 14.75 12.5062 14.75 12C14.75 11.4938 14.6213 11.0642 14.3897 10.7168C14.1612 10.374 13.8619 10.1549 13.5854 10.0167C13.3119 9.87991 13.0474 9.81527 12.8577 9.78364C12.761 9.76753 12.6788 9.75919 12.6179 9.75484C12.5873 9.75265 12.5617 9.75144 12.5418 9.75078L12.5164 9.75014L12.507 9.75003L12.5032 9.75001L12.5015 9.75L12.5008 9.75C12.5004 9.75 12.5 9.75 12.5 10.5V9.75H11ZM12.4932 12.75H11.75V11.25H12.4932C12.4962 11.2501 12.5023 11.2504 12.511 11.251C12.5321 11.2525 12.5671 11.2559 12.6111 11.2632C12.7026 11.2785 12.8131 11.3076 12.9146 11.3583C13.0131 11.4076 13.0888 11.4697 13.1416 11.5488C13.1912 11.6233 13.25 11.7562 13.25 12C13.25 12.2438 13.1912 12.3767 13.1416 12.4512C13.0888 12.5303 13.0131 12.5924 12.9146 12.6417C12.8131 12.6924 12.7026 12.7215 12.6111 12.7368C12.5671 12.7441 12.5321 12.7475 12.511 12.749C12.5023 12.7496 12.4962 12.7499 12.4932 12.75Z" fill="currentColor"/>
41
+ </svg>
42
+ </template>
@@ -0,0 +1,42 @@
1
+ <!--
2
+ @generated This file is auto-generated. Do not edit manually.
3
+ @version 1.0.0
4
+ @downloadUrl https://cdn.nav.no/aksel/icons/zip/aksel-icons.zip
5
+ -->
6
+ <script setup>
7
+ import { computed, useAttrs } from "vue";
8
+
9
+ const props = defineProps({
10
+ size: {
11
+ type: [String, Number],
12
+ default: "1em",
13
+ },
14
+ title: {
15
+ type: String,
16
+ default: "",
17
+ },
18
+ ariaLabel: {
19
+ type: String,
20
+ default: "",
21
+ },
22
+ });
23
+
24
+ const attrs = useAttrs();
25
+
26
+ const normalizedSize = computed(() =>
27
+ typeof props.size === "number" ? `${props.size}px` : props.size,
28
+ );
29
+
30
+ const accessibleLabel = computed(
31
+ () => props.ariaLabel || props.title || undefined,
32
+ );
33
+
34
+ const decorative = computed(() => !accessibleLabel.value);
35
+ </script>
36
+
37
+ <template>
38
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="attrs" :width="normalizedSize" :height="normalizedSize" :aria-hidden="decorative ? 'true' : undefined" :aria-label="accessibleLabel" :role="decorative ? undefined : 'img'">
39
+ <title v-if="props.title">{{ props.title }}</title>
40
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6 3.25C5.58579 3.25 5.25 3.58579 5.25 4V8.25H4C3.58579 8.25 3.25 8.58579 3.25 9V12C3.25 12.4142 3.58579 12.75 4 12.75H20C20.4142 12.75 20.75 12.4142 20.75 12V9C20.75 8.58579 20.4142 8.25 20 8.25H18.75V4C18.75 3.58579 18.4142 3.25 18 3.25H6ZM17.25 8.25V4.75H6.75V8.25H17.25ZM4.74612 13.75C4.59574 13.75 4.47939 13.8818 4.49805 14.031L5.2558 20.093C5.30271 20.4683 5.62176 20.75 6.00001 20.75H18C18.3782 20.75 18.6973 20.4683 18.7442 20.093L19.502 14.031C19.5206 13.8818 19.4043 13.75 19.2539 13.75H4.74612ZM12 14.75C12.4142 14.75 12.75 15.0858 12.75 15.5V18.5C12.75 18.9142 12.4142 19.25 12 19.25C11.5858 19.25 11.25 18.9142 11.25 18.5V15.5C11.25 15.0858 11.5858 14.75 12 14.75ZM9.58909 15.4298C9.54579 15.0179 9.17675 14.719 8.7648 14.7623C8.35286 14.8056 8.05401 15.1747 8.09731 15.5866L8.41089 18.5702C8.45419 18.9821 8.82324 19.281 9.23518 19.2377C9.64713 19.1944 9.94597 18.8253 9.90268 18.4134L9.58909 15.4298ZM15.2352 14.7623C15.6471 14.8056 15.946 15.1747 15.9027 15.5866L15.5891 18.5702C15.5458 18.9821 15.1768 19.281 14.7648 19.2377C14.3529 19.1944 14.054 18.8253 14.0973 18.4134L14.4109 15.4298C14.4542 15.0179 14.8233 14.719 15.2352 14.7623Z" 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.25 4C5.25 3.58579 5.58579 3.25 6 3.25H18C18.4142 3.25 18.75 3.58579 18.75 4V8.25H20C20.4142 8.25 20.75 8.58579 20.75 9V12C20.75 12.4142 20.4142 12.75 20 12.75H19.6621L18.7442 20.093C18.6973 20.4683 18.3782 20.75 18 20.75H6C5.62176 20.75 5.30271 20.4683 5.25579 20.093L4.33791 12.75H4C3.58579 12.75 3.25 12.4142 3.25 12V9C3.25 8.58579 3.58579 8.25 4 8.25H5.25V4ZM4.99006 11.25C4.99733 11.2499 5.00459 11.2499 5.01182 11.25H18.9882C18.9954 11.2499 19.0027 11.2499 19.0099 11.25H19.25V9.75H4.75V11.25H4.99006ZM18.1504 12.75L17.3379 19.25H6.66209L5.84959 12.75H18.1504ZM17.25 4.75V8.25H6.75V4.75H17.25ZM12.75 14.5C12.75 14.0858 12.4142 13.75 12 13.75C11.5858 13.75 11.25 14.0858 11.25 14.5V17.5C11.25 17.9142 11.5858 18.25 12 18.25C12.4142 18.25 12.75 17.9142 12.75 17.5V14.5ZM9.58909 14.4298C9.54579 14.0179 9.17675 13.719 8.7648 13.7623C8.35286 13.8056 8.05401 14.1747 8.09731 14.5866L8.41089 17.5702C8.45419 17.9821 8.82324 18.281 9.23518 18.2377C9.64713 18.1944 9.94597 17.8253 9.90268 17.4134L9.58909 14.4298ZM15.2352 13.7623C15.6471 13.8056 15.946 14.1747 15.9027 14.5866L15.5891 17.5702C15.5458 17.9821 15.1768 18.281 14.7648 18.2377C14.3529 18.1944 14.054 17.8253 14.0973 17.4134L14.4109 14.4298C14.4542 14.0179 14.8233 13.719 15.2352 13.7623Z" fill="currentColor"/>
41
+ </svg>
42
+ </template>
@@ -0,0 +1,42 @@
1
+ <!--
2
+ @generated This file is auto-generated. Do not edit manually.
3
+ @version 1.0.0
4
+ @downloadUrl https://cdn.nav.no/aksel/icons/zip/aksel-icons.zip
5
+ -->
6
+ <script setup>
7
+ import { computed, useAttrs } from "vue";
8
+
9
+ const props = defineProps({
10
+ size: {
11
+ type: [String, Number],
12
+ default: "1em",
13
+ },
14
+ title: {
15
+ type: String,
16
+ default: "",
17
+ },
18
+ ariaLabel: {
19
+ type: String,
20
+ default: "",
21
+ },
22
+ });
23
+
24
+ const attrs = useAttrs();
25
+
26
+ const normalizedSize = computed(() =>
27
+ typeof props.size === "number" ? `${props.size}px` : props.size,
28
+ );
29
+
30
+ const accessibleLabel = computed(
31
+ () => props.ariaLabel || props.title || undefined,
32
+ );
33
+
34
+ const decorative = computed(() => !accessibleLabel.value);
35
+ </script>
36
+
37
+ <template>
38
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="attrs" :width="normalizedSize" :height="normalizedSize" :aria-hidden="decorative ? 'true' : undefined" :aria-label="accessibleLabel" :role="decorative ? undefined : 'img'">
39
+ <title v-if="props.title">{{ props.title }}</title>
40
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16.6708 2.66468C16.5109 2.34491 16.1476 2.18245 15.8027 2.27652L11.2843 3.50881C11.0029 3.58555 11.0584 4 11.35 4H16.934C17.1198 4 17.2407 3.80442 17.1576 3.6382L16.6708 2.66468ZM4 5.25C3.0335 5.25 2.25 6.0335 2.25 7V18C2.25 18.9665 3.0335 19.75 4 19.75H19C19.9665 19.75 20.75 18.9665 20.75 18V16.75C20.75 16.6119 20.6381 16.5 20.5 16.5L15.3462 16.5C15.2768 16.4995 15.2075 16.4961 15.1383 16.4908C15.0316 16.4827 14.8897 16.4674 14.7237 16.438C14.3984 16.3804 13.9439 16.2625 13.4727 16.0122C12.994 15.7578 12.4831 15.3578 12.0971 14.7425C11.7078 14.1222 11.5 13.3695 11.5 12.5C11.5 11.6305 11.7078 10.8778 12.0971 10.2575C12.4831 9.64221 12.994 9.24217 13.4727 8.98783C13.9439 8.73755 14.3984 8.61965 14.7237 8.56204C14.8897 8.53265 15.0316 8.51728 15.1383 8.50918C15.2048 8.50414 15.3341 8.50048 15.3498 8.50004L15.3529 8.5H20.5C20.6381 8.5 20.75 8.38807 20.75 8.25V7C20.75 6.0335 19.9665 5.25 19 5.25H4ZM20 10H15.3529C15.3529 10 13 10 13 12.5C13 15 15.3529 15 15.3529 15H20C20.5523 15 21 14.5523 21 14V11C21 10.4477 20.5523 10 20 10ZM15.5 11.75C15.0858 11.75 14.75 12.0858 14.75 12.5C14.75 12.9142 15.0858 13.25 15.5 13.25H15.51C15.9242 13.25 16.26 12.9142 16.26 12.5C16.26 12.0858 15.9242 11.75 15.51 11.75H15.5Z" fill="currentColor"/>
41
+ </svg>
42
+ </template>