import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcRatings(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:"#42A5F5","points":"36,44 8,44 8,8 28,8 36,16"}},{tag:"polygon",attr:{fill:"#90CAF9","points":"40,40 12,40 12,4 32,4 40,12"}},{tag:"polygon",attr:{fill:"#E1F5FE","points":"38.5,13 31,13 31,5.5"}},{tag:"polygon",attr:{fill:"#1976D2","points":"34,20 27,20 29.4,22.4 27,24.9 23,20.9 16.9,26.9 19.1,29.1 23,25.1 27,29.1 31.6,24.6 34,27"}}]})(props); } export default FcRatings;