New Container

This commit is contained in:
Belen Curcio
2020-10-22 18:13:45 -03:00
parent 5fabcd4789
commit 400e40358b
11 changed files with 34 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
const Sun = ({ ...props }) => {
const DoubleChevron = ({ ...props }) => {
return (
<svg
width="24"
@@ -19,4 +19,4 @@ const Sun = ({ ...props }) => {
)
}
export default Sun
export default DoubleChevron