vadivam-astro 0.0.39 → 0.0.40
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 +1 -1
- package/dist/dynamicIconImports.d.ts +11 -0
- package/dist/dynamicIconImports.js +11 -0
- package/dist/icons/index.d.ts +11 -0
- package/dist/icons/index.js +11 -0
- package/dist/icons/scale.astro +7 -0
- package/dist/icons/scale.astro.d.ts +5 -0
- package/dist/icons/scissors.astro +7 -0
- package/dist/icons/scissors.astro.d.ts +5 -0
- package/dist/icons/shopping-bag.astro +7 -0
- package/dist/icons/shopping-bag.astro.d.ts +5 -0
- package/dist/icons/shuffle.astro +7 -0
- package/dist/icons/shuffle.astro.d.ts +5 -0
- package/dist/icons/square-centerline-dashed-horizontal.astro +7 -0
- package/dist/icons/square-centerline-dashed-horizontal.astro.d.ts +5 -0
- package/dist/icons/square-centerline-dashed-vertical.astro +7 -0
- package/dist/icons/square-centerline-dashed-vertical.astro.d.ts +5 -0
- package/dist/icons/square-dashed.astro +1 -1
- package/dist/icons/telescope.astro +7 -0
- package/dist/icons/telescope.astro.d.ts +5 -0
- package/dist/icons/trophy.astro +7 -0
- package/dist/icons/trophy.astro.d.ts +5 -0
- package/dist/icons/undo-2.astro +7 -0
- package/dist/icons/undo-2.astro.d.ts +5 -0
- package/dist/icons/user-check.astro +7 -0
- package/dist/icons/user-check.astro.d.ts +5 -0
- package/dist/icons/workflow.astro +7 -0
- package/dist/icons/workflow.astro.d.ts +5 -0
- package/dist/icons.js +22 -0
- package/dist/index.d.ts +11 -0
- package/dist/index.js +11 -0
- package/dist/types.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ Tree-shakeable 24px outline SVG icons for Astro.
|
|
|
8
8
|
[](https://www.npmjs.com/package/vadivam-astro)
|
|
9
9
|
[](https://github.com/praveenjuge/vadivam/blob/main/LICENSE)
|
|
10
10
|
|
|
11
|
-

|
|
12
12
|
|
|
13
13
|
```sh
|
|
14
14
|
npm install vadivam-astro
|
|
@@ -398,6 +398,8 @@ declare const dynamicIconImports: {
|
|
|
398
398
|
readonly "rotate-ccw": () => Promise<DynamicIconModule>;
|
|
399
399
|
readonly "rotate-cw": () => Promise<DynamicIconModule>;
|
|
400
400
|
readonly "save": () => Promise<DynamicIconModule>;
|
|
401
|
+
readonly "scale": () => Promise<DynamicIconModule>;
|
|
402
|
+
readonly "scissors": () => Promise<DynamicIconModule>;
|
|
401
403
|
readonly "scroll-text": () => Promise<DynamicIconModule>;
|
|
402
404
|
readonly "scroll": () => Promise<DynamicIconModule>;
|
|
403
405
|
readonly "search": () => Promise<DynamicIconModule>;
|
|
@@ -410,13 +412,17 @@ declare const dynamicIconImports: {
|
|
|
410
412
|
readonly "shield-alert": () => Promise<DynamicIconModule>;
|
|
411
413
|
readonly "shield-check": () => Promise<DynamicIconModule>;
|
|
412
414
|
readonly "shield": () => Promise<DynamicIconModule>;
|
|
415
|
+
readonly "shopping-bag": () => Promise<DynamicIconModule>;
|
|
413
416
|
readonly "shopping-cart": () => Promise<DynamicIconModule>;
|
|
417
|
+
readonly "shuffle": () => Promise<DynamicIconModule>;
|
|
414
418
|
readonly "skip-forward": () => Promise<DynamicIconModule>;
|
|
415
419
|
readonly "slash": () => Promise<DynamicIconModule>;
|
|
416
420
|
readonly "sliders-horizontal": () => Promise<DynamicIconModule>;
|
|
417
421
|
readonly "smartphone": () => Promise<DynamicIconModule>;
|
|
418
422
|
readonly "smile": () => Promise<DynamicIconModule>;
|
|
419
423
|
readonly "sparkles": () => Promise<DynamicIconModule>;
|
|
424
|
+
readonly "square-centerline-dashed-horizontal": () => Promise<DynamicIconModule>;
|
|
425
|
+
readonly "square-centerline-dashed-vertical": () => Promise<DynamicIconModule>;
|
|
420
426
|
readonly "square-dashed": () => Promise<DynamicIconModule>;
|
|
421
427
|
readonly "square-pen": () => Promise<DynamicIconModule>;
|
|
422
428
|
readonly "square-terminal": () => Promise<DynamicIconModule>;
|
|
@@ -429,6 +435,7 @@ declare const dynamicIconImports: {
|
|
|
429
435
|
readonly "tablet": () => Promise<DynamicIconModule>;
|
|
430
436
|
readonly "tag": () => Promise<DynamicIconModule>;
|
|
431
437
|
readonly "target": () => Promise<DynamicIconModule>;
|
|
438
|
+
readonly "telescope": () => Promise<DynamicIconModule>;
|
|
432
439
|
readonly "terminal": () => Promise<DynamicIconModule>;
|
|
433
440
|
readonly "text-align-center": () => Promise<DynamicIconModule>;
|
|
434
441
|
readonly "text-align-end": () => Promise<DynamicIconModule>;
|
|
@@ -443,11 +450,14 @@ declare const dynamicIconImports: {
|
|
|
443
450
|
readonly "trending-down": () => Promise<DynamicIconModule>;
|
|
444
451
|
readonly "trending-up": () => Promise<DynamicIconModule>;
|
|
445
452
|
readonly "triangle-alert": () => Promise<DynamicIconModule>;
|
|
453
|
+
readonly "trophy": () => Promise<DynamicIconModule>;
|
|
446
454
|
readonly "tv": () => Promise<DynamicIconModule>;
|
|
447
455
|
readonly "type": () => Promise<DynamicIconModule>;
|
|
448
456
|
readonly "underline": () => Promise<DynamicIconModule>;
|
|
457
|
+
readonly "undo-2": () => Promise<DynamicIconModule>;
|
|
449
458
|
readonly "undo": () => Promise<DynamicIconModule>;
|
|
450
459
|
readonly "upload": () => Promise<DynamicIconModule>;
|
|
460
|
+
readonly "user-check": () => Promise<DynamicIconModule>;
|
|
451
461
|
readonly "user-plus": () => Promise<DynamicIconModule>;
|
|
452
462
|
readonly "user-round-x": () => Promise<DynamicIconModule>;
|
|
453
463
|
readonly "user-round": () => Promise<DynamicIconModule>;
|
|
@@ -463,6 +473,7 @@ declare const dynamicIconImports: {
|
|
|
463
473
|
readonly "waves-horizontal": () => Promise<DynamicIconModule>;
|
|
464
474
|
readonly "wifi-off": () => Promise<DynamicIconModule>;
|
|
465
475
|
readonly "wifi": () => Promise<DynamicIconModule>;
|
|
476
|
+
readonly "workflow": () => Promise<DynamicIconModule>;
|
|
466
477
|
readonly "wrench": () => Promise<DynamicIconModule>;
|
|
467
478
|
readonly "x": () => Promise<DynamicIconModule>;
|
|
468
479
|
readonly "zap": () => Promise<DynamicIconModule>;
|
|
@@ -396,6 +396,8 @@ const dynamicIconImports = {
|
|
|
396
396
|
"rotate-ccw": () => import("./icons/rotate-ccw.astro"),
|
|
397
397
|
"rotate-cw": () => import("./icons/rotate-cw.astro"),
|
|
398
398
|
"save": () => import("./icons/save.astro"),
|
|
399
|
+
"scale": () => import("./icons/scale.astro"),
|
|
400
|
+
"scissors": () => import("./icons/scissors.astro"),
|
|
399
401
|
"scroll-text": () => import("./icons/scroll-text.astro"),
|
|
400
402
|
"scroll": () => import("./icons/scroll.astro"),
|
|
401
403
|
"search": () => import("./icons/search.astro"),
|
|
@@ -408,13 +410,17 @@ const dynamicIconImports = {
|
|
|
408
410
|
"shield-alert": () => import("./icons/shield-alert.astro"),
|
|
409
411
|
"shield-check": () => import("./icons/shield-check.astro"),
|
|
410
412
|
"shield": () => import("./icons/shield.astro"),
|
|
413
|
+
"shopping-bag": () => import("./icons/shopping-bag.astro"),
|
|
411
414
|
"shopping-cart": () => import("./icons/shopping-cart.astro"),
|
|
415
|
+
"shuffle": () => import("./icons/shuffle.astro"),
|
|
412
416
|
"skip-forward": () => import("./icons/skip-forward.astro"),
|
|
413
417
|
"slash": () => import("./icons/slash.astro"),
|
|
414
418
|
"sliders-horizontal": () => import("./icons/sliders-horizontal.astro"),
|
|
415
419
|
"smartphone": () => import("./icons/smartphone.astro"),
|
|
416
420
|
"smile": () => import("./icons/smile.astro"),
|
|
417
421
|
"sparkles": () => import("./icons/sparkles.astro"),
|
|
422
|
+
"square-centerline-dashed-horizontal": () => import("./icons/square-centerline-dashed-horizontal.astro"),
|
|
423
|
+
"square-centerline-dashed-vertical": () => import("./icons/square-centerline-dashed-vertical.astro"),
|
|
418
424
|
"square-dashed": () => import("./icons/square-dashed.astro"),
|
|
419
425
|
"square-pen": () => import("./icons/square-pen.astro"),
|
|
420
426
|
"square-terminal": () => import("./icons/square-terminal.astro"),
|
|
@@ -427,6 +433,7 @@ const dynamicIconImports = {
|
|
|
427
433
|
"tablet": () => import("./icons/tablet.astro"),
|
|
428
434
|
"tag": () => import("./icons/tag.astro"),
|
|
429
435
|
"target": () => import("./icons/target.astro"),
|
|
436
|
+
"telescope": () => import("./icons/telescope.astro"),
|
|
430
437
|
"terminal": () => import("./icons/terminal.astro"),
|
|
431
438
|
"text-align-center": () => import("./icons/text-align-center.astro"),
|
|
432
439
|
"text-align-end": () => import("./icons/text-align-end.astro"),
|
|
@@ -441,11 +448,14 @@ const dynamicIconImports = {
|
|
|
441
448
|
"trending-down": () => import("./icons/trending-down.astro"),
|
|
442
449
|
"trending-up": () => import("./icons/trending-up.astro"),
|
|
443
450
|
"triangle-alert": () => import("./icons/triangle-alert.astro"),
|
|
451
|
+
"trophy": () => import("./icons/trophy.astro"),
|
|
444
452
|
"tv": () => import("./icons/tv.astro"),
|
|
445
453
|
"type": () => import("./icons/type.astro"),
|
|
446
454
|
"underline": () => import("./icons/underline.astro"),
|
|
455
|
+
"undo-2": () => import("./icons/undo-2.astro"),
|
|
447
456
|
"undo": () => import("./icons/undo.astro"),
|
|
448
457
|
"upload": () => import("./icons/upload.astro"),
|
|
458
|
+
"user-check": () => import("./icons/user-check.astro"),
|
|
449
459
|
"user-plus": () => import("./icons/user-plus.astro"),
|
|
450
460
|
"user-round-x": () => import("./icons/user-round-x.astro"),
|
|
451
461
|
"user-round": () => import("./icons/user-round.astro"),
|
|
@@ -461,6 +471,7 @@ const dynamicIconImports = {
|
|
|
461
471
|
"waves-horizontal": () => import("./icons/waves-horizontal.astro"),
|
|
462
472
|
"wifi-off": () => import("./icons/wifi-off.astro"),
|
|
463
473
|
"wifi": () => import("./icons/wifi.astro"),
|
|
474
|
+
"workflow": () => import("./icons/workflow.astro"),
|
|
464
475
|
"wrench": () => import("./icons/wrench.astro"),
|
|
465
476
|
"x": () => import("./icons/x.astro"),
|
|
466
477
|
"zap": () => import("./icons/zap.astro"),
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -395,6 +395,8 @@ export { default as RotateCcwClock, default as RotateCcwClockIcon, default as Va
|
|
|
395
395
|
export { default as RotateCcw, default as RotateCcwIcon, default as VadivamRotateCcw } from "./rotate-ccw.astro";
|
|
396
396
|
export { default as RotateCw, default as RotateCwIcon, default as VadivamRotateCw } from "./rotate-cw.astro";
|
|
397
397
|
export { default as Save, default as SaveIcon, default as VadivamSave } from "./save.astro";
|
|
398
|
+
export { default as Scale, default as ScaleIcon, default as VadivamScale } from "./scale.astro";
|
|
399
|
+
export { default as Scissors, default as ScissorsIcon, default as VadivamScissors } from "./scissors.astro";
|
|
398
400
|
export { default as ScrollText, default as ScrollTextIcon, default as VadivamScrollText } from "./scroll-text.astro";
|
|
399
401
|
export { default as Scroll, default as ScrollIcon, default as VadivamScroll } from "./scroll.astro";
|
|
400
402
|
export { default as Search, default as SearchIcon, default as VadivamSearch } from "./search.astro";
|
|
@@ -407,13 +409,17 @@ export { default as Share, default as ShareIcon, default as VadivamShare } from
|
|
|
407
409
|
export { default as ShieldAlert, default as ShieldAlertIcon, default as VadivamShieldAlert } from "./shield-alert.astro";
|
|
408
410
|
export { default as ShieldCheck, default as ShieldCheckIcon, default as VadivamShieldCheck } from "./shield-check.astro";
|
|
409
411
|
export { default as Shield, default as ShieldIcon, default as VadivamShield } from "./shield.astro";
|
|
412
|
+
export { default as ShoppingBag, default as ShoppingBagIcon, default as VadivamShoppingBag } from "./shopping-bag.astro";
|
|
410
413
|
export { default as ShoppingCart, default as ShoppingCartIcon, default as VadivamShoppingCart } from "./shopping-cart.astro";
|
|
414
|
+
export { default as Shuffle, default as ShuffleIcon, default as VadivamShuffle } from "./shuffle.astro";
|
|
411
415
|
export { default as SkipForward, default as SkipForwardIcon, default as VadivamSkipForward } from "./skip-forward.astro";
|
|
412
416
|
export { default as Slash, default as SlashIcon, default as VadivamSlash } from "./slash.astro";
|
|
413
417
|
export { default as SlidersHorizontal, default as SlidersHorizontalIcon, default as VadivamSlidersHorizontal } from "./sliders-horizontal.astro";
|
|
414
418
|
export { default as Smartphone, default as SmartphoneIcon, default as VadivamSmartphone } from "./smartphone.astro";
|
|
415
419
|
export { default as Smile, default as SmileIcon, default as VadivamSmile } from "./smile.astro";
|
|
416
420
|
export { default as Sparkles, default as SparklesIcon, default as VadivamSparkles } from "./sparkles.astro";
|
|
421
|
+
export { default as SquareCenterlineDashedHorizontal, default as SquareCenterlineDashedHorizontalIcon, default as VadivamSquareCenterlineDashedHorizontal } from "./square-centerline-dashed-horizontal.astro";
|
|
422
|
+
export { default as SquareCenterlineDashedVertical, default as SquareCenterlineDashedVerticalIcon, default as VadivamSquareCenterlineDashedVertical } from "./square-centerline-dashed-vertical.astro";
|
|
417
423
|
export { default as SquareDashed, default as SquareDashedIcon, default as VadivamSquareDashed } from "./square-dashed.astro";
|
|
418
424
|
export { default as SquarePen, default as SquarePenIcon, default as VadivamSquarePen } from "./square-pen.astro";
|
|
419
425
|
export { default as SquareTerminal, default as SquareTerminalIcon, default as VadivamSquareTerminal } from "./square-terminal.astro";
|
|
@@ -426,6 +432,7 @@ export { default as Table, default as TableIcon, default as VadivamTable } from
|
|
|
426
432
|
export { default as Tablet, default as TabletIcon, default as VadivamTablet } from "./tablet.astro";
|
|
427
433
|
export { default as Tag, default as TagIcon, default as VadivamTag } from "./tag.astro";
|
|
428
434
|
export { default as Target, default as TargetIcon, default as VadivamTarget } from "./target.astro";
|
|
435
|
+
export { default as Telescope, default as TelescopeIcon, default as VadivamTelescope } from "./telescope.astro";
|
|
429
436
|
export { default as Terminal, default as TerminalIcon, default as VadivamTerminal } from "./terminal.astro";
|
|
430
437
|
export { default as TextAlignCenter, default as TextAlignCenterIcon, default as VadivamTextAlignCenter } from "./text-align-center.astro";
|
|
431
438
|
export { default as TextAlignEnd, default as TextAlignEndIcon, default as VadivamTextAlignEnd } from "./text-align-end.astro";
|
|
@@ -440,11 +447,14 @@ export { default as Trash, default as TrashIcon, default as VadivamTrash } from
|
|
|
440
447
|
export { default as TrendingDown, default as TrendingDownIcon, default as VadivamTrendingDown } from "./trending-down.astro";
|
|
441
448
|
export { default as TrendingUp, default as TrendingUpIcon, default as VadivamTrendingUp } from "./trending-up.astro";
|
|
442
449
|
export { default as TriangleAlert, default as TriangleAlertIcon, default as VadivamTriangleAlert } from "./triangle-alert.astro";
|
|
450
|
+
export { default as Trophy, default as TrophyIcon, default as VadivamTrophy } from "./trophy.astro";
|
|
443
451
|
export { default as Tv, default as TvIcon, default as VadivamTv } from "./tv.astro";
|
|
444
452
|
export { default as Type, default as TypeIcon, default as VadivamType } from "./type.astro";
|
|
445
453
|
export { default as Underline, default as UnderlineIcon, default as VadivamUnderline } from "./underline.astro";
|
|
454
|
+
export { default as Undo2, default as Undo2Icon, default as VadivamUndo2 } from "./undo-2.astro";
|
|
446
455
|
export { default as Undo, default as UndoIcon, default as VadivamUndo } from "./undo.astro";
|
|
447
456
|
export { default as Upload, default as UploadIcon, default as VadivamUpload } from "./upload.astro";
|
|
457
|
+
export { default as UserCheck, default as UserCheckIcon, default as VadivamUserCheck } from "./user-check.astro";
|
|
448
458
|
export { default as UserPlus, default as UserPlusIcon, default as VadivamUserPlus } from "./user-plus.astro";
|
|
449
459
|
export { default as UserRoundX, default as UserRoundXIcon, default as VadivamUserRoundX } from "./user-round-x.astro";
|
|
450
460
|
export { default as UserRound, default as UserRoundIcon, default as VadivamUserRound } from "./user-round.astro";
|
|
@@ -460,6 +470,7 @@ export { default as Wallet, default as WalletIcon, default as VadivamWallet } fr
|
|
|
460
470
|
export { default as WavesHorizontal, default as WavesHorizontalIcon, default as VadivamWavesHorizontal } from "./waves-horizontal.astro";
|
|
461
471
|
export { default as WifiOff, default as WifiOffIcon, default as VadivamWifiOff } from "./wifi-off.astro";
|
|
462
472
|
export { default as Wifi, default as WifiIcon, default as VadivamWifi } from "./wifi.astro";
|
|
473
|
+
export { default as Workflow, default as WorkflowIcon, default as VadivamWorkflow } from "./workflow.astro";
|
|
463
474
|
export { default as Wrench, default as WrenchIcon, default as VadivamWrench } from "./wrench.astro";
|
|
464
475
|
export { default as X, default as XIcon, default as VadivamX } from "./x.astro";
|
|
465
476
|
export { default as Zap, default as ZapIcon, default as VadivamZap } from "./zap.astro";
|
package/dist/icons/index.js
CHANGED
|
@@ -395,6 +395,8 @@ export { default as RotateCcwClock, default as RotateCcwClockIcon, default as Va
|
|
|
395
395
|
export { default as RotateCcw, default as RotateCcwIcon, default as VadivamRotateCcw } from "./rotate-ccw.astro";
|
|
396
396
|
export { default as RotateCw, default as RotateCwIcon, default as VadivamRotateCw } from "./rotate-cw.astro";
|
|
397
397
|
export { default as Save, default as SaveIcon, default as VadivamSave } from "./save.astro";
|
|
398
|
+
export { default as Scale, default as ScaleIcon, default as VadivamScale } from "./scale.astro";
|
|
399
|
+
export { default as Scissors, default as ScissorsIcon, default as VadivamScissors } from "./scissors.astro";
|
|
398
400
|
export { default as ScrollText, default as ScrollTextIcon, default as VadivamScrollText } from "./scroll-text.astro";
|
|
399
401
|
export { default as Scroll, default as ScrollIcon, default as VadivamScroll } from "./scroll.astro";
|
|
400
402
|
export { default as Search, default as SearchIcon, default as VadivamSearch } from "./search.astro";
|
|
@@ -407,13 +409,17 @@ export { default as Share, default as ShareIcon, default as VadivamShare } from
|
|
|
407
409
|
export { default as ShieldAlert, default as ShieldAlertIcon, default as VadivamShieldAlert } from "./shield-alert.astro";
|
|
408
410
|
export { default as ShieldCheck, default as ShieldCheckIcon, default as VadivamShieldCheck } from "./shield-check.astro";
|
|
409
411
|
export { default as Shield, default as ShieldIcon, default as VadivamShield } from "./shield.astro";
|
|
412
|
+
export { default as ShoppingBag, default as ShoppingBagIcon, default as VadivamShoppingBag } from "./shopping-bag.astro";
|
|
410
413
|
export { default as ShoppingCart, default as ShoppingCartIcon, default as VadivamShoppingCart } from "./shopping-cart.astro";
|
|
414
|
+
export { default as Shuffle, default as ShuffleIcon, default as VadivamShuffle } from "./shuffle.astro";
|
|
411
415
|
export { default as SkipForward, default as SkipForwardIcon, default as VadivamSkipForward } from "./skip-forward.astro";
|
|
412
416
|
export { default as Slash, default as SlashIcon, default as VadivamSlash } from "./slash.astro";
|
|
413
417
|
export { default as SlidersHorizontal, default as SlidersHorizontalIcon, default as VadivamSlidersHorizontal } from "./sliders-horizontal.astro";
|
|
414
418
|
export { default as Smartphone, default as SmartphoneIcon, default as VadivamSmartphone } from "./smartphone.astro";
|
|
415
419
|
export { default as Smile, default as SmileIcon, default as VadivamSmile } from "./smile.astro";
|
|
416
420
|
export { default as Sparkles, default as SparklesIcon, default as VadivamSparkles } from "./sparkles.astro";
|
|
421
|
+
export { default as SquareCenterlineDashedHorizontal, default as SquareCenterlineDashedHorizontalIcon, default as VadivamSquareCenterlineDashedHorizontal } from "./square-centerline-dashed-horizontal.astro";
|
|
422
|
+
export { default as SquareCenterlineDashedVertical, default as SquareCenterlineDashedVerticalIcon, default as VadivamSquareCenterlineDashedVertical } from "./square-centerline-dashed-vertical.astro";
|
|
417
423
|
export { default as SquareDashed, default as SquareDashedIcon, default as VadivamSquareDashed } from "./square-dashed.astro";
|
|
418
424
|
export { default as SquarePen, default as SquarePenIcon, default as VadivamSquarePen } from "./square-pen.astro";
|
|
419
425
|
export { default as SquareTerminal, default as SquareTerminalIcon, default as VadivamSquareTerminal } from "./square-terminal.astro";
|
|
@@ -426,6 +432,7 @@ export { default as Table, default as TableIcon, default as VadivamTable } from
|
|
|
426
432
|
export { default as Tablet, default as TabletIcon, default as VadivamTablet } from "./tablet.astro";
|
|
427
433
|
export { default as Tag, default as TagIcon, default as VadivamTag } from "./tag.astro";
|
|
428
434
|
export { default as Target, default as TargetIcon, default as VadivamTarget } from "./target.astro";
|
|
435
|
+
export { default as Telescope, default as TelescopeIcon, default as VadivamTelescope } from "./telescope.astro";
|
|
429
436
|
export { default as Terminal, default as TerminalIcon, default as VadivamTerminal } from "./terminal.astro";
|
|
430
437
|
export { default as TextAlignCenter, default as TextAlignCenterIcon, default as VadivamTextAlignCenter } from "./text-align-center.astro";
|
|
431
438
|
export { default as TextAlignEnd, default as TextAlignEndIcon, default as VadivamTextAlignEnd } from "./text-align-end.astro";
|
|
@@ -440,11 +447,14 @@ export { default as Trash, default as TrashIcon, default as VadivamTrash } from
|
|
|
440
447
|
export { default as TrendingDown, default as TrendingDownIcon, default as VadivamTrendingDown } from "./trending-down.astro";
|
|
441
448
|
export { default as TrendingUp, default as TrendingUpIcon, default as VadivamTrendingUp } from "./trending-up.astro";
|
|
442
449
|
export { default as TriangleAlert, default as TriangleAlertIcon, default as VadivamTriangleAlert } from "./triangle-alert.astro";
|
|
450
|
+
export { default as Trophy, default as TrophyIcon, default as VadivamTrophy } from "./trophy.astro";
|
|
443
451
|
export { default as Tv, default as TvIcon, default as VadivamTv } from "./tv.astro";
|
|
444
452
|
export { default as Type, default as TypeIcon, default as VadivamType } from "./type.astro";
|
|
445
453
|
export { default as Underline, default as UnderlineIcon, default as VadivamUnderline } from "./underline.astro";
|
|
454
|
+
export { default as Undo2, default as Undo2Icon, default as VadivamUndo2 } from "./undo-2.astro";
|
|
446
455
|
export { default as Undo, default as UndoIcon, default as VadivamUndo } from "./undo.astro";
|
|
447
456
|
export { default as Upload, default as UploadIcon, default as VadivamUpload } from "./upload.astro";
|
|
457
|
+
export { default as UserCheck, default as UserCheckIcon, default as VadivamUserCheck } from "./user-check.astro";
|
|
448
458
|
export { default as UserPlus, default as UserPlusIcon, default as VadivamUserPlus } from "./user-plus.astro";
|
|
449
459
|
export { default as UserRoundX, default as UserRoundXIcon, default as VadivamUserRoundX } from "./user-round-x.astro";
|
|
450
460
|
export { default as UserRound, default as UserRoundIcon, default as VadivamUserRound } from "./user-round.astro";
|
|
@@ -460,6 +470,7 @@ export { default as Wallet, default as WalletIcon, default as VadivamWallet } fr
|
|
|
460
470
|
export { default as WavesHorizontal, default as WavesHorizontalIcon, default as VadivamWavesHorizontal } from "./waves-horizontal.astro";
|
|
461
471
|
export { default as WifiOff, default as WifiOffIcon, default as VadivamWifiOff } from "./wifi-off.astro";
|
|
462
472
|
export { default as Wifi, default as WifiIcon, default as VadivamWifi } from "./wifi.astro";
|
|
473
|
+
export { default as Workflow, default as WorkflowIcon, default as VadivamWorkflow } from "./workflow.astro";
|
|
463
474
|
export { default as Wrench, default as WrenchIcon, default as VadivamWrench } from "./wrench.astro";
|
|
464
475
|
export { default as X, default as XIcon, default as VadivamX } from "./x.astro";
|
|
465
476
|
export { default as Zap, default as ZapIcon, default as VadivamZap } from "./zap.astro";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
import Icon from "../Icon.astro";
|
|
3
|
+
import type { IconNode, VadivamProps } from "../types.js";
|
|
4
|
+
export const __iconNode: IconNode = [["path",{"d":"M18.678 22A43 43 0 0 0 12 21.475m0 0c-2.233 0-4.467.175-6.678.525M12 21.475V4.105m-6.678.98s4.118 7.677 3.185 10.528c-.903 2.751-5.467 2.751-6.37 0-.933-2.85 3.185-10.529 3.185-10.529m0 0L12 4.104m6.678.98L12 4.104m6.678.98s-4.118 7.677-3.185 10.528c.903 2.751 5.467 2.751 6.37 0 .933-2.85-3.185-10.529-3.185-10.529M12 4.104V2"}]];
|
|
5
|
+
const props = Astro.props as VadivamProps;
|
|
6
|
+
---
|
|
7
|
+
<Icon name="scale" iconNode={__iconNode} {...props}><slot /></Icon>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
import Icon from "../Icon.astro";
|
|
3
|
+
import type { IconNode, VadivamProps } from "../types.js";
|
|
4
|
+
export const __iconNode: IconNode = [["path",{"d":"M11.767 12 6.445 8.436m0 7.128L11.766 12 22 5.146M6.445 8.436a2.73 2.73 0 0 0 1.11-2.193c0-1.516-1.244-2.743-2.777-2.743S2 4.726 2 6.242c0 1.515 1.244 2.743 2.778 2.743.625 0 1.203-.204 1.667-.549m1.11 9.324v-.002m0 0c0-1.513-1.244-2.741-2.777-2.741S2 16.244 2 17.759 3.244 20.5 4.778 20.5c1.533 0 2.777-1.227 2.778-2.741M22 18.853l-6.74-4.514"}]];
|
|
5
|
+
const props = Astro.props as VadivamProps;
|
|
6
|
+
---
|
|
7
|
+
<Icon name="scissors" iconNode={__iconNode} {...props}><slot /></Icon>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
import Icon from "../Icon.astro";
|
|
3
|
+
import type { IconNode, VadivamProps } from "../types.js";
|
|
4
|
+
export const __iconNode: IconNode = [["path",{"d":"M8.5 8.5V4.222C8.5 2.994 9.545 2 10.833 2h2.334c1.288 0 2.333.994 2.333 2.222V8.5"}],["path",{"d":"M17.657 6c1.354 0 2.433 1.539 2.337 2.824l-.596 9.422C19.264 20.356 17.465 22 15.29 22H8.71c-2.174 0-3.973-1.645-4.106-3.754l-.597-9.422C3.91 7.54 4.973 6 6.327 6z"}]];
|
|
5
|
+
const props = Astro.props as VadivamProps;
|
|
6
|
+
---
|
|
7
|
+
<Icon name="shopping-bag" iconNode={__iconNode} {...props}><slot /></Icon>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
import Icon from "../Icon.astro";
|
|
3
|
+
import type { IconNode, VadivamProps } from "../types.js";
|
|
4
|
+
export const __iconNode: IconNode = [["path",{"d":"M22 5h-3.5C14.911 5 12 8.134 12 12m0 0c0 3.866 2.911 7 6.5 7H22m-10-7c0 3.866-2.911 7-6.5 7H2m10-7c0-3.866-2.911-7-6.5-7H2"}],["path",{"d":"M19 8c.503-1.508 1.723-2.234 3-3-1.277-.766-2.497-1.492-3-3m0 20c.503-1.508 1.723-2.233 3-3-1.277-.765-2.497-1.492-3-3"}]];
|
|
5
|
+
const props = Astro.props as VadivamProps;
|
|
6
|
+
---
|
|
7
|
+
<Icon name="shuffle" iconNode={__iconNode} {...props}><slot /></Icon>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
import Icon from "../Icon.astro";
|
|
3
|
+
import type { IconNode, VadivamProps } from "../types.js";
|
|
4
|
+
export const __iconNode: IconNode = [["path",{"d":"M8 2a6 6 0 0 0-6 6v8a6 6 0 0 0 6 6m8 0a6 6 0 0 0 6-6V8a6 6 0 0 0-6-6m-4 2.353V2m0 8.235V7.882m0 8.236v-2.353M12 22v-2.353"}]];
|
|
5
|
+
const props = Astro.props as VadivamProps;
|
|
6
|
+
---
|
|
7
|
+
<Icon name="square-centerline-dashed-horizontal" iconNode={__iconNode} {...props}><slot /></Icon>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
import Icon from "../Icon.astro";
|
|
3
|
+
import type { IconNode, VadivamProps } from "../types.js";
|
|
4
|
+
export const __iconNode: IconNode = [["path",{"d":"M2 16a6 6 0 0 0 6 6h8a6 6 0 0 0 6-6m0-8a6 6 0 0 0-6-6H8a6 6 0 0 0-6 6m2.353 4H2m8.235 0H7.882m8.236 0h-2.353M22 12h-2.353"}]];
|
|
5
|
+
const props = Astro.props as VadivamProps;
|
|
6
|
+
---
|
|
7
|
+
<Icon name="square-centerline-dashed-vertical" iconNode={__iconNode} {...props}><slot /></Icon>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
import Icon from "../Icon.astro";
|
|
3
3
|
import type { IconNode, VadivamProps } from "../types.js";
|
|
4
|
-
export const __iconNode: IconNode = [["path",{"d":"M10
|
|
4
|
+
export const __iconNode: IconNode = [["path",{"d":"M10 2h4m0 20h-4m-8-8v-4m20 0v4M5.409 2.587a6 6 0 0 0-2.822 2.822m0 13.182a6 6 0 0 0 2.822 2.822m13.182 0a6 6 0 0 0 2.822-2.822m0-13.182a6 6 0 0 0-2.822-2.822"}]];
|
|
5
5
|
const props = Astro.props as VadivamProps;
|
|
6
6
|
---
|
|
7
7
|
<Icon name="square-dashed" iconNode={__iconNode} {...props}><slot /></Icon>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
import Icon from "../Icon.astro";
|
|
3
|
+
import type { IconNode, VadivamProps } from "../types.js";
|
|
4
|
+
export const __iconNode: IconNode = [["path",{"d":"M12.365 5.98 8.501 8.21c-.84.475-1.261.713-1.37 1.12-.224.833 1.407 3.747 2.346 3.997.4.107.808-.123 1.623-.583l3.9-2.205m-7.89-.99-3.81 2.2c-2.75 1.552-.7 5.196 2.119 3.603L9.18 13.18M16.965 22l-4.531-10-4.531 10M21.456 5.094l-1.063-1.8c-.884-1.498-1.388-1.616-2.902-.761L13.759 4.64c-.843.476-1.263.714-1.373 1.122-.251.93 1.759 4.6 2.878 4.897.4.107.808-.124 1.624-.584l3.79-2.141c1.515-.855 1.661-1.341.778-2.84"}]];
|
|
5
|
+
const props = Astro.props as VadivamProps;
|
|
6
|
+
---
|
|
7
|
+
<Icon name="telescope" iconNode={__iconNode} {...props}><slot /></Icon>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
import Icon from "../Icon.astro";
|
|
3
|
+
import type { IconNode, VadivamProps } from "../types.js";
|
|
4
|
+
export const __iconNode: IconNode = [["path",{"d":"M17.093 4.632h4.894q.012 0 .013.013c0 3.017-1.409 6.02-4.907 6.04m0 0V4c0-1.105-.9-2-2.008-2H9.06a2.004 2.004 0 0 0-2.008 2v6.684m10.04 0c0 2.762-2.247 5-5.02 5M7.052 4.632H2.013A.013.013 0 0 0 2 4.645c0 3.058 1.575 6.021 5.052 6.04m0 0c0 2.76 2.248 5 5.02 5m0 0V22m0 0H8m4.072 0H16"}]];
|
|
5
|
+
const props = Astro.props as VadivamProps;
|
|
6
|
+
---
|
|
7
|
+
<Icon name="trophy" iconNode={__iconNode} {...props}><slot /></Icon>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
import Icon from "../Icon.astro";
|
|
3
|
+
import type { IconNode, VadivamProps } from "../types.js";
|
|
4
|
+
export const __iconNode: IconNode = [["path",{"d":"M8.328 2A14.6 14.6 0 0 1 2 8.25a14.6 14.6 0 0 1 6.328 6.25M2 8.25h13.288c8.95 0 8.95 13.75 0 13.75H8"}]];
|
|
5
|
+
const props = Astro.props as VadivamProps;
|
|
6
|
+
---
|
|
7
|
+
<Icon name="undo-2" iconNode={__iconNode} {...props}><slot /></Icon>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
import Icon from "../Icon.astro";
|
|
3
|
+
import type { IconNode, VadivamProps } from "../types.js";
|
|
4
|
+
export const __iconNode: IconNode = [["path",{"d":"M14.475 8.975a3.5 3.5 0 1 0-4.95-4.95 3.5 3.5 0 0 0 4.95 4.95M16 20.286 17.875 22s2.289-3.2 4.125-4M4 21c.38-8 8.905-10 13.358-6"}]];
|
|
5
|
+
const props = Astro.props as VadivamProps;
|
|
6
|
+
---
|
|
7
|
+
<Icon name="user-check" iconNode={__iconNode} {...props}><slot /></Icon>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
import Icon from "../Icon.astro";
|
|
3
|
+
import type { IconNode, VadivamProps } from "../types.js";
|
|
4
|
+
export const __iconNode: IconNode = [["path",{"d":"M17.75 11.385v1.23c0 2.04-1.679 3.693-3.75 3.693h-4m11.5-7.385V6.462C21.5 5.102 20.38 4 19 4h-2.5C15.12 4 14 5.102 14 6.462v2.461c0 1.36 1.12 2.462 2.5 2.462H19c1.38 0 2.5-1.102 2.5-2.462M5 20h2.5c1.38 0 2.5-1.102 2.5-2.462v-2.461c0-1.36-1.12-2.462-2.5-2.462H5c-1.38 0-2.5 1.102-2.5 2.462v2.461C2.5 18.899 3.62 20 5 20"}]];
|
|
5
|
+
const props = Astro.props as VadivamProps;
|
|
6
|
+
---
|
|
7
|
+
<Icon name="workflow" iconNode={__iconNode} {...props}><slot /></Icon>
|
package/dist/icons.js
CHANGED
|
@@ -395,6 +395,8 @@ import RotateCcwClock from "./icons/rotate-ccw-clock.astro";
|
|
|
395
395
|
import RotateCcw from "./icons/rotate-ccw.astro";
|
|
396
396
|
import RotateCw from "./icons/rotate-cw.astro";
|
|
397
397
|
import Save from "./icons/save.astro";
|
|
398
|
+
import Scale from "./icons/scale.astro";
|
|
399
|
+
import Scissors from "./icons/scissors.astro";
|
|
398
400
|
import ScrollText from "./icons/scroll-text.astro";
|
|
399
401
|
import Scroll from "./icons/scroll.astro";
|
|
400
402
|
import Search from "./icons/search.astro";
|
|
@@ -407,13 +409,17 @@ import Share from "./icons/share.astro";
|
|
|
407
409
|
import ShieldAlert from "./icons/shield-alert.astro";
|
|
408
410
|
import ShieldCheck from "./icons/shield-check.astro";
|
|
409
411
|
import Shield from "./icons/shield.astro";
|
|
412
|
+
import ShoppingBag from "./icons/shopping-bag.astro";
|
|
410
413
|
import ShoppingCart from "./icons/shopping-cart.astro";
|
|
414
|
+
import Shuffle from "./icons/shuffle.astro";
|
|
411
415
|
import SkipForward from "./icons/skip-forward.astro";
|
|
412
416
|
import Slash from "./icons/slash.astro";
|
|
413
417
|
import SlidersHorizontal from "./icons/sliders-horizontal.astro";
|
|
414
418
|
import Smartphone from "./icons/smartphone.astro";
|
|
415
419
|
import Smile from "./icons/smile.astro";
|
|
416
420
|
import Sparkles from "./icons/sparkles.astro";
|
|
421
|
+
import SquareCenterlineDashedHorizontal from "./icons/square-centerline-dashed-horizontal.astro";
|
|
422
|
+
import SquareCenterlineDashedVertical from "./icons/square-centerline-dashed-vertical.astro";
|
|
417
423
|
import SquareDashed from "./icons/square-dashed.astro";
|
|
418
424
|
import SquarePen from "./icons/square-pen.astro";
|
|
419
425
|
import SquareTerminal from "./icons/square-terminal.astro";
|
|
@@ -426,6 +432,7 @@ import Table from "./icons/table.astro";
|
|
|
426
432
|
import Tablet from "./icons/tablet.astro";
|
|
427
433
|
import Tag from "./icons/tag.astro";
|
|
428
434
|
import Target from "./icons/target.astro";
|
|
435
|
+
import Telescope from "./icons/telescope.astro";
|
|
429
436
|
import Terminal from "./icons/terminal.astro";
|
|
430
437
|
import TextAlignCenter from "./icons/text-align-center.astro";
|
|
431
438
|
import TextAlignEnd from "./icons/text-align-end.astro";
|
|
@@ -440,11 +447,14 @@ import Trash from "./icons/trash.astro";
|
|
|
440
447
|
import TrendingDown from "./icons/trending-down.astro";
|
|
441
448
|
import TrendingUp from "./icons/trending-up.astro";
|
|
442
449
|
import TriangleAlert from "./icons/triangle-alert.astro";
|
|
450
|
+
import Trophy from "./icons/trophy.astro";
|
|
443
451
|
import Tv from "./icons/tv.astro";
|
|
444
452
|
import Type from "./icons/type.astro";
|
|
445
453
|
import Underline from "./icons/underline.astro";
|
|
454
|
+
import Undo2 from "./icons/undo-2.astro";
|
|
446
455
|
import Undo from "./icons/undo.astro";
|
|
447
456
|
import Upload from "./icons/upload.astro";
|
|
457
|
+
import UserCheck from "./icons/user-check.astro";
|
|
448
458
|
import UserPlus from "./icons/user-plus.astro";
|
|
449
459
|
import UserRoundX from "./icons/user-round-x.astro";
|
|
450
460
|
import UserRound from "./icons/user-round.astro";
|
|
@@ -460,6 +470,7 @@ import Wallet from "./icons/wallet.astro";
|
|
|
460
470
|
import WavesHorizontal from "./icons/waves-horizontal.astro";
|
|
461
471
|
import WifiOff from "./icons/wifi-off.astro";
|
|
462
472
|
import Wifi from "./icons/wifi.astro";
|
|
473
|
+
import Workflow from "./icons/workflow.astro";
|
|
463
474
|
import Wrench from "./icons/wrench.astro";
|
|
464
475
|
import X from "./icons/x.astro";
|
|
465
476
|
import Zap from "./icons/zap.astro";
|
|
@@ -863,6 +874,8 @@ export const icons = {
|
|
|
863
874
|
RotateCcw,
|
|
864
875
|
RotateCw,
|
|
865
876
|
Save,
|
|
877
|
+
Scale,
|
|
878
|
+
Scissors,
|
|
866
879
|
ScrollText,
|
|
867
880
|
Scroll,
|
|
868
881
|
Search,
|
|
@@ -875,13 +888,17 @@ export const icons = {
|
|
|
875
888
|
ShieldAlert,
|
|
876
889
|
ShieldCheck,
|
|
877
890
|
Shield,
|
|
891
|
+
ShoppingBag,
|
|
878
892
|
ShoppingCart,
|
|
893
|
+
Shuffle,
|
|
879
894
|
SkipForward,
|
|
880
895
|
Slash,
|
|
881
896
|
SlidersHorizontal,
|
|
882
897
|
Smartphone,
|
|
883
898
|
Smile,
|
|
884
899
|
Sparkles,
|
|
900
|
+
SquareCenterlineDashedHorizontal,
|
|
901
|
+
SquareCenterlineDashedVertical,
|
|
885
902
|
SquareDashed,
|
|
886
903
|
SquarePen,
|
|
887
904
|
SquareTerminal,
|
|
@@ -894,6 +911,7 @@ export const icons = {
|
|
|
894
911
|
Tablet,
|
|
895
912
|
Tag,
|
|
896
913
|
Target,
|
|
914
|
+
Telescope,
|
|
897
915
|
Terminal,
|
|
898
916
|
TextAlignCenter,
|
|
899
917
|
TextAlignEnd,
|
|
@@ -908,11 +926,14 @@ export const icons = {
|
|
|
908
926
|
TrendingDown,
|
|
909
927
|
TrendingUp,
|
|
910
928
|
TriangleAlert,
|
|
929
|
+
Trophy,
|
|
911
930
|
Tv,
|
|
912
931
|
Type,
|
|
913
932
|
Underline,
|
|
933
|
+
Undo2,
|
|
914
934
|
Undo,
|
|
915
935
|
Upload,
|
|
936
|
+
UserCheck,
|
|
916
937
|
UserPlus,
|
|
917
938
|
UserRoundX,
|
|
918
939
|
UserRound,
|
|
@@ -928,6 +949,7 @@ export const icons = {
|
|
|
928
949
|
WavesHorizontal,
|
|
929
950
|
WifiOff,
|
|
930
951
|
Wifi,
|
|
952
|
+
Workflow,
|
|
931
953
|
Wrench,
|
|
932
954
|
X,
|
|
933
955
|
Zap,
|
package/dist/index.d.ts
CHANGED
|
@@ -395,6 +395,8 @@ export { default as RotateCcwClock, default as RotateCcwClockIcon, default as Va
|
|
|
395
395
|
export { default as RotateCcw, default as RotateCcwIcon, default as VadivamRotateCcw } from "./icons/rotate-ccw.astro";
|
|
396
396
|
export { default as RotateCw, default as RotateCwIcon, default as VadivamRotateCw } from "./icons/rotate-cw.astro";
|
|
397
397
|
export { default as Save, default as SaveIcon, default as VadivamSave } from "./icons/save.astro";
|
|
398
|
+
export { default as Scale, default as ScaleIcon, default as VadivamScale } from "./icons/scale.astro";
|
|
399
|
+
export { default as Scissors, default as ScissorsIcon, default as VadivamScissors } from "./icons/scissors.astro";
|
|
398
400
|
export { default as ScrollText, default as ScrollTextIcon, default as VadivamScrollText } from "./icons/scroll-text.astro";
|
|
399
401
|
export { default as Scroll, default as ScrollIcon, default as VadivamScroll } from "./icons/scroll.astro";
|
|
400
402
|
export { default as Search, default as SearchIcon, default as VadivamSearch } from "./icons/search.astro";
|
|
@@ -407,13 +409,17 @@ export { default as Share, default as ShareIcon, default as VadivamShare } from
|
|
|
407
409
|
export { default as ShieldAlert, default as ShieldAlertIcon, default as VadivamShieldAlert } from "./icons/shield-alert.astro";
|
|
408
410
|
export { default as ShieldCheck, default as ShieldCheckIcon, default as VadivamShieldCheck } from "./icons/shield-check.astro";
|
|
409
411
|
export { default as Shield, default as ShieldIcon, default as VadivamShield } from "./icons/shield.astro";
|
|
412
|
+
export { default as ShoppingBag, default as ShoppingBagIcon, default as VadivamShoppingBag } from "./icons/shopping-bag.astro";
|
|
410
413
|
export { default as ShoppingCart, default as ShoppingCartIcon, default as VadivamShoppingCart } from "./icons/shopping-cart.astro";
|
|
414
|
+
export { default as Shuffle, default as ShuffleIcon, default as VadivamShuffle } from "./icons/shuffle.astro";
|
|
411
415
|
export { default as SkipForward, default as SkipForwardIcon, default as VadivamSkipForward } from "./icons/skip-forward.astro";
|
|
412
416
|
export { default as Slash, default as SlashIcon, default as VadivamSlash } from "./icons/slash.astro";
|
|
413
417
|
export { default as SlidersHorizontal, default as SlidersHorizontalIcon, default as VadivamSlidersHorizontal } from "./icons/sliders-horizontal.astro";
|
|
414
418
|
export { default as Smartphone, default as SmartphoneIcon, default as VadivamSmartphone } from "./icons/smartphone.astro";
|
|
415
419
|
export { default as Smile, default as SmileIcon, default as VadivamSmile } from "./icons/smile.astro";
|
|
416
420
|
export { default as Sparkles, default as SparklesIcon, default as VadivamSparkles } from "./icons/sparkles.astro";
|
|
421
|
+
export { default as SquareCenterlineDashedHorizontal, default as SquareCenterlineDashedHorizontalIcon, default as VadivamSquareCenterlineDashedHorizontal } from "./icons/square-centerline-dashed-horizontal.astro";
|
|
422
|
+
export { default as SquareCenterlineDashedVertical, default as SquareCenterlineDashedVerticalIcon, default as VadivamSquareCenterlineDashedVertical } from "./icons/square-centerline-dashed-vertical.astro";
|
|
417
423
|
export { default as SquareDashed, default as SquareDashedIcon, default as VadivamSquareDashed } from "./icons/square-dashed.astro";
|
|
418
424
|
export { default as SquarePen, default as SquarePenIcon, default as VadivamSquarePen } from "./icons/square-pen.astro";
|
|
419
425
|
export { default as SquareTerminal, default as SquareTerminalIcon, default as VadivamSquareTerminal } from "./icons/square-terminal.astro";
|
|
@@ -426,6 +432,7 @@ export { default as Table, default as TableIcon, default as VadivamTable } from
|
|
|
426
432
|
export { default as Tablet, default as TabletIcon, default as VadivamTablet } from "./icons/tablet.astro";
|
|
427
433
|
export { default as Tag, default as TagIcon, default as VadivamTag } from "./icons/tag.astro";
|
|
428
434
|
export { default as Target, default as TargetIcon, default as VadivamTarget } from "./icons/target.astro";
|
|
435
|
+
export { default as Telescope, default as TelescopeIcon, default as VadivamTelescope } from "./icons/telescope.astro";
|
|
429
436
|
export { default as Terminal, default as TerminalIcon, default as VadivamTerminal } from "./icons/terminal.astro";
|
|
430
437
|
export { default as TextAlignCenter, default as TextAlignCenterIcon, default as VadivamTextAlignCenter } from "./icons/text-align-center.astro";
|
|
431
438
|
export { default as TextAlignEnd, default as TextAlignEndIcon, default as VadivamTextAlignEnd } from "./icons/text-align-end.astro";
|
|
@@ -440,11 +447,14 @@ export { default as Trash, default as TrashIcon, default as VadivamTrash } from
|
|
|
440
447
|
export { default as TrendingDown, default as TrendingDownIcon, default as VadivamTrendingDown } from "./icons/trending-down.astro";
|
|
441
448
|
export { default as TrendingUp, default as TrendingUpIcon, default as VadivamTrendingUp } from "./icons/trending-up.astro";
|
|
442
449
|
export { default as TriangleAlert, default as TriangleAlertIcon, default as VadivamTriangleAlert } from "./icons/triangle-alert.astro";
|
|
450
|
+
export { default as Trophy, default as TrophyIcon, default as VadivamTrophy } from "./icons/trophy.astro";
|
|
443
451
|
export { default as Tv, default as TvIcon, default as VadivamTv } from "./icons/tv.astro";
|
|
444
452
|
export { default as Type, default as TypeIcon, default as VadivamType } from "./icons/type.astro";
|
|
445
453
|
export { default as Underline, default as UnderlineIcon, default as VadivamUnderline } from "./icons/underline.astro";
|
|
454
|
+
export { default as Undo2, default as Undo2Icon, default as VadivamUndo2 } from "./icons/undo-2.astro";
|
|
446
455
|
export { default as Undo, default as UndoIcon, default as VadivamUndo } from "./icons/undo.astro";
|
|
447
456
|
export { default as Upload, default as UploadIcon, default as VadivamUpload } from "./icons/upload.astro";
|
|
457
|
+
export { default as UserCheck, default as UserCheckIcon, default as VadivamUserCheck } from "./icons/user-check.astro";
|
|
448
458
|
export { default as UserPlus, default as UserPlusIcon, default as VadivamUserPlus } from "./icons/user-plus.astro";
|
|
449
459
|
export { default as UserRoundX, default as UserRoundXIcon, default as VadivamUserRoundX } from "./icons/user-round-x.astro";
|
|
450
460
|
export { default as UserRound, default as UserRoundIcon, default as VadivamUserRound } from "./icons/user-round.astro";
|
|
@@ -460,6 +470,7 @@ export { default as Wallet, default as WalletIcon, default as VadivamWallet } fr
|
|
|
460
470
|
export { default as WavesHorizontal, default as WavesHorizontalIcon, default as VadivamWavesHorizontal } from "./icons/waves-horizontal.astro";
|
|
461
471
|
export { default as WifiOff, default as WifiOffIcon, default as VadivamWifiOff } from "./icons/wifi-off.astro";
|
|
462
472
|
export { default as Wifi, default as WifiIcon, default as VadivamWifi } from "./icons/wifi.astro";
|
|
473
|
+
export { default as Workflow, default as WorkflowIcon, default as VadivamWorkflow } from "./icons/workflow.astro";
|
|
463
474
|
export { default as Wrench, default as WrenchIcon, default as VadivamWrench } from "./icons/wrench.astro";
|
|
464
475
|
export { default as X, default as XIcon, default as VadivamX } from "./icons/x.astro";
|
|
465
476
|
export { default as Zap, default as ZapIcon, default as VadivamZap } from "./icons/zap.astro";
|
package/dist/index.js
CHANGED
|
@@ -395,6 +395,8 @@ export { default as RotateCcwClock, default as RotateCcwClockIcon, default as Va
|
|
|
395
395
|
export { default as RotateCcw, default as RotateCcwIcon, default as VadivamRotateCcw } from "./icons/rotate-ccw.astro";
|
|
396
396
|
export { default as RotateCw, default as RotateCwIcon, default as VadivamRotateCw } from "./icons/rotate-cw.astro";
|
|
397
397
|
export { default as Save, default as SaveIcon, default as VadivamSave } from "./icons/save.astro";
|
|
398
|
+
export { default as Scale, default as ScaleIcon, default as VadivamScale } from "./icons/scale.astro";
|
|
399
|
+
export { default as Scissors, default as ScissorsIcon, default as VadivamScissors } from "./icons/scissors.astro";
|
|
398
400
|
export { default as ScrollText, default as ScrollTextIcon, default as VadivamScrollText } from "./icons/scroll-text.astro";
|
|
399
401
|
export { default as Scroll, default as ScrollIcon, default as VadivamScroll } from "./icons/scroll.astro";
|
|
400
402
|
export { default as Search, default as SearchIcon, default as VadivamSearch } from "./icons/search.astro";
|
|
@@ -407,13 +409,17 @@ export { default as Share, default as ShareIcon, default as VadivamShare } from
|
|
|
407
409
|
export { default as ShieldAlert, default as ShieldAlertIcon, default as VadivamShieldAlert } from "./icons/shield-alert.astro";
|
|
408
410
|
export { default as ShieldCheck, default as ShieldCheckIcon, default as VadivamShieldCheck } from "./icons/shield-check.astro";
|
|
409
411
|
export { default as Shield, default as ShieldIcon, default as VadivamShield } from "./icons/shield.astro";
|
|
412
|
+
export { default as ShoppingBag, default as ShoppingBagIcon, default as VadivamShoppingBag } from "./icons/shopping-bag.astro";
|
|
410
413
|
export { default as ShoppingCart, default as ShoppingCartIcon, default as VadivamShoppingCart } from "./icons/shopping-cart.astro";
|
|
414
|
+
export { default as Shuffle, default as ShuffleIcon, default as VadivamShuffle } from "./icons/shuffle.astro";
|
|
411
415
|
export { default as SkipForward, default as SkipForwardIcon, default as VadivamSkipForward } from "./icons/skip-forward.astro";
|
|
412
416
|
export { default as Slash, default as SlashIcon, default as VadivamSlash } from "./icons/slash.astro";
|
|
413
417
|
export { default as SlidersHorizontal, default as SlidersHorizontalIcon, default as VadivamSlidersHorizontal } from "./icons/sliders-horizontal.astro";
|
|
414
418
|
export { default as Smartphone, default as SmartphoneIcon, default as VadivamSmartphone } from "./icons/smartphone.astro";
|
|
415
419
|
export { default as Smile, default as SmileIcon, default as VadivamSmile } from "./icons/smile.astro";
|
|
416
420
|
export { default as Sparkles, default as SparklesIcon, default as VadivamSparkles } from "./icons/sparkles.astro";
|
|
421
|
+
export { default as SquareCenterlineDashedHorizontal, default as SquareCenterlineDashedHorizontalIcon, default as VadivamSquareCenterlineDashedHorizontal } from "./icons/square-centerline-dashed-horizontal.astro";
|
|
422
|
+
export { default as SquareCenterlineDashedVertical, default as SquareCenterlineDashedVerticalIcon, default as VadivamSquareCenterlineDashedVertical } from "./icons/square-centerline-dashed-vertical.astro";
|
|
417
423
|
export { default as SquareDashed, default as SquareDashedIcon, default as VadivamSquareDashed } from "./icons/square-dashed.astro";
|
|
418
424
|
export { default as SquarePen, default as SquarePenIcon, default as VadivamSquarePen } from "./icons/square-pen.astro";
|
|
419
425
|
export { default as SquareTerminal, default as SquareTerminalIcon, default as VadivamSquareTerminal } from "./icons/square-terminal.astro";
|
|
@@ -426,6 +432,7 @@ export { default as Table, default as TableIcon, default as VadivamTable } from
|
|
|
426
432
|
export { default as Tablet, default as TabletIcon, default as VadivamTablet } from "./icons/tablet.astro";
|
|
427
433
|
export { default as Tag, default as TagIcon, default as VadivamTag } from "./icons/tag.astro";
|
|
428
434
|
export { default as Target, default as TargetIcon, default as VadivamTarget } from "./icons/target.astro";
|
|
435
|
+
export { default as Telescope, default as TelescopeIcon, default as VadivamTelescope } from "./icons/telescope.astro";
|
|
429
436
|
export { default as Terminal, default as TerminalIcon, default as VadivamTerminal } from "./icons/terminal.astro";
|
|
430
437
|
export { default as TextAlignCenter, default as TextAlignCenterIcon, default as VadivamTextAlignCenter } from "./icons/text-align-center.astro";
|
|
431
438
|
export { default as TextAlignEnd, default as TextAlignEndIcon, default as VadivamTextAlignEnd } from "./icons/text-align-end.astro";
|
|
@@ -440,11 +447,14 @@ export { default as Trash, default as TrashIcon, default as VadivamTrash } from
|
|
|
440
447
|
export { default as TrendingDown, default as TrendingDownIcon, default as VadivamTrendingDown } from "./icons/trending-down.astro";
|
|
441
448
|
export { default as TrendingUp, default as TrendingUpIcon, default as VadivamTrendingUp } from "./icons/trending-up.astro";
|
|
442
449
|
export { default as TriangleAlert, default as TriangleAlertIcon, default as VadivamTriangleAlert } from "./icons/triangle-alert.astro";
|
|
450
|
+
export { default as Trophy, default as TrophyIcon, default as VadivamTrophy } from "./icons/trophy.astro";
|
|
443
451
|
export { default as Tv, default as TvIcon, default as VadivamTv } from "./icons/tv.astro";
|
|
444
452
|
export { default as Type, default as TypeIcon, default as VadivamType } from "./icons/type.astro";
|
|
445
453
|
export { default as Underline, default as UnderlineIcon, default as VadivamUnderline } from "./icons/underline.astro";
|
|
454
|
+
export { default as Undo2, default as Undo2Icon, default as VadivamUndo2 } from "./icons/undo-2.astro";
|
|
446
455
|
export { default as Undo, default as UndoIcon, default as VadivamUndo } from "./icons/undo.astro";
|
|
447
456
|
export { default as Upload, default as UploadIcon, default as VadivamUpload } from "./icons/upload.astro";
|
|
457
|
+
export { default as UserCheck, default as UserCheckIcon, default as VadivamUserCheck } from "./icons/user-check.astro";
|
|
448
458
|
export { default as UserPlus, default as UserPlusIcon, default as VadivamUserPlus } from "./icons/user-plus.astro";
|
|
449
459
|
export { default as UserRoundX, default as UserRoundXIcon, default as VadivamUserRoundX } from "./icons/user-round-x.astro";
|
|
450
460
|
export { default as UserRound, default as UserRoundIcon, default as VadivamUserRound } from "./icons/user-round.astro";
|
|
@@ -460,6 +470,7 @@ export { default as Wallet, default as WalletIcon, default as VadivamWallet } fr
|
|
|
460
470
|
export { default as WavesHorizontal, default as WavesHorizontalIcon, default as VadivamWavesHorizontal } from "./icons/waves-horizontal.astro";
|
|
461
471
|
export { default as WifiOff, default as WifiOffIcon, default as VadivamWifiOff } from "./icons/wifi-off.astro";
|
|
462
472
|
export { default as Wifi, default as WifiIcon, default as VadivamWifi } from "./icons/wifi.astro";
|
|
473
|
+
export { default as Workflow, default as WorkflowIcon, default as VadivamWorkflow } from "./icons/workflow.astro";
|
|
463
474
|
export { default as Wrench, default as WrenchIcon, default as VadivamWrench } from "./icons/wrench.astro";
|
|
464
475
|
export { default as X, default as XIcon, default as VadivamX } from "./icons/x.astro";
|
|
465
476
|
export { default as Zap, default as ZapIcon, default as VadivamZap } from "./icons/zap.astro";
|
package/dist/types.d.ts
CHANGED
|
@@ -4,4 +4,4 @@ export type IconNode = readonly [tag: SVGElementType, attrs: Record<string, stri
|
|
|
4
4
|
export interface VadivamProps extends HTMLAttributes<"svg"> { name?: string; size?: string | number; color?: string; strokeWidth?: string | number; "stroke-width"?: string | number; absoluteStrokeWidth?: boolean; title?: string; iconNode?: IconNode; }
|
|
5
5
|
export interface IconDefinition { name: string; iconNode: IconNode; }
|
|
6
6
|
export type VadivamIcon = (_props: VadivamProps) => unknown;
|
|
7
|
-
export type IconName = "a-arrow-down" | "a-arrow-up" | "a-large-small" | "accessibility" | "activity" | "air-vent" | "airplay" | "alarm-clock-check" | "alarm-clock-minus" | "alarm-clock-off" | "alarm-clock-plus" | "alarm-clock" | "alarm-smoke" | "album" | "align-center-horizontal" | "align-center-vertical" | "align-end-horizontal" | "align-end-vertical" | "align-horizontal-distribute-center" | "align-horizontal-distribute-end" | "align-horizontal-distribute-start" | "align-horizontal-justify-center" | "align-horizontal-justify-end" | "align-horizontal-justify-start" | "align-horizontal-space-around" | "align-horizontal-space-between" | "align-start-horizontal" | "align-start-vertical" | "align-vertical-distribute-center" | "align-vertical-distribute-end" | "align-vertical-distribute-start" | "align-vertical-justify-center" | "align-vertical-justify-end" | "align-vertical-justify-start" | "align-vertical-space-around" | "align-vertical-space-between" | "ambulance" | "ampersand" | "ampersands" | "amphora" | "anchor" | "angry" | "annoyed" | "antenna" | "anvil" | "aperture" | "app-window-mac" | "app-window" | "apple" | "archive-restore" | "archive-x" | "archive" | "armchair" | "arrow-big-down-dash" | "arrow-big-down" | "arrow-big-left-dash" | "arrow-big-left" | "arrow-big-right-dash" | "arrow-big-right" | "arrow-big-up-dash" | "arrow-big-up" | "arrow-down-0-1" | "arrow-down-1-0" | "arrow-down-a-z" | "arrow-down-from-line" | "arrow-down-left" | "arrow-down-narrow-wide" | "arrow-down-right" | "arrow-down-to-dot" | "arrow-down-to-line" | "arrow-down-up" | "arrow-down-wide-narrow" | "arrow-down-z-a" | "arrow-down" | "arrow-left-from-line" | "arrow-left-right" | "arrow-left-to-line" | "arrow-left" | "arrow-right-from-line" | "arrow-right-left" | "arrow-right-to-line" | "arrow-right" | "arrow-up-0-1" | "arrow-up-1-0" | "arrow-up-a-z" | "arrow-up-down" | "arrow-up-from-dot" | "arrow-up-from-line" | "arrow-up-left" | "arrow-up-narrow-wide" | "arrow-up-right" | "arrow-up-to-line" | "arrow-up-wide-narrow" | "arrow-up-z-a" | "arrow-up" | "arrows-up-from-line" | "asterisk" | "astroid" | "at-sign" | "atom" | "audio-lines" | "audio-waveform" | "award" | "axe" | "axis-3d" | "baby" | "backpack" | "badge-alert" | "badge-cent" | "badge-check" | "badge-dollar-sign" | "badge-euro" | "badge-indian-rupee" | "badge-info" | "badge-japanese-yen" | "badge-minus" | "badge-percent" | "badge-plus" | "badge-pound-sterling" | "badge-question-mark" | "badge-russian-ruble" | "badge-swiss-franc" | "badge-turkish-lira" | "badge-x" | "badge" | "baggage-claim" | "balloon" | "ban" | "banana" | "bandage" | "banknote-arrow-down" | "banknote-arrow-up" | "banknote-x" | "banknote" | "barcode" | "barrel" | "baseline" | "bath" | "battery-charging" | "battery-full" | "battery-low" | "battery-medium" | "battery-plus" | "battery-warning" | "battery" | "beaker" | "bean-off" | "bean" | "bed-double" | "bed-single" | "bed" | "beef-off" | "beef" | "beer-off" | "beer" | "bell-check" | "bell-dot" | "bell-electric" | "bell-minus" | "bell-off" | "bell-plus" | "bell-ring" | "bell" | "between-horizontal-end" | "between-horizontal-start" | "between-vertical-end" | "between-vertical-start" | "blocks" | "bluetooth" | "bold" | "book-open-check" | "book-open" | "bookmark" | "bot" | "box" | "boxes" | "braces" | "brain" | "briefcase-business" | "briefcase" | "bug" | "building-2" | "building" | "calculator" | "calendar-clock" | "calendar-days" | "calendar-minus" | "calendar-plus" | "calendar" | "camera" | "captions" | "car" | "chart-area" | "chart-bar" | "chart-column-big" | "chart-line" | "chart-pie" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chevrons-left" | "chevrons-right" | "chevrons-up-down" | "circle-alert" | "circle-arrow-down" | "circle-arrow-left" | "circle-arrow-right" | "circle-arrow-up" | "circle-check-big" | "circle-check" | "circle-dashed" | "circle-dot-dashed" | "circle-dot" | "circle-fading-arrow-up" | "circle-fading-plus" | "circle-off" | "circle-plus" | "circle-question-mark" | "circle-stop" | "circle-user-round" | "circle-user" | "circle-x" | "circle" | "clipboard-list" | "clipboard-paste" | "clipboard" | "clock-1" | "clock-10" | "clock-11" | "clock-12" | "clock-2" | "clock-3" | "clock-4" | "clock-5" | "clock-6" | "clock-7" | "clock-8" | "clock-9" | "clock" | "cloud-upload" | "cloud" | "code-xml" | "code" | "coffee" | "columns-2" | "columns-3" | "columns-4" | "command" | "compass" | "container" | "copy" | "corner-down-left" | "corner-down-right" | "corner-left-down" | "corner-left-up" | "corner-right-down" | "corner-right-up" | "corner-up-left" | "corner-up-right" | "cpu" | "credit-card" | "crown" | "database" | "dollar-sign" | "dot" | "download" | "ellipsis-vertical" | "ellipsis" | "external-link" | "eye-off" | "eye" | "file-archive" | "file-chart-column-increasing" | "file-chart-column" | "file-code" | "file-exclamation-point" | "file-minus-corner" | "file-minus" | "file-plus-corner" | "file-plus" | "file-search-corner" | "file-search" | "file-text" | "file" | "flame" | "flask-conical" | "folder-open" | "folder-plus" | "folder-search-2" | "folder-search" | "folder" | "forward" | "fullscreen" | "funnel" | "gallery-horizontal-end" | "gallery-horizontal" | "gallery-thumbnails" | "gallery-vertical-end" | "gallery-vertical" | "gauge" | "git-branch-minus" | "git-branch-plus" | "git-branch" | "git-commit-horizontal" | "git-commit-vertical" | "globe" | "grip-horizontal" | "grip-vertical" | "hard-drive" | "hash" | "heading-1" | "heading-2" | "heading-3" | "heading-4" | "heading-5" | "heading-6" | "heading" | "heart" | "hexagon" | "house" | "image" | "inbox" | "info" | "italic" | "key-round" | "key" | "keyboard" | "languages" | "layers" | "layout-dashboard" | "layout-grid" | "life-buoy" | "lightbulb" | "link-2" | "link" | "list-checks" | "list-filter" | "list-ordered" | "list" | "loader-circle" | "loader" | "lock-keyhole" | "lock" | "log-in" | "log-out" | "mail-check" | "mail" | "map-pin" | "map" | "maximize-2" | "maximize" | "menu" | "message-circle-question-mark" | "message-circle" | "message-square" | "mic" | "minimize-2" | "minimize" | "minus" | "monitor" | "moon" | "move-right" | "music" | "network" | "octagon-x" | "package" | "palette" | "panel-left-close" | "panel-left-open" | "panel-left" | "panel-right-close" | "panel-right-open" | "panel-right" | "panels-top-left" | "paperclip" | "pause" | "pencil" | "phone" | "pin" | "play" | "plug" | "plus" | "power" | "presentation" | "puzzle" | "radio" | "redo" | "refresh-ccw" | "refresh-cw" | "repeat" | "rocket" | "rotate-ccw-clock" | "rotate-ccw" | "rotate-cw" | "save" | "scroll-text" | "scroll" | "search" | "send" | "server" | "settings-2" | "settings" | "share-2" | "share" | "shield-alert" | "shield-check" | "shield" | "shopping-cart" | "skip-forward" | "slash" | "sliders-horizontal" | "smartphone" | "smile" | "sparkles" | "square-dashed" | "square-pen" | "square-terminal" | "square" | "star-off" | "star" | "strikethrough" | "sun" | "table" | "tablet" | "tag" | "target" | "terminal" | "text-align-center" | "text-align-end" | "text-align-start" | "thermometer" | "thumbs-down" | "thumbs-up" | "timer-off" | "timer" | "trash-2" | "trash" | "trending-down" | "trending-up" | "triangle-alert" | "tv" | "type" | "underline" | "undo" | "upload" | "user-plus" | "user-round-x" | "user-round" | "user" | "users" | "video" | "volume-1" | "volume-2" | "volume-off" | "volume-x" | "volume" | "wallet" | "waves-horizontal" | "wifi-off" | "wifi" | "wrench" | "x" | "zap" | "zoom-in" | "zoom-out";
|
|
7
|
+
export type IconName = "a-arrow-down" | "a-arrow-up" | "a-large-small" | "accessibility" | "activity" | "air-vent" | "airplay" | "alarm-clock-check" | "alarm-clock-minus" | "alarm-clock-off" | "alarm-clock-plus" | "alarm-clock" | "alarm-smoke" | "album" | "align-center-horizontal" | "align-center-vertical" | "align-end-horizontal" | "align-end-vertical" | "align-horizontal-distribute-center" | "align-horizontal-distribute-end" | "align-horizontal-distribute-start" | "align-horizontal-justify-center" | "align-horizontal-justify-end" | "align-horizontal-justify-start" | "align-horizontal-space-around" | "align-horizontal-space-between" | "align-start-horizontal" | "align-start-vertical" | "align-vertical-distribute-center" | "align-vertical-distribute-end" | "align-vertical-distribute-start" | "align-vertical-justify-center" | "align-vertical-justify-end" | "align-vertical-justify-start" | "align-vertical-space-around" | "align-vertical-space-between" | "ambulance" | "ampersand" | "ampersands" | "amphora" | "anchor" | "angry" | "annoyed" | "antenna" | "anvil" | "aperture" | "app-window-mac" | "app-window" | "apple" | "archive-restore" | "archive-x" | "archive" | "armchair" | "arrow-big-down-dash" | "arrow-big-down" | "arrow-big-left-dash" | "arrow-big-left" | "arrow-big-right-dash" | "arrow-big-right" | "arrow-big-up-dash" | "arrow-big-up" | "arrow-down-0-1" | "arrow-down-1-0" | "arrow-down-a-z" | "arrow-down-from-line" | "arrow-down-left" | "arrow-down-narrow-wide" | "arrow-down-right" | "arrow-down-to-dot" | "arrow-down-to-line" | "arrow-down-up" | "arrow-down-wide-narrow" | "arrow-down-z-a" | "arrow-down" | "arrow-left-from-line" | "arrow-left-right" | "arrow-left-to-line" | "arrow-left" | "arrow-right-from-line" | "arrow-right-left" | "arrow-right-to-line" | "arrow-right" | "arrow-up-0-1" | "arrow-up-1-0" | "arrow-up-a-z" | "arrow-up-down" | "arrow-up-from-dot" | "arrow-up-from-line" | "arrow-up-left" | "arrow-up-narrow-wide" | "arrow-up-right" | "arrow-up-to-line" | "arrow-up-wide-narrow" | "arrow-up-z-a" | "arrow-up" | "arrows-up-from-line" | "asterisk" | "astroid" | "at-sign" | "atom" | "audio-lines" | "audio-waveform" | "award" | "axe" | "axis-3d" | "baby" | "backpack" | "badge-alert" | "badge-cent" | "badge-check" | "badge-dollar-sign" | "badge-euro" | "badge-indian-rupee" | "badge-info" | "badge-japanese-yen" | "badge-minus" | "badge-percent" | "badge-plus" | "badge-pound-sterling" | "badge-question-mark" | "badge-russian-ruble" | "badge-swiss-franc" | "badge-turkish-lira" | "badge-x" | "badge" | "baggage-claim" | "balloon" | "ban" | "banana" | "bandage" | "banknote-arrow-down" | "banknote-arrow-up" | "banknote-x" | "banknote" | "barcode" | "barrel" | "baseline" | "bath" | "battery-charging" | "battery-full" | "battery-low" | "battery-medium" | "battery-plus" | "battery-warning" | "battery" | "beaker" | "bean-off" | "bean" | "bed-double" | "bed-single" | "bed" | "beef-off" | "beef" | "beer-off" | "beer" | "bell-check" | "bell-dot" | "bell-electric" | "bell-minus" | "bell-off" | "bell-plus" | "bell-ring" | "bell" | "between-horizontal-end" | "between-horizontal-start" | "between-vertical-end" | "between-vertical-start" | "blocks" | "bluetooth" | "bold" | "book-open-check" | "book-open" | "bookmark" | "bot" | "box" | "boxes" | "braces" | "brain" | "briefcase-business" | "briefcase" | "bug" | "building-2" | "building" | "calculator" | "calendar-clock" | "calendar-days" | "calendar-minus" | "calendar-plus" | "calendar" | "camera" | "captions" | "car" | "chart-area" | "chart-bar" | "chart-column-big" | "chart-line" | "chart-pie" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chevrons-left" | "chevrons-right" | "chevrons-up-down" | "circle-alert" | "circle-arrow-down" | "circle-arrow-left" | "circle-arrow-right" | "circle-arrow-up" | "circle-check-big" | "circle-check" | "circle-dashed" | "circle-dot-dashed" | "circle-dot" | "circle-fading-arrow-up" | "circle-fading-plus" | "circle-off" | "circle-plus" | "circle-question-mark" | "circle-stop" | "circle-user-round" | "circle-user" | "circle-x" | "circle" | "clipboard-list" | "clipboard-paste" | "clipboard" | "clock-1" | "clock-10" | "clock-11" | "clock-12" | "clock-2" | "clock-3" | "clock-4" | "clock-5" | "clock-6" | "clock-7" | "clock-8" | "clock-9" | "clock" | "cloud-upload" | "cloud" | "code-xml" | "code" | "coffee" | "columns-2" | "columns-3" | "columns-4" | "command" | "compass" | "container" | "copy" | "corner-down-left" | "corner-down-right" | "corner-left-down" | "corner-left-up" | "corner-right-down" | "corner-right-up" | "corner-up-left" | "corner-up-right" | "cpu" | "credit-card" | "crown" | "database" | "dollar-sign" | "dot" | "download" | "ellipsis-vertical" | "ellipsis" | "external-link" | "eye-off" | "eye" | "file-archive" | "file-chart-column-increasing" | "file-chart-column" | "file-code" | "file-exclamation-point" | "file-minus-corner" | "file-minus" | "file-plus-corner" | "file-plus" | "file-search-corner" | "file-search" | "file-text" | "file" | "flame" | "flask-conical" | "folder-open" | "folder-plus" | "folder-search-2" | "folder-search" | "folder" | "forward" | "fullscreen" | "funnel" | "gallery-horizontal-end" | "gallery-horizontal" | "gallery-thumbnails" | "gallery-vertical-end" | "gallery-vertical" | "gauge" | "git-branch-minus" | "git-branch-plus" | "git-branch" | "git-commit-horizontal" | "git-commit-vertical" | "globe" | "grip-horizontal" | "grip-vertical" | "hard-drive" | "hash" | "heading-1" | "heading-2" | "heading-3" | "heading-4" | "heading-5" | "heading-6" | "heading" | "heart" | "hexagon" | "house" | "image" | "inbox" | "info" | "italic" | "key-round" | "key" | "keyboard" | "languages" | "layers" | "layout-dashboard" | "layout-grid" | "life-buoy" | "lightbulb" | "link-2" | "link" | "list-checks" | "list-filter" | "list-ordered" | "list" | "loader-circle" | "loader" | "lock-keyhole" | "lock" | "log-in" | "log-out" | "mail-check" | "mail" | "map-pin" | "map" | "maximize-2" | "maximize" | "menu" | "message-circle-question-mark" | "message-circle" | "message-square" | "mic" | "minimize-2" | "minimize" | "minus" | "monitor" | "moon" | "move-right" | "music" | "network" | "octagon-x" | "package" | "palette" | "panel-left-close" | "panel-left-open" | "panel-left" | "panel-right-close" | "panel-right-open" | "panel-right" | "panels-top-left" | "paperclip" | "pause" | "pencil" | "phone" | "pin" | "play" | "plug" | "plus" | "power" | "presentation" | "puzzle" | "radio" | "redo" | "refresh-ccw" | "refresh-cw" | "repeat" | "rocket" | "rotate-ccw-clock" | "rotate-ccw" | "rotate-cw" | "save" | "scale" | "scissors" | "scroll-text" | "scroll" | "search" | "send" | "server" | "settings-2" | "settings" | "share-2" | "share" | "shield-alert" | "shield-check" | "shield" | "shopping-bag" | "shopping-cart" | "shuffle" | "skip-forward" | "slash" | "sliders-horizontal" | "smartphone" | "smile" | "sparkles" | "square-centerline-dashed-horizontal" | "square-centerline-dashed-vertical" | "square-dashed" | "square-pen" | "square-terminal" | "square" | "star-off" | "star" | "strikethrough" | "sun" | "table" | "tablet" | "tag" | "target" | "telescope" | "terminal" | "text-align-center" | "text-align-end" | "text-align-start" | "thermometer" | "thumbs-down" | "thumbs-up" | "timer-off" | "timer" | "trash-2" | "trash" | "trending-down" | "trending-up" | "triangle-alert" | "trophy" | "tv" | "type" | "underline" | "undo-2" | "undo" | "upload" | "user-check" | "user-plus" | "user-round-x" | "user-round" | "user" | "users" | "video" | "volume-1" | "volume-2" | "volume-off" | "volume-x" | "volume" | "wallet" | "waves-horizontal" | "wifi-off" | "wifi" | "workflow" | "wrench" | "x" | "zap" | "zoom-in" | "zoom-out";
|