@catalystsoftware/icons 1.0.20 → 1.0.22
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 +78 -9
- package/dist/index.d.mts +139 -5
- package/dist/index.d.ts +139 -5
- package/dist/index.js +636 -71
- package/dist/index.mjs +569 -71
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import React from 'react';
|
|
1
|
+
import React$1 from 'react';
|
|
2
2
|
|
|
3
|
-
interface IconProps extends React.SVGAttributes<SVGElement> {
|
|
3
|
+
interface IconProps extends React$1.SVGAttributes<SVGElement> {
|
|
4
4
|
size?: string | number;
|
|
5
5
|
color?: string;
|
|
6
6
|
strokeWidth?: string | number;
|
|
7
7
|
absoluteStrokeWidth?: boolean;
|
|
8
8
|
}
|
|
9
|
-
type Icon$1 = React.ForwardRefExoticComponent<Omit<IconProps, 'ref'> & React.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
type Icon$1 = React$1.ForwardRefExoticComponent<Omit<IconProps, 'ref'> & React$1.RefAttributes<SVGSVGElement>>;
|
|
10
10
|
declare function createIcon(pathData: string | string[], displayName: string, defaultFill?: boolean): Icon$1;
|
|
11
11
|
|
|
12
12
|
declare const Ace: Icon$1;
|
|
@@ -1416,40 +1416,174 @@ declare const icons: {
|
|
|
1416
1416
|
interface DynamicIconProps extends Omit<IconProps, 'children'> {
|
|
1417
1417
|
name: keyof typeof icons;
|
|
1418
1418
|
}
|
|
1419
|
-
declare const Icon: React.FC<DynamicIconProps>;
|
|
1419
|
+
declare const Icon: React$1.FC<DynamicIconProps>;
|
|
1420
|
+
|
|
1421
|
+
declare const Astro: Icon$1;
|
|
1422
|
+
|
|
1423
|
+
declare const Biome: Icon$1;
|
|
1420
1424
|
|
|
1421
1425
|
declare const Bmw: Icon$1;
|
|
1422
1426
|
|
|
1427
|
+
declare const Bower: Icon$1;
|
|
1428
|
+
|
|
1429
|
+
declare const BrandAstro: Icon$1;
|
|
1430
|
+
|
|
1423
1431
|
declare const Bun: Icon$1;
|
|
1424
1432
|
|
|
1433
|
+
declare const C: Icon$1;
|
|
1434
|
+
|
|
1435
|
+
declare const Circleci: Icon$1;
|
|
1436
|
+
|
|
1437
|
+
declare const Codemirror: Icon$1;
|
|
1438
|
+
|
|
1439
|
+
declare const Coffeescript: Icon$1;
|
|
1440
|
+
|
|
1425
1441
|
declare const ComputerChip: Icon$1;
|
|
1426
1442
|
|
|
1443
|
+
declare const Cplusplus: Icon$1;
|
|
1444
|
+
|
|
1427
1445
|
declare const CreditCard: Icon$1;
|
|
1428
1446
|
|
|
1447
|
+
declare const Css: Icon$1;
|
|
1448
|
+
|
|
1449
|
+
declare const Cssmodules: Icon$1;
|
|
1450
|
+
|
|
1451
|
+
declare const Dart: Icon$1;
|
|
1452
|
+
|
|
1453
|
+
declare const Datefns: Icon$1;
|
|
1454
|
+
|
|
1455
|
+
declare const Docker: Icon$1;
|
|
1456
|
+
|
|
1457
|
+
declare const Docusaurus: Icon$1;
|
|
1458
|
+
|
|
1459
|
+
declare const Dotenv: Icon$1;
|
|
1460
|
+
|
|
1461
|
+
declare const Editorconfig: Icon$1;
|
|
1462
|
+
|
|
1463
|
+
declare const Eslint: Icon$1;
|
|
1464
|
+
|
|
1429
1465
|
declare const FloppyDisk: Icon$1;
|
|
1430
1466
|
|
|
1431
1467
|
declare const Frame: Icon$1;
|
|
1432
1468
|
|
|
1433
1469
|
declare const Gamepad: Icon$1;
|
|
1434
1470
|
|
|
1471
|
+
declare const Gatsby: Icon$1;
|
|
1472
|
+
|
|
1473
|
+
declare const Gitignoredotio: Icon$1;
|
|
1474
|
+
|
|
1475
|
+
declare const Gnubash: Icon$1;
|
|
1476
|
+
|
|
1477
|
+
declare const Go: Icon$1;
|
|
1478
|
+
|
|
1479
|
+
declare const Graphql: Icon$1;
|
|
1480
|
+
|
|
1481
|
+
declare const Grunt: Icon$1;
|
|
1482
|
+
|
|
1483
|
+
declare const Gulp: Icon$1;
|
|
1484
|
+
|
|
1485
|
+
declare const Handlebarsdotjs: Icon$1;
|
|
1486
|
+
|
|
1435
1487
|
declare const Hash: Icon$1;
|
|
1436
1488
|
|
|
1489
|
+
declare const Html5: Icon$1;
|
|
1490
|
+
|
|
1437
1491
|
declare const Italic: Icon$1;
|
|
1438
1492
|
|
|
1493
|
+
declare const Jest: Icon$1;
|
|
1494
|
+
|
|
1495
|
+
declare const Json: Icon$1;
|
|
1496
|
+
|
|
1439
1497
|
declare const LayoutGrid: Icon$1;
|
|
1440
1498
|
|
|
1499
|
+
declare const Less: Icon$1;
|
|
1500
|
+
|
|
1501
|
+
declare const Lucide: Icon$1;
|
|
1502
|
+
|
|
1503
|
+
declare const Markdown: Icon$1;
|
|
1504
|
+
|
|
1505
|
+
declare const Marko: Icon$1;
|
|
1506
|
+
|
|
1507
|
+
declare const Mdx: Icon$1;
|
|
1508
|
+
|
|
1441
1509
|
declare const MicrochipBoard: Icon$1;
|
|
1442
1510
|
|
|
1511
|
+
declare const Mintlify: Icon$1;
|
|
1512
|
+
|
|
1513
|
+
declare const Mocha: Icon$1;
|
|
1514
|
+
|
|
1443
1515
|
declare const Monitor: Icon$1;
|
|
1444
1516
|
|
|
1517
|
+
declare const Mysql: Icon$1;
|
|
1518
|
+
|
|
1519
|
+
declare const Nextdotjs: Icon$1;
|
|
1520
|
+
|
|
1521
|
+
declare const Perl: Icon$1;
|
|
1522
|
+
|
|
1445
1523
|
declare const Pnpm: Icon$1;
|
|
1446
1524
|
|
|
1525
|
+
declare const Postcss: Icon$1;
|
|
1526
|
+
|
|
1527
|
+
declare const Prettier: Icon$1;
|
|
1528
|
+
|
|
1529
|
+
declare const Prisma: Icon$1;
|
|
1530
|
+
|
|
1531
|
+
declare const Pug: Icon$1;
|
|
1532
|
+
|
|
1533
|
+
declare const R: Icon$1;
|
|
1534
|
+
|
|
1535
|
+
declare const Radixui: Icon$1;
|
|
1536
|
+
|
|
1537
|
+
declare const React: Icon$1;
|
|
1538
|
+
|
|
1539
|
+
declare const Readme: Icon$1;
|
|
1540
|
+
|
|
1541
|
+
declare const Redis: Icon$1;
|
|
1542
|
+
|
|
1543
|
+
declare const Remark: Icon$1;
|
|
1544
|
+
|
|
1545
|
+
declare const Remix: Icon$1;
|
|
1546
|
+
|
|
1547
|
+
declare const Rive: Icon$1;
|
|
1548
|
+
|
|
1549
|
+
declare const Rollupdotjs: Icon$1;
|
|
1550
|
+
|
|
1551
|
+
declare const Ruby: Icon$1;
|
|
1552
|
+
|
|
1553
|
+
declare const Sanity: Icon$1;
|
|
1554
|
+
|
|
1555
|
+
declare const Scala: Icon$1;
|
|
1556
|
+
|
|
1557
|
+
declare const Sentry: Icon$1;
|
|
1558
|
+
|
|
1447
1559
|
declare const Server: Icon$1;
|
|
1448
1560
|
|
|
1561
|
+
declare const Shadcnui: Icon$1;
|
|
1562
|
+
|
|
1563
|
+
declare const Sharp: Icon$1;
|
|
1564
|
+
|
|
1449
1565
|
declare const SlidersHorizontal: Icon$1;
|
|
1450
1566
|
|
|
1567
|
+
declare const Storybook: Icon$1;
|
|
1568
|
+
|
|
1569
|
+
declare const Stylelint: Icon$1;
|
|
1570
|
+
|
|
1571
|
+
declare const Sublimetext: Icon$1;
|
|
1572
|
+
|
|
1573
|
+
declare const Svelte: Icon$1;
|
|
1574
|
+
|
|
1451
1575
|
declare const Tablet: Icon$1;
|
|
1452
1576
|
|
|
1577
|
+
declare const Tailwindcss: Icon$1;
|
|
1578
|
+
|
|
1579
|
+
declare const Vercel: Icon$1;
|
|
1580
|
+
|
|
1581
|
+
declare const Vite: Icon$1;
|
|
1582
|
+
|
|
1583
|
+
declare const Vuedotjs: Icon$1;
|
|
1584
|
+
|
|
1585
|
+
declare const Webassembly: Icon$1;
|
|
1586
|
+
|
|
1453
1587
|
declare const Yarn: Icon$1;
|
|
1454
1588
|
|
|
1455
|
-
export { Ace, Alien, AlignCenter, AlignEndVertical, AlignJustify, AlignLeft, AlignRight, Android, AppWindow, Archive, ArchiveX, ArrowBadgeDown, ArrowBadgeLeft, ArrowBadgeRight, ArrowBadgeUp, ArrowBigDown, ArrowBigLeft, ArrowBigRight, ArrowBigUp, ArrowDown, ArrowDownFromLine, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowLeftRight, ArrowRight, ArrowUp, ArrowUpDown, ArrowUpFromLine, ArrowUpNarrowWide, ArrowUpRight, Asterisk, AtSign, AudioWaveform, Award, Aws, Badge, BadgeCheck, Ban, Banknote, BarChart, BarChartArea, BarChartAreaBig, BarChartFile, Bat, Bed, BeggarsHand, Bell, Biohazard, Blocks, Bluetooth, Bmw, Bold, BookOpen, BookOpenText, Bookmark, Bot, Box, Boxes, Braces, BracketsAngle, Brain, Briefcase, Browser, Brush, Bug, Building, Bun, Burger, Calculator, Calendar, CalendarDays, CalendarPlus, Camera, Capture, Car, CarFront, CaretDown, CaretLeft, CaretRight, CaretUp, Check, CheckCircle, CheckSquare, ChefHat, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, ChevronsDown, ChevronsLeft, ChevronsLeftRight, ChevronsRight, ChevronsUpDown, Circle, CircleOff, CirclePlus, Clipboard, ClipboardCheck, ClipboardData, ClipboardText, Clock, Cloud, CloudRain, CloudUpload, Code, Cog, Columns, Columns3, Columns4, Command, Compass, Component, Computer, ComputerChip, Construction, Cookie, Copy, CornerUpLeft, CornerUpRight, Cpu, CreditCard, Crown, Dashboard, Database, Delete, DeviceCode, Dog, DollarSign, Dot, Dots, DotsVertical, Download, Droplets, EPassport, Eraser, ExclamationPointMessageCircle, ExclamationPointOctagon, ExclamationPointTriangle, Expand, ExternalLink, Eye, EyeClosed, EyeOff, Facebook, Figma, File, FileCode, FileImage, FileInput, FileJson, FileOutput, FilePlus, FileSpreadsheet, FileText, FileTypeBmp, FileTypeCss, FileTypeCsv, FileTypeDoc, FileTypeDocx, FileTypeHtml, FileTypeJpg, FileTypeJs, FileTypeJsx, FileTypePdf, FileTypePhp, FileTypePng, FileTypePpt, FileTypeRs, FileTypeSql, FileTypeSvg, FileTypeTs, FileTypeTsx, FileTypeTxt, FileTypeVue, FileTypeXls, FileTypeXml, FileTypeZip, FileTypography, FileX, Filter, FishBone, Flag, Flame, FloppyDisk, Focus, Folder, FolderCheck, FolderClosed, FolderDown, FolderOpen, FolderPlus, FolderRoot, FolderSearch, FolderTree, FolderUp, Footprints, Forward, FourOhFour, Frame, Funnel, GalleryVerticalEnd, Gamepad, Gamepad2, Gauge, Gavel, Gem, Ghost, GhostFilled, GhostFloating, GhostFloatingFilled, Gift, GitBranch, GitCommitVertical, Github, Gitlab, Globe, GlobeLock, Golang, GraduationCap, Grid, Grid3X3, GripVertical, H1, H2, H3, H4, H5, H6, Hammer, HardDrive, HardHat, Hash, Heading, Headphones, Heart, HeartHandshake, Hexagon, Home, Html, ICircle, Icon, type IconProps, type Icon$1 as IconType, Image, Import, Inbox, IndentDecrease, IndentIncrease, Instagram, Italic, Jack, Javascript, Kanban, Key, Keyboard, King, Kotlin, Laptop, Layers, LayoutGrid, LetterCaseLower, LetterCaseToggle, LetterCaseUpper, Library, LifeBuoy, Lightbulb, Link, Linkedin, List, ListCheck, ListChecks, ListFilter, ListFilterPlus, ListMusic, ListOrdered, ListRestart, Loader, LoaderCircle, Lock, LockOpen, LogIn, LogOut, Mail, MailCheck, Map, MapPin, Maximize, Megaphone, Menu, MessageCircle, MessageSquare, MessagesSquare, Messenger, Mic, MicrochipBoard, Minimize, Minus, Monitor, Moon, MousePointer, Move, Music, Navigation, Newspaper, Nextjs, Nodejs, NotebookText, NotepadText, Npm, OpenSource, Package, Pacman, Paintbrush, Palette, PanelLeft, PanelLeftClose, PanelLeftOpen, PanelRight, Paperclip, Pause, Paypal, Pdf, Pen, PenTool, Pencil, PencilCheck, Percent, Phone, Photo, Php, PictureInPicture, PieChart, PiggyBank, Pin, Plane, Play, Plus, Pnpm, Pointer, Popcorn, Power, Powershell, Prescription, Printer, PuzzlePiece, Python, QrCode, Queen, QuestionMarkCircle, QuestionMarkMessageCircle, Quote, Radar, Radio, Reason, Redo, RefreshCcw, RefreshCw, Repeat, Reply, ReplyAll, Rocket, RotateCcw, RotateCw, Ruler, Rust, Sass, Save, Scale, Scan, ScanLine, Scissors, Search, SearchX, Send, Server, Settings, Share, Shield, Ship, ShoppingBag, ShoppingCart, Sidebar, SidebarRight, SkipBack, SkipForward, Skype, Slack, SlidersHorizontal, Smartphone, Smile, SmilePlus, SortAscending, SortDescending, Sparkles, Split, Spotify, Square, SquareSplitHorizontal, SquareTerminal, Star, StarOff, Stopwatch, Store, Strikethrough, Stripe, Subtitles, Sun, Svg, Swift, Table, Tabler, Tablet, Tag, Tally1, Tally2, Tally3, Tally4, Tally5, Target, Terminal, Terminal2, TextCursorInput, TextDecrease, TextIncrease, TextSize, TextWrap, TextWrapColumn, TextWrapDisabled, ThumbsDown, ThumbsUp, Ticket, Tilde, Timer, Toml, Trash, Trash2, TrendingDown, TrendingUp, Trophy, Truck, Tv, Twitch, Twitter, Type, Typescript, Underline, Undo, Upload, User, UserCheck, UserCircle, UserDown, UserHeart, UserMinus, UserPlus, UserSettings, UserSquareRounded, UserStar, Users, UsersGroup, Utensils, UtensilsCrossed, Video, VideoOff, View360, Visa, VolumeDown, VolumeOff, VolumeUp, VolumeX, Vue, Walk, Wallet, Wallpaper, Wand, Waveform, Waves, Wifi, Wrench, X, XCircle, Yarn, Youtube, Zap, ZoomIn, ZoomOut, createIcon };
|
|
1589
|
+
export { Ace, Alien, AlignCenter, AlignEndVertical, AlignJustify, AlignLeft, AlignRight, Android, AppWindow, Archive, ArchiveX, ArrowBadgeDown, ArrowBadgeLeft, ArrowBadgeRight, ArrowBadgeUp, ArrowBigDown, ArrowBigLeft, ArrowBigRight, ArrowBigUp, ArrowDown, ArrowDownFromLine, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowLeftRight, ArrowRight, ArrowUp, ArrowUpDown, ArrowUpFromLine, ArrowUpNarrowWide, ArrowUpRight, Asterisk, Astro, AtSign, AudioWaveform, Award, Aws, Badge, BadgeCheck, Ban, Banknote, BarChart, BarChartArea, BarChartAreaBig, BarChartFile, Bat, Bed, BeggarsHand, Bell, Biohazard, Biome, Blocks, Bluetooth, Bmw, Bold, BookOpen, BookOpenText, Bookmark, Bot, Bower, Box, Boxes, Braces, BracketsAngle, Brain, BrandAstro, Briefcase, Browser, Brush, Bug, Building, Bun, Burger, C, Calculator, Calendar, CalendarDays, CalendarPlus, Camera, Capture, Car, CarFront, CaretDown, CaretLeft, CaretRight, CaretUp, Check, CheckCircle, CheckSquare, ChefHat, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, ChevronsDown, ChevronsLeft, ChevronsLeftRight, ChevronsRight, ChevronsUpDown, Circle, CircleOff, CirclePlus, Circleci, Clipboard, ClipboardCheck, ClipboardData, ClipboardText, Clock, Cloud, CloudRain, CloudUpload, Code, Codemirror, Coffeescript, Cog, Columns, Columns3, Columns4, Command, Compass, Component, Computer, ComputerChip, Construction, Cookie, Copy, CornerUpLeft, CornerUpRight, Cplusplus, Cpu, CreditCard, Crown, Css, Cssmodules, Dart, Dashboard, Database, Datefns, Delete, DeviceCode, Docker, Docusaurus, Dog, DollarSign, Dot, Dotenv, Dots, DotsVertical, Download, Droplets, EPassport, Editorconfig, Eraser, Eslint, ExclamationPointMessageCircle, ExclamationPointOctagon, ExclamationPointTriangle, Expand, ExternalLink, Eye, EyeClosed, EyeOff, Facebook, Figma, File, FileCode, FileImage, FileInput, FileJson, FileOutput, FilePlus, FileSpreadsheet, FileText, FileTypeBmp, FileTypeCss, FileTypeCsv, FileTypeDoc, FileTypeDocx, FileTypeHtml, FileTypeJpg, FileTypeJs, FileTypeJsx, FileTypePdf, FileTypePhp, FileTypePng, FileTypePpt, FileTypeRs, FileTypeSql, FileTypeSvg, FileTypeTs, FileTypeTsx, FileTypeTxt, FileTypeVue, FileTypeXls, FileTypeXml, FileTypeZip, FileTypography, FileX, Filter, FishBone, Flag, Flame, FloppyDisk, Focus, Folder, FolderCheck, FolderClosed, FolderDown, FolderOpen, FolderPlus, FolderRoot, FolderSearch, FolderTree, FolderUp, Footprints, Forward, FourOhFour, Frame, Funnel, GalleryVerticalEnd, Gamepad, Gamepad2, Gatsby, Gauge, Gavel, Gem, Ghost, GhostFilled, GhostFloating, GhostFloatingFilled, Gift, GitBranch, GitCommitVertical, Github, Gitignoredotio, Gitlab, Globe, GlobeLock, Gnubash, Go, Golang, GraduationCap, Graphql, Grid, Grid3X3, GripVertical, Grunt, Gulp, H1, H2, H3, H4, H5, H6, Hammer, Handlebarsdotjs, HardDrive, HardHat, Hash, Heading, Headphones, Heart, HeartHandshake, Hexagon, Home, Html, Html5, ICircle, Icon, type IconProps, type Icon$1 as IconType, Image, Import, Inbox, IndentDecrease, IndentIncrease, Instagram, Italic, Jack, Javascript, Jest, Json, Kanban, Key, Keyboard, King, Kotlin, Laptop, Layers, LayoutGrid, Less, LetterCaseLower, LetterCaseToggle, LetterCaseUpper, Library, LifeBuoy, Lightbulb, Link, Linkedin, List, ListCheck, ListChecks, ListFilter, ListFilterPlus, ListMusic, ListOrdered, ListRestart, Loader, LoaderCircle, Lock, LockOpen, LogIn, LogOut, Lucide, Mail, MailCheck, Map, MapPin, Markdown, Marko, Maximize, Mdx, Megaphone, Menu, MessageCircle, MessageSquare, MessagesSquare, Messenger, Mic, MicrochipBoard, Minimize, Mintlify, Minus, Mocha, Monitor, Moon, MousePointer, Move, Music, Mysql, Navigation, Newspaper, Nextdotjs, Nextjs, Nodejs, NotebookText, NotepadText, Npm, OpenSource, Package, Pacman, Paintbrush, Palette, PanelLeft, PanelLeftClose, PanelLeftOpen, PanelRight, Paperclip, Pause, Paypal, Pdf, Pen, PenTool, Pencil, PencilCheck, Percent, Perl, Phone, Photo, Php, PictureInPicture, PieChart, PiggyBank, Pin, Plane, Play, Plus, Pnpm, Pointer, Popcorn, Postcss, Power, Powershell, Prescription, Prettier, Printer, Prisma, Pug, PuzzlePiece, Python, QrCode, Queen, QuestionMarkCircle, QuestionMarkMessageCircle, Quote, R, Radar, Radio, Radixui, React, Readme, Reason, Redis, Redo, RefreshCcw, RefreshCw, Remark, Remix, Repeat, Reply, ReplyAll, Rive, Rocket, Rollupdotjs, RotateCcw, RotateCw, Ruby, Ruler, Rust, Sanity, Sass, Save, Scala, Scale, Scan, ScanLine, Scissors, Search, SearchX, Send, Sentry, Server, Settings, Shadcnui, Share, Sharp, Shield, Ship, ShoppingBag, ShoppingCart, Sidebar, SidebarRight, SkipBack, SkipForward, Skype, Slack, SlidersHorizontal, Smartphone, Smile, SmilePlus, SortAscending, SortDescending, Sparkles, Split, Spotify, Square, SquareSplitHorizontal, SquareTerminal, Star, StarOff, Stopwatch, Store, Storybook, Strikethrough, Stripe, Stylelint, Sublimetext, Subtitles, Sun, Svelte, Svg, Swift, Table, Tabler, Tablet, Tag, Tailwindcss, Tally1, Tally2, Tally3, Tally4, Tally5, Target, Terminal, Terminal2, TextCursorInput, TextDecrease, TextIncrease, TextSize, TextWrap, TextWrapColumn, TextWrapDisabled, ThumbsDown, ThumbsUp, Ticket, Tilde, Timer, Toml, Trash, Trash2, TrendingDown, TrendingUp, Trophy, Truck, Tv, Twitch, Twitter, Type, Typescript, Underline, Undo, Upload, User, UserCheck, UserCircle, UserDown, UserHeart, UserMinus, UserPlus, UserSettings, UserSquareRounded, UserStar, Users, UsersGroup, Utensils, UtensilsCrossed, Vercel, Video, VideoOff, View360, Visa, Vite, VolumeDown, VolumeOff, VolumeUp, VolumeX, Vue, Vuedotjs, Walk, Wallet, Wallpaper, Wand, Waveform, Waves, Webassembly, Wifi, Wrench, X, XCircle, Yarn, Youtube, Zap, ZoomIn, ZoomOut, createIcon };
|