import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcNightLandscape(props: IconBaseProps) { return GenIcon({tag:"svg",attr:{version:"1",viewBox:"0 0 48 48",enableBackground:"new 0 0 48 48"},child:[{tag:"polygon",attr:{fill:"#673AB7","points":"16.5,18 0,42 33,42"}},{tag:"polygon",attr:{fill:"#9575CD","points":"33.6,24 19.2,42 48,42"}},{tag:"path",attr:{fill:"#40C4FF",d:"M42.9,6.3C43.6,7.4,44,8.6,44,10c0,3.9-3.1,7-7,7c-0.7,0-1.3-0.1-1.9-0.3c1.2,2,3.4,3.3,5.9,3.3 c3.9,0,7-3.1,7-7C48,9.8,45.9,7.1,42.9,6.3z"}}]})(props); } export default FcNightLandscape;