import styled from 'styled-components';
export default styled.img`
display:block;
width:${p=>p.width};
height:${p=>p.height};
`;