import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcQuestions(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:"path",attr:{fill:"#1976D2",d:"M24.5,28.3c0-4.7,3.6-4.4,3.6-7.2c0-0.7-0.2-2.1-2-2.1c-2,0-2.1,1.6-2.1,2h-2.7c0-0.7,0.3-4.2,4.8-4.2 c4.6,0,4.7,3.6,4.7,4.3c0,3.5-3.8,4-3.8,7.3H24.5z M24.3,31.8c0-0.2,0-1.5,1.5-1.5c1.4,0,1.5,1.3,1.5,1.5c0,0.4-0.2,1.4-1.5,1.4 C24.5,33.2,24.3,32.2,24.3,31.8z"}}]})(props); } export default FcQuestions;