import {IconsProps} from "@/types/icons/icons.type"; import React from "react"; export default function ChevronLeftSvg({ size, width = "13", height = "21", color = "currentColor", }: IconsProps) { return ( <> ); }