import React from "react" import IconProps from "../types/icon-type" const BackIcon: React.FC = ({ size = "24", color = "currentColor", ...attributes }) => { return ( ) } export default BackIcon