import styled from 'styled-components'; import {View} from 'react-native'; export const SharedIconContainer = styled(View)` padding: 10px; `;