import { IconProps, Icon } from "@chakra-ui/react";
export const Power = (props: IconProps) => <Icon viewBox="0 0 24 24" {...props}><path d="M18.36 6.64a9 9 0 1 1-12.73 0" /><line x1={12} y1={2} x2={12} y2={12} /></Icon>;