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