import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcAnswers(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:"M23.4,29.9c0-0.2,0-0.4,0.1-0.6s0.2-0.3,0.3-0.5s0.3-0.2,0.5-0.3s0.4-0.1,0.6-0.1s0.5,0,0.7,0.1 s0.4,0.2,0.5,0.3s0.2,0.3,0.3,0.5s0.1,0.4,0.1,0.6s0,0.4-0.1,0.6s-0.2,0.3-0.3,0.5s-0.3,0.2-0.5,0.3s-0.4,0.1-0.7,0.1 s-0.5,0-0.6-0.1s-0.4-0.2-0.5-0.3s-0.2-0.3-0.3-0.5S23.4,30.1,23.4,29.9z M26.1,26.8h-2.3L23.4,17h3L26.1,26.8z"}}]})(props); } export default FcAnswers;