import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcSlrBackSide(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:"#5E35B1",d:"M40,10h-7.6l-2-3c-0.4-0.6-1-0.9-1.7-0.9h-9.6c-0.7,0-1.3,0.3-1.7,0.9l-2,3H8c-2.2,0-4,1.8-4,4v24 c0,2.2,1.8,4,4,4h32c2.2,0,4-1.8,4-4V14C44,11.8,42.2,10,40,10z"}},{tag:"path",attr:{fill:"#F57C00",d:"M11,16h20c0.6,0,1,0.4,1,1v16c0,0.6-0.4,1-1,1H11c-0.6,0-1-0.4-1-1V17C10,16.4,10.4,16,11,16z"}},{tag:"polygon",attr:{fill:"#942A09","points":"18.9,22 12,32 25.8,32"}},{tag:"circle",attr:{fill:"#FFF9C4","cx":"27","cy":"21","r":"2"}},{tag:"polygon",attr:{fill:"#BF360C","points":"25.2,26 20.4,32 30,32"}},{tag:"g",attr:{fill:"#8667C4"},child:[{tag:"path",attr:{d:"M34,10h6V9.2C40,8.5,39.5,8,38.8,8h-3.6C34.5,8,34,8.5,34,9.2V10z"}},{tag:"circle",attr:{"cx":"38","cy":"18","r":"2"}},{tag:"circle",attr:{"cx":"38","cy":"24","r":"2"}},{tag:"circle",attr:{"cx":"38","cy":"30","r":"2"}}]}]})(props); } export default FcSlrBackSide;