@mynaui/icons-react
Version:
1180+ beautifully crafted open source icons for your next project.
690 lines (685 loc) • 182 kB
TypeScript
/// <reference types="react" />
import { SVGAttributes } from 'react'
declare module '@myna/icons-react'
export interface MynaIconsProps extends Partial<Omit<React.SVGProps<SVGSVGElement>, 'stroke'>> {
size?: string | number,
stroke?: string | number
}
export declare const createReactComponent: (iconName: string, iconNamePascal: string, iconNode: any[]) => (props: MynaIconsProps) => JSX.Element;
export type Icon = React.FC<MynaIconsProps>;
// Generated icons
export declare const Columns: (props: MynaIconsProps) => JSX.Element;
export declare const SearchDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const ImageRectangle: (props: MynaIconsProps) => JSX.Element;
export declare const RupeeWaves: (props: MynaIconsProps) => JSX.Element;
export declare const SidebarAlt: (props: MynaIconsProps) => JSX.Element;
export declare const NineOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const TrashTwo: (props: MynaIconsProps) => JSX.Element;
export declare const EightWaves: (props: MynaIconsProps) => JSX.Element;
export declare const HeartCircle: (props: MynaIconsProps) => JSX.Element;
export declare const BuildingOne: (props: MynaIconsProps) => JSX.Element;
export declare const ArrowRightSquare: (props: MynaIconsProps) => JSX.Element;
export declare const BrandGitlab: (props: MynaIconsProps) => JSX.Element;
export declare const QuestionOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const Lightning: (props: MynaIconsProps) => JSX.Element;
export declare const YenDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const LetterRHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const Grid: (props: MynaIconsProps) => JSX.Element;
export declare const DiceThree: (props: MynaIconsProps) => JSX.Element;
export declare const HashHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const Triangle: (props: MynaIconsProps) => JSX.Element;
export declare const Hand: (props: MynaIconsProps) => JSX.Element;
export declare const DollarOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const Search: (props: MynaIconsProps) => JSX.Element;
export declare const LetterQ: (props: MynaIconsProps) => JSX.Element;
export declare const Config: (props: MynaIconsProps) => JSX.Element;
export declare const LetterF: (props: MynaIconsProps) => JSX.Element;
export declare const LayersTwo: (props: MynaIconsProps) => JSX.Element;
export declare const Incognito: (props: MynaIconsProps) => JSX.Element;
export declare const LinkTwo: (props: MynaIconsProps) => JSX.Element;
export declare const InboxCheck: (props: MynaIconsProps) => JSX.Element;
export declare const RewindCircle: (props: MynaIconsProps) => JSX.Element;
export declare const Like: (props: MynaIconsProps) => JSX.Element;
export declare const ArrowUpCircle: (props: MynaIconsProps) => JSX.Element;
export declare const ChartLine: (props: MynaIconsProps) => JSX.Element;
export declare const LetterZCircle: (props: MynaIconsProps) => JSX.Element;
export declare const DangerCircle: (props: MynaIconsProps) => JSX.Element;
export declare const Wine: (props: MynaIconsProps) => JSX.Element;
export declare const PauseCircle: (props: MynaIconsProps) => JSX.Element;
export declare const CheckSquare: (props: MynaIconsProps) => JSX.Element;
export declare const SlashWaves: (props: MynaIconsProps) => JSX.Element;
export declare const SadSquare: (props: MynaIconsProps) => JSX.Element;
export declare const DollarDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const ArrowDown: (props: MynaIconsProps) => JSX.Element;
export declare const CornerRightUp: (props: MynaIconsProps) => JSX.Element;
export declare const WifiCheck: (props: MynaIconsProps) => JSX.Element;
export declare const Earth: (props: MynaIconsProps) => JSX.Element;
export declare const SearchMinus: (props: MynaIconsProps) => JSX.Element;
export declare const QuestionDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const YenOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const List: (props: MynaIconsProps) => JSX.Element;
export declare const LockOpenKeyhole: (props: MynaIconsProps) => JSX.Element;
export declare const GitHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const SearchOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const LetterJWaves: (props: MynaIconsProps) => JSX.Element;
export declare const LetterMSquare: (props: MynaIconsProps) => JSX.Element;
export declare const NineDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const Zero: (props: MynaIconsProps) => JSX.Element;
export declare const InfoSquare: (props: MynaIconsProps) => JSX.Element;
export declare const Croissant: (props: MynaIconsProps) => JSX.Element;
export declare const LetterDCircle: (props: MynaIconsProps) => JSX.Element;
export declare const LetterMHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const ArrowLongDownRight: (props: MynaIconsProps) => JSX.Element;
export declare const CircleHalf: (props: MynaIconsProps) => JSX.Element;
export declare const TelephoneIn: (props: MynaIconsProps) => JSX.Element;
export declare const PercentageHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const BrandGithub: (props: MynaIconsProps) => JSX.Element;
export declare const ZeroHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const FolderSlash: (props: MynaIconsProps) => JSX.Element;
export declare const FatArrowUpRight: (props: MynaIconsProps) => JSX.Element;
export declare const PanelRightClose: (props: MynaIconsProps) => JSX.Element;
export declare const ClockEight: (props: MynaIconsProps) => JSX.Element;
export declare const ThreeCircle: (props: MynaIconsProps) => JSX.Element;
export declare const LetterCOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const CornerUpRight: (props: MynaIconsProps) => JSX.Element;
export declare const PlusWaves: (props: MynaIconsProps) => JSX.Element;
export declare const LetterSSquare: (props: MynaIconsProps) => JSX.Element;
export declare const Dots: (props: MynaIconsProps) => JSX.Element;
export declare const TypeItalic: (props: MynaIconsProps) => JSX.Element;
export declare const GridOne: (props: MynaIconsProps) => JSX.Element;
export declare const LetterCDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const LetterG: (props: MynaIconsProps) => JSX.Element;
export declare const Target: (props: MynaIconsProps) => JSX.Element;
export declare const Scissors: (props: MynaIconsProps) => JSX.Element;
export declare const Cog: (props: MynaIconsProps) => JSX.Element;
export declare const PlayCircle: (props: MynaIconsProps) => JSX.Element;
export declare const Four: (props: MynaIconsProps) => JSX.Element;
export declare const Crosshair: (props: MynaIconsProps) => JSX.Element;
export declare const LetterP: (props: MynaIconsProps) => JSX.Element;
export declare const MessageDots: (props: MynaIconsProps) => JSX.Element;
export declare const Airplay: (props: MynaIconsProps) => JSX.Element;
export declare const ArrowDiagonalTwo: (props: MynaIconsProps) => JSX.Element;
export declare const XOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const Repeat: (props: MynaIconsProps) => JSX.Element;
export declare const Path: (props: MynaIconsProps) => JSX.Element;
export declare const ClockHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const ChartBarOne: (props: MynaIconsProps) => JSX.Element;
export declare const LetterUOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const YenCircle: (props: MynaIconsProps) => JSX.Element;
export declare const CalendarDown: (props: MynaIconsProps) => JSX.Element;
export declare const LetterR: (props: MynaIconsProps) => JSX.Element;
export declare const BrandCodesandbox: (props: MynaIconsProps) => JSX.Element;
export declare const LetterWCircle: (props: MynaIconsProps) => JSX.Element;
export declare const LetterE: (props: MynaIconsProps) => JSX.Element;
export declare const WifiSlash: (props: MynaIconsProps) => JSX.Element;
export declare const PlayWaves: (props: MynaIconsProps) => JSX.Element;
export declare const CheckCircleOne: (props: MynaIconsProps) => JSX.Element;
export declare const MobileSignalOne: (props: MynaIconsProps) => JSX.Element;
export declare const DiceOne: (props: MynaIconsProps) => JSX.Element;
export declare const LocationX: (props: MynaIconsProps) => JSX.Element;
export declare const BellOn: (props: MynaIconsProps) => JSX.Element;
export declare const Sunrise: (props: MynaIconsProps) => JSX.Element;
export declare const ClockOne: (props: MynaIconsProps) => JSX.Element;
export declare const ToggleRight: (props: MynaIconsProps) => JSX.Element;
export declare const ArrowDownRightCircle: (props: MynaIconsProps) => JSX.Element;
export declare const TextJustify: (props: MynaIconsProps) => JSX.Element;
export declare const ArrowUpRightWaves: (props: MynaIconsProps) => JSX.Element;
export declare const Snow: (props: MynaIconsProps) => JSX.Element;
export declare const LetterGWaves: (props: MynaIconsProps) => JSX.Element;
export declare const LetterUDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const XDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const SevenWaves: (props: MynaIconsProps) => JSX.Element;
export declare const CreditCardX: (props: MynaIconsProps) => JSX.Element;
export declare const AngrySquare: (props: MynaIconsProps) => JSX.Element;
export declare const LetterJOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const Umbrella: (props: MynaIconsProps) => JSX.Element;
export declare const User: (props: MynaIconsProps) => JSX.Element;
export declare const BatteryChargingFour: (props: MynaIconsProps) => JSX.Element;
export declare const CartPlus: (props: MynaIconsProps) => JSX.Element;
export declare const RewindHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const QuestionWaves: (props: MynaIconsProps) => JSX.Element;
export declare const DotsVerticalDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const ThreeDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const LetterDHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const FiveOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const FileMinus: (props: MynaIconsProps) => JSX.Element;
export declare const XCircle: (props: MynaIconsProps) => JSX.Element;
export declare const HeartPlus: (props: MynaIconsProps) => JSX.Element;
export declare const DotsVerticalOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const TypeBold: (props: MynaIconsProps) => JSX.Element;
export declare const ThreeOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const Rupee: (props: MynaIconsProps) => JSX.Element;
export declare const CogFour: (props: MynaIconsProps) => JSX.Element;
export declare const FiveDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const LetterRWaves: (props: MynaIconsProps) => JSX.Element;
export declare const FolderCheck: (props: MynaIconsProps) => JSX.Element;
export declare const Six: (props: MynaIconsProps) => JSX.Element;
export declare const LetterD: (props: MynaIconsProps) => JSX.Element;
export declare const Dollar: (props: MynaIconsProps) => JSX.Element;
export declare const GitSquare: (props: MynaIconsProps) => JSX.Element;
export declare const InboxUp: (props: MynaIconsProps) => JSX.Element;
export declare const LetterS: (props: MynaIconsProps) => JSX.Element;
export declare const ChartGraph: (props: MynaIconsProps) => JSX.Element;
export declare const ChevronUpSquare: (props: MynaIconsProps) => JSX.Element;
export declare const AsteriskHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const Circle: (props: MynaIconsProps) => JSX.Element;
export declare const LetterICircle: (props: MynaIconsProps) => JSX.Element;
export declare const ArrowLongUpRight: (props: MynaIconsProps) => JSX.Element;
export declare const Rectangle: (props: MynaIconsProps) => JSX.Element;
export declare const FatArrowUpLeft: (props: MynaIconsProps) => JSX.Element;
export declare const TextAlignCenter: (props: MynaIconsProps) => JSX.Element;
export declare const CornerLeftUp: (props: MynaIconsProps) => JSX.Element;
export declare const LineChartHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const LetterJDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const Two: (props: MynaIconsProps) => JSX.Element;
export declare const Home: (props: MynaIconsProps) => JSX.Element;
export declare const Copyright: (props: MynaIconsProps) => JSX.Element;
export declare const ChartBubble: (props: MynaIconsProps) => JSX.Element;
export declare const Music: (props: MynaIconsProps) => JSX.Element;
export declare const ClockWaves: (props: MynaIconsProps) => JSX.Element;
export declare const LetterPDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const DollarCircle: (props: MynaIconsProps) => JSX.Element;
export declare const SearchSnooze: (props: MynaIconsProps) => JSX.Element;
export declare const LetterW: (props: MynaIconsProps) => JSX.Element;
export declare const OneSquare: (props: MynaIconsProps) => JSX.Element;
export declare const SixWaves: (props: MynaIconsProps) => JSX.Element;
export declare const PauseOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const WifiPlus: (props: MynaIconsProps) => JSX.Element;
export declare const ChevronDoubleRight: (props: MynaIconsProps) => JSX.Element;
export declare const ArrowUpLeft: (props: MynaIconsProps) => JSX.Element;
export declare const PanelTopClose: (props: MynaIconsProps) => JSX.Element;
export declare const LetterESquare: (props: MynaIconsProps) => JSX.Element;
export declare const PauseDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const ChevronDown: (props: MynaIconsProps) => JSX.Element;
export declare const ChatX: (props: MynaIconsProps) => JSX.Element;
export declare const ChevronDoubleLeft: (props: MynaIconsProps) => JSX.Element;
export declare const Logout: (props: MynaIconsProps) => JSX.Element;
export declare const ChevronRightSquare: (props: MynaIconsProps) => JSX.Element;
export declare const Heading: (props: MynaIconsProps) => JSX.Element;
export declare const Hexagon: (props: MynaIconsProps) => JSX.Element;
export declare const CogOne: (props: MynaIconsProps) => JSX.Element;
export declare const CameraSlash: (props: MynaIconsProps) => JSX.Element;
export declare const BookSnooze: (props: MynaIconsProps) => JSX.Element;
export declare const FunnyCircle: (props: MynaIconsProps) => JSX.Element;
export declare const LetterPOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const DotsVerticalSquare: (props: MynaIconsProps) => JSX.Element;
export declare const AnnoyedSquare: (props: MynaIconsProps) => JSX.Element;
export declare const LetterRCircle: (props: MynaIconsProps) => JSX.Element;
export declare const FiveCircle: (props: MynaIconsProps) => JSX.Element;
export declare const ShieldPlus: (props: MynaIconsProps) => JSX.Element;
export declare const CodeHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const LetterYWaves: (props: MynaIconsProps) => JSX.Element;
export declare const ArrowDownLeftWaves: (props: MynaIconsProps) => JSX.Element;
export declare const ChevronUpLeft: (props: MynaIconsProps) => JSX.Element;
export declare const LetterODiamond: (props: MynaIconsProps) => JSX.Element;
export declare const Chip: (props: MynaIconsProps) => JSX.Element;
export declare const EuroCircle: (props: MynaIconsProps) => JSX.Element;
export declare const Ticket: (props: MynaIconsProps) => JSX.Element;
export declare const BrandInstagram: (props: MynaIconsProps) => JSX.Element;
export declare const LetterLCircle: (props: MynaIconsProps) => JSX.Element;
export declare const PanelRightOpen: (props: MynaIconsProps) => JSX.Element;
export declare const Crop: (props: MynaIconsProps) => JSX.Element;
export declare const LetterAHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const Cookie: (props: MynaIconsProps) => JSX.Element;
export declare const Tag: (props: MynaIconsProps) => JSX.Element;
export declare const BookCheck: (props: MynaIconsProps) => JSX.Element;
export declare const LayersThree: (props: MynaIconsProps) => JSX.Element;
export declare const LetterLWaves: (props: MynaIconsProps) => JSX.Element;
export declare const LetterV: (props: MynaIconsProps) => JSX.Element;
export declare const Option: (props: MynaIconsProps) => JSX.Element;
export declare const SignalWaves: (props: MynaIconsProps) => JSX.Element;
export declare const Briefcase: (props: MynaIconsProps) => JSX.Element;
export declare const LetterA: (props: MynaIconsProps) => JSX.Element;
export declare const LocationSlash: (props: MynaIconsProps) => JSX.Element;
export declare const Presentation: (props: MynaIconsProps) => JSX.Element;
export declare const AlignBottom: (props: MynaIconsProps) => JSX.Element;
export declare const BellX: (props: MynaIconsProps) => JSX.Element;
export declare const LetterOOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const SearchSquare: (props: MynaIconsProps) => JSX.Element;
export declare const EightOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const BellHome: (props: MynaIconsProps) => JSX.Element;
export declare const StopDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const Label: (props: MynaIconsProps) => JSX.Element;
export declare const DangerWaves: (props: MynaIconsProps) => JSX.Element;
export declare const Map: (props: MynaIconsProps) => JSX.Element;
export declare const LetterHSquare: (props: MynaIconsProps) => JSX.Element;
export declare const Inbox: (props: MynaIconsProps) => JSX.Element;
export declare const ArrowUpRightSquare: (props: MynaIconsProps) => JSX.Element;
export declare const ForwardCircle: (props: MynaIconsProps) => JSX.Element;
export declare const SixDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const TagPlus: (props: MynaIconsProps) => JSX.Element;
export declare const LetterC: (props: MynaIconsProps) => JSX.Element;
export declare const LetterYDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const PlusSquare: (props: MynaIconsProps) => JSX.Element;
export declare const Power: (props: MynaIconsProps) => JSX.Element;
export declare const Microphone: (props: MynaIconsProps) => JSX.Element;
export declare const TallyOne: (props: MynaIconsProps) => JSX.Element;
export declare const LetterT: (props: MynaIconsProps) => JSX.Element;
export declare const Paint: (props: MynaIconsProps) => JSX.Element;
export declare const Database: (props: MynaIconsProps) => JSX.Element;
export declare const LocationUser: (props: MynaIconsProps) => JSX.Element;
export declare const DiceFive: (props: MynaIconsProps) => JSX.Element;
export declare const CloudSlash: (props: MynaIconsProps) => JSX.Element;
export declare const ChevronDownRightSquare: (props: MynaIconsProps) => JSX.Element;
export declare const SixOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const LocationHome: (props: MynaIconsProps) => JSX.Element;
export declare const LetterYOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const CheckHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const Airpods: (props: MynaIconsProps) => JSX.Element;
export declare const UserSquare: (props: MynaIconsProps) => JSX.Element;
export declare const BitcoinWaves: (props: MynaIconsProps) => JSX.Element;
export declare const ToggleLeft: (props: MynaIconsProps) => JSX.Element;
export declare const SearchWaves: (props: MynaIconsProps) => JSX.Element;
export declare const LetterTWaves: (props: MynaIconsProps) => JSX.Element;
export declare const ContactlessCircle: (props: MynaIconsProps) => JSX.Element;
export declare const File: (props: MynaIconsProps) => JSX.Element;
export declare const Puzzle: (props: MynaIconsProps) => JSX.Element;
export declare const StopOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const SmileCircle: (props: MynaIconsProps) => JSX.Element;
export declare const LetterWHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const Signal: (props: MynaIconsProps) => JSX.Element;
export declare const WinkCircle: (props: MynaIconsProps) => JSX.Element;
export declare const BellUser: (props: MynaIconsProps) => JSX.Element;
export declare const Male: (props: MynaIconsProps) => JSX.Element;
export declare const EightDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const BatteryChargingTwo: (props: MynaIconsProps) => JSX.Element;
export declare const InfoHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const CreditCardMinus: (props: MynaIconsProps) => JSX.Element;
export declare const LocationCheck: (props: MynaIconsProps) => JSX.Element;
export declare const YenWaves: (props: MynaIconsProps) => JSX.Element;
export declare const AirConditioner: (props: MynaIconsProps) => JSX.Element;
export declare const BookSlash: (props: MynaIconsProps) => JSX.Element;
export declare const LockOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const PercentageSquare: (props: MynaIconsProps) => JSX.Element;
export declare const DotsCircle: (props: MynaIconsProps) => JSX.Element;
export declare const Terminal: (props: MynaIconsProps) => JSX.Element;
export declare const MoveDiagonal: (props: MynaIconsProps) => JSX.Element;
export declare const LetterFDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const MinusWaves: (props: MynaIconsProps) => JSX.Element;
export declare const SelectMultiple: (props: MynaIconsProps) => JSX.Element;
export declare const Move: (props: MynaIconsProps) => JSX.Element;
export declare const HomeSmile: (props: MynaIconsProps) => JSX.Element;
export declare const SignalSquare: (props: MynaIconsProps) => JSX.Element;
export declare const Maximize: (props: MynaIconsProps) => JSX.Element;
export declare const LetterFOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const Wheel: (props: MynaIconsProps) => JSX.Element;
export declare const LetterAWaves: (props: MynaIconsProps) => JSX.Element;
export declare const Sparkles: (props: MynaIconsProps) => JSX.Element;
export declare const LockKeyhole: (props: MynaIconsProps) => JSX.Element;
export declare const LetterU: (props: MynaIconsProps) => JSX.Element;
export declare const LockDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const LetterACircle: (props: MynaIconsProps) => JSX.Element;
export declare const ChevronUp: (props: MynaIconsProps) => JSX.Element;
export declare const LetterB: (props: MynaIconsProps) => JSX.Element;
export declare const LetterVSquare: (props: MynaIconsProps) => JSX.Element;
export declare const MessageReply: (props: MynaIconsProps) => JSX.Element;
export declare const BrandYoutube: (props: MynaIconsProps) => JSX.Element;
export declare const LetterHHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const ArrowDownLeft: (props: MynaIconsProps) => JSX.Element;
export declare const FileText: (props: MynaIconsProps) => JSX.Element;
export declare const LetterFCircle: (props: MynaIconsProps) => JSX.Element;
export declare const DotsDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const HomeMinus: (props: MynaIconsProps) => JSX.Element;
export declare const Keyboard: (props: MynaIconsProps) => JSX.Element;
export declare const FourHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const X: (props: MynaIconsProps) => JSX.Element;
export declare const LetterEOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const DazeCircle: (props: MynaIconsProps) => JSX.Element;
export declare const SignalHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const LetterKHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const QuestionCircle: (props: MynaIconsProps) => JSX.Element;
export declare const BrandCodepen: (props: MynaIconsProps) => JSX.Element;
export declare const Ampersands: (props: MynaIconsProps) => JSX.Element;
export declare const BellMinus: (props: MynaIconsProps) => JSX.Element;
export declare const LetterKWaves: (props: MynaIconsProps) => JSX.Element;
export declare const LetterQSquare: (props: MynaIconsProps) => JSX.Element;
export declare const Question: (props: MynaIconsProps) => JSX.Element;
export declare const ChevronLeftCircle: (props: MynaIconsProps) => JSX.Element;
export declare const ChevronDoubleDownRight: (props: MynaIconsProps) => JSX.Element;
export declare const Lock: (props: MynaIconsProps) => JSX.Element;
export declare const AngryGhost: (props: MynaIconsProps) => JSX.Element;
export declare const CloudUpload: (props: MynaIconsProps) => JSX.Element;
export declare const Fire: (props: MynaIconsProps) => JSX.Element;
export declare const VolumePlus: (props: MynaIconsProps) => JSX.Element;
export declare const Ban: (props: MynaIconsProps) => JSX.Element;
export declare const ShoppingBag: (props: MynaIconsProps) => JSX.Element;
export declare const Divide: (props: MynaIconsProps) => JSX.Element;
export declare const LetterEDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const CalendarSlash: (props: MynaIconsProps) => JSX.Element;
export declare const EuroHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const DotsOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const FatCornerUpRight: (props: MynaIconsProps) => JSX.Element;
export declare const ClockHand: (props: MynaIconsProps) => JSX.Element;
export declare const OneHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const Pen: (props: MynaIconsProps) => JSX.Element;
export declare const AnnoyedGhost: (props: MynaIconsProps) => JSX.Element;
export declare const LetterZOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const TallyThree: (props: MynaIconsProps) => JSX.Element;
export declare const Dislike: (props: MynaIconsProps) => JSX.Element;
export declare const ChevronRight: (props: MynaIconsProps) => JSX.Element;
export declare const FatCornerRightUp: (props: MynaIconsProps) => JSX.Element;
export declare const Clipboard: (props: MynaIconsProps) => JSX.Element;
export declare const MessageX: (props: MynaIconsProps) => JSX.Element;
export declare const AsteriskSquare: (props: MynaIconsProps) => JSX.Element;
export declare const Package: (props: MynaIconsProps) => JSX.Element;
export declare const Euro: (props: MynaIconsProps) => JSX.Element;
export declare const Link: (props: MynaIconsProps) => JSX.Element;
export declare const LetterTHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const ClockFour: (props: MynaIconsProps) => JSX.Element;
export declare const ZeroSquare: (props: MynaIconsProps) => JSX.Element;
export declare const AsteriskWaves: (props: MynaIconsProps) => JSX.Element;
export declare const Key: (props: MynaIconsProps) => JSX.Element;
export declare const ArrowDownLeftCircle: (props: MynaIconsProps) => JSX.Element;
export declare const LetterXCircle: (props: MynaIconsProps) => JSX.Element;
export declare const AcademicHat: (props: MynaIconsProps) => JSX.Element;
export declare const CogThree: (props: MynaIconsProps) => JSX.Element;
export declare const CornerDownRight: (props: MynaIconsProps) => JSX.Element;
export declare const ClockEleven: (props: MynaIconsProps) => JSX.Element;
export declare const ArrowRight: (props: MynaIconsProps) => JSX.Element;
export declare const Store: (props: MynaIconsProps) => JSX.Element;
export declare const Aperture: (props: MynaIconsProps) => JSX.Element;
export declare const CalendarPlus: (props: MynaIconsProps) => JSX.Element;
export declare const At: (props: MynaIconsProps) => JSX.Element;
export declare const Campfire: (props: MynaIconsProps) => JSX.Element;
export declare const Percentage: (props: MynaIconsProps) => JSX.Element;
export declare const StopCircle: (props: MynaIconsProps) => JSX.Element;
export declare const LetterOSquare: (props: MynaIconsProps) => JSX.Element;
export declare const DangerTriangle: (props: MynaIconsProps) => JSX.Element;
export declare const LetterZDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const ArrowLeftCircle: (props: MynaIconsProps) => JSX.Element;
export declare const PlusHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const InfoWaves: (props: MynaIconsProps) => JSX.Element;
export declare const LineChartSquare: (props: MynaIconsProps) => JSX.Element;
export declare const Ambulance: (props: MynaIconsProps) => JSX.Element;
export declare const CopyrightSlash: (props: MynaIconsProps) => JSX.Element;
export declare const DangerOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const CalendarCheck: (props: MynaIconsProps) => JSX.Element;
export declare const LetterBHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const LetterLOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const GitPullRequest: (props: MynaIconsProps) => JSX.Element;
export declare const Minimize: (props: MynaIconsProps) => JSX.Element;
export declare const LocationSnooze: (props: MynaIconsProps) => JSX.Element;
export declare const BatteryChargingThree: (props: MynaIconsProps) => JSX.Element;
export declare const MinusSquare: (props: MynaIconsProps) => JSX.Element;
export declare const LetterFWaves: (props: MynaIconsProps) => JSX.Element;
export declare const CloudSnow: (props: MynaIconsProps) => JSX.Element;
export declare const BatteryMinus: (props: MynaIconsProps) => JSX.Element;
export declare const Three: (props: MynaIconsProps) => JSX.Element;
export declare const LetterLDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const Cart: (props: MynaIconsProps) => JSX.Element;
export declare const Envelope: (props: MynaIconsProps) => JSX.Element;
export declare const UserWaves: (props: MynaIconsProps) => JSX.Element;
export declare const PanelLeftInactive: (props: MynaIconsProps) => JSX.Element;
export declare const Archive: (props: MynaIconsProps) => JSX.Element;
export declare const RoomService: (props: MynaIconsProps) => JSX.Element;
export declare const LocationSelected: (props: MynaIconsProps) => JSX.Element;
export declare const LetterKCircle: (props: MynaIconsProps) => JSX.Element;
export declare const DangerDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const BrightnessLow: (props: MynaIconsProps) => JSX.Element;
export declare const AlarmMinus: (props: MynaIconsProps) => JSX.Element;
export declare const ArrowUpLeftSquare: (props: MynaIconsProps) => JSX.Element;
export declare const HeadingFive: (props: MynaIconsProps) => JSX.Element;
export declare const XTriangle: (props: MynaIconsProps) => JSX.Element;
export declare const Magnet: (props: MynaIconsProps) => JSX.Element;
export declare const ClockSeven: (props: MynaIconsProps) => JSX.Element;
export declare const Confetti: (props: MynaIconsProps) => JSX.Element;
export declare const LetterSWaves: (props: MynaIconsProps) => JSX.Element;
export declare const Shield: (props: MynaIconsProps) => JSX.Element;
export declare const Desktop: (props: MynaIconsProps) => JSX.Element;
export declare const Download: (props: MynaIconsProps) => JSX.Element;
export declare const RupeeDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const EightSquare: (props: MynaIconsProps) => JSX.Element;
export declare const LineChartWaves: (props: MynaIconsProps) => JSX.Element;
export declare const LetterBSquare: (props: MynaIconsProps) => JSX.Element;
export declare const Pin: (props: MynaIconsProps) => JSX.Element;
export declare const Servers: (props: MynaIconsProps) => JSX.Element;
export declare const SevenCircle: (props: MynaIconsProps) => JSX.Element;
export declare const TwoCircle: (props: MynaIconsProps) => JSX.Element;
export declare const LetterUCircle: (props: MynaIconsProps) => JSX.Element;
export declare const Webcam: (props: MynaIconsProps) => JSX.Element;
export declare const BellPlus: (props: MynaIconsProps) => JSX.Element;
export declare const LetterSOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const ChevronUpLeftCircle: (props: MynaIconsProps) => JSX.Element;
export declare const SlashCircle: (props: MynaIconsProps) => JSX.Element;
export declare const CornerRightDown: (props: MynaIconsProps) => JSX.Element;
export declare const MinusDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const Planet: (props: MynaIconsProps) => JSX.Element;
export declare const BookOpen: (props: MynaIconsProps) => JSX.Element;
export declare const LetterSDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const BrandTwitter: (props: MynaIconsProps) => JSX.Element;
export declare const TwoWaves: (props: MynaIconsProps) => JSX.Element;
export declare const BrandFigma: (props: MynaIconsProps) => JSX.Element;
export declare const HeadingOne: (props: MynaIconsProps) => JSX.Element;
export declare const MinusOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const BellSnooze: (props: MynaIconsProps) => JSX.Element;
export declare const Tv: (props: MynaIconsProps) => JSX.Element;
export declare const SkipForward: (props: MynaIconsProps) => JSX.Element;
export declare const BitcoinSquare: (props: MynaIconsProps) => JSX.Element;
export declare const MessageCheck: (props: MynaIconsProps) => JSX.Element;
export declare const LocationPlus: (props: MynaIconsProps) => JSX.Element;
export declare const CreditCardPlus: (props: MynaIconsProps) => JSX.Element;
export declare const UserPlus: (props: MynaIconsProps) => JSX.Element;
export declare const BrandTelegram: (props: MynaIconsProps) => JSX.Element;
export declare const Cocktail: (props: MynaIconsProps) => JSX.Element;
export declare const RupeeOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const ChevronDownSquare: (props: MynaIconsProps) => JSX.Element;
export declare const BatteryCharging: (props: MynaIconsProps) => JSX.Element;
export declare const LockSquare: (props: MynaIconsProps) => JSX.Element;
export declare const ActivitySquare: (props: MynaIconsProps) => JSX.Element;
export declare const LetterYSquare: (props: MynaIconsProps) => JSX.Element;
export declare const SixCircle: (props: MynaIconsProps) => JSX.Element;
export declare const Aeroplane: (props: MynaIconsProps) => JSX.Element;
export declare const BookmarkMinus: (props: MynaIconsProps) => JSX.Element;
export declare const LetterIDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const Login: (props: MynaIconsProps) => JSX.Element;
export declare const Radio: (props: MynaIconsProps) => JSX.Element;
export declare const HashSquare: (props: MynaIconsProps) => JSX.Element;
export declare const Book: (props: MynaIconsProps) => JSX.Element;
export declare const ReceptionBell: (props: MynaIconsProps) => JSX.Element;
export declare const LetterXWaves: (props: MynaIconsProps) => JSX.Element;
export declare const HeartSlash: (props: MynaIconsProps) => JSX.Element;
export declare const LetterNCircle: (props: MynaIconsProps) => JSX.Element;
export declare const Bitcoin: (props: MynaIconsProps) => JSX.Element;
export declare const FatArrowRight: (props: MynaIconsProps) => JSX.Element;
export declare const ShieldX: (props: MynaIconsProps) => JSX.Element;
export declare const LetterIOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const Train: (props: MynaIconsProps) => JSX.Element;
export declare const UserMinus: (props: MynaIconsProps) => JSX.Element;
export declare const TallyFour: (props: MynaIconsProps) => JSX.Element;
export declare const PanelTopOpen: (props: MynaIconsProps) => JSX.Element;
export declare const LetterGHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const Bell: (props: MynaIconsProps) => JSX.Element;
export declare const GitBranch: (props: MynaIconsProps) => JSX.Element;
export declare const ShieldOne: (props: MynaIconsProps) => JSX.Element;
export declare const Controller: (props: MynaIconsProps) => JSX.Element;
export declare const Coffee: (props: MynaIconsProps) => JSX.Element;
export declare const PlayHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const Code: (props: MynaIconsProps) => JSX.Element;
export declare const ChatMessages: (props: MynaIconsProps) => JSX.Element;
export declare const ChevronDoubleUpLeft: (props: MynaIconsProps) => JSX.Element;
export declare const Cake: (props: MynaIconsProps) => JSX.Element;
export declare const FlagOne: (props: MynaIconsProps) => JSX.Element;
export declare const LetterMWaves: (props: MynaIconsProps) => JSX.Element;
export declare const SquareHalf: (props: MynaIconsProps) => JSX.Element;
export declare const FatArrowDown: (props: MynaIconsProps) => JSX.Element;
export declare const Thermometer: (props: MynaIconsProps) => JSX.Element;
export declare const RewindWaves: (props: MynaIconsProps) => JSX.Element;
export declare const Flag: (props: MynaIconsProps) => JSX.Element;
export declare const LetterVDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const ChevronDownLeftCircle: (props: MynaIconsProps) => JSX.Element;
export declare const LetterVOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const ArrowDownSquare: (props: MynaIconsProps) => JSX.Element;
export declare const SlashHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const RefreshAlt: (props: MynaIconsProps) => JSX.Element;
export declare const Stop: (props: MynaIconsProps) => JSX.Element;
export declare const LetterGSquare: (props: MynaIconsProps) => JSX.Element;
export declare const TelephoneSlash: (props: MynaIconsProps) => JSX.Element;
export declare const BitcoinHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const IndifferentCircle: (props: MynaIconsProps) => JSX.Element;
export declare const ArrowLongLeft: (props: MynaIconsProps) => JSX.Element;
export declare const Ar: (props: MynaIconsProps) => JSX.Element;
export declare const AlignVertical: (props: MynaIconsProps) => JSX.Element;
export declare const Bowl: (props: MynaIconsProps) => JSX.Element;
export declare const Ruler: (props: MynaIconsProps) => JSX.Element;
export declare const LetterPCircle: (props: MynaIconsProps) => JSX.Element;
export declare const Support: (props: MynaIconsProps) => JSX.Element;
export declare const LetterXHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const StopWaves: (props: MynaIconsProps) => JSX.Element;
export declare const Tool: (props: MynaIconsProps) => JSX.Element;
export declare const MusicSquare: (props: MynaIconsProps) => JSX.Element;
export declare const HeartHome: (props: MynaIconsProps) => JSX.Element;
export declare const HomeX: (props: MynaIconsProps) => JSX.Element;
export declare const TwoHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const CartCheck: (props: MynaIconsProps) => JSX.Element;
export declare const FourSquare: (props: MynaIconsProps) => JSX.Element;
export declare const FolderX: (props: MynaIconsProps) => JSX.Element;
export declare const MessagePlus: (props: MynaIconsProps) => JSX.Element;
export declare const LetterUWaves: (props: MynaIconsProps) => JSX.Element;
export declare const Record: (props: MynaIconsProps) => JSX.Element;
export declare const ForwardDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const EnvelopeOpen: (props: MynaIconsProps) => JSX.Element;
export declare const WifiLow: (props: MynaIconsProps) => JSX.Element;
export declare const FatArrowDownLeft: (props: MynaIconsProps) => JSX.Element;
export declare const Boat: (props: MynaIconsProps) => JSX.Element;
export declare const Hash: (props: MynaIconsProps) => JSX.Element;
export declare const ShieldMinus: (props: MynaIconsProps) => JSX.Element;
export declare const BatteryFull: (props: MynaIconsProps) => JSX.Element;
export declare const ForwardOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const Plus: (props: MynaIconsProps) => JSX.Element;
export declare const PanelBottom: (props: MynaIconsProps) => JSX.Element;
export declare const ClockSquare: (props: MynaIconsProps) => JSX.Element;
export declare const Check: (props: MynaIconsProps) => JSX.Element;
export declare const LetterNHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const HeartCheck: (props: MynaIconsProps) => JSX.Element;
export declare const LetterCCircle: (props: MynaIconsProps) => JSX.Element;
export declare const HardDrive: (props: MynaIconsProps) => JSX.Element;
export declare const MathSquare: (props: MynaIconsProps) => JSX.Element;
export declare const HeartHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const HeartUser: (props: MynaIconsProps) => JSX.Element;
export declare const MusicHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const LetterTSquare: (props: MynaIconsProps) => JSX.Element;
export declare const BrandPocket: (props: MynaIconsProps) => JSX.Element;
export declare const Bluetooth: (props: MynaIconsProps) => JSX.Element;
export declare const Flask: (props: MynaIconsProps) => JSX.Element;
export declare const ListNumber: (props: MynaIconsProps) => JSX.Element;
export declare const SevenHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const Headphones: (props: MynaIconsProps) => JSX.Element;
export declare const SadGhost: (props: MynaIconsProps) => JSX.Element;
export declare const ChevronUpRightCircle: (props: MynaIconsProps) => JSX.Element;
export declare const ChatCheck: (props: MynaIconsProps) => JSX.Element;
export declare const Rss: (props: MynaIconsProps) => JSX.Element;
export declare const NineCircle: (props: MynaIconsProps) => JSX.Element;
export declare const Wifi: (props: MynaIconsProps) => JSX.Element;
export declare const MobileSignalFour: (props: MynaIconsProps) => JSX.Element;
export declare const UserHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const CornerUpLeft: (props: MynaIconsProps) => JSX.Element;
export declare const Watch: (props: MynaIconsProps) => JSX.Element;
export declare const VolumeMinus: (props: MynaIconsProps) => JSX.Element;
export declare const LetterJSquare: (props: MynaIconsProps) => JSX.Element;
export declare const Ampersand: (props: MynaIconsProps) => JSX.Element;
export declare const RupeeCircle: (props: MynaIconsProps) => JSX.Element;
export declare const LetterQHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const Info: (props: MynaIconsProps) => JSX.Element;
export declare const UserX: (props: MynaIconsProps) => JSX.Element;
export declare const CodeCircle: (props: MynaIconsProps) => JSX.Element;
export declare const ChartPieTwo: (props: MynaIconsProps) => JSX.Element;
export declare const FolderOne: (props: MynaIconsProps) => JSX.Element;
export declare const EditOne: (props: MynaIconsProps) => JSX.Element;
export declare const LetterDSquare: (props: MynaIconsProps) => JSX.Element;
export declare const LetterGDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const InboxPlus: (props: MynaIconsProps) => JSX.Element;
export declare const InboxMinus: (props: MynaIconsProps) => JSX.Element;
export declare const InfoCircle: (props: MynaIconsProps) => JSX.Element;
export declare const CheckWaves: (props: MynaIconsProps) => JSX.Element;
export declare const FileX: (props: MynaIconsProps) => JSX.Element;
export declare const PlayDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const HeadingFour: (props: MynaIconsProps) => JSX.Element;
export declare const FolderPlus: (props: MynaIconsProps) => JSX.Element;
export declare const GitMerge: (props: MynaIconsProps) => JSX.Element;
export declare const BrandGoogle: (props: MynaIconsProps) => JSX.Element;
export declare const TelephoneOut: (props: MynaIconsProps) => JSX.Element;
export declare const LetterSCircle: (props: MynaIconsProps) => JSX.Element;
export declare const Rainbow: (props: MynaIconsProps) => JSX.Element;
export declare const ThreeSquare: (props: MynaIconsProps) => JSX.Element;
export declare const CalendarUp: (props: MynaIconsProps) => JSX.Element;
export declare const PauseWaves: (props: MynaIconsProps) => JSX.Element;
export declare const Copy: (props: MynaIconsProps) => JSX.Element;
export declare const LetterIHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const ArrowDownRightWaves: (props: MynaIconsProps) => JSX.Element;
export declare const ArrowLongRight: (props: MynaIconsProps) => JSX.Element;
export declare const SearchCheck: (props: MynaIconsProps) => JSX.Element;
export declare const HeadingThree: (props: MynaIconsProps) => JSX.Element;
export declare const PlaySquare: (props: MynaIconsProps) => JSX.Element;
export declare const BatteryPlus: (props: MynaIconsProps) => JSX.Element;
export declare const VolumeNone: (props: MynaIconsProps) => JSX.Element;
export declare const AlignHorizontal: (props: MynaIconsProps) => JSX.Element;
export declare const Glasses: (props: MynaIconsProps) => JSX.Element;
export declare const PlayOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const WifiMinus: (props: MynaIconsProps) => JSX.Element;
export declare const PanelRightInactive: (props: MynaIconsProps) => JSX.Element;
export declare const BookmarkX: (props: MynaIconsProps) => JSX.Element;
export declare const PanelLeft: (props: MynaIconsProps) => JSX.Element;
export declare const LetterGOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const BrandSlack: (props: MynaIconsProps) => JSX.Element;
export declare const TelephoneCall: (props: MynaIconsProps) => JSX.Element;
export declare const ArrowRightWaves: (props: MynaIconsProps) => JSX.Element;
export declare const Subtract: (props: MynaIconsProps) => JSX.Element;
export declare const MusicWaves: (props: MynaIconsProps) => JSX.Element;
export declare const Refresh: (props: MynaIconsProps) => JSX.Element;
export declare const ArrowLongUpLeft: (props: MynaIconsProps) => JSX.Element;
export declare const ArrowRightCircle: (props: MynaIconsProps) => JSX.Element;
export declare const LetterXDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const HeartSquare: (props: MynaIconsProps) => JSX.Element;
export declare const SlashDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const DazeGhost: (props: MynaIconsProps) => JSX.Element;
export declare const AlignRight: (props: MynaIconsProps) => JSX.Element;
export declare const Image: (props: MynaIconsProps) => JSX.Element;
export declare const PanelBottomOpen: (props: MynaIconsProps) => JSX.Element;
export declare const RewindSquare: (props: MynaIconsProps) => JSX.Element;
export declare const ChevronRightWaves: (props: MynaIconsProps) => JSX.Element;
export declare const BitcoinDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const CheckCircle: (props: MynaIconsProps) => JSX.Element;
export declare const PauseSquare: (props: MynaIconsProps) => JSX.Element;
export declare const Sunset: (props: MynaIconsProps) => JSX.Element;
export declare const LetterZSquare: (props: MynaIconsProps) => JSX.Element;
export declare const DangerSquare: (props: MynaIconsProps) => JSX.Element;
export declare const Save: (props: MynaIconsProps) => JSX.Element;
export declare const ArrowUpSquare: (props: MynaIconsProps) => JSX.Element;
export declare const Lamp: (props: MynaIconsProps) => JSX.Element;
export declare const BitcoinOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const SlashOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const Scan: (props: MynaIconsProps) => JSX.Element;
export declare const Navigation: (props: MynaIconsProps) => JSX.Element;
export declare const ShootingStar: (props: MynaIconsProps) => JSX.Element;
export declare const LetterVHexagon: (props: MynaIconsProps) => JSX.Element;
export declare const CloudLightning: (props: MynaIconsProps) => JSX.Element;
export declare const SadCircle: (props: MynaIconsProps) => JSX.Element;
export declare const BookDot: (props: MynaIconsProps) => JSX.Element;
export declare const LetterHWaves: (props: MynaIconsProps) => JSX.Element;
export declare const LetterXOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const LetterMCircle: (props: MynaIconsProps) => JSX.Element;
export declare const Myna: (props: MynaIconsProps) => JSX.Element;
export declare const HashWaves: (props: MynaIconsProps) => JSX.Element;
export declare const HeartDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const HeadingSix: (props: MynaIconsProps) => JSX.Element;
export declare const ArrowDownWaves: (props: MynaIconsProps) => JSX.Element;
export declare const MusicDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const SearchPlus: (props: MynaIconsProps) => JSX.Element;
export declare const Paperclip: (props: MynaIconsProps) => JSX.Element;
export declare const SevenDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const TwoOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const DotsVerticalWaves: (props: MynaIconsProps) => JSX.Element;
export declare const HeadingTwo: (props: MynaIconsProps) => JSX.Element;
export declare const Nine: (props: MynaIconsProps) => JSX.Element;
export declare const XSquare: (props: MynaIconsProps) => JSX.Element;
export declare const ChevronUpRightWaves: (props: MynaIconsProps) => JSX.Element;
export declare const LetterNDiamond: (props: MynaIconsProps) => JSX.Element;
export declare const FourWaves: (props: MynaIconsProps) => JSX.Element;
export declare const SearchSlash: (props: MynaIconsProps) => JSX.Element;
export declare const Message: (props: MynaIconsProps) => JSX.Element;
export declare const DotsWaves: (props: MynaIconsProps) => JSX.Element;
export declare const LetterNOctagon: (props: MynaIconsProps) => JSX.Element;
export declare const ChevronUpRight: (props: MynaIconsProps) => JSX.Element;
export declare const Box: (props: MynaIconsProps) => JSX.Element;
export declare const ChevronLeftWaves: (props: MynaIconsProps) => JSX.Element;
export