import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcTwoSmartphones(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:"M6,36V8c0-2.2,1.8-4,4-4h14c2.2,0,4,1.8,4,4v28c0,2.2-1.8,4-4,4H10C7.8,40,6,38.2,6,36z"}},{tag:"path",attr:{fill:"#BBDEFB",d:"M24,7H10C9.4,7,9,7.4,9,8v25c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1V8C25,7.4,24.6,7,24,7z"}},{tag:"rect",attr:{x:"14",y:"36",fill:"#78909C","width":"6","height":"2"}},{tag:"path",attr:{fill:"#E38939",d:"M20,40V12c0-2.2,1.8-4,4-4h14c2.2,0,4,1.8,4,4v28c0,2.2-1.8,4-4,4H24C21.8,44,20,42.2,20,40z"}},{tag:"path",attr:{fill:"#FFF3E0",d:"M38,11H24c-0.6,0-1,0.4-1,1v25c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1V12C39,11.4,38.6,11,38,11z"}},{tag:"circle",attr:{fill:"#A6642A","cx":"31","cy":"41","r":"1.5"}}]})(props); } export default FcTwoSmartphones;