@tabler/icons-solidjs 3.44.0 → 3.46.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 (119) hide show
  1. package/README.md +4 -4
  2. package/dist/cjs/tabler-icons-solidjs.js +512 -57
  3. package/dist/cjs/tabler-icons-solidjs.js.map +1 -1
  4. package/dist/esm/tabler-icons-solidjs.js +456 -48
  5. package/dist/esm/tabler-icons-solidjs.js.map +1 -1
  6. package/dist/source/aliases.js +9 -0
  7. package/dist/source/icons/IconAppWindowBottom.js +2 -0
  8. package/dist/source/icons/IconAppWindowBottomLeft.js +2 -0
  9. package/dist/source/icons/IconAppWindowBottomRight.js +2 -0
  10. package/dist/source/icons/IconAppWindowCenter.js +2 -0
  11. package/dist/source/icons/IconArrowForkTriple.js +2 -0
  12. package/dist/source/icons/IconBrandAdobeAfterEffects.js +2 -0
  13. package/dist/source/icons/IconBrandKakaoTalk.js +2 -0
  14. package/dist/source/icons/IconBrandSignal.js +2 -0
  15. package/dist/source/icons/IconBrandSignalFilled.js +2 -0
  16. package/dist/source/icons/IconCurrencyRuble.js +2 -0
  17. package/dist/source/icons/IconDeviceVisionProWifi.js +2 -0
  18. package/dist/source/icons/IconDeviceWorkstation.js +2 -0
  19. package/dist/source/icons/IconDragon.js +2 -0
  20. package/dist/source/icons/IconFlipHorizontal.js +1 -1
  21. package/dist/source/icons/IconFlipVertical.js +1 -1
  22. package/dist/source/icons/{IconFoodsteps.js → IconFootsteps.js} +1 -1
  23. package/dist/source/icons/IconGenderTravesti.js +2 -0
  24. package/dist/source/icons/IconIcosahedron.js +2 -0
  25. package/dist/source/icons/IconItalicOff.js +2 -0
  26. package/dist/source/icons/{IconMoodConfuzed.js → IconMoodConfused.js} +1 -1
  27. package/dist/source/icons/{IconMoodConfuzedFilled.js → IconMoodConfusedFilled.js} +1 -1
  28. package/dist/source/icons/IconPhysiotherapist.js +2 -0
  29. package/dist/source/icons/IconPlayBug.js +2 -0
  30. package/dist/source/icons/IconPlayBugs.js +2 -0
  31. package/dist/source/icons/IconRemoteControl.js +2 -0
  32. package/dist/source/icons/IconRockingChair.js +2 -0
  33. package/dist/source/icons/IconRunSprint.js +2 -0
  34. package/dist/source/icons/IconServer.js +1 -1
  35. package/dist/source/icons/IconServerBolt.js +1 -1
  36. package/dist/source/icons/IconSparkles2.js +1 -1
  37. package/dist/source/icons/IconSparkles2Off.js +2 -0
  38. package/dist/source/icons/IconSportBilliard.js +2 -0
  39. package/dist/source/icons/IconTabClose.js +2 -0
  40. package/dist/source/icons/IconTabs.js +2 -0
  41. package/dist/source/icons/IconTagsChevronDown.js +2 -0
  42. package/dist/source/icons/IconTagsChevronLeft.js +2 -0
  43. package/dist/source/icons/IconTagsChevronRight.js +2 -0
  44. package/dist/source/icons/IconTagsChevronUp.js +2 -0
  45. package/dist/source/icons/IconTextOutline.js +2 -0
  46. package/dist/source/icons/IconTextRegexAsterisk.js +2 -0
  47. package/dist/source/icons/IconTextRegexEnd.js +2 -0
  48. package/dist/source/icons/IconTextRegexPlus.js +2 -0
  49. package/dist/source/icons/IconTextRegexQuestion.js +2 -0
  50. package/dist/source/icons/IconTextRegexStart.js +2 -0
  51. package/dist/source/icons/IconThinkingHigh.js +2 -0
  52. package/dist/source/icons/IconThinkingLow.js +2 -0
  53. package/dist/source/icons/IconThinkingMedium.js +2 -0
  54. package/dist/source/icons/IconTreasureChest.js +2 -0
  55. package/dist/source/icons/IconTwig.js +2 -0
  56. package/dist/source/icons/IconUnderlineOff.js +2 -0
  57. package/dist/source/icons/IconVault.js +2 -0
  58. package/dist/source/icons/IconVirtualSpace.js +2 -0
  59. package/dist/source/icons/IconYarn.js +2 -0
  60. package/dist/source/icons/index.js +48 -10
  61. package/dist/source/icons-list.js +48 -10
  62. package/dist/types/aliases.d.ts +9 -0
  63. package/dist/types/icons/IconDeviceVisionProWifi.d.ts +5 -0
  64. package/dist/types/icons/IconDeviceWorkstation.d.ts +5 -0
  65. package/dist/types/icons/IconDragon.d.ts +5 -0
  66. package/dist/types/icons/IconFootsteps.d.ts +5 -0
  67. package/dist/types/icons/IconGenderTravesti.d.ts +5 -0
  68. package/dist/types/icons/IconIcosahedron.d.ts +5 -0
  69. package/dist/types/icons/IconItalicOff.d.ts +5 -0
  70. package/dist/types/icons/IconMoodConfused.d.ts +5 -0
  71. package/dist/types/icons/IconMoodConfusedFilled.d.ts +5 -0
  72. package/dist/types/icons/IconPhysiotherapist.d.ts +5 -0
  73. package/dist/types/icons/IconPlayBug.d.ts +5 -0
  74. package/dist/types/icons/IconPlayBugs.d.ts +5 -0
  75. package/dist/types/icons/IconRemoteControl.d.ts +5 -0
  76. package/dist/types/icons/IconRockingChair.d.ts +5 -0
  77. package/dist/types/icons/IconRunSprint.d.ts +5 -0
  78. package/dist/types/icons/IconSparkles2Off.d.ts +5 -0
  79. package/dist/types/icons/IconSportBilliard.d.ts +5 -0
  80. package/dist/types/icons/IconTabClose.d.ts +5 -0
  81. package/dist/types/icons/IconTabs.d.ts +5 -0
  82. package/dist/types/icons/IconTagsChevronDown.d.ts +5 -0
  83. package/dist/types/icons/IconTagsChevronLeft.d.ts +5 -0
  84. package/dist/types/icons/IconTagsChevronRight.d.ts +5 -0
  85. package/dist/types/icons/IconTagsChevronUp.d.ts +5 -0
  86. package/dist/types/icons/IconTextOutline.d.ts +5 -0
  87. package/dist/types/icons/IconTextRegexAsterisk.d.ts +5 -0
  88. package/dist/types/icons/IconTextRegexEnd.d.ts +5 -0
  89. package/dist/types/icons/IconTextRegexPlus.d.ts +5 -0
  90. package/dist/types/icons/IconTextRegexQuestion.d.ts +5 -0
  91. package/dist/types/icons/IconTextRegexStart.d.ts +5 -0
  92. package/dist/types/icons/IconThinkingHigh.d.ts +5 -0
  93. package/dist/types/icons/IconThinkingLow.d.ts +5 -0
  94. package/dist/types/icons/IconThinkingMedium.d.ts +5 -0
  95. package/dist/types/icons/IconTreasureChest.d.ts +5 -0
  96. package/dist/types/icons/IconTwig.d.ts +5 -0
  97. package/dist/types/icons/IconUnderlineOff.d.ts +5 -0
  98. package/dist/types/icons/IconVault.d.ts +5 -0
  99. package/dist/types/icons/IconVirtualSpace.d.ts +5 -0
  100. package/dist/types/icons/IconYarn.d.ts +5 -0
  101. package/dist/types/icons/index.d.ts +48 -10
  102. package/package.json +5 -2
  103. package/dist/source/icons/IconBrandAdobeAfterEffect.js +0 -2
  104. package/dist/source/icons/IconBrandKakoTalk.js +0 -2
  105. package/dist/source/icons/IconCurrencyRubel.js +0 -2
  106. package/dist/source/icons/IconGenderTrasvesti.js +0 -2
  107. package/dist/source/icons/IconIkosaedr.js +0 -2
  108. package/dist/source/icons/IconPhysotherapist.js +0 -2
  109. package/dist/source/icons/IconSportBillard.js +0 -2
  110. /package/dist/types/icons/{IconBrandAdobeAfterEffect.d.ts → IconAppWindowBottom.d.ts} +0 -0
  111. /package/dist/types/icons/{IconBrandKakoTalk.d.ts → IconAppWindowBottomLeft.d.ts} +0 -0
  112. /package/dist/types/icons/{IconCurrencyRubel.d.ts → IconAppWindowBottomRight.d.ts} +0 -0
  113. /package/dist/types/icons/{IconFoodsteps.d.ts → IconAppWindowCenter.d.ts} +0 -0
  114. /package/dist/types/icons/{IconGenderTrasvesti.d.ts → IconArrowForkTriple.d.ts} +0 -0
  115. /package/dist/types/icons/{IconIkosaedr.d.ts → IconBrandAdobeAfterEffects.d.ts} +0 -0
  116. /package/dist/types/icons/{IconMoodConfuzed.d.ts → IconBrandKakaoTalk.d.ts} +0 -0
  117. /package/dist/types/icons/{IconMoodConfuzedFilled.d.ts → IconBrandSignal.d.ts} +0 -0
  118. /package/dist/types/icons/{IconPhysotherapist.d.ts → IconBrandSignalFilled.d.ts} +0 -0
  119. /package/dist/types/icons/{IconSportBillard.d.ts → IconCurrencyRuble.d.ts} +0 -0
@@ -52,6 +52,15 @@ export { default as IconCircleDashedLetterLetterV } from './icons/IconCircleDash
52
52
  export { default as IconSeeding } from './icons/IconSeedling';
53
53
  export { default as IconSeedingOff } from './icons/IconSeedlingOff';
54
54
  export { default as IconBrandAdobePremier } from './icons/IconBrandAdobePremiere';
55
+ export { default as IconFoodsteps } from './icons/IconFootsteps';
56
+ export { default as IconMoodConfuzed } from './icons/IconMoodConfused';
57
+ export { default as IconCurrencyRubel } from './icons/IconCurrencyRuble';
58
+ export { default as IconSportBillard } from './icons/IconSportBilliard';
59
+ export { default as IconPhysotherapist } from './icons/IconPhysiotherapist';
60
+ export { default as IconIkosaedr } from './icons/IconIcosahedron';
61
+ export { default as IconGenderTrasvesti } from './icons/IconGenderTravesti';
62
+ export { default as IconBrandKakoTalk } from './icons/IconBrandKakaoTalk';
63
+ export { default as IconBrandAdobeAfterEffect } from './icons/IconBrandAdobeAfterEffects';
55
64
  export { default as IconDiscountCheckFilled } from './icons/IconRosetteDiscountCheckFilled';
56
65
  export { default as IconMessageCircle2Filled } from './icons/IconMessageCircleFilled';
57
66
  export { default as IconSeedingFilled } from './icons/IconSeedlingFilled';
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'app-window-bottom', 'AppWindowBottom', [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10" }], ["path", { "d": "M6 14h12v2h-12v-2", "fill": "currentColor" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'app-window-bottom-left', 'AppWindowBottomLeft', [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10" }], ["path", { "d": "M6 14h2v2h-2v-2", "fill": "currentColor" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'app-window-bottom-right', 'AppWindowBottomRight', [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10" }], ["path", { "d": "M16 14h2v2h-2v-2", "fill": "currentColor" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'app-window-center', 'AppWindowCenter', [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10" }], ["path", { "d": "M11 11h2v2h-2v-2", "fill": "currentColor" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'arrow-fork-triple', 'ArrowForkTriple', [["path", { "d": "M12 3v18" }], ["path", { "d": "M16 7l-4 -4l-4 4" }], ["path", { "d": "M16 11h5v5" }], ["path", { "d": "M8 11h-5v5" }], ["path", { "d": "M3 11l8.293 8.293c.453 .453 .707 1.067 .707 1.707" }], ["path", { "d": "M21 11l-8.293 8.293a2.4 2.4 0 0 0 -.707 1.707" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'brand-adobe-after-effects', 'BrandAdobeAfterEffects', [["path", { "d": "M3 12c0 -4.243 0 -6.364 1.318 -7.682s3.44 -1.318 7.682 -1.318s6.364 0 7.682 1.318s1.318 3.44 1.318 7.682s0 6.364 -1.318 7.682s-3.44 1.318 -7.682 1.318s-6.364 0 -7.682 -1.318s-1.318 -3.44 -1.318 -7.682" }], ["path", { "d": "M12 15.79l-.82 -2.653m-4.864 2.652l.82 -2.652m0 0l.686 -2.218c.559 -1.806 .838 -2.708 1.336 -2.708s.777 .902 1.335 2.708l.686 2.218m-4.043 0h4.043" }], ["path", { "d": "M13.895 12.824v1.07a1.895 1.895 0 0 0 3.54 .942m-3.54 -2.012v-.824a1.895 1.895 0 1 1 3.79 0v.824l-3.79 0" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'brand-kakao-talk', 'BrandKakaoTalk', [["path", { "d": "M10 8v7" }], ["path", { "d": "M14 10l-2 2.5l2 2.5" }], ["path", { "d": "M12 4c4.97 0 9 3.358 9 7.5c0 4.142 -4.03 7.5 -9 7.5c-.67 0 -1.323 -.061 -1.95 -.177l-3.05 2.177l.592 -2.962c-2.741 -1.284 -4.592 -3.73 -4.592 -6.538c0 -4.142 4.03 -7.5 9 -7.5" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'brand-signal', 'BrandSignal', [["path", { "d": "M2.708 22.726l.148 -.034l.822 -.191m2.754 -.642l.472 -.11c.485 .254 .987 .469 1.501 .647m2.939 .584c.218 .013 .437 .02 .656 .02c.22 0 .439 -.008 .657 -.02m2.939 -.583c.418 -.144 .824 -.312 1.217 -.504m2.484 -1.663c.329 -.292 .641 -.604 .933 -.933m1.663 -2.485c.192 -.393 .36 -.799 .505 -1.216m.582 -2.94c.012 -.217 .02 -.436 .02 -.656c0 -.22 -.008 -.439 -.02 -.657m-.583 -2.939c-.144 -.418 -.313 -.824 -.504 -1.217m-1.663 -2.484c-.292 -.329 -.604 -.641 -.933 -.933m-2.485 -1.663c-.393 -.192 -.799 -.36 -1.216 -.505m-2.94 -.582c-.217 -.012 -.436 -.02 -.656 -.02c-.22 0 -.439 .008 -.657 .02m-2.939 .583c-.418 .144 -.824 .313 -1.217 .504m-2.484 1.663c-.329 .292 -.641 .604 -.933 .933m-1.663 2.485c-.192 .393 -.36 .799 -.505 1.216m-.582 2.94c-.012 .217 -.02 .436 -.02 .656c0 .219 .007 .438 .02 .657m.584 2.939c.178 .514 .394 1.016 .648 1.501l-.11 .471m-.643 2.754l-.217 .93l-.009 .039c-.15 .643 .249 1.286 .892 1.436c.179 .041 .365 .041 .543 -.001" }], ["path", { "d": "M4.848 19.152l2.446 -.57l.993 .519c.56 .292 1.167 .519 1.805 .675c.597 .149 1.238 .223 1.908 .223c2.21 0 4.21 -.895 5.657 -2.342c1.447 -1.447 2.342 -3.447 2.342 -5.657c0 -2.21 -.895 -4.21 -2.342 -5.657c-1.447 -1.447 -3.447 -2.342 -5.657 -2.342c-2.21 0 -4.21 .895 -5.657 2.342c-1.447 1.447 -2.342 3.447 -2.342 5.657c0 .666 .075 1.308 .223 1.909c.156 .637 .383 1.244 .676 1.805l.519 .993l-.571 2.445" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('filled', 'brand-signal-filled', 'BrandSignalFilled', [["path", { "d": "M2.482 21.753l.969 -.225c.538 -.125 1.075 .209 1.2 .746c.124 .537 -.21 1.075 -.747 1.2l-.969 .225c-.166 .039 -.334 .059 -.498 .059c-.172 -.004 -.339 -.023 -.494 -.058c-.593 -.138 -1.073 -.502 -1.369 -.979c-.297 -.476 -.411 -1.067 -.274 -1.656l.226 -.969c.125 -.537 .662 -.871 1.199 -.747c.537 .125 .872 .662 .747 1.2l-.227 .965c-.012 .057 -.001 .11 .025 .153c.026 .042 .069 .075 .122 .087l.041 .007l.049 -.008zm4.176 1.079c-.537 .125 -1.074 -.209 -1.199 -.746c-.125 -.537 .21 -1.075 .747 -1.2l.472 -.11l.687 .09c.194 .101 .419 .208 .67 .316c.258 .11 .49 .202 .694 .272c.52 .179 .796 .746 .617 1.266c-.179 .52 -.746 .796 -1.266 .617c-.311 -.108 -.59 -.215 -.834 -.319c-.147 -.063 -.302 -.135 -.465 -.215l-.123 .029zm4.627 1.144c-.55 -.032 -.97 -.505 -.937 -1.055c.032 -.55 .505 -.97 1.054 -.937l.295 .014l.605 0l.296 -.015c.55 -.032 1.023 .388 1.055 .938c.032 .55 -.388 1.023 -.938 1.055l-.715 .024l-.715 -.024zm4.636 -.637c-.52 .179 -1.087 -.098 -1.266 -.617c-.179 -.52 .097 -1.087 .617 -1.266c.177 -.061 .364 -.133 .558 -.213c.172 -.073 .355 -.156 .545 -.248c.496 -.242 1.095 -.036 1.336 .46c.242 .496 .035 1.095 -.46 1.336c-.203 .099 -.423 .198 -.655 .294c-.213 .087 -.438 .172 -.675 .254zm4.036 -2.363c-.412 .364 -1.042 .326 -1.406 -.086c-.364 -.412 -.326 -1.042 .086 -1.406c.142 -.126 .288 -.264 .434 -.411l.005 -.004c.146 -.146 .282 -.291 .408 -.433c.365 -.411 .995 -.45 1.407 -.085c.412 .364 .45 .994 .085 1.406c-.164 .186 -.329 .361 -.492 .524c-.164 .164 -.34 .33 -.527 .495zm2.835 -3.726c-.242 .496 -.841 .702 -1.336 .46c-.496 -.241 -.703 -.84 -.461 -1.336c.092 -.19 .175 -.372 .247 -.545c.086 -.208 .158 -.394 .214 -.557c.179 -.52 .746 -.796 1.266 -.618c.52 .179 .796 .746 .617 1.266c-.087 .253 -.172 .479 -.254 .675c-.096 .233 -.194 .452 -.293 .655zm1.184 -4.535c-.032 .55 -.505 .97 -1.055 .937c-.55 -.032 -.97 -.505 -.938 -1.054l.015 -.296l0 -.604l-.015 -.296c-.032 -.55 .388 -1.023 .938 -1.055c.55 -.032 1.023 .388 1.055 .938l.024 .715l-.024 .715zm-.637 -4.636c.179 .52 -.098 1.087 -.617 1.266c-.52 .179 -1.087 -.097 -1.266 -.617c-.056 -.163 -.128 -.349 -.214 -.556c-.079 -.192 -.163 -.376 -.247 -.551c-.24 -.496 -.031 -1.093 .464 -1.332c.496 -.239 1.093 -.031 1.332 .465c.107 .219 .206 .438 .295 .653c.081 .195 .166 .42 .253 .672zm-2.363 -4.036c.364 .412 .326 1.042 -.086 1.406c-.412 .364 -1.042 .326 -1.406 -.086c-.126 -.142 -.264 -.287 -.41 -.433l-.004 -.005c-.146 -.146 -.291 -.283 -.434 -.409c-.411 -.365 -.45 -.995 -.085 -1.407c.364 -.412 .994 -.45 1.406 -.085c.186 .164 .362 .33 .525 .493c.164 .164 .329 .34 .494 .526zm-3.726 -2.835c.496 .242 .702 .841 .46 1.336c-.241 .496 -.84 .703 -1.336 .461c-.19 -.092 -.372 -.175 -.545 -.247c-.208 -.086 -.394 -.158 -.557 -.214c-.52 -.179 -.796 -.746 -.618 -1.266c.179 -.52 .746 -.796 1.266 -.617c.253 .087 .479 .172 .675 .254c.233 .096 .452 .194 .655 .293zm-4.535 -1.184c.55 .032 .97 .505 .937 1.055c-.032 .55 -.505 .97 -1.054 .938l-.296 -.015l-.604 0l-.296 .015c-.55 .032 -1.023 -.388 -1.055 -.938c-.032 -.55 .388 -1.023 .938 -1.055l.715 -.024l.715 .024zm-4.636 .637c.52 -.179 1.087 .098 1.266 .617c.179 .52 -.097 1.087 -.617 1.266c-.163 .056 -.349 .128 -.556 .214c-.192 .079 -.376 .163 -.551 .247c-.496 .24 -1.093 .031 -1.332 -.464c-.239 -.496 -.031 -1.093 .465 -1.332c.219 -.107 .438 -.206 .653 -.295c.195 -.081 .42 -.166 .672 -.253zm-4.036 2.363c.412 -.364 1.042 -.326 1.406 .086c.364 .412 .326 1.042 -.086 1.406c-.142 .126 -.287 .264 -.433 .41l-.005 .004c-.146 .146 -.283 .291 -.409 .434c-.365 .411 -.995 .45 -1.407 .085c-.412 -.364 -.45 -.994 -.085 -1.406c.164 -.186 .33 -.362 .493 -.525c.164 -.164 .34 -.329 .526 -.494zm-2.835 3.726c.242 -.496 .841 -.702 1.336 -.46c.496 .241 .703 .84 .461 1.336c-.092 .19 -.176 .373 -.247 .545c-.071 .172 -.142 .358 -.211 .557c-.178 .522 -.747 .8 -1.269 .621c-.522 -.178 -.8 -.747 -.621 -1.269c.074 -.216 .161 -.442 .257 -.674c.097 -.234 .195 -.453 .294 -.656zm-1.184 4.535c.032 -.55 .505 -.97 1.055 -.937c.55 .032 .97 .505 .938 1.054l-.015 .296l0 .605l.014 .295c.033 .55 -.387 1.023 -.937 1.055c-.55 .032 -1.023 -.388 -1.055 -.938l-.024 -.715l.024 -.715zm.639 4.635c-.179 -.52 .097 -1.087 .617 -1.266c.52 -.178 1.087 .098 1.266 .618c.07 .203 .161 .435 .272 .692c.094 .226 .201 .45 .317 .672l.09 .687l-.11 .471c-.125 .537 -.662 .872 -1.2 .747c-.537 -.125 -.871 -.662 -.746 -1.199l.029 -.124l-.212 -.465c-.109 -.244 -.216 -.523 -.323 -.833z" }], ["path", { "d": "M7.164 19.638l-2.089 .487c-.145 .033 -.299 .036 -.453 0c-.537 -.125 -.871 -.662 -.746 -1.199l.487 -2.089l-.346 -.662c-.165 -.316 -.312 -.646 -.439 -.985c-.122 -.325 -.226 -.66 -.311 -1.001l-.012 -.041c-.085 -.347 -.149 -.701 -.191 -1.057c-.042 -.363 -.063 -.729 -.063 -1.091c0 -2.485 1.007 -4.736 2.635 -6.364c.825 -.825 1.818 -1.493 2.925 -1.951c1.064 -.441 2.227 -.684 3.439 -.684c2.485 0 4.736 1.007 6.364 2.635c.825 .825 1.493 1.818 1.951 2.925c.441 1.064 .684 2.227 .684 3.439c0 2.485 -1.007 4.736 -2.635 6.364c-.825 .825 -1.818 1.493 -2.925 1.951c-1.064 .441 -2.227 .684 -3.439 .684c-.365 0 -.732 -.021 -1.095 -.063c-.356 -.042 -.708 -.106 -1.051 -.191c-.355 -.088 -.704 -.196 -1.043 -.322c-.339 -.127 -.669 -.274 -.985 -.439l-.662 -.346z" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'currency-ruble', 'CurrencyRuble', [["path", { "d": "M8 19v-14h6a3 3 0 0 1 0 6h-8" }], ["path", { "d": "M14 15h-8" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'device-vision-pro-wifi', 'DeviceVisionProWifi', [["path", { "d": "M12 10q 1.715 0 3.275 .104q 1.526 .101 2.798 .42q 1.22 .304 2.119 .909a3.9 3.9 0 0 1 1.328 1.531c.326 .657 .48 1.48 .48 2.466q .002 1.51 -.574 2.707q -.562 1.17 -1.537 1.848a3.7 3.7 0 0 1 -2.16 .66q -.764 .002 -1.382 -.21a6 6 0 0 1 -1.17 -.548a19 19 0 0 1 -1.045 -.695a9 9 0 0 0 -1.001 -.63a2.4 2.4 0 0 0 -1.13 -.301c-.373 0 -.75 .097 -1.132 .3q -.475 .255 -1 .63q -.482 .345 -1.047 .695a5.8 5.8 0 0 1 -1.168 .548q -.62 .211 -1.378 .21a3.7 3.7 0 0 1 -2.165 -.659q -.976 -.68 -1.537 -1.848q -.576 -1.196 -.574 -2.709c-.004 -.98 .15 -1.802 .477 -2.46c.3 -.619 .76 -1.147 1.33 -1.531q .9 -.604 2.12 -.907q 1.382 -.335 2.8 -.423q 1.56 -.107 3.273 -.107" }], ["path", { "d": "M7 4.071a7.07 7.07 0 0 1 10 0" }], ["path", { "d": "M9.5 6.572a3.535 3.535 0 0 1 5.001 0" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'device-workstation', 'DeviceWorkstation', [["path", { "d": "M7.07 20l-4.84 -4.617a.79 .79 0 0 1 -.065 -1.041l2.835 -3.342" }], ["path", { "d": "M9 20h-5" }], ["path", { "d": "M6.398 8.063l-1.302 -.896a.95 .95 0 0 0 -1.318 .245l-.611 .889a.95 .95 0 0 0 .245 1.318l1.302 .896c1.041 .716 .635 3.505 2.735 4.949l4.551 -6.62c-2.067 -1.42 -4.559 -.065 -5.602 -.781" }], ["path", { "d": "M9 4h10a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-7" }], ["path", { "d": "M13 20h4" }], ["path", { "d": "M15 16v4" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'dragon', 'Dragon', [["path", { "d": "M10.706 8.849l-5.706 -3.301l-2 6.452l3.5 -1.973l.5 2.973l3.555 -1.385" }], ["path", { "d": "M15 9c0 3.5 4 3 4 7c0 3 -3 5 -5.5 5s-6 -.5 -6.5 -5c2 2 6.592 3.043 7.5 1c1.094 -2.461 -4 -3.459 -4 -6.5c0 -2.062 .5 -2.5 1.8 -3.2" }], ["path", { "d": "M18 6a3 3 270 1 0 -3 3h5l1 -3h-3" }], ["path", { "d": "M15 3h-8l5 3" }]]);
@@ -1,2 +1,2 @@
1
1
  import createSolidComponent from '../createSolidComponent';
2
- export default createSolidComponent('outline', 'flip-horizontal', 'FlipHorizontal', [["path", { "d": "M3 12l18 0" }], ["path", { "d": "M7 16l10 0l-10 5l0 -5" }], ["path", { "d": "M7 8l10 0l-10 -5l0 5" }]]);
2
+ export default createSolidComponent('outline', 'flip-horizontal', 'FlipHorizontal', [["path", { "d": "M12 3l0 18" }], ["path", { "d": "M16 7l0 10l5 0l-5 -10" }], ["path", { "d": "M8 7l0 10l-5 0l5 -10" }]]);
@@ -1,2 +1,2 @@
1
1
  import createSolidComponent from '../createSolidComponent';
2
- export default createSolidComponent('outline', 'flip-vertical', 'FlipVertical', [["path", { "d": "M12 3l0 18" }], ["path", { "d": "M16 7l0 10l5 0l-5 -10" }], ["path", { "d": "M8 7l0 10l-5 0l5 -10" }]]);
2
+ export default createSolidComponent('outline', 'flip-vertical', 'FlipVertical', [["path", { "d": "M3 12l18 0" }], ["path", { "d": "M7 16l10 0l-10 5l0 -5" }], ["path", { "d": "M7 8l10 0l-10 -5l0 5" }]]);
@@ -1,2 +1,2 @@
1
1
  import createSolidComponent from '../createSolidComponent';
2
- export default createSolidComponent('outline', 'foodsteps', 'Foodsteps', [["path", { "d": "M4 16.5a2.5 2.5 0 0 0 5 0a1.5 1.5 0 0 0 -1.5 -1.5h-2a1.5 1.5 0 0 0 -1.5 1.5" }], ["path", { "d": "M15 18.5a2.5 2.5 0 0 0 5 0a1.5 1.5 0 0 0 -1.5 -1.5h-2a1.5 1.5 0 0 0 -1.5 1.5" }], ["path", { "d": "M8.52 12h-4.04c-.348 0 -.678 -.179 -.823 -.496c-1.326 -2.904 -.774 -8.504 2.843 -8.504s4.17 5.6 2.843 8.504c-.145 .317 -.475 .496 -.824 .496" }], ["path", { "d": "M19.52 14h-4.04c-.348 0 -.678 -.179 -.823 -.496c-1.326 -2.904 -.774 -8.504 2.843 -8.504s4.17 5.6 2.843 8.504c-.145 .317 -.475 .496 -.824 .496" }]]);
2
+ export default createSolidComponent('outline', 'footsteps', 'Footsteps', [["path", { "d": "M4 16.5a2.5 2.5 0 0 0 5 0a1.5 1.5 0 0 0 -1.5 -1.5h-2a1.5 1.5 0 0 0 -1.5 1.5" }], ["path", { "d": "M15 18.5a2.5 2.5 0 0 0 5 0a1.5 1.5 0 0 0 -1.5 -1.5h-2a1.5 1.5 0 0 0 -1.5 1.5" }], ["path", { "d": "M8.52 12h-4.04c-.348 0 -.678 -.179 -.823 -.496c-1.326 -2.904 -.774 -8.504 2.843 -8.504s4.17 5.6 2.843 8.504c-.145 .317 -.475 .496 -.824 .496" }], ["path", { "d": "M19.52 14h-4.04c-.348 0 -.678 -.179 -.823 -.496c-1.326 -2.904 -.774 -8.504 2.843 -8.504s4.17 5.6 2.843 8.504c-.145 .317 -.475 .496 -.824 .496" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'gender-travesti', 'GenderTravesti', [["path", { "d": "M15 20a5 5 0 1 1 0 -10a5 5 0 0 1 0 10" }], ["path", { "d": "M6 6l5.4 5.4" }], ["path", { "d": "M4 8l4 -4" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'icosahedron', 'Icosahedron', [["path", { "d": "M21 8.007v7.986a2 2 0 0 1 -1.006 1.735l-7 4.007a2 2 0 0 1 -1.988 0l-7 -4.007a2 2 0 0 1 -1.006 -1.735v-7.986a2 2 0 0 1 1.006 -1.735l7 -4.007a2 2 0 0 1 1.988 0l7 4.007a2 2 0 0 1 1.006 1.735" }], ["path", { "d": "M3.29 6.97l4.21 2.03" }], ["path", { "d": "M20.71 6.97l-4.21 2.03" }], ["path", { "d": "M20.7 17h-17.4" }], ["path", { "d": "M11.76 2.03l-4.26 6.97l-4.3 7.84" }], ["path", { "d": "M12.24 2.03q 2.797 4.44 4.26 6.97t 4.3 7.84" }], ["path", { "d": "M12 17l-4.5 -8h9l-4.5 8" }], ["path", { "d": "M12 17v5" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'italic-off', 'ItalicOff', [["path", { "d": "M11 5h6" }], ["path", { "d": "M7 19h6" }], ["path", { "d": "M11.8 12.9l-1.8 6.1" }], ["path", { "d": "M2.8 3l18 18" }], ["path", { "d": "M14 5l-1.2 4.1" }]]);
@@ -1,2 +1,2 @@
1
1
  import createSolidComponent from '../createSolidComponent';
2
- export default createSolidComponent('outline', 'mood-confuzed', 'MoodConfuzed', [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" }], ["path", { "d": "M9 10l.01 0" }], ["path", { "d": "M15 10l.01 0" }], ["path", { "d": "M9.5 16a10 10 0 0 1 6 -1.5" }]]);
2
+ export default createSolidComponent('outline', 'mood-confused', 'MoodConfused', [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" }], ["path", { "d": "M9 10l.01 0" }], ["path", { "d": "M15 10l.01 0" }], ["path", { "d": "M9.5 16a10 10 0 0 1 6 -1.5" }]]);
@@ -1,2 +1,2 @@
1
1
  import createSolidComponent from '../createSolidComponent';
2
- export default createSolidComponent('filled', 'mood-confuzed-filled', 'MoodConfuzedFilled', [["path", { "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.43 10.162a11 11 0 0 0 -6.6 1.65a1 1 0 0 0 1.06 1.696a9 9 0 0 1 5.4 -1.35a1 1 0 0 0 .14 -1.996zm-6.56 -4.502l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm6 0l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z" }]]);
2
+ export default createSolidComponent('filled', 'mood-confused-filled', 'MoodConfusedFilled', [["path", { "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.43 10.162a11 11 0 0 0 -6.6 1.65a1 1 0 0 0 1.06 1.696a9 9 0 0 1 5.4 -1.35a1 1 0 0 0 .14 -1.996zm-6.56 -4.502l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm6 0l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'physiotherapist', 'Physiotherapist', [["path", { "d": "M9 15l-1 -3l4 -2l4 1h3.5" }], ["path", { "d": "M3 19a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" }], ["path", { "d": "M11 6a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" }], ["path", { "d": "M12 17v-7" }], ["path", { "d": "M8 20h7l1 -4l4 -2" }], ["path", { "d": "M18 20h3" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'play-bug', 'PlayBug', [["path", { "d": "M3.5 18a2.5 3 0 1 0 5 0a2.5 3 0 1 0 -5 0" }], ["path", { "d": "M2 18h1.5" }], ["path", { "d": "M8.5 18h1.5" }], ["path", { "d": "M9.5 14.5l-1.5 1.5" }], ["path", { "d": "M2.5 14.5l1.5 1.5" }], ["path", { "d": "M2.5 21.5l1.5 -1.5" }], ["path", { "d": "M8 20l1.5 1.5" }], ["path", { "d": "M13 16l8 -5l-13 -8v8" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'play-bugs', 'PlayBugs', [["path", { "d": "M3.5 18a2.5 3 0 1 0 5 0a2.5 3 0 1 0 -5 0" }], ["path", { "d": "M2 17.5h1.5" }], ["path", { "d": "M8.5 17.5h1.5" }], ["path", { "d": "M9.5 14.5l-1.5 1.5" }], ["path", { "d": "M2.5 14.5l1.5 1.5" }], ["path", { "d": "M2.5 21.5l1.5 -1.5" }], ["path", { "d": "M8 20l1.5 1.5" }], ["path", { "d": "M15.5 16l6.5 -5l-11 -8" }], ["path", { "d": "M13 12.5l2 -1.5l-11 -8v8" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'remote-control', 'RemoteControl', [["path", { "d": "M9 14a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v5a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2v-5" }], ["path", { "d": "M20 9c-.914 -3.455 -4.15 -6 -8 -6c-3.853 0 -7.089 2.542 -8 6" }], ["path", { "d": "M15 9c-.69 -1.2 -1.517 -2 -3 -2s-2.31 .801 -3 2" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'rocking-chair', 'RockingChair', [["path", { "d": "M4 3l1.478 6.65a3 3 0 0 0 2.929 2.35h9.593" }], ["path", { "d": "M10 12l-3.5 7.5" }], ["path", { "d": "M14 12l3.5 7.5" }], ["path", { "d": "M3 16c1.966 2.992 4.75 5 9 5s7.035 -2.002 9 -5" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'run-sprint', 'RunSprint', [["path", { "d": "M14.007 5a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" }], ["path", { "d": "M7 17l5 1l.75 -1.5" }], ["path", { "d": "M18 21v-4l-4 -3l1 -6" }], ["path", { "d": "M10 12v-3l5 -1l3 3l3 1" }], ["path", { "d": "M10 5h-4" }], ["path", { "d": "M6 10h-4" }]]);
@@ -1,2 +1,2 @@
1
1
  import createSolidComponent from '../createSolidComponent';
2
- export default createSolidComponent('outline', 'server', 'Server', [["path", { "d": "M3 7a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3" }], ["path", { "d": "M3 15a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3l0 -2" }], ["path", { "d": "M7 8l0 .01" }], ["path", { "d": "M7 16l0 .01" }]]);
2
+ export default createSolidComponent('outline', 'server', 'Server', [["path", { "d": "M3 7a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-2" }], ["path", { "d": "M3 15a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3l0 -2" }], ["path", { "d": "M7 8l0 .01" }], ["path", { "d": "M7 16l0 .01" }]]);
@@ -1,2 +1,2 @@
1
1
  import createSolidComponent from '../createSolidComponent';
2
- export default createSolidComponent('outline', 'server-bolt', 'ServerBolt', [["path", { "d": "M3 7a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3" }], ["path", { "d": "M15 20h-9a3 3 0 0 1 -3 -3v-2a3 3 0 0 1 3 -3h12" }], ["path", { "d": "M7 8v.01" }], ["path", { "d": "M7 16v.01" }], ["path", { "d": "M20 15l-2 3h3l-2 3" }]]);
2
+ export default createSolidComponent('outline', 'server-bolt', 'ServerBolt', [["path", { "d": "M3 7a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-2" }], ["path", { "d": "M15 20h-9a3 3 0 0 1 -3 -3v-2a3 3 0 0 1 3 -3h12" }], ["path", { "d": "M7 8v.01" }], ["path", { "d": "M7 16v.01" }], ["path", { "d": "M20 15l-2 3h3l-2 3" }]]);
@@ -1,2 +1,2 @@
1
1
  import createSolidComponent from '../createSolidComponent';
2
- export default createSolidComponent('outline', 'sparkles-2', 'Sparkles2', [["path", { "d": "M13 7a9.3 9.3 0 0 0 1.516 -.546c.911 -.438 1.494 -1.015 1.937 -1.932c.207 -.428 .382 -.928 .547 -1.522c.165 .595 .34 1.095 .547 1.521c.443 .918 1.026 1.495 1.937 1.933c.426 .205 .925 .38 1.516 .546a9.3 9.3 0 0 0 -1.516 .547c-.911 .438 -1.494 1.015 -1.937 1.932a9 9 0 0 0 -.547 1.521c-.165 -.594 -.34 -1.095 -.547 -1.521c-.443 -.918 -1.026 -1.494 -1.937 -1.932a9 9 0 0 0 -1.516 -.547" }], ["path", { "d": "M3 14a21 21 0 0 0 1.652 -.532c2.542 -.953 3.853 -2.238 4.816 -4.806a20 20 0 0 0 .532 -1.662a20 20 0 0 0 .532 1.662c.963 2.567 2.275 3.853 4.816 4.806q .75 .28 1.652 .532a21 21 0 0 0 -1.652 .532c-2.542 .953 -3.854 2.238 -4.816 4.806a20 20 0 0 0 -.532 1.662a20 20 0 0 0 -.532 -1.662c-.963 -2.568 -2.275 -3.853 -4.816 -4.806a21 21 0 0 0 -1.652 -.532" }]]);
2
+ export default createSolidComponent('outline', 'sparkles-2', 'Sparkles2', [["path", { "d": "M14 6a9.3 9.3 0 0 0 1.516 -.546c.911 -.438 1.494 -1.015 1.937 -1.932c.207 -.428 .382 -.928 .547 -1.522c.165 .595 .34 1.095 .547 1.521c.443 .918 1.026 1.495 1.937 1.933c.426 .205 .925 .38 1.516 .546a9.3 9.3 0 0 0 -1.516 .547c-.911 .438 -1.494 1.015 -1.937 1.932a9 9 0 0 0 -.547 1.521c-.165 -.594 -.34 -1.095 -.547 -1.521c-.443 -.918 -1.026 -1.494 -1.937 -1.932a9 9 0 0 0 -1.516 -.547" }], ["path", { "d": "M3 14a21 21 0 0 0 1.652 -.532c2.542 -.953 3.853 -2.238 4.816 -4.806a20 20 0 0 0 .532 -1.662a20 20 0 0 0 .532 1.662c.963 2.567 2.275 3.853 4.816 4.806q .75 .28 1.652 .532a21 21 0 0 0 -1.652 .532c-2.542 .953 -3.854 2.238 -4.816 4.806a20 20 0 0 0 -.532 1.662a20 20 0 0 0 -.532 -1.662c-.963 -2.568 -2.275 -3.853 -4.816 -4.806a21 21 0 0 0 -1.652 -.532" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'sparkles-2-off', 'Sparkles2Off', [["path", { "d": "M14 6a9.3 9.3 0 0 0 1.516 -.546c.911 -.438 1.494 -1.015 1.937 -1.932c.207 -.428 .382 -.928 .547 -1.522c.165 .595 .34 1.095 .547 1.521c.443 .918 1.026 1.495 1.937 1.933c.426 .205 .925 .38 1.516 .546a9.3 9.3 0 0 0 -1.516 .547c-.911 .438 -1.494 1.015 -1.937 1.932a9 9 0 0 0 -.547 1.521c-.165 -.594 -.34 -1.095 -.547 -1.521c-.443 -.918 -1.026 -1.494 -1.937 -1.932a9 9 0 0 0 -1.516 -.547" }], ["path", { "d": "M14.756 14.77c-2.16 .93 -3.34 2.207 -4.224 4.568a20 20 0 0 0 -.532 1.662a20 20 0 0 0 -.532 -1.662c-.963 -2.568 -2.275 -3.853 -4.816 -4.806a21 21 0 0 0 -1.652 -.532a21 21 0 0 0 1.652 -.532c2.345 -.879 3.642 -2.04 4.585 -4.23" }], ["path", { "d": "M3 3l18 18" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'sport-billiard', 'SportBilliard', [["path", { "d": "M10 10a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" }], ["path", { "d": "M10 14a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" }], ["path", { "d": "M4 12a8 8 0 1 0 16 0a8 8 0 1 0 -16 0" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'tab-close', 'TabClose', [["path", { "d": "M3 21v-1a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v1" }], ["path", { "d": "M6 15a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2" }], ["path", { "d": "M15 6l-3 3l-3 -3" }], ["path", { "d": "M12 9v-6" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'tabs', 'Tabs', [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10" }], ["path", { "d": "M6.36 5a2 2 0 0 1 1.962 1.608l.356 1.784a2 2 0 0 0 1.962 1.608h8.36a2 2 0 0 1 2 2" }], ["path", { "d": "M12.36 5a2 2 0 0 1 1.962 1.608l.356 1.784a2 2 0 0 0 1.962 1.608" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'tags-chevron-down', 'TagsChevronDown', [["path", { "d": "M5 3v13.446c0 .345 .155 .665 .411 .848l6.125 4.375a.78 .78 0 0 0 .928 0l6.125 -4.375a1.04 1.04 0 0 0 .411 -.848v-13.446l-7 5l-7 -5" }], ["path", { "d": "M5 10l6.536 4.669a.78 .78 0 0 0 .928 0l6.536 -4.669" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'tags-chevron-left', 'TagsChevronLeft', [["path", { "d": "M20.59 19h-12.86a.98 .98 0 0 1 -.81 -.411l-4.185 -6.125a.81 .81 0 0 1 0 -.928l4.184 -6.125a.98 .98 0 0 1 .811 -.411h12.86l-4.782 7l4.782 7" }], ["path", { "d": "M13.895 19l-4.465 -6.536a.81 .81 0 0 1 0 -.928l4.465 -6.536" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'tags-chevron-right', 'TagsChevronRight', [["path", { "d": "M3 19h13.485a1 1 0 0 0 .814 -.419l4.286 -6a1 1 0 0 0 0 -1.162l-4.286 -6a1 1 0 0 0 -.814 -.419h-13.485l5 7l-5 7" }], ["path", { "d": "M10 19l4.585 -6.419a1 1 0 0 0 0 -1.162l-4.585 -6.419" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'tags-chevron-up', 'TagsChevronUp', [["path", { "d": "M5 21v-13.446c0 -.345 .155 -.665 .411 -.848l6.125 -4.375a.78 .78 0 0 1 .928 0l6.125 4.375c.256 .183 .411 .503 .411 .848v13.446l-7 -5l-7 5" }], ["path", { "d": "M5 14l6.536 -4.669a.78 .78 0 0 1 .928 0l6.536 4.669" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'text-outline', 'TextOutline', [["path", { "d": "M3 8v-1a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v1" }], ["path", { "d": "M3 16v1a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-1" }], ["path", { "d": "M21.01 12h.01" }], ["path", { "d": "M3.01 12h.01" }], ["path", { "d": "M10 15v-4a2 2 0 1 1 4 0v4" }], ["path", { "d": "M10 13h4" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'text-regex-asterisk', 'TextRegexAsterisk', [["path", { "d": "M10 8v6a2 2 0 1 0 4 0v-1a2 2 0 1 0 -4 0v1" }], ["path", { "d": "M7 16v-3a2 2 0 1 0 -4 0v1a2 2 0 0 0 3.726 1.01" }], ["path", { "d": "M19 9.5v5" }], ["path", { "d": "M17 10.75l4 2.5" }], ["path", { "d": "M17 13.25l4 -2.5" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'text-regex-end', 'TextRegexEnd', [["path", { "d": "M10 8v6a2 2 0 1 0 4 0v-1a2 2 0 1 0 -4 0v1" }], ["path", { "d": "M7 16v-3a2 2 0 1 0 -4 0v1a2 2 0 0 0 3.726 1.01" }], ["path", { "d": "M21 10h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" }], ["path", { "d": "M19 10v-1" }], ["path", { "d": "M19 16v1" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'text-regex-plus', 'TextRegexPlus', [["path", { "d": "M10 8v6a2 2 0 1 0 4 0v-1a2 2 0 1 0 -4 0v1" }], ["path", { "d": "M7 16v-3a2 2 0 1 0 -4 0v1a2 2 0 0 0 3.726 1.01" }], ["path", { "d": "M17 13h4" }], ["path", { "d": "M19 11v4" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'text-regex-question', 'TextRegexQuestion', [["path", { "d": "M10 8v6a2 2 0 1 0 4 0v-1a2 2 0 1 0 -4 0v1" }], ["path", { "d": "M7 16v-3a2 2 0 1 0 -4 0v1a2 2 0 0 0 3.726 1.01" }], ["path", { "d": "M19 16v.01" }], ["path", { "d": "M19 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'text-regex-start', 'TextRegexStart', [["path", { "d": "M17 8v6a2 2 0 1 0 4 0v-1a2 2 0 1 0 -4 0v1" }], ["path", { "d": "M14 16v-3a2 2 0 1 0 -4 0v1a2 2 0 0 0 3.726 1.01" }], ["path", { "d": "M3 10l2 -2l2 2" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'thinking-high', 'ThinkingHigh', [["path", { "d": "M17 21v-1.25c0 -2.311 .778 -1.92 2.244 -3.749a8 8 0 1 0 -14.244 -5.001q 0 .25 -1.876 3.518a1 1 0 0 0 .876 1.482h2v3a2 2 0 0 0 2 2h3" }], ["path", { "d": "M9 11a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'thinking-low', 'ThinkingLow', [["path", { "d": "M17 21v-1.25c0 -2.311 .778 -1.92 2.244 -3.749a8 8 0 1 0 -14.244 -5.001q 0 .25 -1.876 3.518a1 1 0 0 0 .876 1.482h2v3a2 2 0 0 0 2 2h3" }], ["path", { "d": "M12 11a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'thinking-medium', 'ThinkingMedium', [["path", { "d": "M17 21v-1.25c0 -2.311 .778 -1.92 2.244 -3.749a8 8 0 1 0 -14.244 -5.001q 0 .25 -1.876 3.518a1 1 0 0 0 .876 1.482h2v3a2 2 0 0 0 2 2h3" }], ["path", { "d": "M11 11a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'treasure-chest', 'TreasureChest', [["path", { "d": "M4 19h16a1 1 0 0 0 1 -1v-9a4 4 0 0 0 -4 -4h-10a4 4 0 0 0 -4 4v9a1 1 0 0 0 1 1" }], ["path", { "d": "M3 11h18" }], ["path", { "d": "M16 5v14" }], ["path", { "d": "M8 5v14" }], ["path", { "d": "M12 11v2" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'twig', 'Twig', [["path", { "d": "M3 21l5 -4l3 -5l5 -2l5 -7" }], ["path", { "d": "M16 10h5" }], ["path", { "d": "M11 12v-8" }], ["path", { "d": "M8 17h7" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'underline-off', 'UnderlineOff', [["path", { "d": "M7 7.4v2.6c0 2.8 2.2 5 5 5c.9 0 1.8 -.2 2.4 -.6" }], ["path", { "d": "M5 19h14" }], ["path", { "d": "M3 2.7l18 18" }], ["path", { "d": "M16.4 12.4c.4 -.7 .6 -1.5 .6 -2.4v-5" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'vault', 'Vault', [["path", { "d": "M3 6a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12" }], ["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" }], ["path", { "d": "M9.75 9.75l-1.75 -1.75" }], ["path", { "d": "M14.25 9.75l1.75 -1.75" }], ["path", { "d": "M14.25 14.25l1.75 1.75" }], ["path", { "d": "M9.75 14.25l-1.75 1.75" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'virtual-space', 'VirtualSpace', [["path", { "d": "M16 14.808a25 25 0 0 0 -4 -.312c-1.439 0 -2.796 .113 -4 .312" }], ["path", { "d": "M21 17.439c0 1.148 -2.034 2.142 -4.997 2.625l-.003 -10.439c2.965 -.482 5 -1.477 5 -2.625v-.064c0 -1.622 -4.03 -2.936 -9 -2.936s-9 1.314 -9 2.936c0 1.148 2.035 2.142 5 2.624l-.003 10.44c-2.963 -.483 -4.997 -1.477 -4.997 -2.625" }], ["path", { "d": "M3 6.936v10.439" }], ["path", { "d": "M21 6.936v10.439" }]]);
@@ -0,0 +1,2 @@
1
+ import createSolidComponent from '../createSolidComponent';
2
+ export default createSolidComponent('outline', 'yarn', 'Yarn', [["path", { "d": "M7.5 19.794a9 9 0 1 0 9 -15.588a9 9 0 0 0 -9 15.588" }], ["path", { "d": "M20.997 12a9 9 0 0 0 -8.997 9" }], ["path", { "d": "M9.662 12.778a9 9 0 0 0 -6.643 -.27" }], ["path", { "d": "M19.527 7.078a14 14 0 0 0 -12.45 12.458" }], ["path", { "d": "M13.503 9.18a14 14 0 0 0 -9.033 -2.097" }]]);