import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcAlarmClock(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:"#37474F"},child:[{tag:"path",attr:{d:"M38.5,44.6l-4-4l2.1-2.1l4,4c0.6,0.6,0.6,1.5,0,2.1l0,0C40.1,45.1,39.1,45.1,38.5,44.6z"}},{tag:"path",attr:{d:"M9.5,44.6l4-4l-2.1-2.1l-4,4c-0.6,0.6-0.6,1.5,0,2.1l0,0C7.9,45.1,8.9,45.1,9.5,44.6z"}}]},{tag:"circle",attr:{fill:"#C62828","cx":"24","cy":"24","r":"20"}},{tag:"circle",attr:{fill:"#eee","cx":"24","cy":"24","r":"16"}},{tag:"rect",attr:{x:"19",y:"22.1","transform":"matrix(-.707 -.707 .707 -.707 12.904 62.537)",fill:"#E53935","width":".8","height":"13"}},{tag:"rect",attr:{x:"23",y:"11","width":"2","height":"13"}},{tag:"rect",attr:{x:"26.1",y:"22.7","transform":"matrix(-.707 .707 -.707 -.707 65.787 27.25)","width":"2.3","height":"9.2"}},{tag:"circle",attr:{"cx":"24","cy":"24","r":"2"}},{tag:"circle",attr:{fill:"#C62828","cx":"24","cy":"24","r":"1"}},{tag:"rect",attr:{x:"22",y:"1",fill:"#37474F","width":"4","height":"3"}},{tag:"g",attr:{fill:"#37474F"},child:[{tag:"path",attr:{d:"M44.4,16.2c2.5-3.5,2.1-8.4-1-11.5c-3.1-3.1-8-3.5-11.5-1L44.4,16.2z"}},{tag:"path",attr:{d:"M3.6,16.2c-2.5-3.5-2.1-8.4,1-11.5c3.1-3.1,8-3.5,11.5-1L3.6,16.2z"}}]}]})(props); } export default FcAlarmClock;