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