@tabler/icons-solidjs 3.44.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 +297 -54
- package/dist/cjs/tabler-icons-solidjs.js.map +1 -1
- package/dist/esm/tabler-icons-solidjs.js +259 -45
- package/dist/esm/tabler-icons-solidjs.js.map +1 -1
- package/dist/source/aliases.js +9 -0
- 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/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/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/IconFlipHorizontal.js +1 -1
- package/dist/source/icons/IconFlipVertical.js +1 -1
- package/dist/source/icons/{IconFoodsteps.js → IconFootsteps.js} +1 -1
- package/dist/source/icons/IconGenderTravesti.js +2 -0
- package/dist/source/icons/IconIcosahedron.js +2 -0
- package/dist/source/icons/IconItalicOff.js +2 -0
- package/dist/source/icons/{IconMoodConfuzed.js → IconMoodConfused.js} +1 -1
- package/dist/source/icons/{IconMoodConfuzedFilled.js → IconMoodConfusedFilled.js} +1 -1
- package/dist/source/icons/IconPhysiotherapist.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/IconUnderlineOff.js +2 -0
- package/dist/source/icons/IconVirtualSpace.js +2 -0
- package/dist/source/icons/index.js +30 -10
- package/dist/source/icons-list.js +30 -10
- package/dist/types/aliases.d.ts +9 -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/IconFootsteps.d.ts +5 -0
- package/dist/types/icons/IconGenderTravesti.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/IconPhysiotherapist.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/IconUnderlineOff.d.ts +5 -0
- package/dist/types/icons/IconVirtualSpace.d.ts +5 -0
- package/dist/types/icons/index.d.ts +30 -10
- 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/{IconFoodsteps.d.ts → IconAppWindowCenter.d.ts} +0 -0
- /package/dist/types/icons/{IconGenderTrasvesti.d.ts → IconArrowForkTriple.d.ts} +0 -0
- /package/dist/types/icons/{IconIkosaedr.d.ts → IconBrandAdobeAfterEffects.d.ts} +0 -0
- /package/dist/types/icons/{IconMoodConfuzed.d.ts → IconBrandKakaoTalk.d.ts} +0 -0
- /package/dist/types/icons/{IconMoodConfuzedFilled.d.ts → IconBrandSignal.d.ts} +0 -0
- /package/dist/types/icons/{IconPhysotherapist.d.ts → IconBrandSignalFilled.d.ts} +0 -0
- /package/dist/types/icons/{IconSportBillard.d.ts → IconCurrencyRuble.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';
|
|
@@ -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', '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": "
|
|
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" }]]);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import createSolidComponent from '../createSolidComponent';
|
|
2
|
-
export default createSolidComponent('outline', '
|
|
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', '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-
|
|
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', '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', '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" }]]);
|
|
@@ -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', '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" }]]);
|
|
@@ -134,6 +134,10 @@ export { default as IconApiApp } from './IconApiApp';
|
|
|
134
134
|
export { default as IconApiBook } from './IconApiBook';
|
|
135
135
|
export { default as IconApiOff } from './IconApiOff';
|
|
136
136
|
export { default as IconApi } from './IconApi';
|
|
137
|
+
export { default as IconAppWindowBottomLeft } from './IconAppWindowBottomLeft';
|
|
138
|
+
export { default as IconAppWindowBottomRight } from './IconAppWindowBottomRight';
|
|
139
|
+
export { default as IconAppWindowBottom } from './IconAppWindowBottom';
|
|
140
|
+
export { default as IconAppWindowCenter } from './IconAppWindowCenter';
|
|
137
141
|
export { default as IconAppWindow } from './IconAppWindow';
|
|
138
142
|
export { default as IconApple } from './IconApple';
|
|
139
143
|
export { default as IconAppsOff } from './IconAppsOff';
|
|
@@ -207,6 +211,7 @@ export { default as IconArrowDownToArc } from './IconArrowDownToArc';
|
|
|
207
211
|
export { default as IconArrowDown } from './IconArrowDown';
|
|
208
212
|
export { default as IconArrowElbowLeft } from './IconArrowElbowLeft';
|
|
209
213
|
export { default as IconArrowElbowRight } from './IconArrowElbowRight';
|
|
214
|
+
export { default as IconArrowForkTriple } from './IconArrowForkTriple';
|
|
210
215
|
export { default as IconArrowFork } from './IconArrowFork';
|
|
211
216
|
export { default as IconArrowForwardUpDouble } from './IconArrowForwardUpDouble';
|
|
212
217
|
export { default as IconArrowForwardUp } from './IconArrowForwardUp';
|
|
@@ -625,7 +630,7 @@ export { default as IconBraille } from './IconBraille';
|
|
|
625
630
|
export { default as IconBrain } from './IconBrain';
|
|
626
631
|
export { default as IconBrand4chan } from './IconBrand4chan';
|
|
627
632
|
export { default as IconBrandAbstract } from './IconBrandAbstract';
|
|
628
|
-
export { default as
|
|
633
|
+
export { default as IconBrandAdobeAfterEffects } from './IconBrandAdobeAfterEffects';
|
|
629
634
|
export { default as IconBrandAdobeIllustrator } from './IconBrandAdobeIllustrator';
|
|
630
635
|
export { default as IconBrandAdobeIndesign } from './IconBrandAdobeIndesign';
|
|
631
636
|
export { default as IconBrandAdobePhotoshop } from './IconBrandAdobePhotoshop';
|
|
@@ -794,7 +799,7 @@ export { default as IconBrandItch } from './IconBrandItch';
|
|
|
794
799
|
export { default as IconBrandJavascript } from './IconBrandJavascript';
|
|
795
800
|
export { default as IconBrandJira } from './IconBrandJira';
|
|
796
801
|
export { default as IconBrandJuejin } from './IconBrandJuejin';
|
|
797
|
-
export { default as
|
|
802
|
+
export { default as IconBrandKakaoTalk } from './IconBrandKakaoTalk';
|
|
798
803
|
export { default as IconBrandKbin } from './IconBrandKbin';
|
|
799
804
|
export { default as IconBrandKick } from './IconBrandKick';
|
|
800
805
|
export { default as IconBrandKickstarter } from './IconBrandKickstarter';
|
|
@@ -890,6 +895,7 @@ export { default as IconBrandSentry } from './IconBrandSentry';
|
|
|
890
895
|
export { default as IconBrandSharik } from './IconBrandSharik';
|
|
891
896
|
export { default as IconBrandShazam } from './IconBrandShazam';
|
|
892
897
|
export { default as IconBrandShopee } from './IconBrandShopee';
|
|
898
|
+
export { default as IconBrandSignal } from './IconBrandSignal';
|
|
893
899
|
export { default as IconBrandSketch } from './IconBrandSketch';
|
|
894
900
|
export { default as IconBrandSkype } from './IconBrandSkype';
|
|
895
901
|
export { default as IconBrandSlack } from './IconBrandSlack';
|
|
@@ -1776,7 +1782,7 @@ export { default as IconCurrencyReal } from './IconCurrencyReal';
|
|
|
1776
1782
|
export { default as IconCurrencyRenminbi } from './IconCurrencyRenminbi';
|
|
1777
1783
|
export { default as IconCurrencyRipple } from './IconCurrencyRipple';
|
|
1778
1784
|
export { default as IconCurrencyRiyal } from './IconCurrencyRiyal';
|
|
1779
|
-
export { default as
|
|
1785
|
+
export { default as IconCurrencyRuble } from './IconCurrencyRuble';
|
|
1780
1786
|
export { default as IconCurrencyRufiyaa } from './IconCurrencyRufiyaa';
|
|
1781
1787
|
export { default as IconCurrencyRupeeNepalese } from './IconCurrencyRupeeNepalese';
|
|
1782
1788
|
export { default as IconCurrencyRupee } from './IconCurrencyRupee';
|
|
@@ -2002,6 +2008,7 @@ export { default as IconDeviceTvOld } from './IconDeviceTvOld';
|
|
|
2002
2008
|
export { default as IconDeviceTv } from './IconDeviceTv';
|
|
2003
2009
|
export { default as IconDeviceUnknown } from './IconDeviceUnknown';
|
|
2004
2010
|
export { default as IconDeviceUsb } from './IconDeviceUsb';
|
|
2011
|
+
export { default as IconDeviceVisionProWifi } from './IconDeviceVisionProWifi';
|
|
2005
2012
|
export { default as IconDeviceVisionPro } from './IconDeviceVisionPro';
|
|
2006
2013
|
export { default as IconDeviceWatchBolt } from './IconDeviceWatchBolt';
|
|
2007
2014
|
export { default as IconDeviceWatchCancel } from './IconDeviceWatchCancel';
|
|
@@ -2026,6 +2033,7 @@ export { default as IconDeviceWatchStats } from './IconDeviceWatchStats';
|
|
|
2026
2033
|
export { default as IconDeviceWatchUp } from './IconDeviceWatchUp';
|
|
2027
2034
|
export { default as IconDeviceWatchX } from './IconDeviceWatchX';
|
|
2028
2035
|
export { default as IconDeviceWatch } from './IconDeviceWatch';
|
|
2036
|
+
export { default as IconDeviceWorkstation } from './IconDeviceWorkstation';
|
|
2029
2037
|
export { default as IconDevices2 } from './IconDevices2';
|
|
2030
2038
|
export { default as IconDevicesBolt } from './IconDevicesBolt';
|
|
2031
2039
|
export { default as IconDevicesCancel } from './IconDevicesCancel';
|
|
@@ -2103,6 +2111,7 @@ export { default as IconDownloadOff } from './IconDownloadOff';
|
|
|
2103
2111
|
export { default as IconDownload } from './IconDownload';
|
|
2104
2112
|
export { default as IconDragDrop2 } from './IconDragDrop2';
|
|
2105
2113
|
export { default as IconDragDrop } from './IconDragDrop';
|
|
2114
|
+
export { default as IconDragon } from './IconDragon';
|
|
2106
2115
|
export { default as IconDroneOff } from './IconDroneOff';
|
|
2107
2116
|
export { default as IconDrone } from './IconDrone';
|
|
2108
2117
|
export { default as IconDropCircle } from './IconDropCircle';
|
|
@@ -2470,7 +2479,7 @@ export { default as IconFolderX } from './IconFolderX';
|
|
|
2470
2479
|
export { default as IconFolder } from './IconFolder';
|
|
2471
2480
|
export { default as IconFoldersOff } from './IconFoldersOff';
|
|
2472
2481
|
export { default as IconFolders } from './IconFolders';
|
|
2473
|
-
export { default as
|
|
2482
|
+
export { default as IconFootsteps } from './IconFootsteps';
|
|
2474
2483
|
export { default as IconForbid2 } from './IconForbid2';
|
|
2475
2484
|
export { default as IconForbid } from './IconForbid';
|
|
2476
2485
|
export { default as IconForklift } from './IconForklift';
|
|
@@ -2517,7 +2526,7 @@ export { default as IconGenderMale } from './IconGenderMale';
|
|
|
2517
2526
|
export { default as IconGenderNeutrois } from './IconGenderNeutrois';
|
|
2518
2527
|
export { default as IconGenderThird } from './IconGenderThird';
|
|
2519
2528
|
export { default as IconGenderTransgender } from './IconGenderTransgender';
|
|
2520
|
-
export { default as
|
|
2529
|
+
export { default as IconGenderTravesti } from './IconGenderTravesti';
|
|
2521
2530
|
export { default as IconGeometry } from './IconGeometry';
|
|
2522
2531
|
export { default as IconGhost2 } from './IconGhost2';
|
|
2523
2532
|
export { default as IconGhost3 } from './IconGhost3';
|
|
@@ -2795,12 +2804,12 @@ export { default as IconIceSkating } from './IconIceSkating';
|
|
|
2795
2804
|
export { default as IconIceberg } from './IconIceberg';
|
|
2796
2805
|
export { default as IconIconsOff } from './IconIconsOff';
|
|
2797
2806
|
export { default as IconIcons } from './IconIcons';
|
|
2807
|
+
export { default as IconIcosahedron } from './IconIcosahedron';
|
|
2798
2808
|
export { default as IconIdBadge2 } from './IconIdBadge2';
|
|
2799
2809
|
export { default as IconIdBadgeOff } from './IconIdBadgeOff';
|
|
2800
2810
|
export { default as IconIdBadge } from './IconIdBadge';
|
|
2801
2811
|
export { default as IconIdOff } from './IconIdOff';
|
|
2802
2812
|
export { default as IconId } from './IconId';
|
|
2803
|
-
export { default as IconIkosaedr } from './IconIkosaedr';
|
|
2804
2813
|
export { default as IconImageGeneration } from './IconImageGeneration';
|
|
2805
2814
|
export { default as IconImageInPicture } from './IconImageInPicture';
|
|
2806
2815
|
export { default as IconInboxOff } from './IconInboxOff';
|
|
@@ -2841,6 +2850,7 @@ export { default as IconIroning } from './IconIroning';
|
|
|
2841
2850
|
export { default as IconIrregularPolyhedronOff } from './IconIrregularPolyhedronOff';
|
|
2842
2851
|
export { default as IconIrregularPolyhedronPlus } from './IconIrregularPolyhedronPlus';
|
|
2843
2852
|
export { default as IconIrregularPolyhedron } from './IconIrregularPolyhedron';
|
|
2853
|
+
export { default as IconItalicOff } from './IconItalicOff';
|
|
2844
2854
|
export { default as IconItalic } from './IconItalic';
|
|
2845
2855
|
export { default as IconJacket } from './IconJacket';
|
|
2846
2856
|
export { default as IconJetpack } from './IconJetpack';
|
|
@@ -3387,7 +3397,7 @@ export { default as IconMoodBitcoin } from './IconMoodBitcoin';
|
|
|
3387
3397
|
export { default as IconMoodBoy } from './IconMoodBoy';
|
|
3388
3398
|
export { default as IconMoodCheck } from './IconMoodCheck';
|
|
3389
3399
|
export { default as IconMoodCog } from './IconMoodCog';
|
|
3390
|
-
export { default as
|
|
3400
|
+
export { default as IconMoodConfused } from './IconMoodConfused';
|
|
3391
3401
|
export { default as IconMoodCrazyHappy } from './IconMoodCrazyHappy';
|
|
3392
3402
|
export { default as IconMoodCry } from './IconMoodCry';
|
|
3393
3403
|
export { default as IconMoodDollar } from './IconMoodDollar';
|
|
@@ -3817,7 +3827,7 @@ export { default as IconPhotoUp } from './IconPhotoUp';
|
|
|
3817
3827
|
export { default as IconPhotoVideo } from './IconPhotoVideo';
|
|
3818
3828
|
export { default as IconPhotoX } from './IconPhotoX';
|
|
3819
3829
|
export { default as IconPhoto } from './IconPhoto';
|
|
3820
|
-
export { default as
|
|
3830
|
+
export { default as IconPhysiotherapist } from './IconPhysiotherapist';
|
|
3821
3831
|
export { default as IconPiano } from './IconPiano';
|
|
3822
3832
|
export { default as IconPick } from './IconPick';
|
|
3823
3833
|
export { default as IconPicnicTable } from './IconPicnicTable';
|
|
@@ -4405,7 +4415,7 @@ export { default as IconSphere } from './IconSphere';
|
|
|
4405
4415
|
export { default as IconSpider } from './IconSpider';
|
|
4406
4416
|
export { default as IconSpiralOff } from './IconSpiralOff';
|
|
4407
4417
|
export { default as IconSpiral } from './IconSpiral';
|
|
4408
|
-
export { default as
|
|
4418
|
+
export { default as IconSportBilliard } from './IconSportBilliard';
|
|
4409
4419
|
export { default as IconSpray } from './IconSpray';
|
|
4410
4420
|
export { default as IconSpyOff } from './IconSpyOff';
|
|
4411
4421
|
export { default as IconSpy } from './IconSpy';
|
|
@@ -4626,6 +4636,7 @@ export { default as IconSwitch } from './IconSwitch';
|
|
|
4626
4636
|
export { default as IconSwordOff } from './IconSwordOff';
|
|
4627
4637
|
export { default as IconSword } from './IconSword';
|
|
4628
4638
|
export { default as IconSwords } from './IconSwords';
|
|
4639
|
+
export { default as IconTabClose } from './IconTabClose';
|
|
4629
4640
|
export { default as IconTableAlias } from './IconTableAlias';
|
|
4630
4641
|
export { default as IconTableColumn } from './IconTableColumn';
|
|
4631
4642
|
export { default as IconTableDashed } from './IconTableDashed';
|
|
@@ -4692,8 +4703,14 @@ export { default as IconTextDirectionRtl } from './IconTextDirectionRtl';
|
|
|
4692
4703
|
export { default as IconTextGrammar } from './IconTextGrammar';
|
|
4693
4704
|
export { default as IconTextIncrease } from './IconTextIncrease';
|
|
4694
4705
|
export { default as IconTextOrientation } from './IconTextOrientation';
|
|
4706
|
+
export { default as IconTextOutline } from './IconTextOutline';
|
|
4695
4707
|
export { default as IconTextPlus } from './IconTextPlus';
|
|
4696
4708
|
export { default as IconTextRecognition } from './IconTextRecognition';
|
|
4709
|
+
export { default as IconTextRegexAsterisk } from './IconTextRegexAsterisk';
|
|
4710
|
+
export { default as IconTextRegexEnd } from './IconTextRegexEnd';
|
|
4711
|
+
export { default as IconTextRegexPlus } from './IconTextRegexPlus';
|
|
4712
|
+
export { default as IconTextRegexQuestion } from './IconTextRegexQuestion';
|
|
4713
|
+
export { default as IconTextRegexStart } from './IconTextRegexStart';
|
|
4697
4714
|
export { default as IconTextResize } from './IconTextResize';
|
|
4698
4715
|
export { default as IconTextScan2 } from './IconTextScan2';
|
|
4699
4716
|
export { default as IconTextScanAi } from './IconTextScanAi';
|
|
@@ -4845,6 +4862,7 @@ export { default as IconUmbrellaClosed2 } from './IconUmbrellaClosed2';
|
|
|
4845
4862
|
export { default as IconUmbrellaClosed } from './IconUmbrellaClosed';
|
|
4846
4863
|
export { default as IconUmbrellaOff } from './IconUmbrellaOff';
|
|
4847
4864
|
export { default as IconUmbrella } from './IconUmbrella';
|
|
4865
|
+
export { default as IconUnderlineOff } from './IconUnderlineOff';
|
|
4848
4866
|
export { default as IconUnderline } from './IconUnderline';
|
|
4849
4867
|
export { default as IconUnicycle } from './IconUnicycle';
|
|
4850
4868
|
export { default as IconUniverse } from './IconUniverse';
|
|
@@ -4930,6 +4948,7 @@ export { default as IconVinyl } from './IconVinyl';
|
|
|
4930
4948
|
export { default as IconVip2 } from './IconVip2';
|
|
4931
4949
|
export { default as IconVipOff } from './IconVipOff';
|
|
4932
4950
|
export { default as IconVip } from './IconVip';
|
|
4951
|
+
export { default as IconVirtualSpace } from './IconVirtualSpace';
|
|
4933
4952
|
export { default as IconVirusOff } from './IconVirusOff';
|
|
4934
4953
|
export { default as IconVirusSearch } from './IconVirusSearch';
|
|
4935
4954
|
export { default as IconVirus } from './IconVirus';
|
|
@@ -5270,6 +5289,7 @@ export { default as IconBrandOperaFilled } from './IconBrandOperaFilled';
|
|
|
5270
5289
|
export { default as IconBrandPatreonFilled } from './IconBrandPatreonFilled';
|
|
5271
5290
|
export { default as IconBrandPaypalFilled } from './IconBrandPaypalFilled';
|
|
5272
5291
|
export { default as IconBrandPinterestFilled } from './IconBrandPinterestFilled';
|
|
5292
|
+
export { default as IconBrandSignalFilled } from './IconBrandSignalFilled';
|
|
5273
5293
|
export { default as IconBrandSketchFilled } from './IconBrandSketchFilled';
|
|
5274
5294
|
export { default as IconBrandSnapchatFilled } from './IconBrandSnapchatFilled';
|
|
5275
5295
|
export { default as IconBrandSpotifyFilled } from './IconBrandSpotifyFilled';
|
|
@@ -5808,7 +5828,7 @@ export { default as IconMicrowaveFilled } from './IconMicrowaveFilled';
|
|
|
5808
5828
|
export { default as IconMilitaryRankFilled } from './IconMilitaryRankFilled';
|
|
5809
5829
|
export { default as IconMilkFilled } from './IconMilkFilled';
|
|
5810
5830
|
export { default as IconMoodAngryFilled } from './IconMoodAngryFilled';
|
|
5811
|
-
export { default as
|
|
5831
|
+
export { default as IconMoodConfusedFilled } from './IconMoodConfusedFilled';
|
|
5812
5832
|
export { default as IconMoodCrazyHappyFilled } from './IconMoodCrazyHappyFilled';
|
|
5813
5833
|
export { default as IconMoodEmptyFilled } from './IconMoodEmptyFilled';
|
|
5814
5834
|
export { default as IconMoodHappyFilled } from './IconMoodHappyFilled';
|
|
@@ -135,6 +135,10 @@ export default [
|
|
|
135
135
|
"api-book",
|
|
136
136
|
"api-off",
|
|
137
137
|
"api",
|
|
138
|
+
"app-window-bottom-left",
|
|
139
|
+
"app-window-bottom-right",
|
|
140
|
+
"app-window-bottom",
|
|
141
|
+
"app-window-center",
|
|
138
142
|
"app-window",
|
|
139
143
|
"apple",
|
|
140
144
|
"apps-off",
|
|
@@ -208,6 +212,7 @@ export default [
|
|
|
208
212
|
"arrow-down",
|
|
209
213
|
"arrow-elbow-left",
|
|
210
214
|
"arrow-elbow-right",
|
|
215
|
+
"arrow-fork-triple",
|
|
211
216
|
"arrow-fork",
|
|
212
217
|
"arrow-forward-up-double",
|
|
213
218
|
"arrow-forward-up",
|
|
@@ -626,7 +631,7 @@ export default [
|
|
|
626
631
|
"brain",
|
|
627
632
|
"brand-4chan",
|
|
628
633
|
"brand-abstract",
|
|
629
|
-
"brand-adobe-after-
|
|
634
|
+
"brand-adobe-after-effects",
|
|
630
635
|
"brand-adobe-illustrator",
|
|
631
636
|
"brand-adobe-indesign",
|
|
632
637
|
"brand-adobe-photoshop",
|
|
@@ -795,7 +800,7 @@ export default [
|
|
|
795
800
|
"brand-javascript",
|
|
796
801
|
"brand-jira",
|
|
797
802
|
"brand-juejin",
|
|
798
|
-
"brand-
|
|
803
|
+
"brand-kakao-talk",
|
|
799
804
|
"brand-kbin",
|
|
800
805
|
"brand-kick",
|
|
801
806
|
"brand-kickstarter",
|
|
@@ -891,6 +896,7 @@ export default [
|
|
|
891
896
|
"brand-sharik",
|
|
892
897
|
"brand-shazam",
|
|
893
898
|
"brand-shopee",
|
|
899
|
+
"brand-signal",
|
|
894
900
|
"brand-sketch",
|
|
895
901
|
"brand-skype",
|
|
896
902
|
"brand-slack",
|
|
@@ -1777,7 +1783,7 @@ export default [
|
|
|
1777
1783
|
"currency-renminbi",
|
|
1778
1784
|
"currency-ripple",
|
|
1779
1785
|
"currency-riyal",
|
|
1780
|
-
"currency-
|
|
1786
|
+
"currency-ruble",
|
|
1781
1787
|
"currency-rufiyaa",
|
|
1782
1788
|
"currency-rupee-nepalese",
|
|
1783
1789
|
"currency-rupee",
|
|
@@ -2003,6 +2009,7 @@ export default [
|
|
|
2003
2009
|
"device-tv",
|
|
2004
2010
|
"device-unknown",
|
|
2005
2011
|
"device-usb",
|
|
2012
|
+
"device-vision-pro-wifi",
|
|
2006
2013
|
"device-vision-pro",
|
|
2007
2014
|
"device-watch-bolt",
|
|
2008
2015
|
"device-watch-cancel",
|
|
@@ -2027,6 +2034,7 @@ export default [
|
|
|
2027
2034
|
"device-watch-up",
|
|
2028
2035
|
"device-watch-x",
|
|
2029
2036
|
"device-watch",
|
|
2037
|
+
"device-workstation",
|
|
2030
2038
|
"devices-2",
|
|
2031
2039
|
"devices-bolt",
|
|
2032
2040
|
"devices-cancel",
|
|
@@ -2104,6 +2112,7 @@ export default [
|
|
|
2104
2112
|
"download",
|
|
2105
2113
|
"drag-drop-2",
|
|
2106
2114
|
"drag-drop",
|
|
2115
|
+
"dragon",
|
|
2107
2116
|
"drone-off",
|
|
2108
2117
|
"drone",
|
|
2109
2118
|
"drop-circle",
|
|
@@ -2471,7 +2480,7 @@ export default [
|
|
|
2471
2480
|
"folder",
|
|
2472
2481
|
"folders-off",
|
|
2473
2482
|
"folders",
|
|
2474
|
-
"
|
|
2483
|
+
"footsteps",
|
|
2475
2484
|
"forbid-2",
|
|
2476
2485
|
"forbid",
|
|
2477
2486
|
"forklift",
|
|
@@ -2518,7 +2527,7 @@ export default [
|
|
|
2518
2527
|
"gender-neutrois",
|
|
2519
2528
|
"gender-third",
|
|
2520
2529
|
"gender-transgender",
|
|
2521
|
-
"gender-
|
|
2530
|
+
"gender-travesti",
|
|
2522
2531
|
"geometry",
|
|
2523
2532
|
"ghost-2",
|
|
2524
2533
|
"ghost-3",
|
|
@@ -2796,12 +2805,12 @@ export default [
|
|
|
2796
2805
|
"iceberg",
|
|
2797
2806
|
"icons-off",
|
|
2798
2807
|
"icons",
|
|
2808
|
+
"icosahedron",
|
|
2799
2809
|
"id-badge-2",
|
|
2800
2810
|
"id-badge-off",
|
|
2801
2811
|
"id-badge",
|
|
2802
2812
|
"id-off",
|
|
2803
2813
|
"id",
|
|
2804
|
-
"ikosaedr",
|
|
2805
2814
|
"image-generation",
|
|
2806
2815
|
"image-in-picture",
|
|
2807
2816
|
"inbox-off",
|
|
@@ -2842,6 +2851,7 @@ export default [
|
|
|
2842
2851
|
"irregular-polyhedron-off",
|
|
2843
2852
|
"irregular-polyhedron-plus",
|
|
2844
2853
|
"irregular-polyhedron",
|
|
2854
|
+
"italic-off",
|
|
2845
2855
|
"italic",
|
|
2846
2856
|
"jacket",
|
|
2847
2857
|
"jetpack",
|
|
@@ -3388,7 +3398,7 @@ export default [
|
|
|
3388
3398
|
"mood-boy",
|
|
3389
3399
|
"mood-check",
|
|
3390
3400
|
"mood-cog",
|
|
3391
|
-
"mood-
|
|
3401
|
+
"mood-confused",
|
|
3392
3402
|
"mood-crazy-happy",
|
|
3393
3403
|
"mood-cry",
|
|
3394
3404
|
"mood-dollar",
|
|
@@ -3818,7 +3828,7 @@ export default [
|
|
|
3818
3828
|
"photo-video",
|
|
3819
3829
|
"photo-x",
|
|
3820
3830
|
"photo",
|
|
3821
|
-
"
|
|
3831
|
+
"physiotherapist",
|
|
3822
3832
|
"piano",
|
|
3823
3833
|
"pick",
|
|
3824
3834
|
"picnic-table",
|
|
@@ -4406,7 +4416,7 @@ export default [
|
|
|
4406
4416
|
"spider",
|
|
4407
4417
|
"spiral-off",
|
|
4408
4418
|
"spiral",
|
|
4409
|
-
"sport-
|
|
4419
|
+
"sport-billiard",
|
|
4410
4420
|
"spray",
|
|
4411
4421
|
"spy-off",
|
|
4412
4422
|
"spy",
|
|
@@ -4627,6 +4637,7 @@ export default [
|
|
|
4627
4637
|
"sword-off",
|
|
4628
4638
|
"sword",
|
|
4629
4639
|
"swords",
|
|
4640
|
+
"tab-close",
|
|
4630
4641
|
"table-alias",
|
|
4631
4642
|
"table-column",
|
|
4632
4643
|
"table-dashed",
|
|
@@ -4693,8 +4704,14 @@ export default [
|
|
|
4693
4704
|
"text-grammar",
|
|
4694
4705
|
"text-increase",
|
|
4695
4706
|
"text-orientation",
|
|
4707
|
+
"text-outline",
|
|
4696
4708
|
"text-plus",
|
|
4697
4709
|
"text-recognition",
|
|
4710
|
+
"text-regex-asterisk",
|
|
4711
|
+
"text-regex-end",
|
|
4712
|
+
"text-regex-plus",
|
|
4713
|
+
"text-regex-question",
|
|
4714
|
+
"text-regex-start",
|
|
4698
4715
|
"text-resize",
|
|
4699
4716
|
"text-scan-2",
|
|
4700
4717
|
"text-scan-ai",
|
|
@@ -4846,6 +4863,7 @@ export default [
|
|
|
4846
4863
|
"umbrella-closed",
|
|
4847
4864
|
"umbrella-off",
|
|
4848
4865
|
"umbrella",
|
|
4866
|
+
"underline-off",
|
|
4849
4867
|
"underline",
|
|
4850
4868
|
"unicycle",
|
|
4851
4869
|
"universe",
|
|
@@ -4931,6 +4949,7 @@ export default [
|
|
|
4931
4949
|
"vip-2",
|
|
4932
4950
|
"vip-off",
|
|
4933
4951
|
"vip",
|
|
4952
|
+
"virtual-space",
|
|
4934
4953
|
"virus-off",
|
|
4935
4954
|
"virus-search",
|
|
4936
4955
|
"virus",
|
|
@@ -5271,6 +5290,7 @@ export default [
|
|
|
5271
5290
|
"brand-patreon-filled",
|
|
5272
5291
|
"brand-paypal-filled",
|
|
5273
5292
|
"brand-pinterest-filled",
|
|
5293
|
+
"brand-signal-filled",
|
|
5274
5294
|
"brand-sketch-filled",
|
|
5275
5295
|
"brand-snapchat-filled",
|
|
5276
5296
|
"brand-spotify-filled",
|
|
@@ -5809,7 +5829,7 @@ export default [
|
|
|
5809
5829
|
"military-rank-filled",
|
|
5810
5830
|
"milk-filled",
|
|
5811
5831
|
"mood-angry-filled",
|
|
5812
|
-
"mood-
|
|
5832
|
+
"mood-confused-filled",
|
|
5813
5833
|
"mood-crazy-happy-filled",
|
|
5814
5834
|
"mood-empty-filled",
|
|
5815
5835
|
"mood-happy-filled",
|
package/dist/types/aliases.d.ts
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';
|