import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcSmartphoneTablet(props: IconBaseProps) { return GenIcon({tag:"svg",attr:{version:"1",viewBox:"0 0 48 48",enableBackground:"new 0 0 48 48"},child:[{tag:"path",attr:{fill:"#37474F",d:"M4,39V7c0-2.2,1.8-4,4-4h22c2.2,0,4,1.8,4,4v32c0,2.2-1.8,4-4,4H8C5.8,43,4,41.2,4,39z"}},{tag:"path",attr:{fill:"#BBDEFB",d:"M30,6H8C7.4,6,7,6.4,7,7v29c0,0.6,0.4,1,1,1h22c0.6,0,1-0.4,1-1V7C31,6.4,30.6,6,30,6z"}},{tag:"rect",attr:{x:"15",y:"39",fill:"#78909C","width":"6","height":"2"}},{tag:"path",attr:{fill:"#E38939",d:"M24,41V17c0-2.2,1.8-4,4-4h12c2.2,0,4,1.8,4,4v24c0,2.2-1.8,4-4,4H28C25.8,45,24,43.2,24,41z"}},{tag:"path",attr:{fill:"#FFF3E0",d:"M40,16H28c-0.6,0-1,0.4-1,1v22c0,0.6,0.4,1,1,1h12c0.6,0,1-0.4,1-1V17C41,16.4,40.6,16,40,16z"}},{tag:"circle",attr:{fill:"#A6642A","cx":"34","cy":"42.5","r":"1.5"}}]})(props); } export default FcSmartphoneTablet;