import styled from 'styled-components'; export const Wrapper = styled.div` button svg path { stroke: transparent !important; } `;