import React from "react"; const CheckedIcon = ({ width = 20, height = 20, color = "white", strokeWidth = 1.5, ...props }) => { return ( ); }; export default CheckedIcon;