@tabler/icons-solidjs 3.43.0 → 3.45.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.
- package/README.md +4 -4
- package/dist/cjs/tabler-icons-solidjs.js +655 -146
- package/dist/cjs/tabler-icons-solidjs.js.map +1 -1
- package/dist/esm/tabler-icons-solidjs.js +600 -138
- package/dist/esm/tabler-icons-solidjs.js.map +1 -1
- package/dist/source/aliases.js +9 -0
- package/dist/source/icons/IconAirBalloon.js +1 -1
- package/dist/source/icons/IconAppWindowBottom.js +2 -0
- package/dist/source/icons/IconAppWindowBottomLeft.js +2 -0
- package/dist/source/icons/IconAppWindowBottomRight.js +2 -0
- package/dist/source/icons/IconAppWindowCenter.js +2 -0
- package/dist/source/icons/IconArrowForkTriple.js +2 -0
- package/dist/source/icons/IconBodyScan.js +1 -1
- package/dist/source/icons/IconBrandAdobeAfterEffects.js +2 -0
- package/dist/source/icons/IconBrandKakaoTalk.js +2 -0
- package/dist/source/icons/IconBrandSignal.js +2 -0
- package/dist/source/icons/IconBrandSignalFilled.js +2 -0
- package/dist/source/icons/IconChartSankey.js +1 -1
- package/dist/source/icons/IconCodeAi.js +2 -0
- package/dist/source/icons/IconCurrencyRuble.js +2 -0
- package/dist/source/icons/IconDeviceVisionProWifi.js +2 -0
- package/dist/source/icons/IconDeviceWorkstation.js +2 -0
- package/dist/source/icons/IconDragon.js +2 -0
- package/dist/source/icons/IconEarScan.js +1 -1
- package/dist/source/icons/IconEmailStamp.js +2 -0
- package/dist/source/icons/IconFlipHorizontal.js +1 -1
- package/dist/source/icons/IconFlipVertical.js +1 -1
- package/dist/source/icons/IconFootsteps.js +2 -0
- package/dist/source/icons/IconGenderTravesti.js +2 -0
- package/dist/source/icons/IconGitPullRequestConflict.js +2 -0
- package/dist/source/icons/IconGridScan.js +1 -1
- package/dist/source/icons/IconIcosahedron.js +2 -0
- package/dist/source/icons/IconItalicOff.js +2 -0
- package/dist/source/icons/IconLineScan.js +1 -1
- package/dist/source/icons/{IconMoodConfuzed.js → IconMoodConfused.js} +1 -1
- package/dist/source/icons/{IconMoodConfuzedFilled.js → IconMoodConfusedFilled.js} +1 -1
- package/dist/source/icons/IconNoiseReduction.js +2 -0
- package/dist/source/icons/IconObjectScan.js +1 -1
- package/dist/source/icons/IconPhotoAlt.js +2 -0
- package/dist/source/icons/IconPhotoScan.js +1 -1
- package/dist/source/icons/IconPhysiotherapist.js +2 -0
- package/dist/source/icons/IconPointer2.js +2 -0
- package/dist/source/icons/IconPointerCollaboration.js +2 -0
- package/dist/source/icons/IconPointerCollaboration2.js +2 -0
- package/dist/source/icons/IconRoulette.js +2 -0
- package/dist/source/icons/IconRouteScan.js +1 -1
- package/dist/source/icons/IconScan.js +1 -1
- package/dist/source/icons/IconScanCube.js +2 -0
- package/dist/source/icons/IconScanEye.js +1 -1
- package/dist/source/icons/IconScanLetterA.js +1 -1
- package/dist/source/icons/IconScanLetterT.js +1 -1
- package/dist/source/icons/IconScanPosition.js +1 -1
- package/dist/source/icons/IconScanTraces.js +1 -1
- package/dist/source/icons/IconSketching.js +2 -0
- package/dist/source/icons/IconSparkle.js +2 -0
- package/dist/source/icons/IconSparkle2.js +2 -0
- package/dist/source/icons/IconSparkleHighlight.js +2 -0
- package/dist/source/icons/IconSphere2.js +2 -0
- package/dist/source/icons/IconSportBilliard.js +2 -0
- package/dist/source/icons/IconTabClose.js +2 -0
- package/dist/source/icons/IconTextOutline.js +2 -0
- package/dist/source/icons/IconTextRegexAsterisk.js +2 -0
- package/dist/source/icons/IconTextRegexEnd.js +2 -0
- package/dist/source/icons/IconTextRegexPlus.js +2 -0
- package/dist/source/icons/IconTextRegexQuestion.js +2 -0
- package/dist/source/icons/IconTextRegexStart.js +2 -0
- package/dist/source/icons/IconTextScan2.js +1 -1
- package/dist/source/icons/IconTextScanAi.js +2 -0
- package/dist/source/icons/IconUnderlineOff.js +2 -0
- package/dist/source/icons/IconUserScan.js +1 -1
- package/dist/source/icons/IconVignette.js +2 -0
- package/dist/source/icons/IconVirtualSpace.js +2 -0
- package/dist/source/icons/IconZoomScan.js +1 -1
- package/dist/source/icons/index.js +47 -9
- package/dist/source/icons-list.js +47 -9
- package/dist/types/aliases.d.ts +9 -0
- package/dist/types/icons/IconCodeAi.d.ts +5 -0
- package/dist/types/icons/IconCurrencyRuble.d.ts +5 -0
- package/dist/types/icons/IconDeviceVisionProWifi.d.ts +5 -0
- package/dist/types/icons/IconDeviceWorkstation.d.ts +5 -0
- package/dist/types/icons/IconDragon.d.ts +5 -0
- package/dist/types/icons/IconEmailStamp.d.ts +5 -0
- package/dist/types/icons/IconFootsteps.d.ts +5 -0
- package/dist/types/icons/IconGenderTravesti.d.ts +5 -0
- package/dist/types/icons/IconGitPullRequestConflict.d.ts +5 -0
- package/dist/types/icons/IconIcosahedron.d.ts +5 -0
- package/dist/types/icons/IconItalicOff.d.ts +5 -0
- package/dist/types/icons/IconMoodConfused.d.ts +5 -0
- package/dist/types/icons/IconMoodConfusedFilled.d.ts +5 -0
- package/dist/types/icons/IconNoiseReduction.d.ts +5 -0
- package/dist/types/icons/IconPhotoAlt.d.ts +5 -0
- package/dist/types/icons/IconPhysiotherapist.d.ts +5 -0
- package/dist/types/icons/IconPointer2.d.ts +5 -0
- package/dist/types/icons/IconPointerCollaboration.d.ts +5 -0
- package/dist/types/icons/IconPointerCollaboration2.d.ts +5 -0
- package/dist/types/icons/IconRoulette.d.ts +5 -0
- package/dist/types/icons/IconScanCube.d.ts +5 -0
- package/dist/types/icons/IconSketching.d.ts +5 -0
- package/dist/types/icons/IconSparkle.d.ts +5 -0
- package/dist/types/icons/IconSparkle2.d.ts +5 -0
- package/dist/types/icons/IconSparkleHighlight.d.ts +5 -0
- package/dist/types/icons/IconSphere2.d.ts +5 -0
- package/dist/types/icons/IconSportBilliard.d.ts +5 -0
- package/dist/types/icons/IconTabClose.d.ts +5 -0
- package/dist/types/icons/IconTextOutline.d.ts +5 -0
- package/dist/types/icons/IconTextRegexAsterisk.d.ts +5 -0
- package/dist/types/icons/IconTextRegexEnd.d.ts +5 -0
- package/dist/types/icons/IconTextRegexPlus.d.ts +5 -0
- package/dist/types/icons/IconTextRegexQuestion.d.ts +5 -0
- package/dist/types/icons/IconTextRegexStart.d.ts +5 -0
- package/dist/types/icons/IconTextScanAi.d.ts +5 -0
- package/dist/types/icons/IconUnderlineOff.d.ts +5 -0
- package/dist/types/icons/IconVignette.d.ts +5 -0
- package/dist/types/icons/IconVirtualSpace.d.ts +5 -0
- package/dist/types/icons/index.d.ts +47 -9
- package/package.json +2 -2
- package/dist/source/icons/IconBrandAdobeAfterEffect.js +0 -2
- package/dist/source/icons/IconBrandKakoTalk.js +0 -2
- package/dist/source/icons/IconCurrencyRubel.js +0 -2
- package/dist/source/icons/IconGenderTrasvesti.js +0 -2
- package/dist/source/icons/IconIkosaedr.js +0 -2
- package/dist/source/icons/IconPhysotherapist.js +0 -2
- package/dist/source/icons/IconSportBillard.js +0 -2
- /package/dist/types/icons/{IconBrandAdobeAfterEffect.d.ts → IconAppWindowBottom.d.ts} +0 -0
- /package/dist/types/icons/{IconBrandKakoTalk.d.ts → IconAppWindowBottomLeft.d.ts} +0 -0
- /package/dist/types/icons/{IconCurrencyRubel.d.ts → IconAppWindowBottomRight.d.ts} +0 -0
- /package/dist/types/icons/{IconGenderTrasvesti.d.ts → IconAppWindowCenter.d.ts} +0 -0
- /package/dist/types/icons/{IconIkosaedr.d.ts → IconArrowForkTriple.d.ts} +0 -0
- /package/dist/types/icons/{IconMoodConfuzed.d.ts → IconBrandAdobeAfterEffects.d.ts} +0 -0
- /package/dist/types/icons/{IconMoodConfuzedFilled.d.ts → IconBrandKakaoTalk.d.ts} +0 -0
- /package/dist/types/icons/{IconPhysotherapist.d.ts → IconBrandSignal.d.ts} +0 -0
- /package/dist/types/icons/{IconSportBillard.d.ts → IconBrandSignalFilled.d.ts} +0 -0
package/dist/source/aliases.js
CHANGED
|
@@ -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';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import createSolidComponent from '../createSolidComponent';
|
|
2
|
-
export default createSolidComponent('outline', 'air-balloon', 'AirBalloon', [["path", { "d": "
|
|
2
|
+
export default createSolidComponent('outline', 'air-balloon', 'AirBalloon', [["path", { "d": "M9 21v-3h6v3a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1" }], ["path", { "d": "M9 18c-2.347 -2.169 -5 -5.226 -5 -8a8 8 0 1 1 16 0c0 2.774 -2.653 5.831 -5 8" }], ["path", { "d": "M5.5 14h13" }], ["path", { "d": "M10 14c-1.69 -4.712 -.924 -8.197 0 -11.602" }], ["path", { "d": "M14 14c1.469 -3.867 1.19 -7.735 0 -11.602" }]]);
|
|
@@ -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" }]]);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import createSolidComponent from '../createSolidComponent';
|
|
2
|
-
export default createSolidComponent('outline', 'body-scan', 'BodyScan', [["path", { "d": "
|
|
2
|
+
export default createSolidComponent('outline', 'body-scan', 'BodyScan', [["path", { "d": "M11 8a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" }], ["path", { "d": "M10 17v-1a2 2 0 1 1 4 0v1" }], ["path", { "d": "M8 10q 1 1 2 1h4q 1 0 2 -1" }], ["path", { "d": "M12 11v3" }], ["path", { "d": "M3 7v-2a2 2 0 0 1 2 -2h2" }], ["path", { "d": "M3 17v2a2 2 0 0 0 2 2h2" }], ["path", { "d": "M17 3h2a2 2 0 0 1 2 2v2" }], ["path", { "d": "M17 21h2a2 2 0 0 0 2 -2v-2" }]]);
|
|
@@ -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" }]]);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import createSolidComponent from '../createSolidComponent';
|
|
2
|
-
export default createSolidComponent('outline', 'chart-sankey', 'ChartSankey', [["path", { "d": "
|
|
2
|
+
export default createSolidComponent('outline', 'chart-sankey', 'ChartSankey', [["path", { "d": "M4 6c6.944 0 9.056 8 16 8" }], ["path", { "d": "M4 12c6.37 0 9.63 6 16 6" }], ["path", { "d": "M20 6c-7.526 0 -7.905 12 -16 12" }]]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import createSolidComponent from '../createSolidComponent';
|
|
2
|
+
export default createSolidComponent('outline', 'code-ai', 'CodeAi', [["path", { "d": "M7 8l-4 4l4 4" }], ["path", { "d": "M17 8l3.111 3.111" }], ["path", { "d": "M14 4l-2.175 8.7" }], ["path", { "d": "M14 21v-4a2 2 0 1 1 4 0v4" }], ["path", { "d": "M14 19h4" }], ["path", { "d": "M21 15v6" }]]);
|
|
@@ -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', 'ear-scan', 'EarScan', [["path", { "d": "M15 15a2 2 0 0 1 -2 2c-.732 0 -1.555 -.247 -1.72 -.98c-.634 -2.8 -3.17 -2.628 -3.28 -5.02v-.5a3.5 3.5 0 0 1 6.671 -1.483" }], ["path", { "d": "
|
|
2
|
+
export default createSolidComponent('outline', 'ear-scan', 'EarScan', [["path", { "d": "M15 15a2 2 0 0 1 -2 2c-.732 0 -1.555 -.247 -1.72 -.98c-.634 -2.8 -3.17 -2.628 -3.28 -5.02v-.5a3.5 3.5 0 0 1 6.671 -1.483" }], ["path", { "d": "M13 12v.01" }], ["path", { "d": "M3 7v-2a2 2 0 0 1 2 -2h2" }], ["path", { "d": "M3 17v2a2 2 0 0 0 2 2h2" }], ["path", { "d": "M17 3h2a2 2 0 0 1 2 2v2" }], ["path", { "d": "M17 21h2a2 2 0 0 0 2 -2v-2" }]]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import createSolidComponent from '../createSolidComponent';
|
|
2
|
+
export default createSolidComponent('outline', 'email-stamp', 'EmailStamp', [["path", { "d": "M7.586 4.586a2 2 0 0 0 -1.414 -.586h-.172a2 2 0 0 0 -2 2v.172a2 2 0 0 0 .586 1.414a2 2 0 0 1 0 2.828a2 2 0 0 0 -.586 1.414v.344a2 2 0 0 0 .586 1.414c.4 .4 .595 .928 .585 1.452c-.01 .5 -.204 .995 -.585 1.376a2 2 0 0 0 -.586 1.414v.172a2 2 0 0 0 2 2h.172a2 2 0 0 0 1.414 -.586a2 2 0 0 1 2.828 0a2 2 0 0 0 1.414 .586h.344a2 2 0 0 0 1.414 -.586a2 2 0 0 1 2.828 0a2 2 0 0 0 1.414 .586h.172a2 2 0 0 0 2 -2v-.172a2 2 0 0 0 -.586 -1.414a1.996 1.996 0 0 1 0 -2.828a2 2 0 0 0 .586 -1.414v-.344a2 2 0 0 0 -.586 -1.414a2 2 0 0 1 0 -2.828a2 2 0 0 0 .586 -1.414v-.172a2 2 0 0 0 -2 -2h-.172a2 2 0 0 0 -1.414 .586a2 2 0 0 1 -2.828 0a2 2 0 0 0 -1.414 -.586h-.344a2 2 0 0 0 -1.414 .586a2 2 0 0 1 -2.828 0" }], ["path", { "d": "M10 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" }], ["path", { "d": "M9 15c0 -1.105 .672 -2 1.5 -2h3c.828 0 1.5 .895 1.5 2" }]]);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import createSolidComponent from '../createSolidComponent';
|
|
2
|
-
export default createSolidComponent('outline', 'flip-horizontal', 'FlipHorizontal', [["path", { "d": "
|
|
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": "
|
|
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" }]]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import createSolidComponent from '../createSolidComponent';
|
|
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', 'git-pull-request-conflict', 'GitPullRequestConflict', [["path", { "d": "M16 18a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" }], ["path", { "d": "M11 6h5a2 2 0 0 1 2 2v8" }], ["path", { "d": "M4 18a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" }], ["path", { "d": "M6 11v5" }], ["path", { "d": "M4 4l4 4" }], ["path", { "d": "M8 4l-4 4" }]]);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import createSolidComponent from '../createSolidComponent';
|
|
2
|
-
export default createSolidComponent('outline', 'grid-scan', 'GridScan', [["path", { "d": "M10 8v8" }], ["path", { "d": "M14 8v8" }], ["path", { "d": "M8 10h8" }], ["path", { "d": "M8 14h8" }], ["path", { "d": "
|
|
2
|
+
export default createSolidComponent('outline', 'grid-scan', 'GridScan', [["path", { "d": "M10 8v8" }], ["path", { "d": "M14 8v8" }], ["path", { "d": "M8 10h8" }], ["path", { "d": "M8 14h8" }], ["path", { "d": "M3 7v-2a2 2 0 0 1 2 -2h2" }], ["path", { "d": "M3 17v2a2 2 0 0 0 2 2h2" }], ["path", { "d": "M17 3h2a2 2 0 0 1 2 2v2" }], ["path", { "d": "M17 21h2a2 2 0 0 0 2 -2v-2" }]]);
|
|
@@ -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', 'line-scan', 'LineScan', [["path", { "d": "
|
|
2
|
+
export default createSolidComponent('outline', 'line-scan', 'LineScan', [["path", { "d": "M7 12h10" }], ["path", { "d": "M3 7v-2a2 2 0 0 1 2 -2h2" }], ["path", { "d": "M3 17v2a2 2 0 0 0 2 2h2" }], ["path", { "d": "M17 3h2a2 2 0 0 1 2 2v2" }], ["path", { "d": "M17 21h2a2 2 0 0 0 2 -2v-2" }]]);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import createSolidComponent from '../createSolidComponent';
|
|
2
|
-
export default createSolidComponent('outline', 'mood-
|
|
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-
|
|
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', 'noise-reduction', 'NoiseReduction', [["path", { "d": "M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0" }], ["path", { "d": "M10.01 18h-.01" }], ["path", { "d": "M14.01 14h-.01" }], ["path", { "d": "M16.01 12h-.01" }], ["path", { "d": "M18.01 10h-.01" }], ["path", { "d": "M16.01 16h-.01" }], ["path", { "d": "M14.01 18h-.01" }], ["path", { "d": "M18.01 14h-.01" }], ["path", { "d": "M12.01 16h-.01" }]]);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import createSolidComponent from '../createSolidComponent';
|
|
2
|
-
export default createSolidComponent('outline', 'object-scan', 'ObjectScan', [["path", { "d": "
|
|
2
|
+
export default createSolidComponent('outline', 'object-scan', 'ObjectScan', [["path", { "d": "M8 10a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2v-4" }], ["path", { "d": "M3 7v-2a2 2 0 0 1 2 -2h2" }], ["path", { "d": "M3 17v2a2 2 0 0 0 2 2h2" }], ["path", { "d": "M17 3h2a2 2 0 0 1 2 2v2" }], ["path", { "d": "M17 21h2a2 2 0 0 0 2 -2v-2" }]]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import createSolidComponent from '../createSolidComponent';
|
|
2
|
+
export default createSolidComponent('outline', 'photo-alt', 'PhotoAlt', [["path", { "d": "M6 18h5" }], ["path", { "d": "M14 18h4" }], ["path", { "d": "M15 7h.01" }], ["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": "M3 15l5 -5c.928 -.893 2.072 -.893 3 0l5 5" }], ["path", { "d": "M14 13l1 -1c.928 -.893 2.072 -.893 3 0l3 3" }], ["path", { "d": "M3 15h18" }]]);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import createSolidComponent from '../createSolidComponent';
|
|
2
|
-
export default createSolidComponent('outline', 'photo-scan', 'PhotoScan', [["path", { "d": "M15 8h.01" }], ["path", { "d": "M6 13l2.644 -2.644a1.21 1.21 0 0 1 1.712 0l3.644 3.644" }], ["path", { "d": "M13 13l1.644 -1.644a1.21 1.21 0 0 1 1.712 0l1.644 1.644" }], ["path", { "d": "
|
|
2
|
+
export default createSolidComponent('outline', 'photo-scan', 'PhotoScan', [["path", { "d": "M15 8h.01" }], ["path", { "d": "M6 13l2.644 -2.644a1.21 1.21 0 0 1 1.712 0l3.644 3.644" }], ["path", { "d": "M13 13l1.644 -1.644a1.21 1.21 0 0 1 1.712 0l1.644 1.644" }], ["path", { "d": "M3 7v-2a2 2 0 0 1 2 -2h2" }], ["path", { "d": "M3 17v2a2 2 0 0 0 2 2h2" }], ["path", { "d": "M17 3h2a2 2 0 0 1 2 2v2" }], ["path", { "d": "M17 21h2a2 2 0 0 0 2 -2v-2" }]]);
|
|
@@ -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', 'pointer-2', 'Pointer2', [["path", { "d": "M14.185 13.14l5.644 -2.202c1.625 -.634 1.538 -2.962 -.13 -3.473l-14.319 -4.382c-1.41 -.431 -2.73 .888 -2.298 2.298l4.382 14.318c.51 1.668 2.84 1.755 3.473 .13l2.202 -5.644a1.84 1.84 0 0 1 1.045 -1.045" }]]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import createSolidComponent from '../createSolidComponent';
|
|
2
|
+
export default createSolidComponent('outline', 'pointer-collaboration', 'PointerCollaboration', [["path", { "d": "M13.943 13.013l5.016 -1.957c1.445 -.563 1.367 -2.633 -.116 -3.087l-12.727 -3.895c-1.253 -.384 -2.426 .79 -2.042 2.042l3.895 12.727c.454 1.483 2.524 1.56 3.087 .116l1.957 -5.017c.166 -.426 .503 -.763 .93 -.929" }], ["path", { "d": "M20 15l-3.151 1.064a1.25 1.25 0 0 0 -.785 .785l-1.064 3.151" }]]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import createSolidComponent from '../createSolidComponent';
|
|
2
|
+
export default createSolidComponent('outline', 'pointer-collaboration-2', 'PointerCollaboration2', [["path", { "d": "M10.987 13.943l1.957 5.016c.563 1.445 2.633 1.367 3.087 -.116l3.895 -12.727c.384 -1.253 -.79 -2.426 -2.042 -2.042l-12.727 3.895c-1.483 .454 -1.56 2.524 -.116 3.087l5.017 1.957c.426 .166 .763 .503 .929 .93" }], ["path", { "d": "M9 20l-1.064 -3.151a1.25 1.25 0 0 0 -.785 -.785l-3.151 -1.064" }]]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import createSolidComponent from '../createSolidComponent';
|
|
2
|
+
export default createSolidComponent('outline', 'roulette', 'Roulette', [["path", { "d": "M10.586 10.586l-1.586 -1.586" }], ["path", { "d": "M13.414 10.586l1.586 -1.586" }], ["path", { "d": "M13.414 13.414l1.586 1.586" }], ["path", { "d": "M10.586 13.414l-1.586 1.586" }], ["path", { "d": "M14 12a2 2 0 1 1 -4 0a2 2 0 0 1 4 0" }], ["path", { "d": "M16.5 4.206l-.5 .866" }], ["path", { "d": "M7.5 19.794l.5 -.866" }], ["path", { "d": "M19.794 7.5l-.866 .5" }], ["path", { "d": "M4.206 16.5l.866 -.5" }], ["path", { "d": "M7.5 4.206l.5 .866" }], ["path", { "d": "M16.5 19.794l-.5 -.866" }], ["path", { "d": "M4.206 7.5l.866 .5" }], ["path", { "d": "M19.794 16.5l-.866 -.5" }], ["path", { "d": "M12 3v1" }], ["path", { "d": "M12 21v-1" }], ["path", { "d": "M21 12h-1" }], ["path", { "d": "M3 12h1" }], ["path", { "d": "M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18" }]]);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import createSolidComponent from '../createSolidComponent';
|
|
2
|
-
export default createSolidComponent('outline', 'route-scan', 'RouteScan', [["path", { "d": "
|
|
2
|
+
export default createSolidComponent('outline', 'route-scan', 'RouteScan', [["path", { "d": "M3 7v-2a2 2 0 0 1 2 -2h2" }], ["path", { "d": "M3 17v2a2 2 0 0 0 2 2h2" }], ["path", { "d": "M17 3h2a2 2 0 0 1 2 2v2" }], ["path", { "d": "M17 21h2a2 2 0 0 0 2 -2v-2" }], ["path", { "d": "M7 12v-3h3" }], ["path", { "d": "M14 9h3v3" }], ["path", { "d": "M7 9l4.414 4.414a2 2 0 0 1 .586 1.414v2.172" }], ["path", { "d": "M17 9l-4.414 4.414a2 2 0 0 0 -.586 1.414v2.172" }]]);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import createSolidComponent from '../createSolidComponent';
|
|
2
|
-
export default createSolidComponent('outline', 'scan', 'Scan', [["path", { "d": "
|
|
2
|
+
export default createSolidComponent('outline', 'scan', 'Scan', [["path", { "d": "M5 12h14" }], ["path", { "d": "M3 7v-2a2 2 0 0 1 2 -2h2" }], ["path", { "d": "M3 17v2a2 2 0 0 0 2 2h2" }], ["path", { "d": "M17 3h2a2 2 0 0 1 2 2v2" }], ["path", { "d": "M17 21h2a2 2 0 0 0 2 -2v-2" }]]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import createSolidComponent from '../createSolidComponent';
|
|
2
|
+
export default createSolidComponent('outline', 'scan-cube', 'ScanCube', [["path", { "d": "M8.504 9.426l3 -1.714a1 1 0 0 1 .992 0l3 1.714a1 1 0 0 1 .504 .868v3.411a1 1 0 0 1 -.504 .868l-3 1.715a1 1 0 0 1 -.992 0l-3 -1.715a1 1 0 0 1 -.504 -.868v-3.41a1 1 0 0 1 .504 -.869" }], ["path", { "d": "M15.75 9.964l-3.75 2.036" }], ["path", { "d": "M12 12l-3.75 -2.036" }], ["path", { "d": "M12 12v4.071" }], ["path", { "d": "M3 7v-2a2 2 0 0 1 2 -2h2" }], ["path", { "d": "M3 17v2a2 2 0 0 0 2 2h2" }], ["path", { "d": "M17 3h2a2 2 0 0 1 2 2v2" }], ["path", { "d": "M17 21h2a2 2 0 0 0 2 -2v-2" }]]);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import createSolidComponent from '../createSolidComponent';
|
|
2
|
-
export default createSolidComponent('outline', 'scan-eye', 'ScanEye', [["path", { "d": "
|
|
2
|
+
export default createSolidComponent('outline', 'scan-eye', 'ScanEye', [["path", { "d": "M7 12q 5 -7 10 0" }], ["path", { "d": "M7 12q 5 7 10 0" }], ["path", { "d": "M12 12h-.01" }], ["path", { "d": "M3 7v-2a2 2 0 0 1 2 -2h2" }], ["path", { "d": "M3 17v2a2 2 0 0 0 2 2h2" }], ["path", { "d": "M17 3h2a2 2 0 0 1 2 2v2" }], ["path", { "d": "M17 21h2a2 2 0 0 0 2 -2v-2" }]]);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import createSolidComponent from '../createSolidComponent';
|
|
2
|
-
export default createSolidComponent('outline', 'scan-letter-a', 'ScanLetterA', [["path", { "d": "
|
|
2
|
+
export default createSolidComponent('outline', 'scan-letter-a', 'ScanLetterA', [["path", { "d": "M9 16v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6" }], ["path", { "d": "M9 13h6" }], ["path", { "d": "M3 7v-2a2 2 0 0 1 2 -2h2" }], ["path", { "d": "M3 17v2a2 2 0 0 0 2 2h2" }], ["path", { "d": "M17 3h2a2 2 0 0 1 2 2v2" }], ["path", { "d": "M17 21h2a2 2 0 0 0 2 -2v-2" }]]);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import createSolidComponent from '../createSolidComponent';
|
|
2
|
-
export default createSolidComponent('outline', 'scan-letter-t', 'ScanLetterT', [["path", { "d": "
|
|
2
|
+
export default createSolidComponent('outline', 'scan-letter-t', 'ScanLetterT', [["path", { "d": "M9 8h6" }], ["path", { "d": "M12 8v8" }], ["path", { "d": "M3 7v-2a2 2 0 0 1 2 -2h2" }], ["path", { "d": "M3 17v2a2 2 0 0 0 2 2h2" }], ["path", { "d": "M17 3h2a2 2 0 0 1 2 2v2" }], ["path", { "d": "M17 21h2a2 2 0 0 0 2 -2v-2" }]]);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import createSolidComponent from '../createSolidComponent';
|
|
2
|
-
export default createSolidComponent('outline', 'scan-position', 'ScanPosition', [["path", { "d": "
|
|
2
|
+
export default createSolidComponent('outline', 'scan-position', 'ScanPosition', [["path", { "d": "M12 17l3 -8l-8 3l3.5 1.5l1.5 3.5" }], ["path", { "d": "M3 7v-2a2 2 0 0 1 2 -2h2" }], ["path", { "d": "M3 17v2a2 2 0 0 0 2 2h2" }], ["path", { "d": "M17 3h2a2 2 0 0 1 2 2v2" }], ["path", { "d": "M17 21h2a2 2 0 0 0 2 -2v-2" }]]);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import createSolidComponent from '../createSolidComponent';
|
|
2
|
-
export default createSolidComponent('outline', 'scan-traces', 'ScanTraces', [["path", { "d": "
|
|
2
|
+
export default createSolidComponent('outline', 'scan-traces', 'ScanTraces', [["path", { "d": "M11 12h6" }], ["path", { "d": "M8 8h5" }], ["path", { "d": "M9 16h5" }], ["path", { "d": "M3 7v-2a2 2 0 0 1 2 -2h2" }], ["path", { "d": "M3 17v2a2 2 0 0 0 2 2h2" }], ["path", { "d": "M17 3h2a2 2 0 0 1 2 2v2" }], ["path", { "d": "M17 21h2a2 2 0 0 0 2 -2v-2" }]]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import createSolidComponent from '../createSolidComponent';
|
|
2
|
+
export default createSolidComponent('outline', 'sketching', 'Sketching', [["path", { "d": "M4 15c2 -4.97 7.356 -11 9 -11c4.25 0 -5.5 11.958 -3 13s5.65 -6.678 7.4 -5.902c1.75 .777 -1.05 7.589 -.3 8.63s3.15 -.897 3.9 -2.728" }]]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import createSolidComponent from '../createSolidComponent';
|
|
2
|
+
export default createSolidComponent('outline', 'sparkle-2', 'Sparkle2', [["path", { "d": "M12 3c.375 0 .711 .231 .846 .581l1.65 4.29a2.85 2.85 0 0 0 1.632 1.633l4.291 1.65a.906 .906 0 0 1 0 1.692l-4.29 1.65a2.84 2.84 0 0 0 -1.633 1.632l-1.65 4.291a.906 .906 0 0 1 -1.692 0l-1.65 -4.29a2.84 2.84 0 0 0 -1.632 -1.633l-4.291 -1.65a.906 .906 0 0 1 0 -1.692l4.29 -1.65a2.84 2.84 0 0 0 1.633 -1.632l1.65 -4.291a.91 .91 0 0 1 .846 -.581" }]]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import createSolidComponent from '../createSolidComponent';
|
|
2
|
+
export default createSolidComponent('outline', 'sparkle-highlight', 'SparkleHighlight', [["path", { "d": "M14.504 8.522l-1.758 -4.032a.814 .814 0 0 0 -1.492 0l-1.759 4.032c-.19 .436 -.537 .784 -.973 .973l-4.032 1.759a.814 .814 0 0 0 0 1.492l4.033 1.758c.436 .19 .784 .538 .973 .974l1.759 4.033a.814 .814 0 0 0 1.492 0l1.758 -4.033c.19 -.436 .538 -.784 .974 -.974l4.033 -1.758a.814 .814 0 0 0 0 -1.492l-4.033 -1.759a1.88 1.88 0 0 1 -.974 -.973" }], ["path", { "d": "M3 3l2 2" }], ["path", { "d": "M21 3l-2 2" }], ["path", { "d": "M3 21l2 -2" }], ["path", { "d": "M21 21l-2 -2" }]]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import createSolidComponent from '../createSolidComponent';
|
|
2
|
+
export default createSolidComponent('outline', 'sphere-2', 'Sphere2', [["path", { "d": "M3 12c0 1.657 4.03 3 9 3s9 -1.343 9 -3" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" }], ["path", { "d": "M12 3c-1.657 0 -3 4.03 -3 9s1.343 9 3 9" }]]);
|
|
@@ -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', '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" }]]);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import createSolidComponent from '../createSolidComponent';
|
|
2
|
-
export default createSolidComponent('outline', 'text-scan-2', 'TextScan2', [["path", { "d": "
|
|
2
|
+
export default createSolidComponent('outline', 'text-scan-2', 'TextScan2', [["path", { "d": "M8 12h8" }], ["path", { "d": "M8 9h6" }], ["path", { "d": "M8 15h4" }], ["path", { "d": "M3 7v-2a2 2 0 0 1 2 -2h2" }], ["path", { "d": "M3 17v2a2 2 0 0 0 2 2h2" }], ["path", { "d": "M17 3h2a2 2 0 0 1 2 2v2" }], ["path", { "d": "M17 21h2a2 2 0 0 0 2 -2v-2" }]]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import createSolidComponent from '../createSolidComponent';
|
|
2
|
+
export default createSolidComponent('outline', 'text-scan-ai', 'TextScanAi', [["path", { "d": "M8 12h4.5" }], ["path", { "d": "M8 8h6" }], ["path", { "d": "M8 16h2" }], ["path", { "d": "M3 7v-2a2 2 0 0 1 2 -2h2" }], ["path", { "d": "M3 17v2a2 2 0 0 0 2 2h2" }], ["path", { "d": "M17 3h2a2 2 0 0 1 2 2v2" }], ["path", { "d": "M14 21v-4a2 2 0 1 1 4 0v4" }], ["path", { "d": "M14 19h4" }], ["path", { "d": "M21 15v6" }]]);
|
|
@@ -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" }]]);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import createSolidComponent from '../createSolidComponent';
|
|
2
|
-
export default createSolidComponent('outline', 'user-scan', 'UserScan', [["path", { "d": "M10 9a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" }], ["path", { "d": "
|
|
2
|
+
export default createSolidComponent('outline', 'user-scan', 'UserScan', [["path", { "d": "M10 9a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" }], ["path", { "d": "M8 16a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2" }], ["path", { "d": "M3 7v-2a2 2 0 0 1 2 -2h2" }], ["path", { "d": "M3 17v2a2 2 0 0 0 2 2h2" }], ["path", { "d": "M17 3h2a2 2 0 0 1 2 2v2" }], ["path", { "d": "M17 21h2a2 2 0 0 0 2 -2v-2" }]]);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import createSolidComponent from '../createSolidComponent';
|
|
2
|
+
export default createSolidComponent('outline', 'vignette', 'Vignette', [["path", { "d": "M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0" }], ["path", { "d": "M7.02 12h-.01" }], ["path", { "d": "M12.02 7h-.01" }], ["path", { "d": "M17.02 12h-.01" }], ["path", { "d": "M12.02 17h-.01" }], ["path", { "d": "M8.483 8.468l-.007 -.007" }], ["path", { "d": "M15.554 8.468l-.007 -.007" }], ["path", { "d": "M15.554 15.539l-.007 -.007" }], ["path", { "d": "M8.483 15.539l-.007 -.007" }]]);
|
|
@@ -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" }]]);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import createSolidComponent from '../createSolidComponent';
|
|
2
|
-
export default createSolidComponent('outline', 'zoom-scan', 'ZoomScan', [["path", { "d": "
|
|
2
|
+
export default createSolidComponent('outline', 'zoom-scan', 'ZoomScan', [["path", { "d": "M8 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" }], ["path", { "d": "M16 16l-2.5 -2.5" }], ["path", { "d": "M3 7v-2a2 2 0 0 1 2 -2h2" }], ["path", { "d": "M3 17v2a2 2 0 0 0 2 2h2" }], ["path", { "d": "M17 3h2a2 2 0 0 1 2 2v2" }], ["path", { "d": "M17 21h2a2 2 0 0 0 2 -2v-2" }]]);
|