import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcFlashOff(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:"#FFC107","points":"33,22 23.6,22 30,5 19,5 13,26 21.6,26 17,45"}},{tag:"rect",attr:{x:"22",y:"-2.9","transform":"matrix(.707 -.707 .707 .707 -9.941 24)",fill:"#37474F","width":"4","height":"53.7"}}]})(props); } export default FcFlashOff;