import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcCrystalOscillator(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:"#FF9800"},child:[{tag:"rect",attr:{x:"3",y:"28","width":"26","height":"4"}},{tag:"rect",attr:{x:"3",y:"16","width":"26","height":"4"}}]},{tag:"path",attr:{fill:"#2196F3",d:"M43,11H20v26h23c1.1,0,2-0.9,2-2V13C45,11.9,44.1,11,43,11z"}},{tag:"path",attr:{fill:"#64B5F6",d:"M20,9h-2v30h2c1.1,0,2-0.9,2-2V11C22,9.9,21.1,9,20,9z"}}]})(props); } export default FcCrystalOscillator;