import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcAndroidOs(props: IconBaseProps) { return GenIcon({tag:"svg",attr:{version:"1.1",x:"0px",y:"0px",viewBox:"0 0 48 48",enableBackground:"new 0 0 48 48"},child:[{tag:"g",attr:{},child:[{tag:"path",attr:{fill:"#7CB342",d:"M12,29.001c0,1.104-0.896,2-2,2l0,0c-1.104,0-2-0.896-2-2v-9c0-1.104,0.896-2,2-2l0,0c1.104,0,2,0.896,2,2\r\n\t\tV29.001z"}},{tag:"path",attr:{fill:"#7CB342",d:"M40,29.001c0,1.104-0.896,2-2,2l0,0c-1.104,0-2-0.896-2-2v-9c0-1.104,0.896-2,2-2l0,0c1.104,0,2,0.896,2,2\r\n\t\tV29.001z"}},{tag:"path",attr:{fill:"#7CB342",d:"M22,40c0,1.104-0.896,2-2,2l0,0c-1.104,0-2-0.896-2-2v-9c0-1.104,0.896-2,2-2l0,0c1.104,0,2,0.896,2,2V40z"}},{tag:"path",attr:{fill:"#7CB342",d:"M30,40c0,1.104-0.896,2-2,2l0,0c-1.104,0-2-0.896-2-2v-9c0-1.104,0.896-2,2-2l0,0c1.104,0,2,0.896,2,2V40z"}},{tag:"path",attr:{fill:"#7CB342",d:"M14,18.001V33c0,1.104,0.896,2,2,2h16c1.104,0,2-0.896,2-2V18.001H14z"}},{tag:"path",attr:{fill:"#7CB342",d:"M24,8c-6,0-9.655,3.645-10,8h20C33.654,11.645,30,8,24,8z M20,13.598c-0.552,0-1-0.448-1-1s0.448-1,1-1\r\n\t\ts1,0.448,1,1S20.552,13.598,20,13.598z M28,13.598c-0.553,0-1-0.448-1-1s0.447-1,1-1s1,0.448,1,1S28.553,13.598,28,13.598z"}},{tag:"line",attr:{fill:"none",stroke:"#7CB342",strokeWidth:"2",strokeLinecap:"round","x1":"30","y1":"7","x2":"28.334","y2":"9.499"}},{tag:"line",attr:{fill:"none",stroke:"#7CB342",strokeWidth:"2",strokeLinecap:"round","x1":"18","y1":"7","x2":"19.333","y2":"9.082"}}]}]})(props); } export default FcAndroidOs;