import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcDeleteDatabase(props: IconBaseProps) { return GenIcon({tag:"svg",attr:{version:"1",viewBox:"0 0 48 48",enableBackground:"new 0 0 48 48"},child:[{tag:"g",attr:{fill:"#D1C4E9"},child:[{tag:"path",attr:{d:"M38,7H10C8.9,7,8,7.9,8,9v6c0,1.1,0.9,2,2,2h28c1.1,0,2-0.9,2-2V9C40,7.9,39.1,7,38,7z"}},{tag:"path",attr:{d:"M38,19H10c-1.1,0-2,0.9-2,2v6c0,1.1,0.9,2,2,2h28c1.1,0,2-0.9,2-2v-6C40,19.9,39.1,19,38,19z"}},{tag:"path",attr:{d:"M38,31H10c-1.1,0-2,0.9-2,2v6c0,1.1,0.9,2,2,2h28c1.1,0,2-0.9,2-2v-6C40,31.9,39.1,31,38,31z"}}]},{tag:"circle",attr:{fill:"#F44336","cx":"38","cy":"38","r":"10"}},{tag:"g",attr:{fill:"#fff"},child:[{tag:"rect",attr:{x:"36.5",y:"32","transform":"matrix(-.707 .707 -.707 -.707 91.74 38)","width":"3","height":"12"}},{tag:"rect",attr:{x:"36.5",y:"32","transform":"matrix(-.707 -.707 .707 -.707 38 91.74)","width":"3","height":"12"}}]}]})(props); } export default FcDeleteDatabase;