import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcAddRow(props: IconBaseProps) { return GenIcon({tag:"svg",attr:{version:"1",viewBox:"0 0 48 48",enableBackground:"new 0 0 48 48"},child:[{tag:"path",attr:{fill:"#90CAF9",d:"M43,30V18c0-2.2-1.8-4-4-4H9c-2.2,0-4,1.8-4,4v12c0,2.2,1.8,4,4,4h30C41.2,34,43,32.2,43,30z M9,18h30v12 L9,30V18z"}},{tag:"circle",attr:{fill:"#43A047","cx":"38","cy":"38","r":"10"}},{tag:"g",attr:{fill:"#fff"},child:[{tag:"rect",attr:{x:"32",y:"36","width":"12","height":"4"}},{tag:"rect",attr:{x:"36",y:"32","width":"4","height":"12"}}]}]})(props); } export default FcAddRow;