import styled from 'styled-components'; export type SvgProps = { className?: string }; export const Svg = styled.svg.attrs({ version: '1.1', xmlns: 'http://www.w3.org/2000/svg', xmlnsXlink: 'http://www.w3.org/1999/xlink', })``;