Skip to content

Commit

Permalink
Address #15
Browse files Browse the repository at this point in the history
  • Loading branch information
alexis-opolka committed Aug 7, 2023
1 parent 3f0da6d commit 02aaaca
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/components/phoneComponents/PhoneStatus/Battery.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import { Box } from "@primer/react";
import { IoBatteryFullOutline } from "react-icons/io5";


export default function BatteryInformation(){

return(
<Box>
<IoBatteryFullOutline style={{
transform: "rotate(180deg)",
marginLeft: 5,
marginRight: 5
}} />
</Box>
)
}

0 comments on commit 02aaaca

Please sign in to comment.