Auto commit for build : 113
commit by: ayoub <hassani.ayoub@gmail.com> with message : add mdals
This commit is contained in:
parent
fecaca9e81
commit
35d0a81f07
|
@ -0,0 +1,8 @@
|
|||
import React from "react";
|
||||
export interface ButtonProps {
|
||||
disabled?: boolean;
|
||||
className?: string;
|
||||
onClick?: () => void;
|
||||
children: React.ReactNode;
|
||||
}
|
||||
export declare const Button: React.FC<ButtonProps>;
|
|
@ -0,0 +1 @@
|
|||
export * from './Button';
|
|
@ -0,0 +1,286 @@
|
|||
export { default as Bold } from './ts/Bold';
|
||||
export { default as BookOpen } from './ts/BookOpen';
|
||||
export { default as Book } from './ts/Book';
|
||||
export { default as Bookmark } from './ts/Bookmark';
|
||||
export { default as Box } from './ts/Box';
|
||||
export { default as Briefcase } from './ts/Briefcase';
|
||||
export { default as Calendar } from './ts/Calendar';
|
||||
export { default as CameraOff } from './ts/CameraOff';
|
||||
export { default as Camera } from './ts/Camera';
|
||||
export { default as Cast } from './ts/Cast';
|
||||
export { default as CheckCircle } from './ts/CheckCircle';
|
||||
export { default as CheckSquare } from './ts/CheckSquare';
|
||||
export { default as Check } from './ts/Check';
|
||||
export { default as ChevronDown } from './ts/ChevronDown';
|
||||
export { default as ChevronLeft } from './ts/ChevronLeft';
|
||||
export { default as ChevronRight } from './ts/ChevronRight';
|
||||
export { default as ChevronUp } from './ts/ChevronUp';
|
||||
export { default as ChevronsDown } from './ts/ChevronsDown';
|
||||
export { default as ChevronsLeft } from './ts/ChevronsLeft';
|
||||
export { default as ChevronsRight } from './ts/ChevronsRight';
|
||||
export { default as ChevronsUp } from './ts/ChevronsUp';
|
||||
export { default as Chrome } from './ts/Chrome';
|
||||
export { default as Circle } from './ts/Circle';
|
||||
export { default as Clipboard } from './ts/Clipboard';
|
||||
export { default as Clock } from './ts/Clock';
|
||||
export { default as CloudDrizzle } from './ts/CloudDrizzle';
|
||||
export { default as CloudLightning } from './ts/CloudLightning';
|
||||
export { default as CloudOff } from './ts/CloudOff';
|
||||
export { default as CloudRain } from './ts/CloudRain';
|
||||
export { default as CloudSnow } from './ts/CloudSnow';
|
||||
export { default as Cloud } from './ts/Cloud';
|
||||
export { default as Code } from './ts/Code';
|
||||
export { default as Codepen } from './ts/Codepen';
|
||||
export { default as Codesandbox } from './ts/Codesandbox';
|
||||
export { default as Coffee } from './ts/Coffee';
|
||||
export { default as Columns } from './ts/Columns';
|
||||
export { default as Command } from './ts/Command';
|
||||
export { default as Compass } from './ts/Compass';
|
||||
export { default as Copy } from './ts/Copy';
|
||||
export { default as CornerDownLeft } from './ts/CornerDownLeft';
|
||||
export { default as CornerDownRight } from './ts/CornerDownRight';
|
||||
export { default as CornerLeftDown } from './ts/CornerLeftDown';
|
||||
export { default as CornerLeftUp } from './ts/CornerLeftUp';
|
||||
export { default as CornerRightDown } from './ts/CornerRightDown';
|
||||
export { default as CornerRightUp } from './ts/CornerRightUp';
|
||||
export { default as CornerUpLeft } from './ts/CornerUpLeft';
|
||||
export { default as CornerUpRight } from './ts/CornerUpRight';
|
||||
export { default as Cpu } from './ts/Cpu';
|
||||
export { default as CreditCard } from './ts/CreditCard';
|
||||
export { default as Crop } from './ts/Crop';
|
||||
export { default as Crosshair } from './ts/Crosshair';
|
||||
export { default as Database } from './ts/Database';
|
||||
export { default as Delete } from './ts/Delete';
|
||||
export { default as Disc } from './ts/Disc';
|
||||
export { default as DivideCircle } from './ts/DivideCircle';
|
||||
export { default as DivideSquare } from './ts/DivideSquare';
|
||||
export { default as Divide } from './ts/Divide';
|
||||
export { default as DollarSign } from './ts/DollarSign';
|
||||
export { default as DownloadCloud } from './ts/DownloadCloud';
|
||||
export { default as Download } from './ts/Download';
|
||||
export { default as Dribbble } from './ts/Dribbble';
|
||||
export { default as Droplet } from './ts/Droplet';
|
||||
export { default as Edit2 } from './ts/Edit2';
|
||||
export { default as Edit3 } from './ts/Edit3';
|
||||
export { default as Edit } from './ts/Edit';
|
||||
export { default as ExternalLink } from './ts/ExternalLink';
|
||||
export { default as EyeOff } from './ts/EyeOff';
|
||||
export { default as Eye } from './ts/Eye';
|
||||
export { default as Facebook } from './ts/Facebook';
|
||||
export { default as FastForward } from './ts/FastForward';
|
||||
export { default as Feather } from './ts/Feather';
|
||||
export { default as Figma } from './ts/Figma';
|
||||
export { default as FileMinus } from './ts/FileMinus';
|
||||
export { default as FilePlus } from './ts/FilePlus';
|
||||
export { default as FileText } from './ts/FileText';
|
||||
export { default as File } from './ts/File';
|
||||
export { default as Film } from './ts/Film';
|
||||
export { default as Filter } from './ts/Filter';
|
||||
export { default as Flag } from './ts/Flag';
|
||||
export { default as FolderMinus } from './ts/FolderMinus';
|
||||
export { default as FolderPlus } from './ts/FolderPlus';
|
||||
export { default as Folder } from './ts/Folder';
|
||||
export { default as Framer } from './ts/Framer';
|
||||
export { default as Frown } from './ts/Frown';
|
||||
export { default as Gift } from './ts/Gift';
|
||||
export { default as GitBranch } from './ts/GitBranch';
|
||||
export { default as GitCommit } from './ts/GitCommit';
|
||||
export { default as GitMerge } from './ts/GitMerge';
|
||||
export { default as GitPullRequest } from './ts/GitPullRequest';
|
||||
export { default as Github } from './ts/Github';
|
||||
export { default as Gitlab } from './ts/Gitlab';
|
||||
export { default as Globe } from './ts/Globe';
|
||||
export { default as Grid } from './ts/Grid';
|
||||
export { default as HardDrive } from './ts/HardDrive';
|
||||
export { default as Hash } from './ts/Hash';
|
||||
export { default as Headphones } from './ts/Headphones';
|
||||
export { default as Heart } from './ts/Heart';
|
||||
export { default as HelpCircle } from './ts/HelpCircle';
|
||||
export { default as Hexagon } from './ts/Hexagon';
|
||||
export { default as Home } from './ts/Home';
|
||||
export { default as Image } from './ts/Image';
|
||||
export { default as Inbox } from './ts/Inbox';
|
||||
export { default as Info } from './ts/Info';
|
||||
export { default as Instagram } from './ts/Instagram';
|
||||
export { default as Italic } from './ts/Italic';
|
||||
export { default as Key } from './ts/Key';
|
||||
export { default as Layers } from './ts/Layers';
|
||||
export { default as Layout } from './ts/Layout';
|
||||
export { default as LifeBuoy } from './ts/LifeBuoy';
|
||||
export { default as Link2 } from './ts/Link2';
|
||||
export { default as Link } from './ts/Link';
|
||||
export { default as Linkedin } from './ts/Linkedin';
|
||||
export { default as List } from './ts/List';
|
||||
export { default as Loader } from './ts/Loader';
|
||||
export { default as Lock } from './ts/Lock';
|
||||
export { default as LogIn } from './ts/LogIn';
|
||||
export { default as LogOut } from './ts/LogOut';
|
||||
export { default as Mail } from './ts/Mail';
|
||||
export { default as MapPin } from './ts/MapPin';
|
||||
export { default as Map } from './ts/Map';
|
||||
export { default as Maximize2 } from './ts/Maximize2';
|
||||
export { default as Maximize } from './ts/Maximize';
|
||||
export { default as Meh } from './ts/Meh';
|
||||
export { default as Menu } from './ts/Menu';
|
||||
export { default as MessageCircle } from './ts/MessageCircle';
|
||||
export { default as MessageSquare } from './ts/MessageSquare';
|
||||
export { default as MicOff } from './ts/MicOff';
|
||||
export { default as Mic } from './ts/Mic';
|
||||
export { default as Minimize2 } from './ts/Minimize2';
|
||||
export { default as Minimize } from './ts/Minimize';
|
||||
export { default as MinusCircle } from './ts/MinusCircle';
|
||||
export { default as MinusSquare } from './ts/MinusSquare';
|
||||
export { default as Minus } from './ts/Minus';
|
||||
export { default as Monitor } from './ts/Monitor';
|
||||
export { default as Moon } from './ts/Moon';
|
||||
export { default as MoreHorizontal } from './ts/MoreHorizontal';
|
||||
export { default as MoreVertical } from './ts/MoreVertical';
|
||||
export { default as MousePointer } from './ts/MousePointer';
|
||||
export { default as Move } from './ts/Move';
|
||||
export { default as Music } from './ts/Music';
|
||||
export { default as Navigation2 } from './ts/Navigation2';
|
||||
export { default as Navigation } from './ts/Navigation';
|
||||
export { default as Octagon } from './ts/Octagon';
|
||||
export { default as Package } from './ts/Package';
|
||||
export { default as Paperclip } from './ts/Paperclip';
|
||||
export { default as PauseCircle } from './ts/PauseCircle';
|
||||
export { default as Pause } from './ts/Pause';
|
||||
export { default as PenTool } from './ts/PenTool';
|
||||
export { default as Percent } from './ts/Percent';
|
||||
export { default as PhoneCall } from './ts/PhoneCall';
|
||||
export { default as PhoneForwarded } from './ts/PhoneForwarded';
|
||||
export { default as PhoneIncoming } from './ts/PhoneIncoming';
|
||||
export { default as PhoneMissed } from './ts/PhoneMissed';
|
||||
export { default as PhoneOff } from './ts/PhoneOff';
|
||||
export { default as PhoneOutgoing } from './ts/PhoneOutgoing';
|
||||
export { default as Phone } from './ts/Phone';
|
||||
export { default as PieChart } from './ts/PieChart';
|
||||
export { default as PlayCircle } from './ts/PlayCircle';
|
||||
export { default as Play } from './ts/Play';
|
||||
export { default as PlusCircle } from './ts/PlusCircle';
|
||||
export { default as PlusSquare } from './ts/PlusSquare';
|
||||
export { default as Plus } from './ts/Plus';
|
||||
export { default as Pocket } from './ts/Pocket';
|
||||
export { default as Power } from './ts/Power';
|
||||
export { default as Printer } from './ts/Printer';
|
||||
export { default as Radio } from './ts/Radio';
|
||||
export { default as RefreshCcw } from './ts/RefreshCcw';
|
||||
export { default as RefreshCw } from './ts/RefreshCw';
|
||||
export { default as Repeat } from './ts/Repeat';
|
||||
export { default as Rewind } from './ts/Rewind';
|
||||
export { default as RotateCcw } from './ts/RotateCcw';
|
||||
export { default as RotateCw } from './ts/RotateCw';
|
||||
export { default as Rss } from './ts/Rss';
|
||||
export { default as Save } from './ts/Save';
|
||||
export { default as Scissors } from './ts/Scissors';
|
||||
export { default as Search } from './ts/Search';
|
||||
export { default as Send } from './ts/Send';
|
||||
export { default as Server } from './ts/Server';
|
||||
export { default as Settings } from './ts/Settings';
|
||||
export { default as Share2 } from './ts/Share2';
|
||||
export { default as Share } from './ts/Share';
|
||||
export { default as ShieldOff } from './ts/ShieldOff';
|
||||
export { default as Shield } from './ts/Shield';
|
||||
export { default as ShoppingBag } from './ts/ShoppingBag';
|
||||
export { default as ShoppingCart } from './ts/ShoppingCart';
|
||||
export { default as Shuffle } from './ts/Shuffle';
|
||||
export { default as SkipBack } from './ts/SkipBack';
|
||||
export { default as SkipForward } from './ts/SkipForward';
|
||||
export { default as Slack } from './ts/Slack';
|
||||
export { default as Slash } from './ts/Slash';
|
||||
export { default as Sliders } from './ts/Sliders';
|
||||
export { default as Smartphone } from './ts/Smartphone';
|
||||
export { default as Smile } from './ts/Smile';
|
||||
export { default as Speaker } from './ts/Speaker';
|
||||
export { default as Square } from './ts/Square';
|
||||
export { default as Star } from './ts/Star';
|
||||
export { default as StopCircle } from './ts/StopCircle';
|
||||
export { default as Sun } from './ts/Sun';
|
||||
export { default as Sunrise } from './ts/Sunrise';
|
||||
export { default as Sunset } from './ts/Sunset';
|
||||
export { default as Table } from './ts/Table';
|
||||
export { default as Tablet } from './ts/Tablet';
|
||||
export { default as Tag } from './ts/Tag';
|
||||
export { default as Target } from './ts/Target';
|
||||
export { default as Terminal } from './ts/Terminal';
|
||||
export { default as Thermometer } from './ts/Thermometer';
|
||||
export { default as ThumbsDown } from './ts/ThumbsDown';
|
||||
export { default as ThumbsUp } from './ts/ThumbsUp';
|
||||
export { default as ToggleLeft } from './ts/ToggleLeft';
|
||||
export { default as ToggleRight } from './ts/ToggleRight';
|
||||
export { default as Tool } from './ts/Tool';
|
||||
export { default as Trash2 } from './ts/Trash2';
|
||||
export { default as Trash } from './ts/Trash';
|
||||
export { default as Trello } from './ts/Trello';
|
||||
export { default as TrendingDown } from './ts/TrendingDown';
|
||||
export { default as TrendingUp } from './ts/TrendingUp';
|
||||
export { default as Triangle } from './ts/Triangle';
|
||||
export { default as Truck } from './ts/Truck';
|
||||
export { default as Tv } from './ts/Tv';
|
||||
export { default as Twitch } from './ts/Twitch';
|
||||
export { default as Twitter } from './ts/Twitter';
|
||||
export { default as Type } from './ts/Type';
|
||||
export { default as Umbrella } from './ts/Umbrella';
|
||||
export { default as Underline } from './ts/Underline';
|
||||
export { default as Unlock } from './ts/Unlock';
|
||||
export { default as UploadCloud } from './ts/UploadCloud';
|
||||
export { default as Upload } from './ts/Upload';
|
||||
export { default as UserCheck } from './ts/UserCheck';
|
||||
export { default as UserMinus } from './ts/UserMinus';
|
||||
export { default as UserPlus } from './ts/UserPlus';
|
||||
export { default as UserX } from './ts/UserX';
|
||||
export { default as User } from './ts/User';
|
||||
export { default as Users } from './ts/Users';
|
||||
export { default as VideoOff } from './ts/VideoOff';
|
||||
export { default as Video } from './ts/Video';
|
||||
export { default as Voicemail } from './ts/Voicemail';
|
||||
export { default as Volume1 } from './ts/Volume1';
|
||||
export { default as Volume2 } from './ts/Volume2';
|
||||
export { default as VolumeX } from './ts/VolumeX';
|
||||
export { default as Volume } from './ts/Volume';
|
||||
export { default as Watch } from './ts/Watch';
|
||||
export { default as WifiOff } from './ts/WifiOff';
|
||||
export { default as Wifi } from './ts/Wifi';
|
||||
export { default as Wind } from './ts/Wind';
|
||||
export { default as XCircle } from './ts/XCircle';
|
||||
export { default as XOctagon } from './ts/XOctagon';
|
||||
export { default as XSquare } from './ts/XSquare';
|
||||
export { default as X } from './ts/X';
|
||||
export { default as Youtube } from './ts/Youtube';
|
||||
export { default as ZapOff } from './ts/ZapOff';
|
||||
export { default as Zap } from './ts/Zap';
|
||||
export { default as ZoomIn } from './ts/ZoomIn';
|
||||
export { default as ZoomOut } from './ts/ZoomOut';
|
||||
export { default as Activity } from './ts/Activity';
|
||||
export { default as Airplay } from './ts/Airplay';
|
||||
export { default as AlertCircle } from './ts/AlertCircle';
|
||||
export { default as AlertOctagon } from './ts/AlertOctagon';
|
||||
export { default as AlertTriangle } from './ts/AlertTriangle';
|
||||
export { default as AlignCenter } from './ts/AlignCenter';
|
||||
export { default as AlignJustify } from './ts/AlignJustify';
|
||||
export { default as AlignLeft } from './ts/AlignLeft';
|
||||
export { default as AlignRight } from './ts/AlignRight';
|
||||
export { default as Anchor } from './ts/Anchor';
|
||||
export { default as Aperture } from './ts/Aperture';
|
||||
export { default as Archive } from './ts/Archive';
|
||||
export { default as ArrowDownCircle } from './ts/ArrowDownCircle';
|
||||
export { default as ArrowDown } from './ts/ArrowDown';
|
||||
export { default as ArrowDownLeft } from './ts/ArrowDownLeft';
|
||||
export { default as ArrowDownRight } from './ts/ArrowDownRight';
|
||||
export { default as ArrowLeftCircle } from './ts/ArrowLeftCircle';
|
||||
export { default as ArrowLeft } from './ts/ArrowLeft';
|
||||
export { default as ArrowRightCircle } from './ts/ArrowRightCircle';
|
||||
export { default as ArrowRight } from './ts/ArrowRight';
|
||||
export { default as ArrowUpCircle } from './ts/ArrowUpCircle';
|
||||
export { default as ArrowUpLeft } from './ts/ArrowUpLeft';
|
||||
export { default as ArrowUpRight } from './ts/ArrowUpRight';
|
||||
export { default as ArrowUp } from './ts/ArrowUp';
|
||||
export { default as AtSign } from './ts/AtSign';
|
||||
export { default as Award } from './ts/Award';
|
||||
export { default as BarChart2 } from './ts/BarChart2';
|
||||
export { default as BarChart } from './ts/BarChart';
|
||||
export { default as BatteryCharging } from './ts/BatteryCharging';
|
||||
export { default as Battery } from './ts/Battery';
|
||||
export { default as BellOff } from './ts/BellOff';
|
||||
export { default as Bell } from './ts/Bell';
|
||||
export { default as Bluetooth } from './ts/Bluetooth';
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Activity: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Activity;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Airplay: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Airplay;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const AlertCircle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default AlertCircle;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const AlertOctagon: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default AlertOctagon;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const AlertTriangle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default AlertTriangle;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const AlignCenter: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default AlignCenter;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const AlignJustify: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default AlignJustify;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const AlignLeft: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default AlignLeft;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const AlignRight: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default AlignRight;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Anchor: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Anchor;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Aperture: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Aperture;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Archive: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Archive;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const ArrowDown: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ArrowDown;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const ArrowDownCircle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ArrowDownCircle;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const ArrowDownLeft: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ArrowDownLeft;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const ArrowDownRight: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ArrowDownRight;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const ArrowLeft: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ArrowLeft;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const ArrowLeftCircle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ArrowLeftCircle;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const ArrowRight: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ArrowRight;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const ArrowRightCircle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ArrowRightCircle;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const ArrowUp: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ArrowUp;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const ArrowUpCircle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ArrowUpCircle;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const ArrowUpLeft: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ArrowUpLeft;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const ArrowUpRight: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ArrowUpRight;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const AtSign: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default AtSign;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Award: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Award;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const BarChart: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default BarChart;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const BarChart2: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default BarChart2;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Battery: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Battery;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const BatteryCharging: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default BatteryCharging;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Bell: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Bell;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const BellOff: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default BellOff;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Bluetooth: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Bluetooth;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Bold: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Bold;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Book: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Book;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const BookOpen: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default BookOpen;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Bookmark: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Bookmark;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Box: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Box;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Briefcase: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Briefcase;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Calendar: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Calendar;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Camera: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Camera;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const CameraOff: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CameraOff;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Cast: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Cast;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Check: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Check;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const CheckCircle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CheckCircle;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const CheckSquare: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CheckSquare;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const ChevronDown: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ChevronDown;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const ChevronLeft: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ChevronLeft;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const ChevronRight: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ChevronRight;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const ChevronUp: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ChevronUp;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const ChevronsDown: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ChevronsDown;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const ChevronsLeft: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ChevronsLeft;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const ChevronsRight: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ChevronsRight;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const ChevronsUp: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default ChevronsUp;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Chrome: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Chrome;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Circle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Circle;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Clipboard: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Clipboard;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Clock: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Clock;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Cloud: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Cloud;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const CloudDrizzle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CloudDrizzle;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const CloudLightning: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CloudLightning;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const CloudOff: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CloudOff;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const CloudRain: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CloudRain;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const CloudSnow: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CloudSnow;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Code: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Code;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Codepen: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Codepen;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Codesandbox: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Codesandbox;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Coffee: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Coffee;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Columns: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Columns;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Command: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Command;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Compass: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Compass;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Copy: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Copy;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const CornerDownLeft: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CornerDownLeft;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const CornerDownRight: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CornerDownRight;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const CornerLeftDown: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CornerLeftDown;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const CornerLeftUp: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CornerLeftUp;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const CornerRightDown: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CornerRightDown;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const CornerRightUp: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CornerRightUp;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const CornerUpLeft: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CornerUpLeft;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const CornerUpRight: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CornerUpRight;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Cpu: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Cpu;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const CreditCard: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default CreditCard;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Crop: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Crop;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Crosshair: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Crosshair;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Database: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Database;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Delete: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Delete;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Disc: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Disc;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Divide: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Divide;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const DivideCircle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default DivideCircle;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const DivideSquare: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default DivideSquare;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const DollarSign: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default DollarSign;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Download: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Download;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const DownloadCloud: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default DownloadCloud;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Dribbble: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Dribbble;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Droplet: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Droplet;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Edit: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Edit;
|
|
@ -0,0 +1,3 @@
|
|||
import type { SVGProps } from "react";
|
||||
declare const Edit2: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
||||
export default Edit2;
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue