import { IconComponent } from '../createIcon'; /** * @component * @name Component * @description Reicon SVG icon component, renders SVG Element with children. * @preview ![Component](data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMjAuOTQ5OCAxNC41NUwxNC41NTk4IDIwLjk0QzEzLjE1OTggMjIuMzQgMTAuODU5OCAyMi4zNCA5LjQ0OTc4IDIwLjk0TDMuMDU5NzcgMTQuNTVDMS42NTk3NyAxMy4xNSAxLjY1OTc3IDEwLjg1IDMuMDU5NzcgOS40NDAwMUw5LjQ0OTc4IDMuMDVDMTAuODQ5OCAxLjY1IDEzLjE0OTggMS42NSAxNC41NTk4IDMuMDVMMjAuOTQ5OCA5LjQ0MDAxQzIyLjM0OTggMTAuODUgMjIuMzQ5OCAxMy4xNSAyMC45NDk4IDE0LjU1WiIgc3Ryb2tlPSIjZTRlNGU3IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) - https://reicon.dev/icons/component * @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 Component: IconComponent; export { Component }; export default Component;