import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcShipped(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:"#8BC34A",d:"M43,36H29V14h10.6c0.9,0,1.6,0.6,1.9,1.4L45,26v8C45,35.1,44.1,36,43,36z"}},{tag:"path",attr:{fill:"#388E3C",d:"M29,36H5c-1.1,0-2-0.9-2-2V9c0-1.1,0.9-2,2-2h22c1.1,0,2,0.9,2,2V36z"}},{tag:"g",attr:{fill:"#37474F"},child:[{tag:"circle",attr:{"cx":"37","cy":"36","r":"5"}},{tag:"circle",attr:{"cx":"13","cy":"36","r":"5"}}]},{tag:"g",attr:{fill:"#78909C"},child:[{tag:"circle",attr:{"cx":"37","cy":"36","r":"2"}},{tag:"circle",attr:{"cx":"13","cy":"36","r":"2"}}]},{tag:"path",attr:{fill:"#37474F",d:"M41,25h-7c-0.6,0-1-0.4-1-1v-7c0-0.6,0.4-1,1-1h5.3c0.4,0,0.8,0.3,0.9,0.7l1.7,5.2c0,0.1,0.1,0.2,0.1,0.3V24 C42,24.6,41.6,25,41,25z"}},{tag:"polygon",attr:{fill:"#DCEDC8","points":"21.8,13.8 13.9,21.7 10.2,17.9 8,20.1 13.9,26 24,15.9"}}]})(props); } export default FcShipped;