import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcCandleSticks(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:"#546E7A"},child:[{tag:"rect",attr:{x:"38",y:"4","width":"2","height":"20"}},{tag:"rect",attr:{x:"15",y:"7","width":"2","height":"17"}},{tag:"rect",attr:{x:"8",y:"27","width":"2","height":"17"}},{tag:"rect",attr:{x:"28",y:"19","width":"2","height":"22"}}]},{tag:"path",attr:{fill:"#4CAF50",d:"M36,7h6c1.1,0,2,0.9,2,2v10c0,1.1-0.9,2-2,2h-6c-1.1,0-2-0.9-2-2V9C34,7.9,34.9,7,36,7z"}},{tag:"path",attr:{fill:"#4CAF50",d:"M13,10h6c1.1,0,2,0.9,2,2v7c0,1.1-0.9,2-2,2h-6c-1.1,0-2-0.9-2-2v-7C11,10.9,11.9,10,13,10z"}},{tag:"path",attr:{fill:"#F44336",d:"M6,30h6c1.1,0,2,0.9,2,2v7c0,1.1-0.9,2-2,2H6c-1.1,0-2-0.9-2-2v-7C4,30.9,4.9,30,6,30z"}},{tag:"path",attr:{fill:"#F44336",d:"M26,22h6c1.1,0,2,0.9,2,2v12c0,1.1-0.9,2-2,2h-6c-1.1,0-2-0.9-2-2V24C24,22.9,24.9,22,26,22z"}}]})(props); } export default FcCandleSticks;