import React from 'react'; import Svg, { Path } from 'react-native-svg'; const PowerIcon = ({size, color}:{size: number, color: string}) => ( {/* Outer circle */} {/* Power symbol */} ); export default PowerIcon;