import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcEnteringHeavenAlive(props: IconBaseProps) { return GenIcon({tag:"svg",attr:{version:"1",viewBox:"0 0 48 48",enableBackground:"new 0 0 48 48"},child:[{tag:"rect",attr:{x:"17",y:"29",fill:"#039BE5","width":"14","height":"2"}},{tag:"rect",attr:{x:"13",y:"33",fill:"#039BE5","width":"22","height":"2"}},{tag:"rect",attr:{x:"9",y:"37",fill:"#039BE5","width":"30","height":"2"}},{tag:"rect",attr:{x:"5",y:"41",fill:"#039BE5","width":"38","height":"2"}},{tag:"path",attr:{fill:"#81D4FA",d:"M35,13c-0.4,0-0.8,0-1.2,0.1C32.9,8.5,28.9,5,24,5c-4.1,0-7.6,2.5-9.2,6c-0.3,0-0.5,0-0.8,0 c-4.4,0-8,3.6-8,8s3.6,8,8,8c2.4,0,18.5,0,21,0c3.9,0,7-3.1,7-7C42,16.1,38.9,13,35,13z"}},{tag:"path",attr:{fill:"#039BE5",d:"M28,21c0-2.2-1.8-4-4-4s-4,1.8-4,4c0,0.5,0,6,0,6h8C28,27,28,21.5,28,21z"}}]})(props); } export default FcEnteringHeavenAlive;