import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcPrint(props: IconBaseProps) { return GenIcon({tag:"svg",attr:{version:"1",viewBox:"0 0 48 48",enableBackground:"new 0 0 48 48"},child:[{tag:"rect",attr:{x:"9",y:"11",fill:"#424242","width":"30","height":"3"}},{tag:"path",attr:{fill:"#616161",d:"M4,25h40v-7c0-2.2-1.8-4-4-4H8c-2.2,0-4,1.8-4,4V25z"}},{tag:"path",attr:{fill:"#424242",d:"M8,36h32c2.2,0,4-1.8,4-4v-8H4v8C4,34.2,5.8,36,8,36z"}},{tag:"circle",attr:{fill:"#00E676","cx":"40","cy":"18","r":"1"}},{tag:"rect",attr:{x:"11",y:"4",fill:"#90CAF9","width":"26","height":"10"}},{tag:"path",attr:{fill:"#242424",d:"M37.5,31h-27C9.7,31,9,30.3,9,29.5v0c0-0.8,0.7-1.5,1.5-1.5h27c0.8,0,1.5,0.7,1.5,1.5v0 C39,30.3,38.3,31,37.5,31z"}},{tag:"rect",attr:{x:"11",y:"31",fill:"#90CAF9","width":"26","height":"11"}},{tag:"rect",attr:{x:"11",y:"29",fill:"#42A5F5","width":"26","height":"2"}},{tag:"g",attr:{fill:"#1976D2"},child:[{tag:"rect",attr:{x:"16",y:"33","width":"17","height":"2"}},{tag:"rect",attr:{x:"16",y:"37","width":"13","height":"2"}}]}]})(props); } export default FcPrint;