import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcDisapprove(props: IconBaseProps) { return GenIcon({tag:"svg",attr:{version:"1",viewBox:"0 0 48 48",enableBackground:"new 0 0 48 48"},child:[{tag:"g",attr:{fill:"#FFCC80"},child:[{tag:"circle",attr:{"cx":"38","cy":"26","r":"4"}},{tag:"circle",attr:{"cx":"10","cy":"26","r":"4"}},{tag:"path",attr:{d:"M39,19c0-12.7-30-8.3-30,0c0,1.8,0,8.2,0,10c0,8.3,6.7,15,15,15s15-6.7,15-15C39,27.2,39,20.8,39,19z"}},{tag:"path",attr:{d:"M24,4C15.2,4,8,11.2,8,20c0,1.2,0,3.5,0,3.5l2.1,0.6V19l19.5-6.3l8.2,6.3v5.1l2.1-0.6c0,0,0-2.3,0-3.5 C40,12.5,34.6,4,24,4z"}}]},{tag:"g",attr:{fill:"#F44336"},child:[{tag:"rect",attr:{x:"22",y:"16.8","transform":"matrix(.707 -.707 .707 .707 -11.355 24.586)","width":"4","height":"18.5"}},{tag:"rect",attr:{x:"22",y:"16.8","transform":"matrix(.707 .707 -.707 .707 25.414 -9.355)","width":"4","height":"18.5"}}]}]})(props); } export default FcDisapprove;