import { IconComponent } from '../createIcon'; /** * @component * @name ArrowDownRight * @description Reicon SVG icon component, renders SVG Element with children. * @preview ![ArrowDownRight](data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMTkgMTkuNzVDMTkuNDE0MiAxOS43NSAxOS43NSAxOS40MTQyIDE5Ljc1IDE5VjExQzE5Ljc1IDEwLjU4NTggMTkuNDE0MiAxMC4yNSAxOSAxMC4yNUMxOC41ODU4IDEwLjI1IDE4LjI1IDEwLjU4NTggMTguMjUgMTFWMTcuMTg5M0w1LjUzMDMzIDQuNDY5NjdDNS4yMzc0NCA0LjE3Njc4IDQuNzYyNTYgNC4xNzY3OCA0LjQ2OTY3IDQuNDY5NjdDNC4xNzY3OCA0Ljc2MjU2IDQuMTc2NzggNS4yMzc0NCA0LjQ2OTY3IDUuNTMwMzNMMTcuMTg5MyAxOC4yNUgxMUMxMC41ODU4IDE4LjI1IDEwLjI1IDE4LjU4NTggMTAuMjUgMTlDMTAuMjUgMTkuNDE0MiAxMC41ODU4IDE5Ljc1IDExIDE5Ljc1SDE5WiIgZmlsbD0iI2U0ZTRlNyIvPjwvc3ZnPg==) - https://reicon.dev/icons/arrow-down-right * @see https://reicon.dev/docs — Documentation * @param {import('../createIcon').IconProps} props — Reicon icon props and any valid SVG attribute * @returns {JSX.Element} JSX Element */ declare const ArrowDownRight: IconComponent; export { ArrowDownRight }; export default ArrowDownRight;