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